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

2015-08-04 Thread Andreas Huettel (dilfridge)
dilfridge15/08/04 20:28:58

  Modified: ChangeLog
  Added:libreoffice-l10n-4.4.5.2.ebuild
  Removed:  libreoffice-l10n-4.4.3.2.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
84AD142F)

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

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-office/libreoffice-l10n/ChangeLog,v
retrieving revision 1.146
retrieving revision 1.147
diff -u -r1.146 -r1.147
--- ChangeLog   22 Jul 2015 19:33:58 -  1.146
+++ ChangeLog   4 Aug 2015 20:28:58 -   1.147
@@ -1,6 +1,12 @@
 # ChangeLog for app-office/libreoffice-l10n
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-l10n/ChangeLog,v 
1.146 2015/07/22 19:33:58 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-l10n/ChangeLog,v 
1.147 2015/08/04 20:28:58 dilfridge Exp $
+
+*libreoffice-l10n-4.4.5.2 (04 Aug 2015)
+
+  04 Aug 2015; Andreas K. Huettel dilfri...@gentoo.org
+  +libreoffice-l10n-4.4.5.2.ebuild, -libreoffice-l10n-4.4.3.2.ebuild:
+  Version bump
 
   22 Jul 2015; Agostino Sarubbo a...@gentoo.org
   libreoffice-l10n-4.4.4.3.ebuild:



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

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

Index: libreoffice-l10n-4.4.5.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-office/libreoffice-l10n/libreoffice-l10n-4.4.5.2.ebuild,v
 1.1 2015/08/04 20:28:58 dilfridge Exp $

EAPI=5

inherit rpm eutils multilib versionator

MY_PV=$(get_version_component_range 1-3)

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

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

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

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

RDEPEND+=app-text/hunspell

RESTRICT=strip

S=${WORKDIR}

src_unpack() {
default

local lang dir rpmdir i
local ooextused=()

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

dir=${lang/_/-}

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

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


[gentoo-commits] gentoo-x86 commit in app-text/libodfgen: libodfgen-9999.ebuild ChangeLog

2015-08-04 Thread Andreas Huettel (dilfridge)
dilfridge15/08/04 20:27:19

  Modified: ChangeLog
  Added:libodfgen-.ebuild
  Log:
  Add live ebuild
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
84AD142F)

Revision  ChangesPath
1.25 app-text/libodfgen/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/libodfgen/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog   22 Jul 2015 19:33:33 -  1.24
+++ ChangeLog   4 Aug 2015 20:27:19 -   1.25
@@ -1,6 +1,11 @@
 # ChangeLog for app-text/libodfgen
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/libodfgen/ChangeLog,v 1.24 
2015/07/22 19:33:33 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/libodfgen/ChangeLog,v 1.25 
2015/08/04 20:27:19 dilfridge Exp $
+
+*libodfgen- (04 Aug 2015)
+
+  04 Aug 2015; Andreas K. Huettel dilfri...@gentoo.org 
+libodfgen-.ebuild:
+  Add live ebuild
 
   22 Jul 2015; Agostino Sarubbo a...@gentoo.org libodfgen-0.1.4.ebuild:
   Stable for x86, wrt bug #84



1.1  app-text/libodfgen/libodfgen-.ebuild

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

Index: libodfgen-.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/libodfgen/libodfgen-.ebuild,v 
1.1 2015/08/04 20:27:19 dilfridge Exp $

EAPI=5

EGIT_REPO_URI=git://git.code.sf.net/p/libwpd/libodfgen
inherit eutils
[[ ${PV} ==  ]]  inherit autotools git-r3

DESCRIPTION=Library to generate ODF documents from libwpd and libwpg
HOMEPAGE=http://libwpd.sf.net;
[[ ${PV} ==  ]] || SRC_URI=mirror://sourceforge/libwpd/${P}.tar.xz

LICENSE=|| ( LGPL-2.1 MPL-2.0 )
SLOT=0

[[ ${PV} ==  ]] || \
KEYWORDS=~amd64 ~arm ~x86 ~amd64-linux ~x86-linux

IUSE=doc

RDEPEND=
dev-libs/librevenge

DEPEND=${RDEPEND}
=dev-libs/boost-1.46
virtual/pkgconfig
doc? ( app-doc/doxygen )


src_prepare() {
[[ ${PV} ==  ]]  eautoreconf
}

src_configure() {
econf \
--disable-static \
--disable-werror \
--with-sharedptr=boost \
--docdir=${EPREFIX}/usr/share/doc/${PF} \
$(use_with doc docs)
}

src_install() {
default
prune_libtool_files --all
}






[gentoo-commits] gentoo-x86 commit in app-text/libmwaw: libmwaw-9999.ebuild ChangeLog

2015-08-04 Thread Andreas Huettel (dilfridge)
dilfridge15/08/04 20:26:17

  Modified: ChangeLog
  Added:libmwaw-.ebuild
  Log:
  Add live ebuild
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
84AD142F)

Revision  ChangesPath
1.22 app-text/libmwaw/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/libmwaw/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog   22 Jul 2015 19:33:29 -  1.21
+++ ChangeLog   4 Aug 2015 20:26:17 -   1.22
@@ -1,6 +1,11 @@
 # ChangeLog for app-text/libmwaw
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/libmwaw/ChangeLog,v 1.21 
2015/07/22 19:33:29 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/libmwaw/ChangeLog,v 1.22 
2015/08/04 20:26:17 dilfridge Exp $
+
+*libmwaw- (04 Aug 2015)
+
+  04 Aug 2015; Andreas K. Huettel dilfri...@gentoo.org +libmwaw-.ebuild:
+  Add live ebuild
 
   22 Jul 2015; Agostino Sarubbo a...@gentoo.org libmwaw-0.3.5.ebuild:
   Stable for x86, wrt bug #84



1.1  app-text/libmwaw/libmwaw-.ebuild

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

Index: libmwaw-.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/libmwaw/libmwaw-.ebuild,v 1.1 
2015/08/04 20:26:17 dilfridge Exp $

EAPI=5

EGIT_REPO_URI=git://git.code.sf.net/p/libmwaw/libmwaw
inherit eutils
[[ ${PV} ==  ]]  inherit autotools git-r3

DESCRIPTION=Library parsing many pre-OSX MAC text formats
HOMEPAGE=http://sourceforge.net/p/libmwaw/wiki/Home/;
[[ ${PV} ==  ]] || SRC_URI=mirror://sourceforge/${PN}/${P}.tar.xz

LICENSE=LGPL-2.1
SLOT=0

[[ ${PV} ==  ]] || \
KEYWORDS=~amd64 ~arm ~x86

IUSE=doc static-libs

RDEPEND=
dev-libs/librevenge
dev-libs/libxml2
sys-libs/zlib

DEPEND=${RDEPEND}
=dev-libs/boost-1.46:=
sys-devel/libtool
virtual/pkgconfig
doc? ( app-doc/doxygen )


src_prepare() {
[[ ${PV} ==  ]]  eautoreconf
}

src_configure() {
# zip is hard enabled as the zlib is dep on the rdeps anyway
econf \
--docdir=${EPREFIX}/usr/share/doc/${PF} \
--with-sharedptr=boost \
--enable-zip \
--disable-werror \
$(use_enable static-libs static) \
$(use_with doc docs)
}

src_install() {
default
prune_libtool_files --all
}






[gentoo-commits] gentoo-x86 commit in app-office/libreoffice-bin-debug: ChangeLog libreoffice-bin-debug-4.4.3.2-r1.ebuild libreoffice-bin-debug-4.4.3.2.ebuild

2015-08-04 Thread Andreas Huettel (dilfridge)
dilfridge15/08/04 20:34:53

  Modified: ChangeLog
  Removed:  libreoffice-bin-debug-4.4.3.2-r1.ebuild
libreoffice-bin-debug-4.4.3.2.ebuild
  Log:
  Remove old
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
84AD142F)

Revision  ChangesPath
1.92 app-office/libreoffice-bin-debug/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin-debug/ChangeLog,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -r1.91 -r1.92
--- ChangeLog   22 Jul 2015 19:34:07 -  1.91
+++ ChangeLog   4 Aug 2015 20:34:53 -   1.92
@@ -1,6 +1,11 @@
 # ChangeLog for app-office/libreoffice-bin-debug
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-office/libreoffice-bin-debug/ChangeLog,v 1.91 
2015/07/22 19:34:07 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-office/libreoffice-bin-debug/ChangeLog,v 1.92 
2015/08/04 20:34:53 dilfridge Exp $
+
+  04 Aug 2015; Andreas K. Huettel dilfri...@gentoo.org
+  -libreoffice-bin-debug-4.4.3.2-r1.ebuild,
+  -libreoffice-bin-debug-4.4.3.2.ebuild:
+  Remove old
 
   22 Jul 2015; Agostino Sarubbo a...@gentoo.org
   libreoffice-bin-debug-4.4.4.3.ebuild:






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

2015-08-04 Thread Andreas Huettel (dilfridge)
dilfridge15/08/04 20:34:36

  Modified: ChangeLog
  Removed:  libreoffice-bin-4.4.3.2.ebuild
libreoffice-bin-4.4.3.2-r1.ebuild
  Log:
  Remove old
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
84AD142F)

Revision  ChangesPath
1.193app-office/libreoffice-bin/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/ChangeLog,v
retrieving revision 1.192
retrieving revision 1.193
diff -u -r1.192 -r1.193
--- ChangeLog   22 Jul 2015 19:34:03 -  1.192
+++ ChangeLog   4 Aug 2015 20:34:35 -   1.193
@@ -1,6 +1,10 @@
 # ChangeLog for app-office/libreoffice-bin
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/ChangeLog,v 
1.192 2015/07/22 19:34:03 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/ChangeLog,v 
1.193 2015/08/04 20:34:35 dilfridge Exp $
+
+  04 Aug 2015; Andreas K. Huettel dilfri...@gentoo.org
+  -libreoffice-bin-4.4.3.2-r1.ebuild, -libreoffice-bin-4.4.3.2.ebuild:
+  Remove old
 
   22 Jul 2015; Agostino Sarubbo a...@gentoo.org 
libreoffice-bin-4.4.4.3.ebuild:
   Stable for x86, wrt bug #84






[gentoo-commits] gentoo-x86 commit in app-office/libreoffice: libreoffice-4.4.5.2.ebuild libreoffice-5.0.0.5.ebuild libreoffice-4.4.9999.ebuild ChangeLog libreoffice-5.0.0.4.ebuild libreoffice-4.4.3.2

2015-08-04 Thread Andreas Huettel (dilfridge)
dilfridge15/08/04 20:49:29

  Modified: libreoffice-4.4..ebuild ChangeLog
  Added:libreoffice-4.4.5.2.ebuild
libreoffice-5.0.0.5.ebuild
  Removed:  libreoffice-5.0.0.4.ebuild
libreoffice-4.4.3.2.ebuild
  Log:
  Version bump; remove old
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
84AD142F)

Revision  ChangesPath
1.17 app-office/libreoffice/libreoffice-4.4..ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/libreoffice-4.4..ebuild?rev=1.17view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/libreoffice-4.4..ebuild?rev=1.17content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/libreoffice-4.4..ebuild?r1=1.16r2=1.17

Index: libreoffice-4.4..ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-4.4..ebuild,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- libreoffice-4.4..ebuild 12 Jul 2015 20:54:02 -  1.16
+++ libreoffice-4.4..ebuild 4 Aug 2015 20:49:29 -   1.17
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-4.4..ebuild,v 
1.16 2015/07/12 20:54:02 dilfridge Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-4.4..ebuild,v 
1.17 2015/08/04 20:49:29 dilfridge Exp $
 
 EAPI=5
 
@@ -245,13 +245,16 @@
# not upstreamable stuff
${FILESDIR}/${PN}-4.4-system-pyuno.patch
 
-   # from master branch
+   # from 5.0 branch
${FILESDIR}/${PN}-4.3.5.2-remove-bashisms.patch # bug 525454
${FILESDIR}/${PN}-4.4.0.3-telepathy-build-fix.patch
${FILESDIR}/${PN}-4.4.1.2-add-kde4-open-url-script.patch
${FILESDIR}/${PN}-4.4.4.3-improve-KDE4FilePicker.patch
${FILESDIR}/${PN}-4.4.4.3-fix-KDE4-FileDialog.patch
${FILESDIR}/${PN}-4.4.4.3-cleanup-IsNativeControlSupported.patch
+
+   # from master branch
+   ${FILESDIR}/${PN}-4.4.5.2-fix-KDE4-listbox-regression.patch
 )
 
 REQUIRED_USE=



1.643app-office/libreoffice/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-office/libreoffice/ChangeLog,v
retrieving revision 1.642
retrieving revision 1.643
diff -u -r1.642 -r1.643
--- ChangeLog   25 Jul 2015 21:28:22 -  1.642
+++ ChangeLog   4 Aug 2015 20:49:29 -   1.643
@@ -1,6 +1,16 @@
 # ChangeLog for app-office/libreoffice
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/ChangeLog,v 1.642 
2015/07/25 21:28:22 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/ChangeLog,v 1.643 
2015/08/04 20:49:29 dilfridge Exp $
+
+*libreoffice-4.4.5.2 (04 Aug 2015)
+*libreoffice-5.0.0.5 (04 Aug 2015)
+
+  04 Aug 2015; Andreas K. Huettel dilfri...@gentoo.org
+  +files/libreoffice-4.4.5.2-fix-KDE4-listbox-regression.patch,
+  +libreoffice-4.4.5.2.ebuild, +libreoffice-5.0.0.5.ebuild,
+  -libreoffice-4.4.3.2.ebuild, -libreoffice-5.0.0.4.ebuild,
+  libreoffice-4.4..ebuild:
+  Version bump; remove old
 
 *libreoffice-5.0.0.4 (25 Jul 2015)
 



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

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

Index: libreoffice-4.4.5.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-4.4.5.2.ebuild,v 1.1 
2015/08/04 20:49:29 dilfridge Exp $

EAPI=5

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

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

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

[gentoo-commits] gentoo-x86 commit in app-office/libreoffice/files: libreoffice-4.4.5.2-fix-KDE4-listbox-regression.patch

2015-08-04 Thread Andreas Huettel (dilfridge)
dilfridge15/08/04 20:49:29

  Added:   
libreoffice-4.4.5.2-fix-KDE4-listbox-regression.patch
  Log:
  Version bump; remove old
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
84AD142F)

Revision  ChangesPath
1.1  
app-office/libreoffice/files/libreoffice-4.4.5.2-fix-KDE4-listbox-regression.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/files/libreoffice-4.4.5.2-fix-KDE4-listbox-regression.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/files/libreoffice-4.4.5.2-fix-KDE4-listbox-regression.patch?rev=1.1content-type=text/plain

Index: libreoffice-4.4.5.2-fix-KDE4-listbox-regression.patch
===
From ef126328c3ad35d51395abc461c3d64429f91c26 Mon Sep 17 00:00:00 2001
From: Jan-Marek Glogowski glo...@fbihome.de
Date: Thu, 30 Jul 2015 18:10:03 +0200
Subject: tdf#92903 KDE4: fix listbox regression from 92115

So at least in case of the CTRL_LISTBOX, getNativeControlRegion is
called for a type and part unsupported by IsNativeControlSupported.

For whatever reason, this results in broken listboxes drawn in
Base's Table Design dialog, when selecting field type, which
draws the listbox on top of the cell.

To make it worse, it seems the listbox is actually drawn to a
smaller space then the actual requirement. Appearently it seems to
use the content rect, instead of the bounding rect.

So in addition to fixing the drawing, this patch increases the
listbox bounding rect, which looks too large in normal dialogs, but
makes the Base's listbox better readable.

Change-Id: I112ec038fd20ad33facd260d16b5d68b508d2bd0
Reviewed-on: https://gerrit.libreoffice.org/17438
Reviewed-by: Katarina Behrens katarina.behr...@cib.de
Tested-by: Katarina Behrens katarina.behr...@cib.de

diff --git a/vcl/unx/kde4/KDESalGraphics.cxx b/vcl/unx/kde4/KDESalGraphics.cxx
index 3e79e1e..eeb741f 100644
--- a/vcl/unx/kde4/KDESalGraphics.cxx
+++ b/vcl/unx/kde4/KDESalGraphics.cxx
@@ -108,10 +108,7 @@ bool KDESalGraphics::IsNativeControlSupported( ControlType 
type, ControlPart par
 return true;
 
 case CTRL_LISTBOX:
-return (part == PART_ENTIRE_CONTROL
- || part == PART_SUB_EDIT
- || part == PART_WINDOW
- || part == PART_BUTTON_DOWN);
+return (part == PART_ENTIRE_CONTROL || part == 
HAS_BACKGROUND_TEXTURE);
 
 case CTRL_SPINBOX:
 return (part == PART_ENTIRE_CONTROL || part == 
HAS_BACKGROUND_TEXTURE);
@@ -650,12 +647,6 @@ bool KDESalGraphics::getNativeControlRegion( ControlType 
type, ControlPart part,
  const OUString,
  Rectangle nativeBoundingRegion, 
Rectangle nativeContentRegion )
 {
-bool nativeSupport = IsNativeControlSupported( type, part );
-if( ! nativeSupport ) {
-assert( ! nativeSupport  drawNativeControl called without native 
support! );
-return false;
-}
-
 bool retVal = false;
 
 QRect boundingRect = region2QRect( controlRegion );
@@ -753,6 +744,14 @@ bool KDESalGraphics::getNativeControlRegion( ControlType 
type, ControlPart part,
 int size = 
QApplication::style()-pixelMetric(QStyle::PM_ComboBoxFrameWidth) - 2;
 contentRect.adjust(-size,-size,size,size);
 }
+else {
+int hmargin = QApplication::style()-pixelMetric(
+QStyle::PM_FocusFrameHMargin, styleOption);
+int vmargin = QApplication::style()-pixelMetric(
+QStyle::PM_FocusFrameVMargin, styleOption);
+boundingRect.translate( -hmargin, -vmargin );
+boundingRect.adjust( -hmargin, -vmargin, 2 * hmargin, 
2 * vmargin );
+}
 retVal = true;
 break;
 }
@@ -776,7 +775,6 @@ bool KDESalGraphics::getNativeControlRegion( ControlType 
type, ControlPart part,
 
 contentRect.translate( boundingRect.left() + hmargin, 
boundingRect.top() + vmargin );
 contentRect.adjust( 0, 0, -2 * hmargin, -2 * vmargin );
-boundingRect = contentRect;
 
 retVal = true;
 break;
-- 
cgit v0.10.2







[gentoo-commits] gentoo-x86 commit in dev-libs/liborcus: liborcus-0.9.2.ebuild ChangeLog

2015-07-28 Thread Andreas Huettel (dilfridge)
dilfridge15/07/28 13:36:17

  Modified: liborcus-0.9.2.ebuild ChangeLog
  Log:
  Drop keywords to avoid dependency trouble, see e.g. bug 556124
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
94BFDF4484AD142F)

Revision  ChangesPath
1.2  dev-libs/liborcus/liborcus-0.9.2.ebuild

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

Index: liborcus-0.9.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/liborcus/liborcus-0.9.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- liborcus-0.9.2.ebuild   21 Jun 2015 15:28:23 -  1.1
+++ liborcus-0.9.2.ebuild   28 Jul 2015 13:36:17 -  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-libs/liborcus/liborcus-0.9.2.ebuild,v 
1.1 2015/06/21 15:28:23 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/liborcus/liborcus-0.9.2.ebuild,v 
1.2 2015/07/28 13:36:17 dilfridge Exp $
 
 EAPI=5
 
@@ -16,8 +16,10 @@
 
 LICENSE=MIT
 SLOT=0/0.10
-[[ ${PV} ==  ]] || \
+
+#[[ ${PV} ==  ]] || \
 KEYWORDS=~amd64 ~arm ~ppc ~x86
+
 IUSE=static-libs
 
 RDEPEND=



1.43 dev-libs/liborcus/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/liborcus/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog   21 Jun 2015 15:28:23 -  1.42
+++ ChangeLog   28 Jul 2015 13:36:17 -  1.43
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/liborcus
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/liborcus/ChangeLog,v 1.42 
2015/06/21 15:28:23 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/liborcus/ChangeLog,v 1.43 
2015/07/28 13:36:17 dilfridge Exp $
+
+  28 Jul 2015; Andreas K. Hüttel dilfri...@gentoo.org liborcus-0.9.2.ebuild:
+  Drop keywords to avoid dependency trouble, see e.g. bug 556124
 
 *liborcus-0.9.2 (21 Jun 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-perl/CGI-Emulate-PSGI: CGI-Emulate-PSGI-0.210.0.ebuild ChangeLog CGI-Emulate-PSGI-0.150.0-r1.ebuild

2015-07-25 Thread Andreas Huettel (dilfridge)
dilfridge15/07/25 17:20:50

  Modified: ChangeLog
  Added:CGI-Emulate-PSGI-0.210.0.ebuild
  Removed:  CGI-Emulate-PSGI-0.150.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.8  dev-perl/CGI-Emulate-PSGI/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/CGI-Emulate-PSGI/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   13 Jun 2015 17:13:06 -  1.7
+++ ChangeLog   25 Jul 2015 17:20:50 -  1.8
@@ -1,6 +1,12 @@
 # ChangeLog for dev-perl/CGI-Emulate-PSGI
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/CGI-Emulate-PSGI/ChangeLog,v 1.7 
2015/06/13 17:13:06 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/CGI-Emulate-PSGI/ChangeLog,v 1.8 
2015/07/25 17:20:50 dilfridge Exp $
+
+*CGI-Emulate-PSGI-0.210.0 (25 Jul 2015)
+
+  25 Jul 2015; Andreas K. Huettel dilfri...@gentoo.org
+  +CGI-Emulate-PSGI-0.210.0.ebuild, -CGI-Emulate-PSGI-0.150.0-r1.ebuild:
+  Version bump; remove old
 
   13 Jun 2015; Andreas K. Huettel dilfri...@gentoo.org
   CGI-Emulate-PSGI-0.200.0.ebuild:



1.1  dev-perl/CGI-Emulate-PSGI/CGI-Emulate-PSGI-0.210.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/CGI-Emulate-PSGI/CGI-Emulate-PSGI-0.210.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/CGI-Emulate-PSGI/CGI-Emulate-PSGI-0.210.0.ebuild?rev=1.1content-type=text/plain

Index: CGI-Emulate-PSGI-0.210.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/CGI-Emulate-PSGI/CGI-Emulate-PSGI-0.210.0.ebuild,v
 1.1 2015/07/25 17:20:50 dilfridge Exp $

EAPI=5

MODULE_AUTHOR=MIYAGAWA
MODULE_VERSION=0.21
inherit perl-module

DESCRIPTION=PSGI adapter for CGI

SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=test

RDEPEND=
=dev-perl/CGI-3.630.0
dev-perl/HTTP-Message

DEPEND=${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
=virtual/perl-Test-Simple-0.880.0
=dev-perl/Test-Requires-0.80.0
)


SRC_TEST=do parallel






[gentoo-commits] gentoo-x86 commit in dev-perl/Module-Pluggable: Module-Pluggable-5.100.0.ebuild ChangeLog

2015-07-25 Thread Andreas Huettel (dilfridge)
dilfridge15/07/25 17:33:47

  Modified: ChangeLog
  Added:Module-Pluggable-5.100.0.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  ChangesPath
1.39 dev-perl/Module-Pluggable/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Module-Pluggable/ChangeLog?rev=1.39view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Module-Pluggable/ChangeLog?rev=1.39content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Module-Pluggable/ChangeLog?r1=1.38r2=1.39

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Module-Pluggable/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog   13 Jun 2015 19:23:43 -  1.38
+++ ChangeLog   25 Jul 2015 17:33:47 -  1.39
@@ -1,6 +1,12 @@
 # ChangeLog for dev-perl/Module-Pluggable
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Pluggable/ChangeLog,v 1.38 
2015/06/13 19:23:43 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Pluggable/ChangeLog,v 1.39 
2015/07/25 17:33:47 dilfridge Exp $
+
+*Module-Pluggable-5.100.0 (25 Jul 2015)
+
+  25 Jul 2015; Andreas K. Huettel dilfri...@gentoo.org
+  +Module-Pluggable-5.100.0.ebuild:
+  Version bump
 
   13 Jun 2015; Andreas K. Huettel dilfri...@gentoo.org
   Module-Pluggable-4.700.0.ebuild, Module-Pluggable-4.800.0.ebuild:



1.1  dev-perl/Module-Pluggable/Module-Pluggable-5.100.0.ebuild

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

Index: Module-Pluggable-5.100.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Module-Pluggable/Module-Pluggable-5.100.0.ebuild,v
 1.1 2015/07/25 17:33:47 dilfridge Exp $

EAPI=5

MODULE_AUTHOR=SIMONW
MODULE_VERSION=5.1
inherit perl-module

DESCRIPTION=Automatically give your module the ability to have plugins

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

RDEPEND=
=virtual/perl-File-Spec-3
virtual/perl-if

DEPEND=${RDEPEND}
=dev-perl/Module-Build-0.380.0
test? ( =virtual/perl-Test-Simple-0.620.0 )


SRC_TEST=do parallel






[gentoo-commits] gentoo-x86 commit in dev-perl/B-Utils: B-Utils-0.270.0.ebuild ChangeLog B-Utils-0.250.0.ebuild

2015-07-25 Thread Andreas Huettel (dilfridge)
dilfridge15/07/25 17:18:30

  Modified: ChangeLog
  Added:B-Utils-0.270.0.ebuild
  Removed:  B-Utils-0.250.0.ebuild
  Log:
  Version bump; remove old
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  ChangesPath
1.29 dev-perl/B-Utils/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/B-Utils/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog   1 May 2015 11:51:42 -   1.28
+++ ChangeLog   25 Jul 2015 17:18:30 -  1.29
@@ -1,6 +1,12 @@
 # ChangeLog for dev-perl/B-Utils
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/B-Utils/ChangeLog,v 1.28 
2015/05/01 11:51:42 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/B-Utils/ChangeLog,v 1.29 
2015/07/25 17:18:30 dilfridge Exp $
+
+*B-Utils-0.270.0 (25 Jul 2015)
+
+  25 Jul 2015; Andreas K. Huettel dilfri...@gentoo.org
+  +B-Utils-0.270.0.ebuild, -B-Utils-0.250.0.ebuild:
+  Version bump; remove old
 
   01 May 2015; Andreas K. Huettel dilfri...@gentoo.org
   B-Utils-0.250.0.ebuild, B-Utils-0.260.0.ebuild:



1.1  dev-perl/B-Utils/B-Utils-0.270.0.ebuild

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

Index: B-Utils-0.270.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/B-Utils/B-Utils-0.270.0.ebuild,v 
1.1 2015/07/25 17:18:30 dilfridge Exp $

EAPI=5

MODULE_AUTHOR=ETHER
MODULE_VERSION=0.27
inherit perl-module

DESCRIPTION=Helper functions for op tree manipulation

SLOT=0
KEYWORDS=~amd64 ~arm ~ppc ~x86
IUSE=test

# needs Scalar::Util
RDEPEND=
virtual/perl-Exporter
virtual/perl-Scalar-List-Utils
dev-perl/Task-Weaken

DEPEND=${RDEPEND}
virtual/perl-ExtUtils-CBuilder
=dev-perl/ExtUtils-Depends-0.301.0
test? (
virtual/perl-Test-Simple
)


SRC_TEST=do parallel






[gentoo-commits] gentoo-x86 commit in dev-perl/Config-Properties: Config-Properties-1.800.0.ebuild ChangeLog Config-Properties-1.760.0.ebuild

2015-07-25 Thread Andreas Huettel (dilfridge)
dilfridge15/07/25 17:24:04

  Modified: ChangeLog
  Added:Config-Properties-1.800.0.ebuild
  Removed:  Config-Properties-1.760.0.ebuild
  Log:
  Version bump; remove old
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  ChangesPath
1.9  dev-perl/Config-Properties/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Config-Properties/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   1 May 2015 20:40:53 -   1.8
+++ ChangeLog   25 Jul 2015 17:24:04 -  1.9
@@ -1,6 +1,12 @@
 # ChangeLog for dev-perl/Config-Properties
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Config-Properties/ChangeLog,v 1.8 
2015/05/01 20:40:53 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Config-Properties/ChangeLog,v 1.9 
2015/07/25 17:24:04 dilfridge Exp $
+
+*Config-Properties-1.800.0 (25 Jul 2015)
+
+  25 Jul 2015; Andreas K. Huettel dilfri...@gentoo.org
+  +Config-Properties-1.800.0.ebuild, -Config-Properties-1.760.0.ebuild:
+  Version bump; remove old
 
 *Config-Properties-1.770.0 (01 May 2015)
 



1.1  dev-perl/Config-Properties/Config-Properties-1.800.0.ebuild

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

Index: Config-Properties-1.800.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Config-Properties/Config-Properties-1.800.0.ebuild,v
 1.1 2015/07/25 17:24:04 dilfridge Exp $

EAPI=5

MODULE_AUTHOR=SALVA
MODULE_VERSION=1.80
inherit perl-module

DESCRIPTION=Configuration using Java style properties

SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=test

RDEPEND=
virtual/perl-File-Temp
=virtual/perl-Text-Tabs+Wrap-2001.92.900

DEPEND=${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? ( virtual/perl-Test-Simple )


SRC_TEST=do parallel






[gentoo-commits] gentoo-x86 commit in dev-perl/Module-Signature: Module-Signature-0.790.0.ebuild ChangeLog

2015-07-25 Thread Andreas Huettel (dilfridge)
dilfridge15/07/25 17:40:30

  Modified: ChangeLog
  Added:Module-Signature-0.790.0.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  ChangesPath
1.49 dev-perl/Module-Signature/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Module-Signature/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog   15 Jun 2015 08:19:52 -  1.48
+++ ChangeLog   25 Jul 2015 17:40:30 -  1.49
@@ -1,6 +1,12 @@
 # ChangeLog for dev-perl/Module-Signature
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Signature/ChangeLog,v 1.48 
2015/06/15 08:19:52 monsieurp Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Signature/ChangeLog,v 1.49 
2015/07/25 17:40:30 dilfridge Exp $
+
+*Module-Signature-0.790.0 (25 Jul 2015)
+
+  25 Jul 2015; Andreas K. Huettel dilfri...@gentoo.org
+  +Module-Signature-0.790.0.ebuild:
+  Version bump
 
   15 Jun 2015; Patrice Clement monsie...@gentoo.org
   -Module-Signature-0.730.0.ebuild:



1.1  dev-perl/Module-Signature/Module-Signature-0.790.0.ebuild

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

Index: Module-Signature-0.790.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Module-Signature/Module-Signature-0.790.0.ebuild,v
 1.1 2015/07/25 17:40:30 dilfridge Exp $

EAPI=5

MODULE_AUTHOR=AUDREYT
MODULE_VERSION=0.79
inherit perl-module

DESCRIPTION=Module signature file manipulation

LICENSE=CC0-1.0
SLOT=0
KEYWORDS=~amd64 ~x86 ~x86-solaris
IUSE=test

# this needs checking, there is no indication in the metadata about any deps!!!
RDEPEND=
virtual/perl-MIME-Base64
dev-perl/PAR-Dist
virtual/perl-IO-Compress
dev-perl/crypt-cbc
dev-perl/Crypt-DES
dev-perl/Crypt-Blowfish
dev-perl/Crypt-RIPEMD160
dev-perl/class-loader
dev-perl/tie-encryptedhash
dev-perl/convert-ascii-armour
dev-perl/data-buffer
dev-perl/digest-md2
=dev-perl/math-pari-2.010603
dev-perl/crypt-random
dev-perl/crypt-primes
dev-perl/crypt-des-ede3
dev-perl/crypt-dsa
dev-perl/crypt-rsa
dev-perl/Convert-ASN1
dev-perl/convert-pem
dev-perl/Crypt-OpenPGP
app-crypt/gnupg
virtual/perl-File-Temp

DEPEND=${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
dev-perl/IPC-Run
)


SRC_TEST=do parallel

src_test() {
export TEST_SIGNATURE=1
perl-module_src_test
}






[gentoo-commits] gentoo-x86 commit in dev-perl/Module-Install-AuthorTests: - New directory

2015-07-25 Thread Andreas Huettel (dilfridge)
dilfridge15/07/25 18:02:32

  Log:
  Directory /var/cvsroot/gentoo-x86/dev-perl/Module-Install-AuthorTests added 
to the repository



[gentoo-commits] gentoo-x86 commit in sci-libs/armadillo: armadillo-5.200.2.ebuild ChangeLog

2015-07-25 Thread Andreas Huettel (dilfridge)
dilfridge15/07/25 20:53:53

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

Revision  ChangesPath
1.36 sci-libs/armadillo/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-libs/armadillo/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog   21 May 2015 15:47:50 -  1.35
+++ ChangeLog   25 Jul 2015 20:53:53 -  1.36
@@ -1,6 +1,12 @@
 # ChangeLog for sci-libs/armadillo
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/armadillo/ChangeLog,v 1.35 
2015/05/21 15:47:50 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/armadillo/ChangeLog,v 1.36 
2015/07/25 20:53:53 dilfridge Exp $
+
+*armadillo-5.200.2 (25 Jul 2015)
+
+  25 Jul 2015; Andreas K. Huettel dilfri...@gentoo.org
+  +armadillo-5.200.2.ebuild:
+  Version bump
 
   21 May 2015; Andreas K. Hüttel dilfri...@gentoo.org
   -armadillo-4.600.4.ebuild, -armadillo-4.650.2.ebuild:



1.1  sci-libs/armadillo/armadillo-5.200.2.ebuild

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

Index: armadillo-5.200.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sci-libs/armadillo/armadillo-5.200.2.ebuild,v 1.1 
2015/07/25 20:53:53 dilfridge Exp $

EAPI=5

CMAKE_IN_SOURCE_BUILD=1

inherit cmake-utils toolchain-funcs multilib eutils

DESCRIPTION=Streamlined C++ linear algebra library
HOMEPAGE=http://arma.sourceforge.net/;
SRC_URI=mirror://sourceforge/arma/${P}.tar.gz

LICENSE=MPL-2.0
SLOT=0/5
KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
IUSE=arpack blas debug doc examples hdf5 lapack mkl superlu tbb test
REQUIRED_USE=test? ( lapack )

RDEPEND=
dev-libs/boost
arpack? ( sci-libs/arpack )
blas? ( virtual/blas )
lapack? ( virtual/lapack )
superlu? ( sci-libs/superlu )

DEPEND=${RDEPEND}
arpack? ( virtual/pkgconfig )
blas? ( virtual/pkgconfig )
hdf5? ( sci-libs/hdf5 )
lapack? ( virtual/pkgconfig )
mkl? ( sci-libs/mkl )
tbb? ( dev-cpp/tbb )
PDEPEND=${RDEPEND}
hdf5? ( sci-libs/hdf5 )
mkl? ( sci-libs/mkl )
tbb? ( dev-cpp/tbb )

src_prepare() {
# avoid the automagic cmake macros
sed -i -e '/ARMA_Find/d' CMakeLists.txt || die
cmake-utils_src_prepare
}

src_configure() {
local mycmakeargs=(
-DINSTALL_LIB_DIR=${EPREFIX}/usr/$(get_libdir)
$(cmake-utils_use debug ARMA_EXTRA_DEBUG)
$(cmake-utils_use mkl ARMA_USE_MKL_ALLOC)
$(cmake-utils_use tbb ARMA_USE_TBB_ALLOC)
)
if use arpack; then
mycmakeargs+=(
-DARPACK_FOUND=ON
-DARPACK_LIBRARY=$($(tc-getPKG_CONFIG) --libs arpack)
)
fi
#   if use atlas; then
#   local c=atlas-cblas l=atlas-clapack
#   $(tc-getPKG_CONFIG) --exists ${c}-threads  c+=-threads
#   $(tc-getPKG_CONFIG) --exists ${l}-threads  l+=-threads
#   mycmakeargs+=(
#   -DCBLAS_FOUND=ON
#   -DCBLAS_INCLUDE_DIR=$($(tc-getPKG_CONFIG) 
--cflags-only-I ${c} | sed 's/-I//')
#   -DCBLAS_LIBRARIES=$($(tc-getPKG_CONFIG) --libs ${c})
#   -DCLAPACK_FOUND=ON
#   -DCLAPACK_INCLUDE_DIR=$($(tc-getPKG_CONFIG) 
--cflags-only-I ${l} | sed 's/-I//')
#   -DCLAPACK_LIBRARIES=$($(tc-getPKG_CONFIG) --libs ${l})
#   )
#   fi
if use blas; then
mycmakeargs+=(
-DBLAS_FOUND=ON
-DBLAS_LIBRARIES=$($(tc-getPKG_CONFIG) --libs blas)
)
fi
if use hdf5; then
mycmakeargs+=(
-DHDF5_FOUND=ON
-DHDF5_LIBRARIES=-lhdf5
)
fi
if use lapack; then
mycmakeargs+=(
-DLAPACK_FOUND=ON

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

2015-07-25 Thread Andreas Huettel (dilfridge)
dilfridge15/07/25 21:18:45

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

Revision  ChangesPath
1.67 media-libs/libvisio/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvisio/ChangeLog,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- ChangeLog   25 Jul 2015 21:16:53 -  1.66
+++ ChangeLog   25 Jul 2015 21:18:45 -  1.67
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/libvisio
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisio/ChangeLog,v 1.66 
2015/07/25 21:16:53 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisio/ChangeLog,v 1.67 
2015/07/25 21:18:45 dilfridge Exp $
+
+  25 Jul 2015; Andreas K. Huettel dilfri...@gentoo.org 
-libvisio-0.1.0.ebuild:
+  Remove old
 
   25 Jul 2015; Andreas K. Huettel dilfri...@gentoo.org libvisio-0.1.3.ebuild,
   libvisio-.ebuild:






[gentoo-commits] gentoo-x86 commit in media-libs/libvisio: libvisio-0.1.3.ebuild libvisio-9999.ebuild ChangeLog

2015-07-25 Thread Andreas Huettel (dilfridge)
dilfridge15/07/25 21:16:53

  Modified: libvisio-0.1.3.ebuild libvisio-.ebuild
ChangeLog
  Log:
  Carry forward ~ppc64 from version 0.1.1
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  ChangesPath
1.2  media-libs/libvisio/libvisio-0.1.3.ebuild

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

Index: libvisio-0.1.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvisio/libvisio-0.1.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libvisio-0.1.3.ebuild   25 Jul 2015 21:15:37 -  1.1
+++ libvisio-0.1.3.ebuild   25 Jul 2015 21:16:53 -  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/media-libs/libvisio/libvisio-0.1.3.ebuild,v 
1.1 2015/07/25 21:15:37 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisio/libvisio-0.1.3.ebuild,v 
1.2 2015/07/25 21:16:53 dilfridge Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 LICENSE=|| ( GPL-2+ LGPL-2.1 MPL-1.1 )
 SLOT=0
 [[ ${PV} ==  ]] || \
-KEYWORDS=~amd64 ~arm ~hppa ~x86
+KEYWORDS=~amd64 ~arm ~hppa ~ppc64 ~x86
 IUSE=doc static-libs test tools
 
 RDEPEND=



1.23 media-libs/libvisio/libvisio-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvisio/libvisio-.ebuild?rev=1.23view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvisio/libvisio-.ebuild?rev=1.23content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvisio/libvisio-.ebuild?r1=1.22r2=1.23

Index: libvisio-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvisio/libvisio-.ebuild,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- libvisio-.ebuild25 Jul 2015 21:15:37 -  1.22
+++ libvisio-.ebuild25 Jul 2015 21:16:53 -  1.23
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisio/libvisio-.ebuild,v 
1.22 2015/07/25 21:15:37 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisio/libvisio-.ebuild,v 
1.23 2015/07/25 21:16:53 dilfridge Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 LICENSE=|| ( GPL-2+ LGPL-2.1 MPL-1.1 )
 SLOT=0
 [[ ${PV} ==  ]] || \
-KEYWORDS=~amd64 ~arm ~hppa ~x86
+KEYWORDS=~amd64 ~arm ~hppa ~ppc64 ~x86
 IUSE=doc static-libs test tools
 
 RDEPEND=



1.66 media-libs/libvisio/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvisio/ChangeLog,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- ChangeLog   25 Jul 2015 21:15:37 -  1.65
+++ ChangeLog   25 Jul 2015 21:16:53 -  1.66
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/libvisio
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisio/ChangeLog,v 1.65 
2015/07/25 21:15:37 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisio/ChangeLog,v 1.66 
2015/07/25 21:16:53 dilfridge Exp $
+
+  25 Jul 2015; Andreas K. Huettel dilfri...@gentoo.org libvisio-0.1.3.ebuild,
+  libvisio-.ebuild:
+  Carry forward ~ppc64 from version 0.1.1
 
 *libvisio-0.1.3 (25 Jul 2015)
 






[gentoo-commits] gentoo-x86 commit in media-libs/libvisio: metadata.xml libvisio-0.1.3.ebuild libvisio-9999.ebuild ChangeLog

2015-07-25 Thread Andreas Huettel (dilfridge)
dilfridge15/07/25 21:15:37

  Modified: metadata.xml libvisio-.ebuild ChangeLog
  Added:libvisio-0.1.3.ebuild
  Log:
  Version bump by Andreas Sturmlechner (genstorm)
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  ChangesPath
1.2  media-libs/libvisio/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvisio/metadata.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- metadata.xml9 Aug 2011 18:13:21 -   1.1
+++ metadata.xml25 Jul 2015 21:15:37 -  1.2
@@ -2,4 +2,7 @@
 !DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
 pkgmetadata
herdopenoffice/herd
+   use
+   flag name=toolsBuild conversion tools/flag
+   /use
 /pkgmetadata



1.22 media-libs/libvisio/libvisio-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvisio/libvisio-.ebuild?rev=1.22view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvisio/libvisio-.ebuild?rev=1.22content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvisio/libvisio-.ebuild?r1=1.21r2=1.22

Index: libvisio-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvisio/libvisio-.ebuild,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- libvisio-.ebuild4 Feb 2015 14:37:08 -   1.21
+++ libvisio-.ebuild25 Jul 2015 21:15:37 -  1.22
@@ -1,12 +1,12 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisio/libvisio-.ebuild,v 
1.21 2015/02/04 14:37:08 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisio/libvisio-.ebuild,v 
1.22 2015/07/25 21:15:37 dilfridge Exp $
 
 EAPI=5
 
 EGIT_REPO_URI=git://anongit.freedesktop.org/git/libreoffice/libvisio/
 inherit base eutils
-[[ ${PV} ==  ]]  inherit autotools git-2
+[[ ${PV} ==  ]]  inherit autotools git-r3
 
 DESCRIPTION=Library parsing the visio documents
 HOMEPAGE=https://wiki.documentfoundation.org/DLP/Libraries/libvisio;
@@ -15,8 +15,8 @@
 LICENSE=|| ( GPL-2+ LGPL-2.1 MPL-1.1 )
 SLOT=0
 [[ ${PV} ==  ]] || \
-KEYWORDS=~amd64 ~arm ~hppa ~ppc ~x86
-IUSE=doc static-libs test
+KEYWORDS=~amd64 ~arm ~hppa ~x86
+IUSE=doc static-libs test tools
 
 RDEPEND=
dev-libs/icu:=
@@ -45,7 +45,8 @@
$(use_enable static-libs static) \
--disable-werror \
$(use_with doc docs) \
-   $(use_enable test tests)
+   $(use_enable test tests) \
+   $(use_enable tools)
 }
 
 src_install() {



1.65 media-libs/libvisio/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvisio/ChangeLog,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- ChangeLog   30 Apr 2015 05:56:04 -  1.64
+++ ChangeLog   25 Jul 2015 21:15:37 -  1.65
@@ -1,6 +1,12 @@
 # ChangeLog for media-libs/libvisio
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisio/ChangeLog,v 1.64 
2015/04/30 05:56:04 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisio/ChangeLog,v 1.65 
2015/07/25 21:15:37 dilfridge Exp $
+
+*libvisio-0.1.3 (25 Jul 2015)
+
+  25 Jul 2015; Andreas K. Huettel dilfri...@gentoo.org 
+libvisio-0.1.3.ebuild,
+  libvisio-.ebuild, metadata.xml:
+  Version bump by Andreas Sturmlechner (genstorm)
 
   30 Apr 2015; Jeroen Roovers j...@gentoo.org libvisio-0.1.1.ebuild:
   Marked ~ppc64 (bug #538520).



1.1  media-libs/libvisio/libvisio-0.1.3.ebuild

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

Index: 

[gentoo-commits] gentoo-x86 commit in dev-libs/libixion: libixion-9999.ebuild libixion-0.9.1.ebuild ChangeLog

2015-07-25 Thread Andreas Huettel (dilfridge)
dilfridge15/07/25 21:23:20

  Modified: libixion-.ebuild libixion-0.9.1.ebuild
ChangeLog
  Log:
  Add missing pkg_setup
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  ChangesPath
1.16 dev-libs/libixion/libixion-.ebuild

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

Index: libixion-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libixion/libixion-.ebuild,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- libixion-.ebuild19 Jul 2015 16:20:19 -  1.15
+++ libixion-.ebuild25 Jul 2015 21:23:20 -  1.16
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libixion/libixion-.ebuild,v 
1.15 2015/07/19 16:20:19 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libixion/libixion-.ebuild,v 
1.16 2015/07/25 21:23:20 dilfridge Exp $
 
 EAPI=5
 
@@ -32,6 +32,10 @@
 
 REQUIRED_USE=python? ( ${PYTHON_REQUIRED_USE} )
 
+pkg_setup() {
+   use python  python-single-r1_pkg_setup
+}
+
 src_prepare() {
[[ ${PV} ==  ]]  eautoreconf
 }



1.4  dev-libs/libixion/libixion-0.9.1.ebuild

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

Index: libixion-0.9.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libixion/libixion-0.9.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libixion-0.9.1.ebuild   19 Jul 2015 20:14:45 -  1.3
+++ libixion-0.9.1.ebuild   25 Jul 2015 21:23:20 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libixion/libixion-0.9.1.ebuild,v 
1.3 2015/07/19 20:14:45 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libixion/libixion-0.9.1.ebuild,v 
1.4 2015/07/25 21:23:20 dilfridge Exp $
 
 EAPI=5
 
@@ -32,6 +32,10 @@
 
 REQUIRED_USE=python? ( ${PYTHON_REQUIRED_USE} )
 
+pkg_setup() {
+   use python  python-single-r1_pkg_setup
+}
+
 src_prepare() {
epatch ${FILESDIR}/${PN}-0.9.1-typo.patch
epatch ${FILESDIR}/${PN}-0.9.1-python-optional.patch



1.26 dev-libs/libixion/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libixion/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog   19 Jul 2015 20:14:45 -  1.25
+++ ChangeLog   25 Jul 2015 21:23:20 -  1.26
@@ -1,6 +1,10 @@
 # ChangeLog for dev-libs/libixion
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libixion/ChangeLog,v 1.25 
2015/07/19 20:14:45 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libixion/ChangeLog,v 1.26 
2015/07/25 21:23:20 dilfridge Exp $
+
+  25 Jul 2015; Andreas K. Huettel dilfri...@gentoo.org libixion-0.9.1.ebuild,
+  libixion-.ebuild:
+  Add missing pkg_setup
 
   19 Jul 2015; Andreas K. Huettel dilfri...@gentoo.org libixion-0.7.0.ebuild,
   libixion-0.9.0.ebuild, libixion-0.9.1.ebuild:






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

2015-07-25 Thread Andreas Huettel (dilfridge)
dilfridge15/07/25 21:28:23

  Modified: libreoffice-.ebuild ChangeLog
  Added:libreoffice-5.0.0.4.ebuild
  Removed:  libreoffice-5.0.0.3.ebuild
  Log:
  New libreoffice-5 prerelease
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  ChangesPath
1.38 app-office/libreoffice/libreoffice-.ebuild

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

Index: libreoffice-.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-.ebuild,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- libreoffice-.ebuild 12 Jul 2015 20:54:02 -  1.37
+++ libreoffice-.ebuild 25 Jul 2015 21:28:22 -  1.38
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-.ebuild,v 1.37 
2015/07/12 20:54:02 dilfridge Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-.ebuild,v 1.38 
2015/07/25 21:28:22 dilfridge Exp $
 
 EAPI=5
 
@@ -159,7 +159,10 @@
x11-libs/gdk-pixbuf[X]
=x11-libs/gtk+-2.24:2
)
-   gtk3? ( =x11-libs/gtk+-3.2:3 )
+   gtk3? (
+   dev-libs/glib:2
+   =x11-libs/gtk+-3.2:3
+   )
gstreamer? (
media-libs/gstreamer:1.0
media-libs/gst-plugins-base:1.0



1.642app-office/libreoffice/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-office/libreoffice/ChangeLog,v
retrieving revision 1.641
retrieving revision 1.642
diff -u -r1.641 -r1.642
--- ChangeLog   22 Jul 2015 19:33:54 -  1.641
+++ ChangeLog   25 Jul 2015 21:28:22 -  1.642
@@ -1,6 +1,13 @@
 # ChangeLog for app-office/libreoffice
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/ChangeLog,v 1.641 
2015/07/22 19:33:54 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/ChangeLog,v 1.642 
2015/07/25 21:28:22 dilfridge Exp $
+
+*libreoffice-5.0.0.4 (25 Jul 2015)
+
+  25 Jul 2015; Andreas K. Huettel dilfri...@gentoo.org
+  +libreoffice-5.0.0.4.ebuild, -libreoffice-5.0.0.3.ebuild,
+  libreoffice-.ebuild:
+  New libreoffice-5 prerelease
 
   22 Jul 2015; Agostino Sarubbo a...@gentoo.org libreoffice-4.4.4.3.ebuild:
   Stable for x86, wrt bug #84



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

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

Index: libreoffice-5.0.0.4.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-5.0.0.4.ebuild,v 1.1 
2015/07/25 21:28:22 dilfridge Exp $

EAPI=5

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

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

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

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

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

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

DESCRIPTION=LibreOffice, a full office 

[gentoo-commits] gentoo-x86 commit in dev-perl/Module-Starter: Module-Starter-1.710.0.ebuild ChangeLog

2015-07-25 Thread Andreas Huettel (dilfridge)
dilfridge15/07/25 18:05:18

  Modified: ChangeLog
  Added:Module-Starter-1.710.0.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  ChangesPath
1.14 dev-perl/Module-Starter/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Module-Starter/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog   28 Aug 2014 17:47:18 -  1.13
+++ ChangeLog   25 Jul 2015 18:05:18 -  1.14
@@ -1,6 +1,12 @@
 # ChangeLog for dev-perl/Module-Starter
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Starter/ChangeLog,v 1.13 
2014/08/28 17:47:18 zlogene Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Starter/ChangeLog,v 1.14 
2015/07/25 18:05:18 dilfridge Exp $
+
+*Module-Starter-1.710.0 (25 Jul 2015)
+
+  25 Jul 2015; Andreas K. Huettel dilfri...@gentoo.org
+  +Module-Starter-1.710.0.ebuild:
+  Version bump
 
   28 Aug 2014; Mikle Kolyada zlog...@gentoo.org
   -Module-Starter-1.580.0.ebuild:



1.1  dev-perl/Module-Starter/Module-Starter-1.710.0.ebuild

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

Index: Module-Starter-1.710.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Module-Starter/Module-Starter-1.710.0.ebuild,v 
1.1 2015/07/25 18:05:18 dilfridge Exp $

EAPI=5

MODULE_AUTHOR=XSAWYERX
MODULE_VERSION=1.60
inherit perl-module

DESCRIPTION=A simple starter kit for any module

SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=test

RDEPEND=
virtual/perl-ExtUtils-Command
virtual/perl-File-Spec
virtual/perl-Getopt-Long
dev-perl/Module-Install-AuthorTests
dev-perl/Path-Class
=virtual/perl-Pod-Parser-1.210.0
virtual/perl-parent

DEPEND=${RDEPEND}
test? (
virtual/perl-Test-Simple
=virtual/perl-Test-Harness-0.210.0
)


SRC_TEST=do parallel






[gentoo-commits] gentoo-x86 commit in dev-perl/Moo: Moo-2.0.2.ebuild ChangeLog

2015-07-25 Thread Andreas Huettel (dilfridge)
dilfridge15/07/25 18:31:05

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

Revision  ChangesPath
1.37 dev-perl/Moo/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Moo/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog   2 Apr 2015 10:22:32 -   1.36
+++ ChangeLog   25 Jul 2015 18:31:05 -  1.37
@@ -1,6 +1,11 @@
 # ChangeLog for dev-perl/Moo
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Moo/ChangeLog,v 1.36 2015/04/02 
10:22:32 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Moo/ChangeLog,v 1.37 2015/07/25 
18:31:05 dilfridge Exp $
+
+*Moo-2.0.2 (25 Jul 2015)
+
+  25 Jul 2015; Andreas K. Huettel dilfri...@gentoo.org +Moo-2.0.2.ebuild:
+  Version bump
 
   02 Apr 2015; Mikle Kolyada zlog...@gentoo.org Moo-2.0.0.ebuild:
   Add ~arm keyword



1.1  dev-perl/Moo/Moo-2.0.2.ebuild

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

Index: Moo-2.0.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Moo/Moo-2.0.2.ebuild,v 1.1 
2015/07/25 18:31:05 dilfridge Exp $

EAPI=5

MODULE_AUTHOR=HAARG
MODULE_VERSION=2.02
inherit perl-module

DESCRIPTION=Minimalist Object Orientation (with Moose compatiblity)

SLOT=0
KEYWORDS=~amd64 ~arm ~hppa ~ppc ~x86 ~ppc-aix ~ppc-macos ~x86-solaris
IUSE=test

# needs Scalar::Util
RDEPEND=
=dev-perl/Class-Method-Modifiers-1.100.0
=dev-perl/Devel-GlobalDestruction-0.110.0
=virtual/perl-Exporter-5.570.0
=dev-perl/Module-Runtime-0.14.0
=dev-perl/Role-Tiny-2.0.0
virtual/perl-Scalar-List-Utils

DEPEND=${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
=dev-perl/Test-Fatal-0.3.0
=virtual/perl-Test-Simple-0.940.0
)


SRC_TEST=do parallel






[gentoo-commits] gentoo-x86 commit in dev-perl/Module-Install-AuthorTests: Module-Install-AuthorTests-0.2.0.ebuild metadata.xml ChangeLog

2015-07-25 Thread Andreas Huettel (dilfridge)
dilfridge15/07/25 18:03:05

  Added:Module-Install-AuthorTests-0.2.0.ebuild
metadata.xml ChangeLog
  Log:
  New package, needed for dev-perl/Module-Starter
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  ChangesPath
1.1  
dev-perl/Module-Install-AuthorTests/Module-Install-AuthorTests-0.2.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Module-Install-AuthorTests/Module-Install-AuthorTests-0.2.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Module-Install-AuthorTests/Module-Install-AuthorTests-0.2.0.ebuild?rev=1.1content-type=text/plain

Index: Module-Install-AuthorTests-0.2.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Module-Install-AuthorTests/Module-Install-AuthorTests-0.2.0.ebuild,v
 1.1 2015/07/25 18:03:05 dilfridge Exp $

EAPI=5

MODULE_AUTHOR=RJBS
MODULE_VERSION=0.002
inherit perl-module

DESCRIPTION=Designate tests only run by module authors

SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=test

RDEPEND=
dev-perl/Module-Install

DEPEND=${RDEPEND}
virtual/perl-ExtUtils-MakeMaker


SRC_TEST=do parallel



1.1  dev-perl/Module-Install-AuthorTests/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Module-Install-AuthorTests/metadata.xml?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Module-Install-AuthorTests/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
  herdperl/herd
/pkgmetadata



1.1  dev-perl/Module-Install-AuthorTests/ChangeLog

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

Index: ChangeLog
===
# ChangeLog for dev-perl/Module-Install-AuthorTests
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Module-Install-AuthorTests/ChangeLog,v 1.1 
2015/07/25 18:03:05 dilfridge Exp $

*Module-Install-AuthorTests-0.2.0 (25 Jul 2015)

  25 Jul 2015; Andreas K. Huettel dilfri...@gentoo.org
  +Module-Install-AuthorTests-0.2.0.ebuild, +metadata.xml:
  New package, needed for dev-perl/Module-Starter






[gentoo-commits] gentoo-x86 commit in dev-perl/MongoDB: MongoDB-0.708.3.0.ebuild ChangeLog

2015-07-25 Thread Andreas Huettel (dilfridge)
dilfridge15/07/25 18:16:12

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

Revision  ChangesPath
1.6  dev-perl/MongoDB/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/MongoDB/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   28 Apr 2015 10:52:49 -  1.5
+++ ChangeLog   25 Jul 2015 18:16:12 -  1.6
@@ -1,6 +1,12 @@
 # ChangeLog for dev-perl/MongoDB
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/MongoDB/ChangeLog,v 1.5 2015/04/28 
10:52:49 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/MongoDB/ChangeLog,v 1.6 2015/07/25 
18:16:12 dilfridge Exp $
+
+*MongoDB-0.708.3.0 (25 Jul 2015)
+
+  25 Jul 2015; Andreas K. Huettel dilfri...@gentoo.org
+  +MongoDB-0.708.3.0.ebuild:
+  Version bump
 
   28 Apr 2015; Tony Vroon chain...@gentoo.org MongoDB-0.708.0.0.ebuild:
   Remove incorrect dependency on threaded Perl for test suite, as per Kent



1.1  dev-perl/MongoDB/MongoDB-0.708.3.0.ebuild

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

Index: MongoDB-0.708.3.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/MongoDB/MongoDB-0.708.3.0.ebuild,v 
1.1 2015/07/25 18:16:12 dilfridge Exp $

EAPI=5
MODULE_AUTHOR=MONGODB
MODULE_VERSION=v${PV}

inherit perl-module

DESCRIPTION=Official MongoDB Driver for Perl
SLOT=0

KEYWORDS=~amd64

LICENSE=Apache-2.0
IUSE=test

RDEPEND=
dev-perl/Authen-SCRAM
virtual/perl-Carp
dev-perl/Moose
=dev-perl/DateTime-0.780.0
virtual/perl-Digest-MD5
virtual/perl-Encode
=virtual/perl-Exporter-5.570.0
virtual/perl-IO
virtual/perl-MIME-Base64
dev-perl/Safe-Isa
virtual/perl-Scalar-List-Utils
dev-perl/Syntax-Keyword-Junction
dev-perl/Throwable
dev-perl/Tie-IxHash
virtual/perl-Time-HiRes
dev-perl/Try-Tiny
virtual/perl-XSLoader
dev-perl/boolean
virtual/perl-if
dev-perl/namespace-clean

DEPEND=${RDEPEND}
=dev-perl/Config-AutoConf-0.220.0
virtual/perl-ExtUtils-MakeMaker
=dev-perl/Path-Tiny-0.52.0
test? (
virtual/perl-Data-Dumper
dev-perl/DateTime-Tiny
virtual/perl-File-Spec
virtual/perl-File-Temp
dev-perl/JSON
=dev-perl/Test-Deep-0.111.0
dev-perl/Test-Fatal
=virtual/perl-Test-Simple-0.960.0
dev-perl/Test-Warn
virtual/perl-bignum
)







[gentoo-commits] gentoo-x86 commit in dev-perl/Test-CleanNamespaces: - New directory

2015-07-25 Thread Andreas Huettel (dilfridge)
dilfridge15/07/25 20:34:38

  Log:
  Directory /var/cvsroot/gentoo-x86/dev-perl/Test-CleanNamespaces added to the 
repository



[gentoo-commits] gentoo-x86 commit in dev-perl/Test-CleanNamespaces: Test-CleanNamespaces-0.180.0.ebuild metadata.xml ChangeLog

2015-07-25 Thread Andreas Huettel (dilfridge)
dilfridge15/07/25 20:34:55

  Added:Test-CleanNamespaces-0.180.0.ebuild metadata.xml
ChangeLog
  Log:
  New package, needed for dev-perl/Moose, ebuild by Kent Fredric, bug 554938
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  ChangesPath
1.1  
dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.180.0.ebuild

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

Index: Test-CleanNamespaces-0.180.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.180.0.ebuild,v
 1.1 2015/07/25 20:34:55 dilfridge Exp $

EAPI=5

MODULE_AUTHOR=ETHER
MODULE_VERSION=0.18
inherit perl-module

DESCRIPTION=Check for uncleaned imports

SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=test minimal

# r:Test::Builder - Test-Simple
# t:Scalar::Util - Scalar-List-Utils
# t:Test::Tester - ( Ugh )
RDEPEND=
!minimal? (
dev-perl/Package-Stash-XS
)
dev-perl/File-Find-Rule
dev-perl/File-Find-Rule-Perl
virtual/perl-File-Spec
dev-perl/Module-Runtime
=dev-perl/Package-Stash-0.140.0
dev-perl/Sub-Exporter
dev-perl/Sub-Identify
virtual/perl-Test-Simple
dev-perl/namespace-clean

DEPEND=${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
!dev-perl/Role-Tiny-1.3.0
test? (
!minimal? (
=virtual/perl-CPAN-Meta-2.120.900
)
virtual/perl-Exporter
virtual/perl-Scalar-List-Utils
dev-perl/Test-Deep
=virtual/perl-Test-Simple-0.880.0
dev-perl/Test-Requires
|| ( =virtual/perl-Test-Simple-1.1.14 dev-perl/Test-Tester )
=dev-perl/Test-Warnings-0.9.0
virtual/perl-if
virtual/perl-parent
)


SRC_TEST=do parallel



1.1  dev-perl/Test-CleanNamespaces/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Test-CleanNamespaces/metadata.xml?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Test-CleanNamespaces/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
  herdperl/herd
/pkgmetadata



1.1  dev-perl/Test-CleanNamespaces/ChangeLog

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

Index: ChangeLog
===
# ChangeLog for dev-perl/Test-CleanNamespaces
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-CleanNamespaces/ChangeLog,v 
1.1 2015/07/25 20:34:55 dilfridge Exp $

*Test-CleanNamespaces-0.180.0 (25 Jul 2015)

  25 Jul 2015; Andreas K. Huettel dilfri...@gentoo.org
  +Test-CleanNamespaces-0.180.0.ebuild, +metadata.xml:
  New package, needed for dev-perl/Moose, ebuild by Kent Fredric, bug 554938






[gentoo-commits] gentoo-x86 commit in dev-perl/Monitoring-Plugin: Monitoring-Plugin-0.390.0.ebuild ChangeLog

2015-07-25 Thread Andreas Huettel (dilfridge)
dilfridge15/07/25 18:21:40

  Modified: ChangeLog
  Added:Monitoring-Plugin-0.390.0.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  ChangesPath
1.3  dev-perl/Monitoring-Plugin/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Monitoring-Plugin/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   2 Feb 2015 14:43:00 -   1.2
+++ ChangeLog   25 Jul 2015 18:21:39 -  1.3
@@ -1,6 +1,12 @@
 # ChangeLog for dev-perl/Monitoring-Plugin
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Monitoring-Plugin/ChangeLog,v 1.2 
2015/02/02 14:43:00 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Monitoring-Plugin/ChangeLog,v 1.3 
2015/07/25 18:21:39 dilfridge Exp $
+
+*Monitoring-Plugin-0.390.0 (25 Jul 2015)
+
+  25 Jul 2015; Andreas K. Huettel dilfri...@gentoo.org
+  +Monitoring-Plugin-0.390.0.ebuild:
+  Version bump
 
   02 Feb 2015; Jeroen Roovers j...@gentoo.org
   Monitoring-Plugin-0.380.0.ebuild:



1.1  dev-perl/Monitoring-Plugin/Monitoring-Plugin-0.390.0.ebuild

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

Index: Monitoring-Plugin-0.390.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Monitoring-Plugin/Monitoring-Plugin-0.390.0.ebuild,v
 1.1 2015/07/25 18:21:39 dilfridge Exp $

EAPI=5

MODULE_AUTHOR=NIERLEIN
MODULE_VERSION=0.39
inherit perl-module

DESCRIPTION=Modules to streamline Nagios, Icinga, Shinken, etc. plugins

SLOT=0
KEYWORDS=~amd64 ~hppa ~x86
IUSE=test

RDEPEND=
virtual/perl-Carp
dev-perl/Class-Accessor
dev-perl/Config-Tiny
virtual/perl-File-Spec
dev-perl/Math-Calc-Units
dev-perl/Params-Validate

DEPEND=${RDEPEND}
=virtual/perl-ExtUtils-MakeMaker-6.590.0
test? ( =virtual/perl-Test-Simple-0.620.0 )


SRC_TEST=do parallel






[gentoo-commits] gentoo-x86 commit in dev-perl/Devel-OverloadInfo: Devel-OverloadInfo-0.2.0.ebuild metadata.xml ChangeLog

2015-07-25 Thread Andreas Huettel (dilfridge)
dilfridge15/07/25 20:15:05

  Added:Devel-OverloadInfo-0.2.0.ebuild metadata.xml
ChangeLog
  Log:
  New package, needed for dev-perl/Moose, ebuild by Kent Fredric, bug 554938
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  ChangesPath
1.1  dev-perl/Devel-OverloadInfo/Devel-OverloadInfo-0.2.0.ebuild

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

Index: Devel-OverloadInfo-0.2.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Devel-OverloadInfo/Devel-OverloadInfo-0.2.0.ebuild,v
 1.1 2015/07/25 20:15:05 dilfridge Exp $

EAPI=5

MODULE_AUTHOR=ILMARI
MODULE_VERSION=0.002
inherit perl-module

DESCRIPTION=Introspect overloaded operators

SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=test

# Scalar::Util - Scalar-List-Utils
RDEPEND=
=virtual/perl-Exporter-5.570.0
dev-perl/MRO-Compat
=dev-perl/Package-Stash-0.140.0
virtual/perl-Scalar-List-Utils
dev-perl/Sub-Identify

DEPEND=${RDEPEND}
=virtual/perl-ExtUtils-MakeMaker-6.300.0
test? (
=virtual/perl-Test-Simple-0.880.0
virtual/perl-parent
)


SRC_TEST=do parallel



1.1  dev-perl/Devel-OverloadInfo/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Devel-OverloadInfo/metadata.xml?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Devel-OverloadInfo/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
  herdperl/herd
/pkgmetadata



1.1  dev-perl/Devel-OverloadInfo/ChangeLog

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

Index: ChangeLog
===
# ChangeLog for dev-perl/Devel-OverloadInfo
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Devel-OverloadInfo/ChangeLog,v 1.1 
2015/07/25 20:15:05 dilfridge Exp $

*Devel-OverloadInfo-0.2.0 (25 Jul 2015)

  25 Jul 2015; Andreas K. Huettel dilfri...@gentoo.org
  +Devel-OverloadInfo-0.2.0.ebuild, +metadata.xml:
  New package, needed for dev-perl/Moose, ebuild by Kent Fredric, bug 554938






[gentoo-commits] gentoo-x86 commit in dev-perl/Devel-OverloadInfo: - New directory

2015-07-25 Thread Andreas Huettel (dilfridge)
dilfridge15/07/25 20:14:15

  Log:
  Directory /var/cvsroot/gentoo-x86/dev-perl/Devel-OverloadInfo added to the 
repository



[gentoo-commits] gentoo-x86 commit in dev-perl/Module-Runtime-Conflicts: Module-Runtime-Conflicts-0.2.0.ebuild metadata.xml ChangeLog

2015-07-25 Thread Andreas Huettel (dilfridge)
dilfridge15/07/25 20:19:07

  Added:Module-Runtime-Conflicts-0.2.0.ebuild metadata.xml
ChangeLog
  Log:
  New package, needed for dev-perl/Moose, ebuild by Kent Fredric, bug 554938
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  ChangesPath
1.1  
dev-perl/Module-Runtime-Conflicts/Module-Runtime-Conflicts-0.2.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Module-Runtime-Conflicts/Module-Runtime-Conflicts-0.2.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Module-Runtime-Conflicts/Module-Runtime-Conflicts-0.2.0.ebuild?rev=1.1content-type=text/plain

Index: Module-Runtime-Conflicts-0.2.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Module-Runtime-Conflicts/Module-Runtime-Conflicts-0.2.0.ebuild,v
 1.1 2015/07/25 20:19:07 dilfridge Exp $

EAPI=5

MODULE_AUTHOR=ETHER
MODULE_VERSION=0.002
inherit perl-module

DESCRIPTION=Provide information on conflicts for Module::Runtime

SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=test

RDEPEND=
dev-perl/Dist-CheckConflicts
dev-perl/Module-Runtime

DEPEND=${RDEPEND}
=dev-perl/Module-Build-Tiny-0.39.0
test? (
virtual/perl-ExtUtils-MakeMaker
virtual/perl-File-Spec
=virtual/perl-Test-Simple-0.880.0
virtual/perl-if
)


SRC_TEST=do parallel



1.1  dev-perl/Module-Runtime-Conflicts/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Module-Runtime-Conflicts/metadata.xml?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Module-Runtime-Conflicts/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
  herdperl/herd
/pkgmetadata



1.1  dev-perl/Module-Runtime-Conflicts/ChangeLog

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

Index: ChangeLog
===
# ChangeLog for dev-perl/Module-Runtime-Conflicts
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Module-Runtime-Conflicts/ChangeLog,v 1.1 
2015/07/25 20:19:07 dilfridge Exp $

*Module-Runtime-Conflicts-0.2.0 (25 Jul 2015)

  25 Jul 2015; Andreas K. Huettel dilfri...@gentoo.org
  +Module-Runtime-Conflicts-0.2.0.ebuild, +metadata.xml:
  New package, needed for dev-perl/Moose, ebuild by Kent Fredric, bug 554938






[gentoo-commits] gentoo-x86 commit in dev-perl/Module-Runtime-Conflicts: - New directory

2015-07-25 Thread Andreas Huettel (dilfridge)
dilfridge15/07/25 20:18:45

  Log:
  Directory /var/cvsroot/gentoo-x86/dev-perl/Module-Runtime-Conflicts added to 
the repository



[gentoo-commits] gentoo-x86 commit in dev-perl/Moose: Moose-2.140.500.ebuild ChangeLog

2015-07-25 Thread Andreas Huettel (dilfridge)
dilfridge15/07/25 20:40:35

  Modified: ChangeLog
  Added:Moose-2.140.500.ebuild
  Log:
  Version bump, ebuild by Kent Fredric, bug 554938
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  ChangesPath
1.116dev-perl/Moose/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Moose/ChangeLog,v
retrieving revision 1.115
retrieving revision 1.116
diff -u -r1.115 -r1.116
--- ChangeLog   29 Mar 2015 09:27:03 -  1.115
+++ ChangeLog   25 Jul 2015 20:40:35 -  1.116
@@ -1,6 +1,12 @@
 # ChangeLog for dev-perl/Moose
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Moose/ChangeLog,v 1.115 2015/03/29 
09:27:03 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Moose/ChangeLog,v 1.116 2015/07/25 
20:40:35 dilfridge Exp $
+
+*Moose-2.140.500 (25 Jul 2015)
+
+  25 Jul 2015; Andreas K. Huettel dilfri...@gentoo.org
+  +Moose-2.140.500.ebuild:
+  Version bump, ebuild by Kent Fredric, bug 554938
 
   29 Mar 2015; Jeroen Roovers j...@gentoo.org Moose-2.60.400-r1.ebuild:
   Marked ~hppa (bug #544064).



1.1  dev-perl/Moose/Moose-2.140.500.ebuild

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

Index: Moose-2.140.500.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Moose/Moose-2.140.500.ebuild,v 1.1 
2015/07/25 20:40:35 dilfridge Exp $

EAPI=5

MODULE_AUTHOR=ETHER
MODULE_VERSION=2.1405
inherit perl-module

DESCRIPTION=A postmodern object system for Perl 5

SLOT=0
KEYWORDS=~amd64 ~x86 ~x86-fbsd ~x64-macos
IUSE=test

CONFLICTS=
!=dev-perl/Catalyst-5.900.499.990
!=dev-perl/Config-MVP-2.200.4
!=dev-perl/Devel-REPL-1.3.20
!=dev-perl/Dist-Zilla-Plugin-Git-2.16.0
!=dev-perl/Fey-0.360.0
!=dev-perl/Fey-ORM-0.420.0
!=dev-perl/File-ChangeNotify-0.150.0
!=dev-perl/HTTP-Throwable-0.17.0
!=dev-perl/KiokuDB-0.510.0
!=dev-perl/Markdent-0.160.0
!=dev-perl/Mason-2.180.0
!=dev-perl/MooseX-ABC-0.50.0
!=dev-perl/MooseX-Aliases-0.80.0
!=dev-perl/MooseX-AlwaysCoerce-0.130.0
!=dev-perl/MooseX-App-1.220.0
!=dev-perl/MooseX-Attribute-Deflator-2.1.7
!=dev-perl/MooseX-Attribute-Dependent-1.1.0
!=dev-perl/MooseX-Attribute-Prototype-0.100.0
!=dev-perl/MooseX-AttributeHelpers-0.220.0
!=dev-perl/MooseX-AttributeIndexes-1.0.0
!=dev-perl/MooseX-AttributeInflate-0.20.0
!=dev-perl/MooseX-CascadeClearing-0.30.0
!=dev-perl/MooseX-ClassAttribute-0.260.0
!=dev-perl/MooseX-Constructor-AllErrors-0.21.0
!=dev-perl/MooseX-Declare-0.350.0
!=dev-perl/MooseX-FollowPBP-0.20.0
!=dev-perl/MooseX-Getopt-0.560.0
!=dev-perl/MooseX-InstanceTracking-0.40.0
!=dev-perl/MooseX-LazyRequire-0.60.0
!=dev-perl/MooseX-Meta-Attribute-Index-0.40.0
!=dev-perl/MooseX-Meta-Attribute-Lvalue-0.50.0
!=dev-perl/MooseX-Method-Signatures-0.440.0
!=dev-perl/MooseX-MethodAttributes-0.220.0
!=dev-perl/MooseX-NonMoose-0.240.0
!=dev-perl/MooseX-Object-Pluggable-0.1.100
!=dev-perl/MooseX-POE-0.214.0
!=dev-perl/MooseX-Params-Validate-0.50.0
!=dev-perl/MooseX-PrivateSetters-0.30.0
!=dev-perl/MooseX-Role-Cmd-0.60.0
!=dev-perl/MooseX-Role-Parameterized-1.0.0
!=dev-perl/MooseX-Role-WithOverloading-0.140.0
!=dev-perl/MooseX-Runnable-0.30.0
!=dev-perl/MooseX-Scaffold-0.50.0
!=dev-perl/MooseX-SemiAffordanceAccessor-0.50
!=dev-perl/MooseX-SetOnce-0.100.473
!=dev-perl/MooseX-Singleton-0.250.0
!=dev-perl/MooseX-SlurpyConstructor-1.100.0
!=dev-perl/MoooseX-Storage-0.420.0
!=dev-perl/MooseX-StrictConstructor-0.120.0
!=dev-perl/MooseX-Traits-0.110.0
!=dev-perl/MooseX-Types-0.190.0
!=dev-perl/MooseX-Types-Parameterizable-0.50.0
!=dev-perl/MooseX-Types-Set-Object-0.30.0
!=dev-perl/MooseX-Types-Signal-1.101.930
!=dev-perl/MooseX-UndefTolerant-0.110.0
!=dev-perl/PRANG-0.140.0
!=dev-perl/Pod-Elemental-0.93.280

[gentoo-commits] gentoo-x86 commit in app-text/libexttextcat: ChangeLog libexttextcat-3.4.0.ebuild

2015-07-25 Thread Andreas Huettel (dilfridge)
dilfridge15/07/26 00:42:49

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

Revision  ChangesPath
1.18 app-text/libexttextcat/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/libexttextcat/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog   22 Jul 2015 19:33:16 -  1.17
+++ ChangeLog   26 Jul 2015 00:42:49 -  1.18
@@ -1,6 +1,10 @@
 # ChangeLog for app-text/libexttextcat
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/libexttextcat/ChangeLog,v 1.17 
2015/07/22 19:33:16 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/libexttextcat/ChangeLog,v 1.18 
2015/07/26 00:42:49 dilfridge Exp $
+
+  26 Jul 2015; Andreas K. Huettel dilfri...@gentoo.org
+  -libexttextcat-3.4.0.ebuild:
+  Remove old
 
   22 Jul 2015; Agostino Sarubbo a...@gentoo.org libexttextcat-3.4.4.ebuild:
   Stable for x86, wrt bug #84






[gentoo-commits] gentoo-x86 commit in app-text/mythes: ChangeLog mythes-1.2.3.ebuild

2015-07-25 Thread Andreas Huettel (dilfridge)
dilfridge15/07/26 00:43:54

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

Revision  ChangesPath
1.22 app-text/mythes/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/mythes/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog   22 Jul 2015 19:33:13 -  1.21
+++ ChangeLog   26 Jul 2015 00:43:54 -  1.22
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/mythes
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/mythes/ChangeLog,v 1.21 2015/07/22 
19:33:13 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/mythes/ChangeLog,v 1.22 2015/07/26 
00:43:54 dilfridge Exp $
+
+  26 Jul 2015; Andreas K. Huettel dilfri...@gentoo.org -mythes-1.2.3.ebuild:
+  Remove old
 
   22 Jul 2015; Agostino Sarubbo a...@gentoo.org mythes-1.2.4.ebuild:
   Stable for x86, wrt bug #84






[gentoo-commits] gentoo-x86 commit in virtual/perl-autodie: perl-autodie-2.230.0.ebuild perl-autodie-2.260.0.ebuild ChangeLog

2015-07-23 Thread Andreas Huettel (dilfridge)
dilfridge15/07/23 23:54:50

  Modified: perl-autodie-2.230.0.ebuild
perl-autodie-2.260.0.ebuild ChangeLog
  Log:
  Copy arm keywords from dev-lang/perl
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  ChangesPath
1.10 virtual/perl-autodie/perl-autodie-2.230.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-autodie/perl-autodie-2.230.0.ebuild?rev=1.10view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-autodie/perl-autodie-2.230.0.ebuild?rev=1.10content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-autodie/perl-autodie-2.230.0.ebuild?r1=1.9r2=1.10

Index: perl-autodie-2.230.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/virtual/perl-autodie/perl-autodie-2.230.0.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- perl-autodie-2.230.0.ebuild 29 Mar 2015 09:40:03 -  1.9
+++ perl-autodie-2.230.0.ebuild 23 Jul 2015 23:54:50 -  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/virtual/perl-autodie/perl-autodie-2.230.0.ebuild,v 1.9 
2015/03/29 09:40:03 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/virtual/perl-autodie/perl-autodie-2.230.0.ebuild,v 1.10 
2015/07/23 23:54:50 dilfridge Exp $
 
 EAPI=5
 
@@ -10,7 +10,7 @@
 
 LICENSE=
 SLOT=0
-KEYWORDS=alpha amd64 ~hppa ia64 ppc ppc64 sparc x86
+KEYWORDS=alpha amd64 arm ~hppa ia64 ppc ppc64 sparc x86
 IUSE=
 
 RDEPEND=



1.2  virtual/perl-autodie/perl-autodie-2.260.0.ebuild

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

Index: perl-autodie-2.260.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/virtual/perl-autodie/perl-autodie-2.260.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- perl-autodie-2.260.0.ebuild 13 Jun 2015 10:03:25 -  1.1
+++ perl-autodie-2.260.0.ebuild 23 Jul 2015 23:54:50 -  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/virtual/perl-autodie/perl-autodie-2.260.0.ebuild,v 1.1 
2015/06/13 10:03:25 dilfridge Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/virtual/perl-autodie/perl-autodie-2.260.0.ebuild,v 1.2 
2015/07/23 23:54:50 dilfridge Exp $
 
 EAPI=5
 
@@ -10,7 +10,7 @@
 
 LICENSE=
 SLOT=0
-KEYWORDS=~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86
+KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86
 IUSE=
 
 RDEPEND=



1.15 virtual/perl-autodie/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-autodie/ChangeLog?rev=1.15view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-autodie/ChangeLog?rev=1.15content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-autodie/ChangeLog?r1=1.14r2=1.15

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/virtual/perl-autodie/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   13 Jun 2015 10:03:25 -  1.14
+++ ChangeLog   23 Jul 2015 23:54:50 -  1.15
@@ -1,6 +1,10 @@
 # ChangeLog for virtual/perl-autodie
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/perl-autodie/ChangeLog,v 1.14 
2015/06/13 10:03:25 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-autodie/ChangeLog,v 1.15 
2015/07/23 23:54:50 dilfridge Exp $
+
+  23 Jul 2015; Andreas K. Huettel dilfri...@gentoo.org
+  perl-autodie-2.230.0.ebuild, perl-autodie-2.260.0.ebuild:
+  Copy arm keywords from dev-lang/perl
 
 *perl-autodie-2.260.0 (13 Jun 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-perl/Module-Install: Module-Install-1.160.0.ebuild ChangeLog Module-Install-1.120.0.ebuild

2015-07-23 Thread Andreas Huettel (dilfridge)
dilfridge15/07/23 23:55:14

  Modified: ChangeLog
  Added:Module-Install-1.160.0.ebuild
  Removed:  Module-Install-1.120.0.ebuild
  Log:
  Version bump; remove old
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  ChangesPath
1.37 dev-perl/Module-Install/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Module-Install/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog   13 Jun 2015 22:18:05 -  1.36
+++ ChangeLog   23 Jul 2015 23:55:14 -  1.37
@@ -1,6 +1,12 @@
 # ChangeLog for dev-perl/Module-Install
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Install/ChangeLog,v 1.36 
2015/06/13 22:18:05 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Install/ChangeLog,v 1.37 
2015/07/23 23:55:14 dilfridge Exp $
+
+*Module-Install-1.160.0 (23 Jul 2015)
+
+  23 Jul 2015; Andreas K. Huettel dilfri...@gentoo.org
+  +Module-Install-1.160.0.ebuild, -Module-Install-1.120.0.ebuild:
+  Version bump; remove old
 
   13 Jun 2015; Andreas K. Huettel dilfri...@gentoo.org
   Module-Install-1.120.0.ebuild, Module-Install-1.140.0.ebuild,



1.1  dev-perl/Module-Install/Module-Install-1.160.0.ebuild

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

Index: Module-Install-1.160.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Module-Install/Module-Install-1.160.0.ebuild,v 
1.1 2015/07/23 23:55:14 dilfridge Exp $

EAPI=5

MODULE_AUTHOR=ETHER
MODULE_VERSION=1.16
inherit perl-module

DESCRIPTION=Standalone, extensible Perl module installer

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

RDEPEND=
=virtual/perl-Devel-PPPort-3.160.0
=virtual/perl-ExtUtils-Install-1.520.0
=virtual/perl-ExtUtils-MakeMaker-6.590.0
=virtual/perl-ExtUtils-ParseXS-2.190.0
=dev-perl/File-Remove-1.420.0
=virtual/perl-File-Spec-3.280.0
=dev-perl/Module-Build-0.290.0
=virtual/perl-Module-CoreList-2.170.0
=dev-perl/Module-ScanDeps-1.90.0
=virtual/perl-Parse-CPAN-Meta-1.441.300
=dev-perl/YAML-Tiny-1.380.0
=dev-perl/Archive-Zip-1.370.0
=dev-perl/File-HomeDir-1
=dev-perl/JSON-2.900.0
=dev-perl/libwww-perl-6
=dev-perl/PAR-Dist-0.290.0


DEPEND=${RDEPEND}
=virtual/perl-ExtUtils-MakeMaker-6.590.0
virtual/perl-autodie
=dev-perl/YAML-Tiny-1.330.0
test? (
=virtual/perl-Test-Harness-3.130.0
=virtual/perl-Test-Simple-0.860.0
)


SRC_TEST=do parallel






[gentoo-commits] gentoo-x86 commit in dev-perl/MIME-Types: MIME-Types-2.110.0.ebuild ChangeLog MIME-Types-2.020.0.ebuild

2015-07-23 Thread Andreas Huettel (dilfridge)
dilfridge15/07/23 23:47:11

  Modified: ChangeLog
  Added:MIME-Types-2.110.0.ebuild
  Removed:  MIME-Types-2.020.0.ebuild
  Log:
  Version bump; remove old
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  ChangesPath
1.114dev-perl/MIME-Types/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/MIME-Types/ChangeLog,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -r1.113 -r1.114
--- ChangeLog   9 Jan 2015 18:50:53 -   1.113
+++ ChangeLog   23 Jul 2015 23:47:11 -  1.114
@@ -1,6 +1,12 @@
 # ChangeLog for dev-perl/MIME-Types
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/MIME-Types/ChangeLog,v 1.113 
2015/01/09 18:50:53 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/MIME-Types/ChangeLog,v 1.114 
2015/07/23 23:47:11 dilfridge Exp $
+
+*MIME-Types-2.110.0 (23 Jul 2015)
+
+  23 Jul 2015; Andreas K. Huettel dilfri...@gentoo.org
+  +MIME-Types-2.110.0.ebuild, -MIME-Types-2.020.0.ebuild:
+  Version bump; remove old
 
 *MIME-Types-2.090.0 (09 Jan 2015)
 



1.1  dev-perl/MIME-Types/MIME-Types-2.110.0.ebuild

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

Index: MIME-Types-2.110.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/MIME-Types/MIME-Types-2.110.0.ebuild,v 1.1 
2015/07/23 23:47:11 dilfridge Exp $

EAPI=5

MODULE_AUTHOR=MARKOV
MODULE_VERSION=2.11
inherit perl-module

DESCRIPTION=Definition of MIME types

SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris
IUSE=test

# uses List::Util
RDEPEND=
virtual/perl-File-Spec
virtual/perl-Scalar-List-Utils

DEPEND=${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? ( =virtual/perl-Test-Simple-0.470.0 )


SRC_TEST=do parallel






[gentoo-commits] gentoo-x86 commit in dev-perl/common-sense: common-sense-3.740.0.ebuild ChangeLog

2015-07-23 Thread Andreas Huettel (dilfridge)
dilfridge15/07/23 23:37:40

  Modified: ChangeLog
  Added:common-sense-3.740.0.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  ChangesPath
1.37 dev-perl/common-sense/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/common-sense/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog   1 May 2015 19:52:22 -   1.36
+++ ChangeLog   23 Jul 2015 23:37:40 -  1.37
@@ -1,6 +1,12 @@
 # ChangeLog for dev-perl/common-sense
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/common-sense/ChangeLog,v 1.36 
2015/05/01 19:52:22 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/common-sense/ChangeLog,v 1.37 
2015/07/23 23:37:40 dilfridge Exp $
+
+*common-sense-3.740.0 (23 Jul 2015)
+
+  23 Jul 2015; Andreas K. Huettel dilfri...@gentoo.org
+  +common-sense-3.740.0.ebuild:
+  Version bump
 
 *common-sense-3.730.0 (01 May 2015)
 



1.1  dev-perl/common-sense/common-sense-3.740.0.ebuild

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

Index: common-sense-3.740.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/common-sense/common-sense-3.740.0.ebuild,v 1.1 
2015/07/23 23:37:40 dilfridge Exp $

EAPI=5

MODULE_AUTHOR=MLEHMANN
MODULE_VERSION=3.74
inherit perl-module

DESCRIPTION=Save a tree AND a kitten, use common::sense!

SLOT=0
KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~x64-macos ~x86-solaris
IUSE=

DEPEND=virtual/perl-ExtUtils-MakeMaker

SRC_TEST=do






[gentoo-commits] gentoo-x86 commit in dev-perl/Config-IniFiles: Config-IniFiles-2.880.0.ebuild ChangeLog Config-IniFiles-2.860.0.ebuild

2015-07-23 Thread Andreas Huettel (dilfridge)
dilfridge15/07/23 23:43:22

  Modified: ChangeLog
  Added:Config-IniFiles-2.880.0.ebuild
  Removed:  Config-IniFiles-2.860.0.ebuild
  Log:
  Version bump; remove old
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  ChangesPath
1.84 dev-perl/Config-IniFiles/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Config-IniFiles/ChangeLog?rev=1.84view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Config-IniFiles/ChangeLog?rev=1.84content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Config-IniFiles/ChangeLog?r1=1.83r2=1.84

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Config-IniFiles/ChangeLog,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -r1.83 -r1.84
--- ChangeLog   1 Jul 2015 11:15:04 -   1.83
+++ ChangeLog   23 Jul 2015 23:43:22 -  1.84
@@ -1,6 +1,12 @@
 # ChangeLog for dev-perl/Config-IniFiles
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Config-IniFiles/ChangeLog,v 1.83 
2015/07/01 11:15:04 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Config-IniFiles/ChangeLog,v 1.84 
2015/07/23 23:43:22 dilfridge Exp $
+
+*Config-IniFiles-2.880.0 (23 Jul 2015)
+
+  23 Jul 2015; Andreas K. Huettel dilfri...@gentoo.org
+  +Config-IniFiles-2.880.0.ebuild, -Config-IniFiles-2.860.0.ebuild:
+  Version bump; remove old
 
 *Config-IniFiles-2.870.0 (01 Jul 2015)
 



1.1  dev-perl/Config-IniFiles/Config-IniFiles-2.880.0.ebuild

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

Index: Config-IniFiles-2.880.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Config-IniFiles/Config-IniFiles-2.880.0.ebuild,v
 1.1 2015/07/23 23:43:22 dilfridge Exp $

EAPI=5

MODULE_AUTHOR=SHLOMIF
MODULE_VERSION=2.88
inherit perl-module

DESCRIPTION=A module for reading .ini-style configuration files

SLOT=0
KEYWORDS=~amd64 ~ppc ~x86
IUSE=test

# needs List::Util and Scalar::Util
RDEPEND=
virtual/perl-Carp
virtual/perl-File-Temp
virtual/perl-Scalar-List-Utils

DEPEND=${RDEPEND}
=dev-perl/Module-Build-0.360.0
virtual/perl-File-Spec
test? (
virtual/perl-Test-Simple
dev-perl/Test-Pod
dev-perl/Test-Pod-Coverage
)


SRC_TEST=do parallel






[gentoo-commits] gentoo-x86 commit in dev-perl/Config-General: Config-General-2.580.0.ebuild ChangeLog

2015-07-23 Thread Andreas Huettel (dilfridge)
dilfridge15/07/23 23:40:01

  Modified: ChangeLog
  Added:Config-General-2.580.0.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  ChangesPath
1.3  dev-perl/Config-General/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Config-General/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   1 Apr 2015 22:31:38 -   1.2
+++ ChangeLog   23 Jul 2015 23:40:01 -  1.3
@@ -1,6 +1,12 @@
 # ChangeLog for dev-perl/Config-General
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Config-General/ChangeLog,v 1.2 
2015/04/01 22:31:38 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Config-General/ChangeLog,v 1.3 
2015/07/23 23:40:01 dilfridge Exp $
+
+*Config-General-2.580.0 (23 Jul 2015)
+
+  23 Jul 2015; Andreas K. Huettel dilfri...@gentoo.org
+  +Config-General-2.580.0.ebuild:
+  Version bump
 
 *Config-General-2.560.0 (01 Apr 2015)
 



1.1  dev-perl/Config-General/Config-General-2.580.0.ebuild

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

Index: Config-General-2.580.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Config-General/Config-General-2.580.0.ebuild,v 
1.1 2015/07/23 23:40:01 dilfridge Exp $

EAPI=5

MODULE_AUTHOR=TLINDEN
MODULE_VERSION=2.58
inherit perl-module

DESCRIPTION=Config file parser module

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

RDEPEND=
virtual/perl-File-Spec
virtual/perl-IO

DEPEND=${RDEPEND}
virtual/perl-ExtUtils-MakeMaker


SRC_TEST=do parallel






[gentoo-commits] gentoo-x86 commit in dev-perl/Module-Locate: Module-Locate-1.790.0.ebuild ChangeLog

2015-07-23 Thread Andreas Huettel (dilfridge)
dilfridge15/07/23 23:57:19

  Modified: ChangeLog
  Added:Module-Locate-1.790.0.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  ChangesPath
1.12 dev-perl/Module-Locate/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Module-Locate/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   10 Oct 2014 17:54:02 -  1.11
+++ ChangeLog   23 Jul 2015 23:57:19 -  1.12
@@ -1,6 +1,12 @@
 # ChangeLog for dev-perl/Module-Locate
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Locate/ChangeLog,v 1.11 
2014/10/10 17:54:02 zlogene Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Locate/ChangeLog,v 1.12 
2015/07/23 23:57:19 dilfridge Exp $
+
+*Module-Locate-1.790.0 (23 Jul 2015)
+
+  23 Jul 2015; Andreas K. Huettel dilfri...@gentoo.org
+  +Module-Locate-1.790.0.ebuild:
+  Version bump
 
   10 Oct 2014; Mikle Kolyada zlog...@gentoo.org 
-Module-Locate-1.720.0.ebuild,
   -Module-Locate-1.740.0.ebuild:



1.1  dev-perl/Module-Locate/Module-Locate-1.790.0.ebuild

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

Index: Module-Locate-1.790.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Module-Locate/Module-Locate-1.790.0.ebuild,v 
1.1 2015/07/23 23:57:19 dilfridge Exp $

EAPI=5

MODULE_AUTHOR=NEILB
MODULE_VERSION=1.79
inherit perl-module

DESCRIPTION=Locate modules in the same fashion as require and use

SLOT=0
KEYWORDS=~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris
IUSE=test

RDEPEND=
virtual/perl-Carp
virtual/perl-File-Spec
virtual/perl-IO

DEPEND=${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? ( virtual/perl-Test-Simple )


SRC_TEST=do parallel






[gentoo-commits] gentoo-x86 commit in dev-perl/JSON-MaybeXS: - New directory

2015-07-21 Thread Andreas Huettel (dilfridge)
dilfridge15/07/21 22:15:38

  Log:
  Directory /var/cvsroot/gentoo-x86/dev-perl/JSON-MaybeXS added to the 
repository



[gentoo-commits] gentoo-x86 commit in dev-perl/CGI: CGI-4.210.0.ebuild ChangeLog CGI-4.90.0.ebuild

2015-07-21 Thread Andreas Huettel (dilfridge)
dilfridge15/07/21 22:06:59

  Modified: ChangeLog
  Added:CGI-4.210.0.ebuild
  Removed:  CGI-4.90.0.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  ChangesPath
1.54 dev-perl/CGI/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/CGI/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog   14 Jun 2015 14:35:34 -  1.53
+++ ChangeLog   21 Jul 2015 22:06:59 -  1.54
@@ -1,6 +1,12 @@
 # ChangeLog for dev-perl/CGI
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/CGI/ChangeLog,v 1.53 2015/06/14 
14:35:34 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/CGI/ChangeLog,v 1.54 2015/07/21 
22:06:59 dilfridge Exp $
+
+*CGI-4.210.0 (21 Jul 2015)
+
+  21 Jul 2015; Andreas K. Huettel dilfri...@gentoo.org +CGI-4.210.0.ebuild,
+  -CGI-4.90.0.ebuild:
+  Version bump
 
   14 Jun 2015; Andreas K. Huettel dilfri...@gentoo.org CGI-4.200.0.ebuild:
   Add missing test dependency, bug 552082



1.1  dev-perl/CGI/CGI-4.210.0.ebuild

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

Index: CGI-4.210.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/CGI/CGI-4.210.0.ebuild,v 1.1 
2015/07/21 22:06:59 dilfridge Exp $

EAPI=5

MODULE_AUTHOR=LEEJO
MODULE_VERSION=4.21
inherit perl-module

DESCRIPTION=Simple Common Gateway Interface Class

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 
~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris
IUSE=test

RDEPEND=
virtual/perl-Carp
virtual/perl-Encode
virtual/perl-Exporter
=virtual/perl-File-Spec-0.820.0
virtual/perl-File-Temp
=dev-perl/HTML-Parser-3.690.0
virtual/perl-if
=virtual/perl-parent-0.225.0

DEPEND=${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
=virtual/perl-Test-Simple-0.980.0
dev-perl/Test-Warn
)


SRC_TEST=do parallel






[gentoo-commits] gentoo-x86 commit in dev-perl/JSON-MaybeXS: metadata.xml JSON-MaybeXS-1.3.5.ebuild ChangeLog

2015-07-21 Thread Andreas Huettel (dilfridge)
dilfridge15/07/21 22:16:22

  Added:metadata.xml JSON-MaybeXS-1.3.5.ebuild ChangeLog
  Log:
  New package, needed for dev-perl/CHI
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  ChangesPath
1.1  dev-perl/JSON-MaybeXS/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/JSON-MaybeXS/metadata.xml?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/JSON-MaybeXS/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
  herdperl/herd
/pkgmetadata



1.1  dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.5.ebuild

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

Index: JSON-MaybeXS-1.3.5.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.5.ebuild,v 1.1 
2015/07/21 22:16:22 dilfridge Exp $

EAPI=5

MODULE_AUTHOR=ETHER
MODULE_VERSION=1.003005
inherit perl-module

DESCRIPTION=Use Cpanel::JSON::XS with a fallback to JSON::XS and JSON::PP

SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=test

# needs Scalar-Util
RDEPEND=
virtual/perl-Carp
=virtual/perl-JSON-PP-2.272.20
virtual/perl-Scalar-List-Utils

DEPEND=${RDEPEND}
=virtual/perl-ExtUtils-CBuilder-0.270.0
virtual/perl-ExtUtils-MakeMaker
virtual/perl-File-Spec
virtual/perl-File-Temp
test? (
=virtual/perl-Test-Simple-0.880.0
=dev-perl/Test-Without-Module-0.170.0
)


SRC_TEST=do parallel



1.1  dev-perl/JSON-MaybeXS/ChangeLog

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

Index: ChangeLog
===
# ChangeLog for dev-perl/JSON-MaybeXS
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON-MaybeXS/ChangeLog,v 1.1 
2015/07/21 22:16:22 dilfridge Exp $

*JSON-MaybeXS-1.3.5 (21 Jul 2015)

  21 Jul 2015; Andreas K. Huettel dilfri...@gentoo.org
  +JSON-MaybeXS-1.3.5.ebuild, +metadata.xml:
  New package, needed for dev-perl/CHI






[gentoo-commits] gentoo-x86 commit in dev-perl/CHI: CHI-0.600.0.ebuild ChangeLog CHI-0.580.0.ebuild CHI-0.560.0.ebuild

2015-07-21 Thread Andreas Huettel (dilfridge)
dilfridge15/07/21 22:17:45

  Modified: ChangeLog
  Added:CHI-0.600.0.ebuild
  Removed:  CHI-0.580.0.ebuild CHI-0.560.0.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  ChangesPath
1.12 dev-perl/CHI/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/CHI/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   18 Apr 2015 19:29:10 -  1.11
+++ ChangeLog   21 Jul 2015 22:17:45 -  1.12
@@ -1,6 +1,12 @@
 # ChangeLog for dev-perl/CHI
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/CHI/ChangeLog,v 1.11 2015/04/18 
19:29:10 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/CHI/ChangeLog,v 1.12 2015/07/21 
22:17:45 dilfridge Exp $
+
+*CHI-0.600.0 (21 Jul 2015)
+
+  21 Jul 2015; Andreas K. Huettel dilfri...@gentoo.org +CHI-0.600.0.ebuild,
+  -CHI-0.560.0.ebuild, -CHI-0.580.0.ebuild:
+  Version bump
 
 *CHI-0.590.0 (18 Apr 2015)
 



1.1  dev-perl/CHI/CHI-0.600.0.ebuild

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

Index: CHI-0.600.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/CHI/CHI-0.600.0.ebuild,v 1.1 
2015/07/21 22:17:45 dilfridge Exp $

EAPI=5

MODULE_AUTHOR=JSWARTZ
MODULE_VERSION=0.60
inherit perl-module

DESCRIPTION=Unified cache handling interface

SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=test

RDEPEND=
=dev-perl/Carp-Assert-0.200.0
dev-perl/Class-Load
dev-perl/Data-UUID
dev-perl/Digest-JHash
virtual/perl-Digest-MD5
=virtual/perl-File-Spec-0.800.0
dev-perl/Hash-MoreUtils
=dev-perl/JSON-MaybeXS-1.3.3
=dev-perl/List-MoreUtils-0.130.0
=dev-perl/Log-Any-0.80.0
=dev-perl/Moo-1.3.0
=dev-perl/MooX-Types-MooseLike-0.230.0
dev-perl/MooX-Types-MooseLike-Numeric
virtual/perl-Storable
dev-perl/String-RewritePrefix
dev-perl/Task-Weaken
=dev-perl/Time-Duration-1.60.0
=dev-perl/Time-Duration-Parse-0.30.0
virtual/perl-Time-HiRes
=dev-perl/Try-Tiny-0.50.0

DEPEND=${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
dev-perl/TimeDate
virtual/perl-Test-Simple
dev-perl/Test-Class
dev-perl/Test-Deep
dev-perl/Test-Exception
dev-perl/Test-Warn
)


SRC_TEST=do parallel






[gentoo-commits] gentoo-x86 commit in dev-perl/MailTools: MailTools-2.140.0.ebuild ChangeLog

2015-07-21 Thread Andreas Huettel (dilfridge)
dilfridge15/07/21 22:34:58

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

Revision  ChangesPath
1.113dev-perl/MailTools/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/MailTools/ChangeLog,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -r1.112 -r1.113
--- ChangeLog   12 Sep 2014 16:59:56 -  1.112
+++ ChangeLog   21 Jul 2015 22:34:58 -  1.113
@@ -1,6 +1,12 @@
 # ChangeLog for dev-perl/MailTools
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/MailTools/ChangeLog,v 1.112 
2014/09/12 16:59:56 zlogene Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/MailTools/ChangeLog,v 1.113 
2015/07/21 22:34:58 dilfridge Exp $
+
+*MailTools-2.140.0 (21 Jul 2015)
+
+  21 Jul 2015; Andreas K. Huettel dilfri...@gentoo.org
+  +MailTools-2.140.0.ebuild:
+  Version bump
 
   12 Sep 2014; Mikle Kolyada zlog...@gentoo.org -MailTools-2.110.0.ebuild:
   Drop old.



1.1  dev-perl/MailTools/MailTools-2.140.0.ebuild

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

Index: MailTools-2.140.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/MailTools/MailTools-2.140.0.ebuild,v 1.1 
2015/07/21 22:34:58 dilfridge Exp $

EAPI=5

MODULE_AUTHOR=MARKOV
MODULE_VERSION=2.14
inherit perl-module

DESCRIPTION=Manipulation of electronic mail addresses

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

RDEPEND=
dev-perl/TimeDate
virtual/perl-IO
=virtual/perl-libnet-1.50.0

DEPEND=${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? ( virtual/perl-Test-Simple )


SRC_TEST=do parallel






[gentoo-commits] gentoo-x86 commit in dev-perl/MARC-Record: MARC-Record-2.0.6.ebuild ChangeLog MARC-Record-2.0.4.ebuild

2015-07-21 Thread Andreas Huettel (dilfridge)
dilfridge15/07/21 22:38:00

  Modified: ChangeLog
  Added:MARC-Record-2.0.6.ebuild
  Removed:  MARC-Record-2.0.4.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  ChangesPath
1.13 dev-perl/MARC-Record/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/MARC-Record/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   12 Sep 2013 15:41:27 -  1.12
+++ ChangeLog   21 Jul 2015 22:38:00 -  1.13
@@ -1,6 +1,12 @@
 # ChangeLog for dev-perl/MARC-Record
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/MARC-Record/ChangeLog,v 1.12 
2013/09/12 15:41:27 idella4 Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/MARC-Record/ChangeLog,v 1.13 
2015/07/21 22:38:00 dilfridge Exp $
+
+*MARC-Record-2.0.6 (21 Jul 2015)
+
+  21 Jul 2015; Andreas K. Huettel dilfri...@gentoo.org
+  +MARC-Record-2.0.6.ebuild, -MARC-Record-2.0.4.ebuild:
+  Version bump
 
   12 Sep 2013; Ian Delaney idel...@gentoo.org -MARC-Record-2.0.3.ebuild:
   remove old of EAPI 3



1.1  dev-perl/MARC-Record/MARC-Record-2.0.6.ebuild

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

Index: MARC-Record-2.0.6.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/MARC-Record/MARC-Record-2.0.6.ebuild,v 1.1 
2015/07/21 22:38:00 dilfridge Exp $

EAPI=5

MODULE_AUTHOR=GMCHARLT
inherit perl-module

DESCRIPTION=Perl extension for handling MARC records

SLOT=0
KEYWORDS=~amd64 ~ppc ~x86
IUSE=test

RDEPEND=
virtual/perl-Carp
virtual/perl-File-Spec

DEPEND=${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
virtual/perl-Test-Simple
dev-perl/Test-Pod
dev-perl/Test-Pod-Coverage
)


SRC_TEST=do parallel






[gentoo-commits] gentoo-x86 commit in dev-perl/Class-Load: Class-Load-0.230.0.ebuild ChangeLog

2015-07-21 Thread Andreas Huettel (dilfridge)
dilfridge15/07/21 22:22:02

  Modified: ChangeLog
  Added:Class-Load-0.230.0.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  ChangesPath
1.51 dev-perl/Class-Load/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Class-Load/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog   11 Jun 2015 19:08:17 -  1.50
+++ ChangeLog   21 Jul 2015 22:22:02 -  1.51
@@ -1,6 +1,12 @@
 # ChangeLog for dev-perl/Class-Load
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Load/ChangeLog,v 1.50 
2015/06/11 19:08:17 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Load/ChangeLog,v 1.51 
2015/07/21 22:22:02 dilfridge Exp $
+
+*Class-Load-0.230.0 (21 Jul 2015)
+
+  21 Jul 2015; Andreas K. Huettel dilfri...@gentoo.org
+  +Class-Load-0.230.0.ebuild:
+  Version bump
 
   11 Jun 2015; Markus Meier mae...@gentoo.org Class-Load-0.220.0.ebuild:
   add ~arm, bug #548352



1.1  dev-perl/Class-Load/Class-Load-0.230.0.ebuild

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

Index: Class-Load-0.230.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Class-Load/Class-Load-0.230.0.ebuild,v 1.1 
2015/07/21 22:22:02 dilfridge Exp $

EAPI=5

MODULE_AUTHOR=ETHER
MODULE_VERSION=0.23
inherit perl-module

DESCRIPTION=A working (require q{Class::Name}) and more

SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86
IUSE=test

# uses Scalar-Util
RDEPEND=
virtual/perl-Carp
dev-perl/Data-OptList
virtual/perl-Exporter
=dev-perl/Module-Implementation-0.40.0
=dev-perl/Module-Runtime-0.12.0
=dev-perl/Package-Stash-0.140.0
virtual/perl-Scalar-List-Utils
dev-perl/Try-Tiny

DEPEND=${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
virtual/perl-File-Spec
dev-perl/Test-Fatal
=virtual/perl-Test-Simple-0.880.0
dev-perl/Test-Requires
)


SRC_TEST=do parallel






[gentoo-commits] gentoo-x86 commit in dev-perl/Mail-SPF: Mail-SPF-2.9.0.ebuild ChangeLog

2015-07-21 Thread Andreas Huettel (dilfridge)
dilfridge15/07/21 22:30:44

  Modified: ChangeLog
  Added:Mail-SPF-2.9.0.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  ChangesPath
1.38 dev-perl/Mail-SPF/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Mail-SPF/ChangeLog?rev=1.38view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Mail-SPF/ChangeLog?rev=1.38content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Mail-SPF/ChangeLog?r1=1.37r2=1.38

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Mail-SPF/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog   13 Jun 2015 22:15:11 -  1.37
+++ ChangeLog   21 Jul 2015 22:30:44 -  1.38
@@ -1,6 +1,11 @@
 # ChangeLog for dev-perl/Mail-SPF
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-SPF/ChangeLog,v 1.37 
2015/06/13 22:15:11 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-SPF/ChangeLog,v 1.38 
2015/07/21 22:30:44 dilfridge Exp $
+
+*Mail-SPF-2.9.0 (21 Jul 2015)
+
+  21 Jul 2015; Andreas K. Huettel dilfri...@gentoo.org 
+Mail-SPF-2.9.0.ebuild:
+  Version bump
 
   13 Jun 2015; Andreas K. Huettel dilfri...@gentoo.org
   Mail-SPF-2.8.0-r1.ebuild:



1.1  dev-perl/Mail-SPF/Mail-SPF-2.9.0.ebuild

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

Index: Mail-SPF-2.9.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-SPF/Mail-SPF-2.9.0.ebuild,v 
1.1 2015/07/21 22:30:44 dilfridge Exp $

EAPI=5

MODULE_AUTHOR=JMEHNLE
MODULE_SECTION=mail-spf
MODULE_VERSION=v2.9.0
inherit perl-module

DESCRIPTION=An object-oriented implementation of Sender Policy Framework

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

RDEPEND=
dev-perl/Error
=dev-perl/Net-DNS-0.620.0
=dev-perl/NetAddr-IP-4
=dev-perl/URI-1.130.0
=dev-perl/Net-DNS-Resolver-Programmable-0.3.0
virtual/perl-version
!!dev-perl/Mail-SPF-Query

DEPEND=${RDEPEND}
=dev-perl/Module-Build-0.280.500
=dev-perl/Net-DNS-Resolver-Programmable-0.3.0
test? ( virtual/perl-Test-Simple )


SRC_TEST=do parallel

src_prepare() {
perl-module_src_prepare
sed -i -e s:spfquery:spfquery.pl: Build.PL || die sed failed
mv ${S}/bin/spfquery ${S}/bin/spfquery.pl || die renaming spfquery 
failed
}

pkg_postinst() {
elog The spfquery script was renamed to spfquery.pl because of file 
collisions.
}






[gentoo-commits] gentoo-x86 commit in dev-perl/MARC-XML: MARC-XML-1.0.3.ebuild ChangeLog MARC-XML-1.000.300.ebuild

2015-07-21 Thread Andreas Huettel (dilfridge)
dilfridge15/07/21 22:40:09

  Modified: ChangeLog
  Added:MARC-XML-1.0.3.ebuild
  Removed:  MARC-XML-1.000.300.ebuild
  Log:
  Dots in version means no normalization
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  ChangesPath
1.12 dev-perl/MARC-XML/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/MARC-XML/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   23 Jan 2014 17:15:46 -  1.11
+++ ChangeLog   21 Jul 2015 22:40:09 -  1.12
@@ -1,6 +1,12 @@
 # ChangeLog for dev-perl/MARC-XML
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/MARC-XML/ChangeLog,v 1.11 
2014/01/23 17:15:46 zlogene Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/MARC-XML/ChangeLog,v 1.12 
2015/07/21 22:40:09 dilfridge Exp $
+
+*MARC-XML-1.0.3 (21 Jul 2015)
+
+  21 Jul 2015; Andreas K. Huettel dilfri...@gentoo.org 
+MARC-XML-1.0.3.ebuild,
+  -MARC-XML-1.000.300.ebuild:
+  Dots in version means no normalization
 
 *MARC-XML-1.000.300 (23 Jan 2014)
 



1.1  dev-perl/MARC-XML/MARC-XML-1.0.3.ebuild

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

Index: MARC-XML-1.0.3.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/MARC-XML/MARC-XML-1.0.3.ebuild,v 
1.1 2015/07/21 22:40:09 dilfridge Exp $

EAPI=5

MODULE_AUTHOR=GMCHARLT
inherit perl-module

DESCRIPTION=A subclass of MARC.pm to provide XML support

SLOT=0
KEYWORDS=~amd64 ~ppc ~x86
IUSE=

RDEPEND=dev-perl/XML-SAX
dev-perl/XML-LibXML
dev-perl/MARC-Charset
dev-perl/MARC-Record
DEPEND=${RDEPEND}

SRC_TEST=do






[gentoo-commits] gentoo-x86 commit in dev-perl/MIME-tools: MIME-tools-5.506.0.ebuild ChangeLog

2015-07-21 Thread Andreas Huettel (dilfridge)
dilfridge15/07/21 22:45:23

  Modified: ChangeLog
  Added:MIME-tools-5.506.0.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  ChangesPath
1.99 dev-perl/MIME-tools/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/MIME-tools/ChangeLog,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -r1.98 -r1.99
--- ChangeLog   12 Oct 2014 16:47:56 -  1.98
+++ ChangeLog   21 Jul 2015 22:45:23 -  1.99
@@ -1,6 +1,12 @@
 # ChangeLog for dev-perl/MIME-tools
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/MIME-tools/ChangeLog,v 1.98 
2014/10/12 16:47:56 zlogene Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/MIME-tools/ChangeLog,v 1.99 
2015/07/21 22:45:23 dilfridge Exp $
+
+*MIME-tools-5.506.0 (21 Jul 2015)
+
+  21 Jul 2015; Andreas K. Huettel dilfri...@gentoo.org
+  +MIME-tools-5.506.0.ebuild:
+  Version bump
 
   12 Oct 2014; Mikle Kolyada zlog...@gentoo.org -MIME-tools-5.503.0.ebuild:
   Drop old.



1.1  dev-perl/MIME-tools/MIME-tools-5.506.0.ebuild

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

Index: MIME-tools-5.506.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/MIME-tools/MIME-tools-5.506.0.ebuild,v 1.1 
2015/07/21 22:45:23 dilfridge Exp $

EAPI=5

MODULE_AUTHOR=DSKOLL
MODULE_VERSION=5.506
inherit perl-module

DESCRIPTION=A Perl module for parsing and creating MIME entities

SLOT=0
KEYWORDS=~alpha ~amd64 ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos
IUSE=test

RDEPEND=
=virtual/perl-File-Path-1
=virtual/perl-File-Spec-0.600.0
=virtual/perl-File-Temp-0.180.0
virtual/perl-IO
=virtual/perl-MIME-Base64-2.200.0
dev-perl/MailTools

DEPEND=${RDEPEND}
=virtual/perl-ExtUtils-MakeMaker-6.590.0
test? (
dev-perl/Test-Deep
dev-perl/Test-Pod
)


SRC_TEST=do parallel






[gentoo-commits] gentoo-x86 commit in dev-perl/File-Slurp-Tiny: File-Slurp-Tiny-0.4.0.ebuild ChangeLog File-Slurp-Tiny-0.003.ebuild

2015-07-21 Thread Andreas Huettel (dilfridge)
dilfridge15/07/21 22:55:07

  Modified: ChangeLog
  Added:File-Slurp-Tiny-0.4.0.ebuild
  Removed:  File-Slurp-Tiny-0.003.ebuild
  Log:
  Version bump, add dependencies, fix versioning
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  ChangesPath
1.2  dev-perl/File-Slurp-Tiny/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/File-Slurp-Tiny/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   13 Mar 2015 17:27:26 -  1.1
+++ ChangeLog   21 Jul 2015 22:55:07 -  1.2
@@ -1,6 +1,12 @@
 # ChangeLog for dev-perl/File-Slurp-Tiny
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Slurp-Tiny/ChangeLog,v 1.1 
2015/03/13 17:27:26 monsieurp Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Slurp-Tiny/ChangeLog,v 1.2 
2015/07/21 22:55:07 dilfridge Exp $
+
+*File-Slurp-Tiny-0.4.0 (21 Jul 2015)
+
+  21 Jul 2015; Andreas K. Huettel dilfri...@gentoo.org
+  +File-Slurp-Tiny-0.4.0.ebuild, -File-Slurp-Tiny-0.003.ebuild:
+  Version bump, add dependencies, fix versioning
 
 *File-Slurp-Tiny-0.003 (13 Mar 2015)
 



1.1  dev-perl/File-Slurp-Tiny/File-Slurp-Tiny-0.4.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/File-Slurp-Tiny/File-Slurp-Tiny-0.4.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/File-Slurp-Tiny/File-Slurp-Tiny-0.4.0.ebuild?rev=1.1content-type=text/plain

Index: File-Slurp-Tiny-0.4.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/File-Slurp-Tiny/File-Slurp-Tiny-0.4.0.ebuild,v 
1.1 2015/07/21 22:55:07 dilfridge Exp $

EAPI=5

MODULE_AUTHOR=LEONT
MODULE_VERSION=0.004
inherit perl-module

DESCRIPTION=A simple, sane and efficient file slurper

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

RDEPEND=
virtual/perl-Carp
=virtual/perl-Exporter-5.570.0

DEPEND=${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
virtual/perl-File-Temp
virtual/perl-Test-Simple
)


SRC_TEST=do parallel






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

2015-07-21 Thread Andreas Huettel (dilfridge)
dilfridge15/07/21 23:35:28

  Modified: ChangeLog
  Added:libreoffice-bin-4.4.4.3.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  ChangesPath
1.190app-office/libreoffice-bin/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/ChangeLog,v
retrieving revision 1.189
retrieving revision 1.190
diff -u -r1.189 -r1.190
--- ChangeLog   19 Jul 2015 18:30:20 -  1.189
+++ ChangeLog   21 Jul 2015 23:35:28 -  1.190
@@ -1,6 +1,12 @@
 # ChangeLog for app-office/libreoffice-bin
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/ChangeLog,v 
1.189 2015/07/19 18:30:20 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/ChangeLog,v 
1.190 2015/07/21 23:35:28 dilfridge Exp $
+
+*libreoffice-bin-4.4.4.3 (21 Jul 2015)
+
+  21 Jul 2015; Andreas K. Huettel dilfri...@gentoo.org
+  +libreoffice-bin-4.4.4.3.ebuild:
+  Version bump
 
 *libreoffice-bin-4.4.3.2-r1 (19 Jul 2015)
 



1.1  app-office/libreoffice-bin/libreoffice-bin-4.4.4.3.ebuild

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

Index: libreoffice-bin-4.4.4.3.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-office/libreoffice-bin/libreoffice-bin-4.4.4.3.ebuild,v
 1.1 2015/07/21 23:35:28 dilfridge Exp $

EAPI=5

KDE_REQUIRED=optional
CMAKE_REQUIRED=never

BASE_PACKAGENAME=bin
BASE_AMD64_URI=http://packages.gentooexperimental.org/packages/amd64-libreoffice/amd64-${BASE_PACKAGENAME}-;
BASE_X86_URI=http://packages.gentooexperimental.org/packages/x86-libreoffice/x86-${BASE_PACKAGENAME}-;

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

inherit kde4-base java-pkg-opt-2 python-single-r1 pax-utils prefix versionator

DESCRIPTION=LibreOffice, a full office productivity suite. Binary package
HOMEPAGE=http://www.libreoffice.org;
SRC_URI_AMD64=
${BASE_AMD64_URI}libreoffice-${PVR}.tar.xz
kde? (
!java? ( ${BASE_AMD64_URI}libreoffice-kde-${PVR}.xd3 )
java? ( ${BASE_AMD64_URI}libreoffice-kde-java-${PVR}.xd3 )
)
gnome? (
!java? ( ${BASE_AMD64_URI}libreoffice-gnome-${PVR}.xd3 )
java? ( ${BASE_AMD64_URI}libreoffice-gnome-java-${PVR}.xd3 )
)
!kde? ( !gnome? (
java? ( ${BASE_AMD64_URI}libreoffice-java-${PVR}.xd3 )
) )

SRC_URI_X86=
${BASE_X86_URI}libreoffice-${PVR}.tar.xz
kde? (
!java? ( ${BASE_X86_URI}libreoffice-kde-${PVR}.xd3 )
java? ( ${BASE_X86_URI}libreoffice-kde-java-${PVR}.xd3 )
)
gnome? (
!java? ( ${BASE_X86_URI}libreoffice-gnome-${PVR}.xd3 )
java? ( ${BASE_X86_URI}libreoffice-gnome-java-${PVR}.xd3 )
)
!kde? ( !gnome? (
java? ( ${BASE_X86_URI}libreoffice-java-${PVR}.xd3 )
) )


SRC_URI=
amd64? ( ${SRC_URI_AMD64} )
x86? ( ${SRC_URI_X86} )


IUSE=gnome java kde
LICENSE=LGPL-3
SLOT=0
KEYWORDS=-* ~amd64 ~x86

BIN_COMMON_DEPEND=
=app-text/libexttextcat-3.4*
=app-text/libmwaw-0.3*
app-text/poppler:0/51
dev-libs/boost:0/1.56.0
dev-libs/icu:0/55
=media-gfx/graphite2-1.2*
media-libs/glew:0/1.10
media-libs/harfbuzz:0/0.9.18[icu]
media-libs/libpng:0/16
=sys-libs/glibc-2.20-r2
virtual/jpeg:62
kde? ( =kde-base/kdelibs-4.14.8:4 =dev-qt/qtcore-4.8.6-r2:4 
=dev-qt/qtgui-4.8.6-r4:4 )


# PLEASE place any restrictions that are specific to the binary builds
# into the BIN_COMMON_DEPEND block above.
# All dependencies below this point should remain identical to those in
# the source ebuilds.

COMMON_DEPEND=
${BIN_COMMON_DEPEND}
${PYTHON_DEPS}
app-arch/zip
app-arch/unzip
=app-text/hunspell-1.3.2-r3
app-text/mythes
=app-text/libabw-0.1.0
=app-text/libexttextcat-3.2
=app-text/libebook-0.1.1

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

2015-07-21 Thread Andreas Huettel (dilfridge)
dilfridge15/07/21 23:36:24

  Modified: ChangeLog
  Added:libreoffice-bin-debug-4.4.4.3.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  ChangesPath
1.89 app-office/libreoffice-bin-debug/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin-debug/ChangeLog,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- ChangeLog   19 Jul 2015 18:31:33 -  1.88
+++ ChangeLog   21 Jul 2015 23:36:24 -  1.89
@@ -1,6 +1,12 @@
 # ChangeLog for app-office/libreoffice-bin-debug
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-office/libreoffice-bin-debug/ChangeLog,v 1.88 
2015/07/19 18:31:33 dilfridge Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-office/libreoffice-bin-debug/ChangeLog,v 1.89 
2015/07/21 23:36:24 dilfridge Exp $
+
+*libreoffice-bin-debug-4.4.4.3 (21 Jul 2015)
+
+  21 Jul 2015; Andreas K. Huettel dilfri...@gentoo.org
+  +libreoffice-bin-debug-4.4.4.3.ebuild:
+  Version bump
 
 *libreoffice-bin-debug-4.4.3.2-r1 (19 Jul 2015)
 



1.1  
app-office/libreoffice-bin-debug/libreoffice-bin-debug-4.4.4.3.ebuild

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

Index: libreoffice-bin-debug-4.4.4.3.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-office/libreoffice-bin-debug/libreoffice-bin-debug-4.4.4.3.ebuild,v
 1.1 2015/07/21 23:36:24 dilfridge Exp $

EAPI=5

BASE_PACKAGENAME=debug
BASE_AMD64_URI=http://packages.gentooexperimental.org/packages/amd64-libreoffice/amd64-${BASE_PACKAGENAME}-;
BASE_X86_URI=http://packages.gentooexperimental.org/packages/x86-libreoffice/x86-${BASE_PACKAGENAME}-;

DESCRIPTION=LibreOffice, a full office productivity suite. Binary package, 
debug info
HOMEPAGE=http://www.libreoffice.org;
SRC_URI_AMD64=
${BASE_AMD64_URI}libreoffice-${PVR}.tar.xz
kde? (
!java? ( ${BASE_AMD64_URI}libreoffice-kde-${PVR}.xd3 )
java? ( ${BASE_AMD64_URI}libreoffice-kde-java-${PVR}.xd3 )
)
gnome? (
!java? ( ${BASE_AMD64_URI}libreoffice-gnome-${PVR}.xd3 )
java? ( ${BASE_AMD64_URI}libreoffice-gnome-java-${PVR}.xd3 )
)
!kde? ( !gnome? (
java? ( ${BASE_AMD64_URI}libreoffice-java-${PVR}.xd3 )
) )

SRC_URI_X86=
${BASE_X86_URI}libreoffice-${PVR}.tar.xz
kde? (
!java? ( ${BASE_X86_URI}libreoffice-kde-${PVR}.xd3 )
java? ( ${BASE_X86_URI}libreoffice-kde-java-${PVR}.xd3 )
)
gnome? (
!java? ( ${BASE_X86_URI}libreoffice-gnome-${PVR}.xd3 )
java? ( ${BASE_X86_URI}libreoffice-gnome-java-${PVR}.xd3 )
)
!kde? ( !gnome? (
java? ( ${BASE_X86_URI}libreoffice-java-${PVR}.xd3 )
) )


SRC_URI=
amd64? ( ${SRC_URI_AMD64} )
x86? ( ${SRC_URI_X86} )


IUSE=gnome java kde
LICENSE=LGPL-3
SLOT=0
KEYWORDS=-* ~amd64 ~x86

RDEPEND==app-office/${PN/-debug}-${PVR}[gnome=,java=,kde=]

DEPEND=dev-util/xdelta:3

RESTRICT=test strip

S=${WORKDIR}

src_unpack() {
einfo Uncompressing distfile 
${ARCH}-${BASE_PACKAGENAME}-libreoffice-${PVR}.tar.xz
xz -cd 
${DISTDIR}/${ARCH}-${BASE_PACKAGENAME}-libreoffice-${PVR}.tar.xz  
${WORKDIR}/${ARCH}-${BASE_PACKAGENAME}-libreoffice-${PVR}.tar || die

local patchname
use kde  patchname=-kde
use gnome  patchname=-gnome
use java  patchname=${patchname}-java

if [ -n ${patchname} ]; then
einfo Patching distfile 
${ARCH}-${BASE_PACKAGENAME}-libreoffice-${PVR}.tar using 
${ARCH}-${BASE_PACKAGENAME}-libreoffice${patchname}-${PVR}.xd3
xdelta3 -d -s 
${WORKDIR}/${ARCH}-${BASE_PACKAGENAME}-libreoffice-${PVR}.tar 
${DISTDIR}/${ARCH}-${BASE_PACKAGENAME}-libreoffice${patchname}-${PVR}.xd3 
${WORKDIR}/tmpdist.tar || die
mv ${WORKDIR}/tmpdist.tar 
${WORKDIR}/${ARCH}-${BASE_PACKAGENAME}-libreoffice-${PVR}.tar || die
  

[gentoo-commits] gentoo-x86 commit in dev-perl/XML-LibXML-Simple: XML-LibXML-Simple-0.950.0.ebuild ChangeLog

2015-07-20 Thread Andreas Huettel (dilfridge)
dilfridge15/07/20 20:34:36

  Modified: XML-LibXML-Simple-0.950.0.ebuild ChangeLog
  Log:
  Fix dependencies
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
94BFDF4484AD142F)

Revision  ChangesPath
1.2  dev-perl/XML-LibXML-Simple/XML-LibXML-Simple-0.950.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/XML-LibXML-Simple/XML-LibXML-Simple-0.950.0.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/XML-LibXML-Simple/XML-LibXML-Simple-0.950.0.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/XML-LibXML-Simple/XML-LibXML-Simple-0.950.0.ebuild?r1=1.1r2=1.2

Index: XML-LibXML-Simple-0.950.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/XML-LibXML-Simple/XML-LibXML-Simple-0.950.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- XML-LibXML-Simple-0.950.0.ebuild1 Jul 2015 12:54:27 -   1.1
+++ XML-LibXML-Simple-0.950.0.ebuild20 Jul 2015 20:34:36 -  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-perl/XML-LibXML-Simple/XML-LibXML-Simple-0.950.0.ebuild,v
 1.1 2015/07/01 12:54:27 zlogene Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/XML-LibXML-Simple/XML-LibXML-Simple-0.950.0.ebuild,v
 1.2 2015/07/20 20:34:36 dilfridge Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 IUSE=
 
 RDEPEND=
-   dev-perl/File-Slurp
+   dev-perl/File-Slurp-Tiny
=dev-perl/XML-LibXML-1.640.0
 
 DEPEND=${RDEPEND}



1.8  dev-perl/XML-LibXML-Simple/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/XML-LibXML-Simple/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   1 Jul 2015 12:54:27 -   1.7
+++ ChangeLog   20 Jul 2015 20:34:36 -  1.8
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/XML-LibXML-Simple
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-LibXML-Simple/ChangeLog,v 1.7 
2015/07/01 12:54:27 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-LibXML-Simple/ChangeLog,v 1.8 
2015/07/20 20:34:36 dilfridge Exp $
+
+  20 Jul 2015; Andreas K. Hüttel dilfri...@gentoo.org
+  XML-LibXML-Simple-0.950.0.ebuild:
+  Fix dependencies
 
 *XML-LibXML-Simple-0.950.0 (01 Jul 2015)
 






[gentoo-commits] gentoo-x86 commit in media-gfx/album: album-4.13.ebuild ChangeLog

2015-07-19 Thread Andreas Huettel (dilfridge)
dilfridge15/07/19 15:34:37

  Modified: ChangeLog
  Added:album-4.13.ebuild
  Log:
  Version bump, EAPI=5, allow graphicsmagic; bug 466884 and bug 314263
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  ChangesPath
1.42 media-gfx/album/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-gfx/album/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog   23 May 2015 01:11:43 -  1.41
+++ ChangeLog   19 Jul 2015 15:34:37 -  1.42
@@ -1,6 +1,11 @@
 # ChangeLog for media-gfx/album
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/album/ChangeLog,v 1.41 2015/05/23 
01:11:43 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/album/ChangeLog,v 1.42 2015/07/19 
15:34:37 dilfridge Exp $
+
+*album-4.13 (19 Jul 2015)
+
+  19 Jul 2015; Andreas K. Huettel dilfri...@gentoo.org +album-4.13.ebuild:
+  Version bump, EAPI=5, allow graphicsmagic; bug 466884 and bug 314263
 
   23 May 2015; Manuel Rüger mr...@gentoo.org -album-4.02.ebuild,
   -album-4.06.ebuild:



1.1  media-gfx/album/album-4.13.ebuild

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

Index: album-4.13.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/album/album-4.13.ebuild,v 1.1 
2015/07/19 15:34:37 dilfridge Exp $

EAPI=5

DESCRIPTION=HTML photo album generator
HOMEPAGE=http://MarginalHacks.com/Hacks/album/;
SRC_URI=http://marginalhacks.com/bin/album.versions/${P}.tar.gz
http://marginalhacks.com/bin/album.versions/data-4.05.tar.gz;

LICENSE=marginalhacks
SLOT=0
KEYWORDS=~amd64 ~ppc ~ppc64 ~x86
IUSE=doc ffmpeg plugins themes

DEPEND=
RDEPEND=dev-lang/perl
|| ( media-gfx/imagemagick media-gfx/graphicsmagick[imagemagick] )
media-gfx/jhead
ffmpeg? ( virtual/ffmpeg )

src_install() {
dobin album
doman album.1
dodoc License.txt CHANGELOG
use doc  dohtml -r Docs/*

dodir /usr/share/album
insinto /usr/share/album
cd ..
doins -r lang
use themes  doins -r Themes
use plugins  doins -r plugins
}

pkg_postinst() {
elog For some optional tools please browse:
elog http://MarginalHacks.com/Hacks/album/tools/;
}






[gentoo-commits] gentoo-x86 commit in app-office/libreoffice-bin-debug: libreoffice-bin-debug-4.4.3.2-r1.ebuild ChangeLog

2015-07-19 Thread Andreas Huettel (dilfridge)
dilfridge15/07/19 18:31:33

  Modified: ChangeLog
  Added:libreoffice-bin-debug-4.4.3.2-r1.ebuild
  Log:
  Revision bump for Boost 1.56
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  ChangesPath
1.88 app-office/libreoffice-bin-debug/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin-debug/ChangeLog,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- ChangeLog   29 May 2015 12:59:15 -  1.87
+++ ChangeLog   19 Jul 2015 18:31:33 -  1.88
@@ -1,6 +1,12 @@
 # ChangeLog for app-office/libreoffice-bin-debug
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-office/libreoffice-bin-debug/ChangeLog,v 1.87 
2015/05/29 12:59:15 dilfridge Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-office/libreoffice-bin-debug/ChangeLog,v 1.88 
2015/07/19 18:31:33 dilfridge Exp $
+
+*libreoffice-bin-debug-4.4.3.2-r1 (19 Jul 2015)
+
+  19 Jul 2015; Andreas K. Huettel dilfri...@gentoo.org
+  +libreoffice-bin-debug-4.4.3.2-r1.ebuild:
+  Revision bump for Boost 1.56
 
   29 May 2015; Andreas K. Hüttel dilfri...@gentoo.org
   -libreoffice-bin-debug-4.4.1.2.ebuild:



1.1  
app-office/libreoffice-bin-debug/libreoffice-bin-debug-4.4.3.2-r1.ebuild

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

Index: libreoffice-bin-debug-4.4.3.2-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-office/libreoffice-bin-debug/libreoffice-bin-debug-4.4.3.2-r1.ebuild,v
 1.1 2015/07/19 18:31:33 dilfridge Exp $

EAPI=5

BASE_PACKAGENAME=debug
BASE_AMD64_URI=http://packages.gentooexperimental.org/packages/amd64-libreoffice/amd64-${BASE_PACKAGENAME}-;
BASE_X86_URI=http://packages.gentooexperimental.org/packages/x86-libreoffice/x86-${BASE_PACKAGENAME}-;

DESCRIPTION=LibreOffice, a full office productivity suite. Binary package, 
debug info
HOMEPAGE=http://www.libreoffice.org;
SRC_URI_AMD64=
${BASE_AMD64_URI}libreoffice-${PVR}.tar.xz
kde? (
!java? ( ${BASE_AMD64_URI}libreoffice-kde-${PVR}.xd3 )
java? ( ${BASE_AMD64_URI}libreoffice-kde-java-${PVR}.xd3 )
)
gnome? (
!java? ( ${BASE_AMD64_URI}libreoffice-gnome-${PVR}.xd3 )
java? ( ${BASE_AMD64_URI}libreoffice-gnome-java-${PVR}.xd3 )
)
!kde? ( !gnome? (
java? ( ${BASE_AMD64_URI}libreoffice-java-${PVR}.xd3 )
) )

SRC_URI_X86=
${BASE_X86_URI}libreoffice-${PVR}.tar.xz
kde? (
!java? ( ${BASE_X86_URI}libreoffice-kde-${PVR}.xd3 )
java? ( ${BASE_X86_URI}libreoffice-kde-java-${PVR}.xd3 )
)
gnome? (
!java? ( ${BASE_X86_URI}libreoffice-gnome-${PVR}.xd3 )
java? ( ${BASE_X86_URI}libreoffice-gnome-java-${PVR}.xd3 )
)
!kde? ( !gnome? (
java? ( ${BASE_X86_URI}libreoffice-java-${PVR}.xd3 )
) )


SRC_URI=
amd64? ( ${SRC_URI_AMD64} )
x86? ( ${SRC_URI_X86} )


IUSE=gnome java kde
LICENSE=LGPL-3
SLOT=0
KEYWORDS=-* ~amd64 ~x86

RDEPEND==app-office/${PN/-debug}-${PVR}[gnome=,java=,kde=]

DEPEND=dev-util/xdelta:3

RESTRICT=test strip

S=${WORKDIR}

src_unpack() {
einfo Uncompressing distfile 
${ARCH}-${BASE_PACKAGENAME}-libreoffice-${PVR}.tar.xz
xz -cd 
${DISTDIR}/${ARCH}-${BASE_PACKAGENAME}-libreoffice-${PVR}.tar.xz  
${WORKDIR}/${ARCH}-${BASE_PACKAGENAME}-libreoffice-${PVR}.tar || die

local patchname
use kde  patchname=-kde
use gnome  patchname=-gnome
use java  patchname=${patchname}-java

if [ -n ${patchname} ]; then
einfo Patching distfile 
${ARCH}-${BASE_PACKAGENAME}-libreoffice-${PVR}.tar using 
${ARCH}-${BASE_PACKAGENAME}-libreoffice${patchname}-${PVR}.xd3
xdelta3 -d -s 
${WORKDIR}/${ARCH}-${BASE_PACKAGENAME}-libreoffice-${PVR}.tar 
${DISTDIR}/${ARCH}-${BASE_PACKAGENAME}-libreoffice${patchname}-${PVR}.xd3 
${WORKDIR}/tmpdist.tar || die

[gentoo-commits] gentoo-x86 commit in dev-libs/libixion: libixion-0.7.0.ebuild libixion-0.9.1.ebuild libixion-0.9.0.ebuild ChangeLog

2015-07-19 Thread Andreas Huettel (dilfridge)
dilfridge15/07/19 20:14:45

  Modified: libixion-0.7.0.ebuild libixion-0.9.1.ebuild
libixion-0.9.0.ebuild ChangeLog
  Log:
  Require boost threads library also in releases
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  ChangesPath
1.9  dev-libs/libixion/libixion-0.7.0.ebuild

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

Index: libixion-0.7.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libixion/libixion-0.7.0.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- libixion-0.7.0.ebuild   4 Apr 2015 23:29:50 -   1.8
+++ libixion-0.7.0.ebuild   19 Jul 2015 20:14:45 -  1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libixion/libixion-0.7.0.ebuild,v 
1.8 2015/04/04 23:29:50 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libixion/libixion-0.7.0.ebuild,v 
1.9 2015/07/19 20:14:45 dilfridge Exp $
 
 EAPI=5
 
@@ -20,7 +20,7 @@
 KEYWORDS=amd64 ~arm ~ppc x86
 IUSE=static-libs
 
-RDEPEND=dev-libs/boost:=
+RDEPEND=dev-libs/boost:=[threads]
 DEPEND=${RDEPEND}
=dev-util/mdds-0.10.1:=
dev-util/mdds-0.12.0:=



1.3  dev-libs/libixion/libixion-0.9.1.ebuild

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

Index: libixion-0.9.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libixion/libixion-0.9.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libixion-0.9.1.ebuild   21 Jun 2015 15:35:49 -  1.2
+++ libixion-0.9.1.ebuild   19 Jul 2015 20:14:45 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libixion/libixion-0.9.1.ebuild,v 
1.2 2015/06/21 15:35:49 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libixion/libixion-0.9.1.ebuild,v 
1.3 2015/07/19 20:14:45 dilfridge Exp $
 
 EAPI=5
 
@@ -23,7 +23,7 @@
 IUSE=python static-libs
 
 RDEPEND=
-   dev-libs/boost:=
+   dev-libs/boost:=[threads]
python? ( ${PYTHON_DEPS} )
 
 DEPEND=${RDEPEND}



1.5  dev-libs/libixion/libixion-0.9.0.ebuild

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

Index: libixion-0.9.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libixion/libixion-0.9.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libixion-0.9.0.ebuild   27 May 2015 10:58:51 -  1.4
+++ libixion-0.9.0.ebuild   19 Jul 2015 20:14:45 -  1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libixion/libixion-0.9.0.ebuild,v 
1.4 2015/05/27 10:58:51 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libixion/libixion-0.9.0.ebuild,v 
1.5 2015/07/19 20:14:45 dilfridge Exp $
 
 EAPI=5
 
@@ -24,7 +24,7 @@
 IUSE=static-libs
 
 RDEPEND=${PYTHON_DEPS}
-   dev-libs/boost:=
+   dev-libs/boost:=[threads]
 
 DEPEND=${RDEPEND}
=dev-util/mdds-0.12.0:=



1.25 dev-libs/libixion/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libixion/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog 

[gentoo-commits] gentoo-x86 commit in app-text/libetonyek: libetonyek-9999.ebuild libetonyek-0.1.3.ebuild ChangeLog

2015-07-19 Thread Andreas Huettel (dilfridge)
dilfridge15/07/19 16:21:36

  Modified: libetonyek-.ebuild libetonyek-0.1.3.ebuild
ChangeLog
  Log:
  Fix deps, see bug 555138
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  ChangesPath
1.6  app-text/libetonyek/libetonyek-.ebuild

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

Index: libetonyek-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-text/libetonyek/libetonyek-.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libetonyek-.ebuild  22 May 2015 20:44:57 -  1.5
+++ libetonyek-.ebuild  19 Jul 2015 16:21:36 -  1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-text/libetonyek/libetonyek-.ebuild,v 1.5 
2015/05/22 20:44:57 dilfridge Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-text/libetonyek/libetonyek-.ebuild,v 1.6 
2015/07/19 16:21:36 dilfridge Exp $
 
 EAPI=5
 
@@ -19,14 +19,13 @@
 IUSE=doc static-libs test
 
 RDEPEND=
-   dev-libs/boost:=
dev-libs/librevenge
dev-libs/libxml2
sys-libs/zlib
 
 DEPEND=${RDEPEND}
=dev-libs/boost-1.46
-   dev-util/gperf
+   =dev-util/mdds-0.12.1
media-libs/glm
sys-devel/libtool
virtual/pkgconfig



1.2  app-text/libetonyek/libetonyek-0.1.3.ebuild

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

Index: libetonyek-0.1.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-text/libetonyek/libetonyek-0.1.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libetonyek-0.1.3.ebuild 12 Jul 2015 19:05:15 -  1.1
+++ libetonyek-0.1.3.ebuild 19 Jul 2015 16:21:36 -  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/libetonyek/libetonyek-0.1.3.ebuild,v 1.1 
2015/07/12 19:05:15 dilfridge Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-text/libetonyek/libetonyek-0.1.3.ebuild,v 1.2 
2015/07/19 16:21:36 dilfridge Exp $
 
 EAPI=5
 
@@ -19,7 +19,6 @@
 IUSE=doc static-libs test
 
 RDEPEND=
-   dev-libs/boost:=
dev-libs/librevenge
dev-libs/libxml2
sys-libs/zlib



1.13 app-text/libetonyek/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/libetonyek/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   12 Jul 2015 19:05:15 -  1.12
+++ ChangeLog   19 Jul 2015 16:21:36 -  1.13
@@ -1,6 +1,10 @@
 # ChangeLog for app-text/libetonyek
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/libetonyek/ChangeLog,v 1.12 
2015/07/12 19:05:15 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/libetonyek/ChangeLog,v 1.13 
2015/07/19 16:21:36 dilfridge Exp $
+
+  19 Jul 2015; Andreas K. Huettel dilfri...@gentoo.org
+  libetonyek-0.1.3.ebuild, libetonyek-.ebuild:
+  Fix deps, see bug 555138
 
 *libetonyek-0.1.3 (12 Jul 2015)
 






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

2015-07-19 Thread Andreas Huettel (dilfridge)
dilfridge15/07/19 16:18:21

  Modified: ChangeLog
  Added:libwpd-0.10.0-r2.ebuild
  Log:
  Revision bump for bug 541882
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  ChangesPath
1.138app-text/libwpd/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/libwpd/ChangeLog,v
retrieving revision 1.137
retrieving revision 1.138
diff -u -r1.137 -r1.138
--- ChangeLog   9 Jun 2015 12:28:29 -   1.137
+++ ChangeLog   19 Jul 2015 16:18:21 -  1.138
@@ -1,6 +1,12 @@
 # ChangeLog for app-text/libwpd
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/ChangeLog,v 1.137 
2015/06/09 12:28:29 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/ChangeLog,v 1.138 
2015/07/19 16:18:21 dilfridge Exp $
+
+*libwpd-0.10.0-r2 (19 Jul 2015)
+
+  19 Jul 2015; Andreas K. Huettel dilfri...@gentoo.org
+  +libwpd-0.10.0-r2.ebuild:
+  Revision bump for bug 541882
 
   09 Jun 2015; Justin Lecher j...@gentoo.org metadata.xml:
   Updating remote-id in metadata.xml



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

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

Index: libwpd-0.10.0-r2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/libwpd-0.10.0-r2.ebuild,v 
1.1 2015/07/19 16:18:21 dilfridge Exp $

EAPI=5

inherit alternatives eutils

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

LICENSE=|| ( LGPL-2.1 MPL-2.0 )
SLOT=0.10
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~mips ~x86 ~x86-fbsd
IUSE=doc +tools

COMMON_DEPEND=dev-libs/librevenge
DEPEND=${COMMON_DEPEND}
virtual/pkgconfig
doc? ( app-doc/doxygen )

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

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

src_install() {
default
prune_libtool_files --all
}

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

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






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

2015-07-19 Thread Andreas Huettel (dilfridge)
dilfridge15/07/19 18:30:20

  Modified: ChangeLog
  Added:libreoffice-bin-4.4.3.2-r1.ebuild
  Log:
  Revision bump for Boost 1.56
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  ChangesPath
1.189app-office/libreoffice-bin/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/ChangeLog,v
retrieving revision 1.188
retrieving revision 1.189
diff -u -r1.188 -r1.189
--- ChangeLog   21 Jun 2015 19:11:25 -  1.188
+++ ChangeLog   19 Jul 2015 18:30:20 -  1.189
@@ -1,6 +1,12 @@
 # ChangeLog for app-office/libreoffice-bin
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/ChangeLog,v 
1.188 2015/06/21 19:11:25 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/ChangeLog,v 
1.189 2015/07/19 18:30:20 dilfridge Exp $
+
+*libreoffice-bin-4.4.3.2-r1 (19 Jul 2015)
+
+  19 Jul 2015; Andreas K. Huettel dilfri...@gentoo.org
+  +libreoffice-bin-4.4.3.2-r1.ebuild:
+  Revision bump for Boost 1.56
 
   21 Jun 2015; Andreas K. Huettel dilfri...@gentoo.org
   libreoffice-bin-4.4.3.2.ebuild:



1.1  
app-office/libreoffice-bin/libreoffice-bin-4.4.3.2-r1.ebuild

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

Index: libreoffice-bin-4.4.3.2-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-office/libreoffice-bin/libreoffice-bin-4.4.3.2-r1.ebuild,v
 1.1 2015/07/19 18:30:20 dilfridge Exp $

EAPI=5

KDE_REQUIRED=optional
CMAKE_REQUIRED=never

BASE_PACKAGENAME=bin
BASE_AMD64_URI=http://packages.gentooexperimental.org/packages/amd64-libreoffice/amd64-${BASE_PACKAGENAME}-;
BASE_X86_URI=http://packages.gentooexperimental.org/packages/x86-libreoffice/x86-${BASE_PACKAGENAME}-;

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

inherit kde4-base java-pkg-opt-2 python-single-r1 pax-utils prefix versionator

DESCRIPTION=LibreOffice, a full office productivity suite. Binary package
HOMEPAGE=http://www.libreoffice.org;
SRC_URI_AMD64=
${BASE_AMD64_URI}libreoffice-${PVR}.tar.xz
kde? (
!java? ( ${BASE_AMD64_URI}libreoffice-kde-${PVR}.xd3 )
java? ( ${BASE_AMD64_URI}libreoffice-kde-java-${PVR}.xd3 )
)
gnome? (
!java? ( ${BASE_AMD64_URI}libreoffice-gnome-${PVR}.xd3 )
java? ( ${BASE_AMD64_URI}libreoffice-gnome-java-${PVR}.xd3 )
)
!kde? ( !gnome? (
java? ( ${BASE_AMD64_URI}libreoffice-java-${PVR}.xd3 )
) )

SRC_URI_X86=
${BASE_X86_URI}libreoffice-${PVR}.tar.xz
kde? (
!java? ( ${BASE_X86_URI}libreoffice-kde-${PVR}.xd3 )
java? ( ${BASE_X86_URI}libreoffice-kde-java-${PVR}.xd3 )
)
gnome? (
!java? ( ${BASE_X86_URI}libreoffice-gnome-${PVR}.xd3 )
java? ( ${BASE_X86_URI}libreoffice-gnome-java-${PVR}.xd3 )
)
!kde? ( !gnome? (
java? ( ${BASE_X86_URI}libreoffice-java-${PVR}.xd3 )
) )


SRC_URI=
amd64? ( ${SRC_URI_AMD64} )
x86? ( ${SRC_URI_X86} )


IUSE=gnome java kde
LICENSE=LGPL-3
SLOT=0
KEYWORDS=-* ~amd64 ~x86

BIN_COMMON_DEPEND=
=app-text/libexttextcat-3.4*
=app-text/libmwaw-0.3*
app-text/poppler:0/51
dev-libs/boost:0/1.56.0
dev-libs/icu:0/55
=media-gfx/graphite2-1.2*
media-libs/glew:0/1.10
media-libs/harfbuzz:0/0.9.18[icu]
media-libs/libpng:0/16
=sys-libs/glibc-2.20-r2
virtual/jpeg:62
kde? ( =kde-base/kdelibs-4.14.8:4 =dev-qt/qtcore-4.8.6-r2:4 
=dev-qt/qtgui-4.8.6-r4:4 )


# PLEASE place any restrictions that are specific to the binary builds
# into the BIN_COMMON_DEPEND block above.
# All dependencies below this point should remain identical to those in
# the source ebuilds.

COMMON_DEPEND=
${BIN_COMMON_DEPEND}
${PYTHON_DEPS}
app-arch/zip
app-arch/unzip
=app-text/hunspell-1.3.2-r3
app-text/mythes

[gentoo-commits] gentoo-x86 commit in dev-libs/libixion: libixion-9999.ebuild ChangeLog

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

  Modified: libixion-.ebuild ChangeLog
  Log:
  Require boost threads library
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  ChangesPath
1.15 dev-libs/libixion/libixion-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libixion/libixion-.ebuild?rev=1.15view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libixion/libixion-.ebuild?rev=1.15content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libixion/libixion-.ebuild?r1=1.14r2=1.15

Index: libixion-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libixion/libixion-.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- libixion-.ebuild21 Jun 2015 15:35:49 -  1.14
+++ libixion-.ebuild19 Jul 2015 16:20:19 -  1.15
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libixion/libixion-.ebuild,v 
1.14 2015/06/21 15:35:49 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libixion/libixion-.ebuild,v 
1.15 2015/07/19 16:20:19 dilfridge Exp $
 
 EAPI=5
 
@@ -23,7 +23,7 @@
 IUSE=python static-libs
 
 RDEPEND=
-   dev-libs/boost:=
+   dev-libs/boost:=[threads]
python? ( ${PYTHON_DEPS} )
 
 DEPEND=${RDEPEND}



1.24 dev-libs/libixion/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libixion/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog   21 Jun 2015 15:35:49 -  1.23
+++ ChangeLog   19 Jul 2015 16:20:19 -  1.24
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libixion
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libixion/ChangeLog,v 1.23 
2015/06/21 15:35:49 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libixion/ChangeLog,v 1.24 
2015/07/19 16:20:19 dilfridge Exp $
+
+  19 Jul 2015; Andreas K. Huettel dilfri...@gentoo.org libixion-.ebuild:
+  Require boost threads library
 
   21 Jun 2015; Andreas K. Huettel dilfri...@gentoo.org
   +files/libixion-0.9.1-python-optional.patch, 
+files/libixion-0.9.1-typo.patch,






[gentoo-commits] gentoo-x86 commit in dev-perl/Exception-Base/files: - New directory

2015-07-17 Thread Andreas Huettel (dilfridge)
dilfridge15/07/17 18:52:28

  Log:
  Directory /var/cvsroot/gentoo-x86/dev-perl/Exception-Base/files added to the 
repository



[gentoo-commits] gentoo-x86 commit in dev-perl/Exception-Base/files: Exception-Base-0.250.0-sprintf.patch

2015-07-17 Thread Andreas Huettel (dilfridge)
dilfridge15/07/17 18:57:41

  Added:Exception-Base-0.250.0-sprintf.patch
  Log:
  Version bump, bug 555206
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
84AD142F)

Revision  ChangesPath
1.1  
dev-perl/Exception-Base/files/Exception-Base-0.250.0-sprintf.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Exception-Base/files/Exception-Base-0.250.0-sprintf.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Exception-Base/files/Exception-Base-0.250.0-sprintf.patch?rev=1.1content-type=text/plain

Index: Exception-Base-0.250.0-sprintf.patch
===
From 1cb0ea6afd4bb76e5a1d759efe27ea0f18306a82 Mon Sep 17 00:00:00 2001
From: Lee Johnson l...@givengain.ch
Date: Thu, 1 Jan 2015 22:33:54 +
Subject: [PATCH] resolve #1 - fix warnings new since perl 5.21.2

Redundant argument in %s - this is because the various calls to the
sprintf function offset the arrays by 1 (since the first element of
the array is the sprintf string) but use @_ (the number of elements
in the array) in the range: 1 .. @_

since it's offset by 1 we are going beyond the end of the array and
so sprintf consequently warns that we sent more arguments than it
expected. fix this by using @_ -1 in the range (number of elements
in the array minus 1)
---
 lib/Exception/Base.pm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lib/Exception/Base.pm b/lib/Exception/Base.pm
index 8dce19f..096e2a5 100644
--- a/lib/Exception/Base.pm
+++ b/lib/Exception/Base.pm
@@ -1362,7 +1362,7 @@ sub matches {   ## no critic qw(ProhibitExcessComplexity)
 local $_ = ref $self-{$key} eq 'ARRAY'
? sprintf(
  @{$self-{$key}}[0],
- @{$self-{$key}}[1..@{$self-{$key}}]
+ @{$self-{$key}}[1..@{$self-{$key}}-1]
  )
: $self-{$key};
 if (ref $arrval eq 'CODE') {
@@ -1393,7 +1393,7 @@ sub matches {   ## no critic qw(ProhibitExcessComplexity)
 local $_ = ref $self-{$key} eq 'ARRAY'
? sprintf(
  @{$self-{$key}}[0],
- @{$self-{$key}}[1..@{$self-{$key}}]
+ @{$self-{$key}}[1..@{$self-{$key}}-1]
  )
: $self-{$key};
 
@@ -1613,7 +1613,7 @@ sub _string_attributes {
 my ($self) = @_;
 
 return map { ref $_ eq 'ARRAY'
- ? sprintf(@$_[0], @$_[1..@$_])
+ ? sprintf(@$_[0], @$_[1..@$_-1])
  : $_ }
grep { defined $_ and (ref $_ or $_ ne '') }
map { $self-{$_} }
-- 
2.4.5







[gentoo-commits] gentoo-x86 commit in dev-perl/Exception-Base: Exception-Base-0.250.0-r2.ebuild ChangeLog

2015-07-17 Thread Andreas Huettel (dilfridge)
dilfridge15/07/17 18:57:41

  Modified: ChangeLog
  Added:Exception-Base-0.250.0-r2.ebuild
  Log:
  Version bump, bug 555206
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
84AD142F)

Revision  ChangesPath
1.14 dev-perl/Exception-Base/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Exception-Base/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog   13 Jun 2015 21:49:28 -  1.13
+++ ChangeLog   17 Jul 2015 18:57:41 -  1.14
@@ -1,6 +1,13 @@
 # ChangeLog for dev-perl/Exception-Base
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Base/ChangeLog,v 1.13 
2015/06/13 21:49:28 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Base/ChangeLog,v 1.14 
2015/07/17 18:57:41 dilfridge Exp $
+
+*Exception-Base-0.250.0-r2 (17 Jul 2015)
+
+  17 Jul 2015; Andreas K. Huettel dilfri...@gentoo.org
+  +Exception-Base-0.250.0-r2.ebuild,
+  +files/Exception-Base-0.250.0-sprintf.patch:
+  Version bump, bug 555206
 
   13 Jun 2015; Andreas K. Huettel dilfri...@gentoo.org
   Exception-Base-0.250-r1.ebuild:



1.1  dev-perl/Exception-Base/Exception-Base-0.250.0-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Exception-Base/Exception-Base-0.250.0-r2.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Exception-Base/Exception-Base-0.250.0-r2.ebuild?rev=1.1content-type=text/plain

Index: Exception-Base-0.250.0-r2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Exception-Base/Exception-Base-0.250.0-r2.ebuild,v
 1.1 2015/07/17 18:57:41 dilfridge Exp $

EAPI=5

MODULE_AUTHOR=DEXTER
MODULE_VERSION=0.25
inherit perl-module

DESCRIPTION=Error handling with exception class

SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=test

RDEPEND=
DEPEND=${RDEPEND}
dev-perl/Module-Build
test? ( =dev-perl/Test-Unit-Lite-0.120.0 )


SRC_TEST=do parallel

PATCHES=(
${FILESDIR}/${P}-sprintf.patch
)

src_install(){
perl-module_src_install
docompress -x usr/share/doc/${PF}/examples
insinto usr/share/doc/${PF}/
doins -r examples/
}






[gentoo-commits] gentoo-x86 commit in dev-perl/Devel-SmallProf/files: Devel-SmallProf-2.20.0-defined.patch

2015-07-17 Thread Andreas Huettel (dilfridge)
dilfridge15/07/17 19:06:48

  Added:Devel-SmallProf-2.20.0-defined.patch
  Log:
  Revision bump, bug 555170
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
84AD142F)

Revision  ChangesPath
1.1  
dev-perl/Devel-SmallProf/files/Devel-SmallProf-2.20.0-defined.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Devel-SmallProf/files/Devel-SmallProf-2.20.0-defined.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Devel-SmallProf/files/Devel-SmallProf-2.20.0-defined.patch?rev=1.1content-type=text/plain

Index: Devel-SmallProf-2.20.0-defined.patch
===
From 3c81ee06e91d2a4efc52b7b4a9eff7411039c283 Mon Sep 17 00:00:00 2001
From: Brian Fraser frase...@gmail.com
Date: Wed, 20 Aug 2014 00:33:46 +0200
Subject: [PATCH] Don't use defined(@array)

---
 lib/Devel/SmallProf.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/Devel/SmallProf.pm b/lib/Devel/SmallProf.pm
index cee1211..2b5d091 100644
--- a/lib/Devel/SmallProf.pm
+++ b/lib/Devel/SmallProf.pm
@@ -32,7 +32,7 @@ sub DB {
   # evals which do not define subroutines will disappear.
   no strict 'refs';
   $listings{$filename} = \@{main::_$filename}
-if defined(@{main::_$filename});
+if @{main::_$filename};
   use strict 'refs';
 
   my($delta);
-- 
1.7.12.4 (Apple Git-37)







[gentoo-commits] gentoo-x86 commit in dev-perl/Devel-SmallProf: Devel-SmallProf-2.20.0-r2.ebuild ChangeLog

2015-07-17 Thread Andreas Huettel (dilfridge)
dilfridge15/07/17 19:06:48

  Modified: ChangeLog
  Added:Devel-SmallProf-2.20.0-r2.ebuild
  Log:
  Revision bump, bug 555170
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
84AD142F)

Revision  ChangesPath
1.18 dev-perl/Devel-SmallProf/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Devel-SmallProf/ChangeLog?rev=1.18view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Devel-SmallProf/ChangeLog?rev=1.18content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Devel-SmallProf/ChangeLog?r1=1.17r2=1.18

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Devel-SmallProf/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog   22 Aug 2014 19:11:26 -  1.17
+++ ChangeLog   17 Jul 2015 19:06:48 -  1.18
@@ -1,6 +1,13 @@
 # ChangeLog for dev-perl/Devel-SmallProf
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Devel-SmallProf/ChangeLog,v 1.17 
2014/08/22 19:11:26 axs Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Devel-SmallProf/ChangeLog,v 1.18 
2015/07/17 19:06:48 dilfridge Exp $
+
+*Devel-SmallProf-2.20.0-r2 (17 Jul 2015)
+
+  17 Jul 2015; Andreas K. Huettel dilfri...@gentoo.org
+  +Devel-SmallProf-2.20.0-r2.ebuild,
+  +files/Devel-SmallProf-2.20.0-defined.patch:
+  Revision bump, bug 555170
 
 *Devel-SmallProf-2.20.0-r1 (22 Aug 2014)
 



1.1  dev-perl/Devel-SmallProf/Devel-SmallProf-2.20.0-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Devel-SmallProf/Devel-SmallProf-2.20.0-r2.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Devel-SmallProf/Devel-SmallProf-2.20.0-r2.ebuild?rev=1.1content-type=text/plain

Index: Devel-SmallProf-2.20.0-r2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Devel-SmallProf/Devel-SmallProf-2.20.0-r2.ebuild,v
 1.1 2015/07/17 19:06:48 dilfridge Exp $

EAPI=5

MODULE_AUTHOR=SALVA
MODULE_VERSION=2.02
inherit perl-module

DESCRIPTION=Per-line Perl profiler

SLOT=0
KEYWORDS=~amd64 ~sparc ~x86
IUSE=

PATCHES=(
${FILESDIR}/${P}-defined.patch
)

SRC_TEST=do
# note: dont use parallel here






[gentoo-commits] gentoo-x86 commit in dev-perl/CGI-FormBuilder: CGI-FormBuilder-3.90.0.ebuild CGI-FormBuilder-3.80.0-r1.ebuild ChangeLog

2015-07-17 Thread Andreas Huettel (dilfridge)
dilfridge15/07/17 19:10:43

  Modified: CGI-FormBuilder-3.90.0.ebuild
CGI-FormBuilder-3.80.0-r1.ebuild ChangeLog
  Log:
  Add missing dev-perl/CGI dependency, bug 555162
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
84AD142F)

Revision  ChangesPath
1.2  dev-perl/CGI-FormBuilder/CGI-FormBuilder-3.90.0.ebuild

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

Index: CGI-FormBuilder-3.90.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/CGI-FormBuilder/CGI-FormBuilder-3.90.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- CGI-FormBuilder-3.90.0.ebuild   10 Oct 2014 13:46:09 -  1.1
+++ CGI-FormBuilder-3.90.0.ebuild   17 Jul 2015 19:10:43 -  1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/CGI-FormBuilder/CGI-FormBuilder-3.90.0.ebuild,v
 1.1 2014/10/10 13:46:09 zlogene Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/CGI-FormBuilder/CGI-FormBuilder-3.90.0.ebuild,v
 1.2 2015/07/17 19:10:43 dilfridge Exp $
 
 EAPI=5
 
@@ -23,4 +23,6 @@
 #  =dev-perl/Template-Toolkit-2.80.0
 #  =dev-perl/CGI-SSI-0.920.0
 
+RDEPEND=dev-perl/CGI
+
 SRC_TEST=do



1.2  dev-perl/CGI-FormBuilder/CGI-FormBuilder-3.80.0-r1.ebuild

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

Index: CGI-FormBuilder-3.80.0-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/CGI-FormBuilder/CGI-FormBuilder-3.80.0-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- CGI-FormBuilder-3.80.0-r1.ebuild26 Aug 2014 15:00:39 -  1.1
+++ CGI-FormBuilder-3.80.0-r1.ebuild17 Jul 2015 19:10:43 -  1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/CGI-FormBuilder/CGI-FormBuilder-3.80.0-r1.ebuild,v
 1.1 2014/08/26 15:00:39 axs Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/CGI-FormBuilder/CGI-FormBuilder-3.80.0-r1.ebuild,v
 1.2 2015/07/17 19:10:43 dilfridge Exp $
 
 EAPI=5
 
@@ -23,4 +23,6 @@
 #  =dev-perl/Template-Toolkit-2.80.0
 #  =dev-perl/CGI-SSI-0.920.0
 
+RDEPEND=dev-perl/CGI
+
 SRC_TEST=do



1.10 dev-perl/CGI-FormBuilder/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/CGI-FormBuilder/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   10 Oct 2014 13:46:09 -  1.9
+++ ChangeLog   17 Jul 2015 19:10:43 -  1.10
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/CGI-FormBuilder
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/CGI-FormBuilder/ChangeLog,v 1.9 
2014/10/10 13:46:09 zlogene Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/CGI-FormBuilder/ChangeLog,v 1.10 
2015/07/17 19:10:43 dilfridge Exp $
+
+  17 Jul 2015; Andreas K. Huettel dilfri...@gentoo.org
+  CGI-FormBuilder-3.80.0-r1.ebuild, CGI-FormBuilder-3.90.0.ebuild:
+  Add missing dev-perl/CGI dependency, bug 555162
 
 *CGI-FormBuilder-3.90.0 (10 Oct 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-perl/Module-ScanDeps: Module-ScanDeps-1.190.0.ebuild ChangeLog

2015-07-17 Thread Andreas Huettel (dilfridge)
dilfridge15/07/17 19:26:10

  Modified: ChangeLog
  Added:Module-ScanDeps-1.190.0.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
84AD142F)

Revision  ChangesPath
1.46 dev-perl/Module-ScanDeps/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Module-ScanDeps/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog   13 Jun 2015 22:17:48 -  1.45
+++ ChangeLog   17 Jul 2015 19:26:10 -  1.46
@@ -1,6 +1,12 @@
 # ChangeLog for dev-perl/Module-ScanDeps
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-ScanDeps/ChangeLog,v 1.45 
2015/06/13 22:17:48 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-ScanDeps/ChangeLog,v 1.46 
2015/07/17 19:26:10 dilfridge Exp $
+
+*Module-ScanDeps-1.190.0 (17 Jul 2015)
+
+  17 Jul 2015; Andreas K. Huettel dilfri...@gentoo.org
+  +Module-ScanDeps-1.190.0.ebuild:
+  Version bump
 
   13 Jun 2015; Andreas K. Huettel dilfri...@gentoo.org
   Module-ScanDeps-1.120.0.ebuild:



1.1  dev-perl/Module-ScanDeps/Module-ScanDeps-1.190.0.ebuild

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

Index: Module-ScanDeps-1.190.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Module-ScanDeps/Module-ScanDeps-1.190.0.ebuild,v
 1.1 2015/07/17 19:26:10 dilfridge Exp $

EAPI=5

MODULE_AUTHOR=RSCHUPP
MODULE_VERSION=1.19
inherit perl-module

DESCRIPTION=Recursively scan Perl code for dependencies

SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos
IUSE=test

RDEPEND=
virtual/perl-File-Spec
virtual/perl-File-Temp
virtual/perl-Getopt-Long
virtual/perl-Module-Metadata
virtual/perl-Text-ParseWords
virtual/perl-version

DEPEND=${RDEPEND}
=virtual/perl-ExtUtils-MakeMaker-6.590.0
test? (
virtual/perl-Test-Simple
dev-perl/Test-Pod
dev-perl/prefork
dev-perl/Module-Pluggable
dev-perl/Test-Requires
)


SRC_TEST=do parallel






[gentoo-commits] gentoo-x86 commit in eclass: ChangeLog kde4-meta.eclass

2015-07-15 Thread Andreas Huettel (dilfridge)
dilfridge15/07/15 09:03:11

  Modified: ChangeLog kde4-meta.eclass
  Log:
  Fix unpacking of noakonadi branch

Revision  ChangesPath
1.1710   eclass/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
retrieving revision 1.1709
retrieving revision 1.1710
diff -u -r1.1709 -r1.1710
--- ChangeLog   14 Jul 2015 11:51:39 -  1.1709
+++ ChangeLog   15 Jul 2015 09:03:11 -  1.1710
@@ -1,6 +1,9 @@
 # ChangeLog for eclass directory
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1709 2015/07/14 
11:51:39 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1710 2015/07/15 
09:03:11 dilfridge Exp $
+
+  15 Jul 2015; Andreas K. Huettel dilfri...@gentoo.org kde4-meta.eclass:
+  Fix unpacking of noakonadi branch
 
   14 Jul 2015; Anthony G. Basile bluen...@gentoo.org bitcoincore.eclass:
   Update for bitcoind 0.11.0.



1.79 eclass/kde4-meta.eclass

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/kde4-meta.eclass?rev=1.79view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/kde4-meta.eclass?rev=1.79content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/kde4-meta.eclass?r1=1.78r2=1.79

Index: kde4-meta.eclass
===
RCS file: /var/cvsroot/gentoo-x86/eclass/kde4-meta.eclass,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- kde4-meta.eclass29 Mar 2015 10:29:42 -  1.78
+++ kde4-meta.eclass15 Jul 2015 09:03:11 -  1.79
@@ -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/eclass/kde4-meta.eclass,v 1.78 2015/03/29 
10:29:42 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/kde4-meta.eclass,v 1.79 2015/07/15 
09:03:11 dilfridge Exp $
 #
 # @ECLASS: kde4-meta.eclass
 # @MAINTAINER:
@@ -182,7 +182,7 @@
else
local abort tarball tarfile f extractlist postfix
 
-   if [[ ${PV} =~ 4.[47].[12345] ]]; then
+   if [[ ${PV} =~ '4\.4\.[12].*' ]]; then
postfix=bz2
KMTARPARAMS+= --bzip2
else






[gentoo-commits] gentoo-x86 commit in net-print/cups-filters: cups-filters-1.0.71.ebuild ChangeLog

2015-07-14 Thread Andreas Huettel (dilfridge)
dilfridge15/07/14 17:08:24

  Modified: cups-filters-1.0.71.ebuild ChangeLog
  Log:
  Add hack to make cups-filters build against Poppler 0.34. Partly disables 
color management, we need a better solution on the long run.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
84AD142F)

Revision  ChangesPath
1.6  net-print/cups-filters/cups-filters-1.0.71.ebuild

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

Index: cups-filters-1.0.71.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-print/cups-filters/cups-filters-1.0.71.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- cups-filters-1.0.71.ebuild  9 Jul 2015 18:23:07 -   1.5
+++ cups-filters-1.0.71.ebuild  14 Jul 2015 17:08:24 -  1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-print/cups-filters/cups-filters-1.0.71.ebuild,v 1.5 
2015/07/09 18:23:07 zlogene Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-print/cups-filters/cups-filters-1.0.71.ebuild,v 1.6 
2015/07/14 17:08:24 dilfridge Exp $
 
 EAPI=5
 
@@ -44,6 +44,8 @@
 
 DEPEND=${RDEPEND}
 
+PATCHES=( ${FILESDIR}/${PN}-1.0.71-poppler0340.patch )
+
 src_prepare() {
base_src_prepare
sed -e s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/ -i configure.ac || die



1.159net-print/cups-filters/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/cups-filters/ChangeLog?rev=1.159view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/cups-filters/ChangeLog?rev=1.159content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/cups-filters/ChangeLog?r1=1.158r2=1.159

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-print/cups-filters/ChangeLog,v
retrieving revision 1.158
retrieving revision 1.159
diff -u -r1.158 -r1.159
--- ChangeLog   9 Jul 2015 18:23:07 -   1.158
+++ ChangeLog   14 Jul 2015 17:08:24 -  1.159
@@ -1,6 +1,11 @@
 # ChangeLog for net-print/cups-filters
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-print/cups-filters/ChangeLog,v 1.158 
2015/07/09 18:23:07 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-print/cups-filters/ChangeLog,v 1.159 
2015/07/14 17:08:24 dilfridge Exp $
+
+  14 Jul 2015; Andreas K. Huettel dilfri...@gentoo.org
+  +files/cups-filters-1.0.71-poppler0340.patch, cups-filters-1.0.71.ebuild:
+  Add hack to make cups-filters build against Poppler 0.34. Partly disables
+  color management, we need a better solution on the long run.
 
   09 Jul 2015; Mikle Kolyada zlog...@gentoo.org cups-filters-1.0.71.ebuild:
   arm stable wrt bug #553836






[gentoo-commits] gentoo-x86 commit in net-print/cups-filters/files: cups-filters-1.0.71-poppler0340.patch

2015-07-14 Thread Andreas Huettel (dilfridge)
dilfridge15/07/14 17:08:24

  Added:cups-filters-1.0.71-poppler0340.patch
  Log:
  Add hack to make cups-filters build against Poppler 0.34. Partly disables 
color management, we need a better solution on the long run.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
84AD142F)

Revision  ChangesPath
1.1  
net-print/cups-filters/files/cups-filters-1.0.71-poppler0340.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/cups-filters/files/cups-filters-1.0.71-poppler0340.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/cups-filters/files/cups-filters-1.0.71-poppler0340.patch?rev=1.1content-type=text/plain

Index: cups-filters-1.0.71-poppler0340.patch
===
Hack to make this build against poppler-0.34. Just disables color management in 
some places.
We should probably find a better solution. dilfri...@gentoo.org


diff -ruN cups-filters-1.0.71.orig/filter/pdftoopvp/OPVPOutputDev.cxx 
cups-filters-1.0.71/filter/pdftoopvp/OPVPOutputDev.cxx
--- cups-filters-1.0.71.orig/filter/pdftoopvp/OPVPOutputDev.cxx 2015-06-26 
17:45:26.0 +0200
+++ cups-filters-1.0.71/filter/pdftoopvp/OPVPOutputDev.cxx  2015-07-14 
19:02:51.666737621 +0200
@@ -1812,9 +1812,15 @@
   maskSplash-drawImage(imageSrc, imgMaskData,
splashModeMono8, gFalse, maskWidth, maskHeight, mat);
 #else
+#if POPPLER_VERSION_MAJOR = 0  POPPLER_VERSION_MINOR = 33
   maskSplash-drawImage(imageSrc, imgMaskData,
splashModeMono8, gFalse, maskWidth, maskHeight,
 mat,gFalse);
+#else
+  maskSplash-drawImage(imageSrc, NULL, imgMaskData,
+   splashModeMono8, gFalse, maskWidth, maskHeight,
+mat,gFalse);
+#endif
 #endif
   delete imgMaskData.imgStr;
   maskStr-close();
diff -ruN cups-filters-1.0.71.orig/filter/pdftoopvp/oprs/OPRS.cxx 
cups-filters-1.0.71/filter/pdftoopvp/oprs/OPRS.cxx
--- cups-filters-1.0.71.orig/filter/pdftoopvp/oprs/OPRS.cxx 2015-06-26 
17:45:26.0 +0200
+++ cups-filters-1.0.71/filter/pdftoopvp/oprs/OPRS.cxx  2015-07-14 
19:00:20.655740720 +0200
@@ -241,7 +241,11 @@
 #if POPPLER_VERSION_MAJOR = 0  (POPPLER_VERSION_MINOR = 20 || 
(POPPLER_VERSION_MINOR == 21  POPPLER_VERSION_MICRO = 2))
return splash-drawImage(src,srcData,srcMode,srcAlpha,w,h,mat);
 #else
+#if POPPLER_VERSION_MAJOR = 0  POPPLER_VERSION_MINOR = 33
return splash-drawImage(src,srcData,srcMode,srcAlpha,w,h,mat,gFalse);
+#else
+   return 
splash-drawImage(src,NULL,srcData,srcMode,srcAlpha,w,h,mat,gFalse);
+#endif
 #endif
 } else {
return opvpSplash-drawImage(src,srcData,srcMode,srcAlpha,w,h,mat);






[gentoo-commits] gentoo-x86 commit in dev-perl/CGI-Fast: metadata.xml CGI-Fast-2.100.0.ebuild ChangeLog

2015-07-13 Thread Andreas Huettel (dilfridge)
dilfridge15/07/13 20:10:07

  Added:metadata.xml CGI-Fast-2.100.0.ebuild ChangeLog
  Log:
  New package, split off from dev-perl/CGI
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  ChangesPath
1.1  dev-perl/CGI-Fast/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/CGI-Fast/metadata.xml?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/CGI-Fast/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
  herdperl/herd
/pkgmetadata



1.1  dev-perl/CGI-Fast/CGI-Fast-2.100.0.ebuild

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

Index: CGI-Fast-2.100.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/CGI-Fast/CGI-Fast-2.100.0.ebuild,v 
1.1 2015/07/13 20:10:07 dilfridge Exp $

EAPI=5

MODULE_AUTHOR=LEEJO
MODULE_VERSION=2.10
inherit perl-module

DESCRIPTION=CGI Interface for Fast CGI

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

RDEPEND=
=dev-perl/CGI-4
virtual/perl-Carp
=dev-perl/FCGI-0.670.0
virtual/perl-if

DEPEND=${RDEPEND}
virtual/perl-ExtUtils-MakeMaker


SRC_TEST=do parallel



1.1  dev-perl/CGI-Fast/ChangeLog

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

Index: ChangeLog
===
# ChangeLog for dev-perl/CGI-Fast
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/CGI-Fast/ChangeLog,v 1.1 2015/07/13 
20:10:07 dilfridge Exp $

*CGI-Fast-2.100.0 (13 Jul 2015)

  13 Jul 2015; Andreas K. Huettel dilfri...@gentoo.org
  +CGI-Fast-2.100.0.ebuild, +metadata.xml:
  New package, split off from dev-perl/CGI







[gentoo-commits] gentoo-x86 commit in dev-perl/CGI-Fast: - New directory

2015-07-13 Thread Andreas Huettel (dilfridge)
dilfridge15/07/13 20:07:22

  Log:
  Directory /var/cvsroot/gentoo-x86/dev-perl/CGI-Fast added to the repository



[gentoo-commits] gentoo-x86 commit in dev-perl/PerlIO-Layers: PerlIO-Layers-0.10.0.ebuild PerlIO-Layers-0.11.0.ebuild ChangeLog

2015-07-13 Thread Andreas Huettel (dilfridge)
dilfridge15/07/13 20:30:58

  Modified: PerlIO-Layers-0.10.0.ebuild
PerlIO-Layers-0.11.0.ebuild ChangeLog
  Log:
  Fix dependencies, bug 554668
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  ChangesPath
1.6  dev-perl/PerlIO-Layers/PerlIO-Layers-0.10.0.ebuild

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

Index: PerlIO-Layers-0.10.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/PerlIO-Layers/PerlIO-Layers-0.10.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- PerlIO-Layers-0.10.0.ebuild 30 Jul 2014 17:00:57 -  1.5
+++ PerlIO-Layers-0.10.0.ebuild 13 Jul 2015 20:30:58 -  1.6
@@ -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-perl/PerlIO-Layers/PerlIO-Layers-0.10.0.ebuild,v 
1.5 2014/07/30 17:00:57 zlogene Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/PerlIO-Layers/PerlIO-Layers-0.10.0.ebuild,v 
1.6 2015/07/13 20:30:58 dilfridge Exp $
 
 EAPI=5
 
@@ -11,10 +11,25 @@
 
 DESCRIPTION=Querying your filehandle's capabilities
 
-LICENSE=|| ( Artistic GPL-1 GPL-2 GPL-3 )
 SLOT=0
 KEYWORDS=amd64 arm ppc x86 ~amd64-linux ~x86-linux
-IUSE=
+IUSE=test
 
-RDEPEND=dev-perl/List-MoreUtils
-DEPEND=${RDEPEND}
+# needs List::Util
+RDEPEND=
+   virtual/perl-Carp
+   =virtual/perl-Exporter-5.570.0
+   dev-perl/List-MoreUtils
+   virtual/perl-Scalar-List-Utils
+   virtual/perl-XSLoader
+
+DEPEND=${RDEPEND}
+   =dev-perl/Module-Build-0.360.100
+   test? (
+   virtual/perl-Data-Dumper
+   virtual/perl-File-Temp
+   =virtual/perl-Test-Simple-0.820.0
+   )
+
+
+SRC_TEST=do parallel



1.2  dev-perl/PerlIO-Layers/PerlIO-Layers-0.11.0.ebuild

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

Index: PerlIO-Layers-0.11.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/PerlIO-Layers/PerlIO-Layers-0.11.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- PerlIO-Layers-0.11.0.ebuild 30 Jul 2014 17:02:44 -  1.1
+++ PerlIO-Layers-0.11.0.ebuild 13 Jul 2015 20:30:58 -  1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/PerlIO-Layers/PerlIO-Layers-0.11.0.ebuild,v 
1.1 2014/07/30 17:02:44 zlogene Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/PerlIO-Layers/PerlIO-Layers-0.11.0.ebuild,v 
1.2 2015/07/13 20:30:58 dilfridge Exp $
 
 EAPI=5
 
@@ -11,10 +11,24 @@
 
 DESCRIPTION=Querying your filehandle's capabilities
 
-LICENSE=|| ( Artistic GPL-1 GPL-2 GPL-3 )
 SLOT=0
 KEYWORDS=~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux
-IUSE=
+IUSE=test
 
-RDEPEND=dev-perl/List-MoreUtils
-DEPEND=${RDEPEND}
+# needs List::Util
+RDEPEND=
+   virtual/perl-Carp
+   =virtual/perl-Exporter-5.570.0
+   virtual/perl-Scalar-List-Utils
+   virtual/perl-XSLoader
+
+DEPEND=${RDEPEND}
+   =dev-perl/Module-Build-0.360.100
+   test? (
+   virtual/perl-Data-Dumper
+   virtual/perl-File-Spec
+   =virtual/perl-Test-Simple-0.820.0
+   )
+
+
+SRC_TEST=do parallel



1.9  dev-perl/PerlIO-Layers/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/PerlIO-Layers/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   30 Jul 2014 17:02:44 -  1.8
+++ ChangeLog   13 Jul 2015 20:30:58 -  1.9
@@ -1,6 +1,10 @@
 # ChangeLog 

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

2015-07-12 Thread Andreas Huettel (dilfridge)
dilfridge15/07/12 19:08:00

  Modified: ChangeLog
  Added:libreoffice-l10n-4.4.4.3.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

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

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-office/libreoffice-l10n/ChangeLog,v
retrieving revision 1.143
retrieving revision 1.144
diff -u -r1.143 -r1.144
--- ChangeLog   29 May 2015 12:57:39 -  1.143
+++ ChangeLog   12 Jul 2015 19:08:00 -  1.144
@@ -1,6 +1,12 @@
 # ChangeLog for app-office/libreoffice-l10n
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-l10n/ChangeLog,v 
1.143 2015/05/29 12:57:39 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-l10n/ChangeLog,v 
1.144 2015/07/12 19:08:00 dilfridge Exp $
+
+*libreoffice-l10n-4.4.4.3 (12 Jul 2015)
+
+  12 Jul 2015; Andreas K. Huettel dilfri...@gentoo.org
+  +libreoffice-l10n-4.4.4.3.ebuild:
+  Version bump
 
   29 May 2015; Andreas K. Hüttel dilfri...@gentoo.org
   -libreoffice-l10n-4.4.1.2.ebuild, -libreoffice-l10n-4.4.2.2.ebuild:



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

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

Index: libreoffice-l10n-4.4.4.3.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-office/libreoffice-l10n/libreoffice-l10n-4.4.4.3.ebuild,v
 1.1 2015/07/12 19:08:00 dilfridge Exp $

EAPI=5

inherit rpm eutils multilib versionator

MY_PV=$(get_version_component_range 1-3)

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

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

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

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

RDEPEND+=app-text/hunspell

RESTRICT=strip

S=${WORKDIR}

src_unpack() {
default

local lang dir rpmdir i
local ooextused=()

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

dir=${lang/_/-}

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

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


[gentoo-commits] gentoo-x86 commit in kde-base/kjots: kjots-4.4.2015.06.ebuild ChangeLog

2015-07-12 Thread Andreas Huettel (dilfridge)
dilfridge15/07/12 22:06:42

  Modified: ChangeLog
  Added:kjots-4.4.2015.06.ebuild
  Log:
  Version bump to Pali Rohar's noakonadi branch
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  ChangesPath
1.338kde-base/kjots/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/kde-base/kjots/ChangeLog,v
retrieving revision 1.337
retrieving revision 1.338
diff -u -r1.337 -r1.338
--- ChangeLog   11 Jul 2015 11:49:27 -  1.337
+++ ChangeLog   12 Jul 2015 22:06:42 -  1.338
@@ -1,6 +1,12 @@
 # ChangeLog for kde-base/kjots
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kjots/ChangeLog,v 1.337 2015/07/11 
11:49:27 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kjots/ChangeLog,v 1.338 2015/07/12 
22:06:42 dilfridge Exp $
+
+*kjots-4.4.2015.06 (12 Jul 2015)
+
+  12 Jul 2015; Andreas K. Huettel dilfri...@gentoo.org
+  +kjots-4.4.2015.06.ebuild:
+  Version bump to Pali Rohar's noakonadi branch
 
 *kjots-4.14.10 (11 Jul 2015)
 



1.1  kde-base/kjots/kjots-4.4.2015.06.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kjots/kjots-4.4.2015.06.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kjots/kjots-4.4.2015.06.ebuild?rev=1.1content-type=text/plain

Index: kjots-4.4.2015.06.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kjots/kjots-4.4.2015.06.ebuild,v 
1.1 2015/07/12 22:06:42 dilfridge Exp $

EAPI=5

KMNAME=kdepim
KDE_HANDBOOK=optional
inherit kde4-meta

DESCRIPTION=KDE note taking utility (noakonadi branch)
KEYWORDS=~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux
IUSE=debug

DEPEND=
$(add_kdebase_dep kdepimlibs '' 4.6)
$(add_kdebase_dep libkdepim)

RDEPEND=${DEPEND}






[gentoo-commits] gentoo-x86 commit in kde-base/knode: knode-4.4.2015.06.ebuild ChangeLog

2015-07-12 Thread Andreas Huettel (dilfridge)
dilfridge15/07/12 22:08:00

  Modified: ChangeLog
  Added:knode-4.4.2015.06.ebuild
  Log:
  Version bump to Pali Rohar's noakonadi branch
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  ChangesPath
1.342kde-base/knode/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/kde-base/knode/ChangeLog,v
retrieving revision 1.341
retrieving revision 1.342
diff -u -r1.341 -r1.342
--- ChangeLog   11 Jul 2015 11:49:27 -  1.341
+++ ChangeLog   12 Jul 2015 22:08:00 -  1.342
@@ -1,6 +1,12 @@
 # ChangeLog for kde-base/knode
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/knode/ChangeLog,v 1.341 2015/07/11 
11:49:27 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/knode/ChangeLog,v 1.342 2015/07/12 
22:08:00 dilfridge Exp $
+
+*knode-4.4.2015.06 (12 Jul 2015)
+
+  12 Jul 2015; Andreas K. Huettel dilfri...@gentoo.org
+  +knode-4.4.2015.06.ebuild:
+  Version bump to Pali Rohar's noakonadi branch
 
 *knode-4.14.10 (11 Jul 2015)
 



1.1  kde-base/knode/knode-4.4.2015.06.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/knode/knode-4.4.2015.06.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/knode/knode-4.4.2015.06.ebuild?rev=1.1content-type=text/plain

Index: knode-4.4.2015.06.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/knode/knode-4.4.2015.06.ebuild,v 
1.1 2015/07/12 22:08:00 dilfridge Exp $

EAPI=5

KMNAME=kdepim
KDE_HANDBOOK=optional
inherit kde4-meta

DESCRIPTION=A newsreader for KDE (noakonadi branch)
KEYWORDS=~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux
IUSE=debug

# test fails, last checked for 4.2.96
RESTRICT=test

DEPEND=
$(add_kdebase_dep kdepimlibs '' 4.6)
$(add_kdebase_dep libkdepim)
$(add_kdebase_dep libkpgp)

RDEPEND=${DEPEND}

KMEXTRACTONLY=
libkpgp/


KMLOADLIBS=libkdepim

src_unpack() {
if use handbook; then
KMEXTRA=
doc/kioslave/news

fi

kde4-meta_src_unpack
}






[gentoo-commits] gentoo-x86 commit in kde-base/kleopatra/files: kleopatra-4.4.2015.06-reenable.patch

2015-07-12 Thread Andreas Huettel (dilfridge)
dilfridge15/07/12 22:07:10

  Added:kleopatra-4.4.2015.06-reenable.patch
  Log:
  Version bump to Pali Rohar's noakonadi branch
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  ChangesPath
1.1  
kde-base/kleopatra/files/kleopatra-4.4.2015.06-reenable.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kleopatra/files/kleopatra-4.4.2015.06-reenable.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kleopatra/files/kleopatra-4.4.2015.06-reenable.patch?rev=1.1content-type=text/plain

Index: kleopatra-4.4.2015.06-reenable.patch
===
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8c450d3..b927ad9 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -190,7 +190,7 @@ set(libkdgantt1_SRCS
 
   if(QGPGME_FOUND)
 if (Boost_TOPOLOGICAL_SORT_DIR)
-#  macro_optional_add_subdirectory(kleopatra)
+  macro_optional_add_subdirectory(kleopatra)
 endif(Boost_TOPOLOGICAL_SORT_DIR)
 macro_optional_add_subdirectory(wizards)
 # The following components depend on QGpgME.






[gentoo-commits] gentoo-x86 commit in kde-base/kmail: kmail-4.4.2015.06.ebuild ChangeLog

2015-07-12 Thread Andreas Huettel (dilfridge)
dilfridge15/07/12 22:07:36

  Modified: ChangeLog
  Added:kmail-4.4.2015.06.ebuild
  Log:
  Version bump to Pali Rohar's noakonadi branch
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  ChangesPath
1.443kde-base/kmail/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/kde-base/kmail/ChangeLog,v
retrieving revision 1.442
retrieving revision 1.443
diff -u -r1.442 -r1.443
--- ChangeLog   11 Jul 2015 11:49:28 -  1.442
+++ ChangeLog   12 Jul 2015 22:07:36 -  1.443
@@ -1,6 +1,12 @@
 # ChangeLog for kde-base/kmail
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kmail/ChangeLog,v 1.442 2015/07/11 
11:49:28 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kmail/ChangeLog,v 1.443 2015/07/12 
22:07:36 dilfridge Exp $
+
+*kmail-4.4.2015.06 (12 Jul 2015)
+
+  12 Jul 2015; Andreas K. Huettel dilfri...@gentoo.org
+  +kmail-4.4.2015.06.ebuild:
+  Version bump to Pali Rohar's noakonadi branch
 
 *kmail-4.14.10 (11 Jul 2015)
 



1.1  kde-base/kmail/kmail-4.4.2015.06.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kmail/kmail-4.4.2015.06.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kmail/kmail-4.4.2015.06.ebuild?rev=1.1content-type=text/plain

Index: kmail-4.4.2015.06.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kmail/kmail-4.4.2015.06.ebuild,v 
1.1 2015/07/12 22:07:36 dilfridge Exp $

EAPI=5

KMNAME=kdepim
KDE_HANDBOOK=optional
VIRTUALX_REQUIRED=test
inherit flag-o-matic kde4-meta

DESCRIPTION=Email component of Kontact, the integrated personal information 
manager of KDE (noakonadi branch)
KEYWORDS=~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux
IUSE=debug

DEPEND=
$(add_kdebase_dep kdelibs '' 4.13.1)
$(add_kdebase_dep kdepimlibs '' 4.13.1)
$(add_kdebase_dep libkdepim '' 4.4.11.1-r1)
$(add_kdebase_dep libkleo)
$(add_kdebase_dep libkpgp)

RDEPEND=${DEPEND}

KMEXTRACTONLY=
korganizer/org.kde.Korganizer.Calendar.xml
libkleo/
libkpgp/

KMEXTRA=
kmailcvt/
ksendemail/
libksieve/
messagecore/
messagelist/
messageviewer/
mimelib/
plugins/kmail/

KMLOADLIBS=libkdepim

PATCHES=(
${FILESDIR}/${PN}-4.4.9-nodbus.patch
)

src_configure() {
# Bug 308903
use ppc64  append-flags -mminimal-toc

mycmakeargs=(
-DWITH_IndicateQt=OFF
)

kde4-meta_src_configure
}

src_compile() {
kde4-meta_src_compile kmail_xml
kde4-meta_src_compile
}

pkg_postinst() {
kde4-meta_pkg_postinst

if ! has_version kde-base/kdepim-kresources:${SLOT}; then
echo
elog For groupware functionality, please install 
kde-base/kdepim-kresources:${SLOT}
echo
fi
if ! has_version kde-base/kleopatra:${SLOT}; then
echo
elog For certificate management and the gnupg log viewer, 
please install kde-base/kleopatra:${SLOT}
echo
fi
}






[gentoo-commits] gentoo-x86 commit in kde-base/kleopatra: kleopatra-4.4.2015.06.ebuild ChangeLog

2015-07-12 Thread Andreas Huettel (dilfridge)
dilfridge15/07/12 22:07:10

  Modified: ChangeLog
  Added:kleopatra-4.4.2015.06.ebuild
  Log:
  Version bump to Pali Rohar's noakonadi branch
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  ChangesPath
1.249kde-base/kleopatra/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/kde-base/kleopatra/ChangeLog,v
retrieving revision 1.248
retrieving revision 1.249
diff -u -r1.248 -r1.249
--- ChangeLog   11 Jul 2015 11:49:27 -  1.248
+++ ChangeLog   12 Jul 2015 22:07:10 -  1.249
@@ -1,6 +1,12 @@
 # ChangeLog for kde-base/kleopatra
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kleopatra/ChangeLog,v 1.248 
2015/07/11 11:49:27 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kleopatra/ChangeLog,v 1.249 
2015/07/12 22:07:10 dilfridge Exp $
+
+*kleopatra-4.4.2015.06 (12 Jul 2015)
+
+  12 Jul 2015; Andreas K. Huettel dilfri...@gentoo.org
+  +files/kleopatra-4.4.2015.06-reenable.patch, +kleopatra-4.4.2015.06.ebuild:
+  Version bump to Pali Rohar's noakonadi branch
 
 *kleopatra-4.14.10 (11 Jul 2015)
 



1.1  kde-base/kleopatra/kleopatra-4.4.2015.06.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kleopatra/kleopatra-4.4.2015.06.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kleopatra/kleopatra-4.4.2015.06.ebuild?rev=1.1content-type=text/plain

Index: kleopatra-4.4.2015.06.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/kde-base/kleopatra/kleopatra-4.4.2015.06.ebuild,v 1.1 
2015/07/12 22:07:10 dilfridge Exp $

EAPI=5

KMNAME=kdepim
KDE_HANDBOOK=optional
inherit kde4-meta

DESCRIPTION=Kleopatra - KDE X.509 key manager (noakonadi branch)
KEYWORDS=~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux
IUSE=debug

SRC_URI+= 
http://dev.gentoo.org/~dilfridge/distfiles/${PN}-4.4.11.1-libassuan2.patch.bz2;

DEPEND=
app-crypt/gpgme
=dev-libs/libassuan-2.0.0
dev-libs/libgpg-error
$(add_kdebase_dep kdepimlibs '' 4.6)
$(add_kdebase_dep libkdepim)
$(add_kdebase_dep libkleo)

RDEPEND=${DEPEND}
app-crypt/gnupg


RESTRICT=test
# bug 399431

KMEXTRACTONLY=
libkleo

KMLOADLIBS=libkleo

PATCHES=(
${DISTDIR}/${PN}-4.4.11.1-libassuan2.patch.bz2
${FILESDIR}/${PN}-4.4.2015.06-reenable.patch
)

src_unpack() {
if use handbook; then
KMEXTRA=
doc/kwatchgnupg

fi

kde4-meta_src_unpack
}

src_configure() {
mycmakeargs=(
-DWITH_QGPGME=ON
)

kde4-meta_src_configure
}






[gentoo-commits] gentoo-x86 commit in kde-base/kdepim-wizards: kdepim-wizards-4.4.2015.06.ebuild ChangeLog

2015-07-12 Thread Andreas Huettel (dilfridge)
dilfridge15/07/12 22:06:16

  Modified: ChangeLog
  Added:kdepim-wizards-4.4.2015.06.ebuild
  Log:
  Version bump to Pali Rohar's noakonadi branch
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  ChangesPath
1.201kde-base/kdepim-wizards/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/kde-base/kdepim-wizards/ChangeLog,v
retrieving revision 1.200
retrieving revision 1.201
diff -u -r1.200 -r1.201
--- ChangeLog   5 Apr 2014 18:10:57 -   1.200
+++ ChangeLog   12 Jul 2015 22:06:16 -  1.201
@@ -1,6 +1,12 @@
 # ChangeLog for kde-base/kdepim-wizards
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-wizards/ChangeLog,v 1.200 
2014/04/05 18:10:57 dilfridge Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-wizards/ChangeLog,v 1.201 
2015/07/12 22:06:16 dilfridge Exp $
+
+*kdepim-wizards-4.4.2015.06 (12 Jul 2015)
+
+  12 Jul 2015; Andreas K. Huettel dilfri...@gentoo.org
+  +kdepim-wizards-4.4.2015.06.ebuild:
+  Version bump to Pali Rohar's noakonadi branch
 
   05 Apr 2014; Andreas K. Huettel dilfri...@gentoo.org
   kdepim-wizards-4.4.11.1.ebuild:



1.1  kde-base/kdepim-wizards/kdepim-wizards-4.4.2015.06.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdepim-wizards/kdepim-wizards-4.4.2015.06.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdepim-wizards/kdepim-wizards-4.4.2015.06.ebuild?rev=1.1content-type=text/plain

Index: kdepim-wizards-4.4.2015.06.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/kde-base/kdepim-wizards/kdepim-wizards-4.4.2015.06.ebuild,v
 1.1 2015/07/12 22:06:16 dilfridge Exp $

EAPI=5

KMNAME=kdepim
KMMODULE=wizards
inherit kde4-meta

DESCRIPTION=KDE PIM wizards (noakonadi branch)
IUSE=debug
KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux

DEPEND=
$(add_kdebase_dep kdepimlibs '' 4.6)
$(add_kdebase_dep kdepim-kresources)
$(add_kdebase_dep libkdepim)

RDEPEND=${DEPEND}

KMEXTRACTONLY=
kmail/
knotes/
kresources/groupwise/
kresources/kolab/
kresources/slox/


PATCHES=( ${FILESDIR}/${PN}-4.4.11.1-underlinking.patch )

src_prepare() {
ln -s 
${EKDEDIR}/include/kdepim-kresources/{kabcsloxprefs.h,kcalsloxprefs.h} \
kresources/slox/ \
|| die Failed to link extra_headers.
ln -s 
${EKDEDIR}/include/kdepim-kresources/{kabc_groupwiseprefs,kcal_groupwiseprefsbase}.h
 \
kresources/groupwise/ \
|| die Failed to link extra_headers.

kde4-meta_src_prepare
}






[gentoo-commits] gentoo-x86 commit in kde-base/knotes: knotes-4.4.2015.06.ebuild ChangeLog

2015-07-12 Thread Andreas Huettel (dilfridge)
dilfridge15/07/12 22:08:29

  Modified: ChangeLog
  Added:knotes-4.4.2015.06.ebuild
  Log:
  Version bump to Pali Rohar's noakonadi branch
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  ChangesPath
1.333kde-base/knotes/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/kde-base/knotes/ChangeLog,v
retrieving revision 1.332
retrieving revision 1.333
diff -u -r1.332 -r1.333
--- ChangeLog   11 Jul 2015 11:49:28 -  1.332
+++ ChangeLog   12 Jul 2015 22:08:29 -  1.333
@@ -1,6 +1,12 @@
 # ChangeLog for kde-base/knotes
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/knotes/ChangeLog,v 1.332 
2015/07/11 11:49:28 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/knotes/ChangeLog,v 1.333 
2015/07/12 22:08:29 dilfridge Exp $
+
+*knotes-4.4.2015.06 (12 Jul 2015)
+
+  12 Jul 2015; Andreas K. Huettel dilfri...@gentoo.org
+  +knotes-4.4.2015.06.ebuild:
+  Version bump to Pali Rohar's noakonadi branch
 
 *knotes-4.14.10 (11 Jul 2015)
 



1.1  kde-base/knotes/knotes-4.4.2015.06.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/knotes/knotes-4.4.2015.06.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/knotes/knotes-4.4.2015.06.ebuild?rev=1.1content-type=text/plain

Index: knotes-4.4.2015.06.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/knotes/knotes-4.4.2015.06.ebuild,v 
1.1 2015/07/12 22:08:29 dilfridge Exp $

EAPI=5

KMNAME=kdepim
KDE_HANDBOOK=optional
inherit kde4-meta

DESCRIPTION=KDE Notes application (noakonadi branch)
KEYWORDS=~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux
IUSE=debug +handbook

DEPEND=
$(add_kdebase_dep kdepimlibs '' 4.6)
$(add_kdebase_dep libkdepim)

RDEPEND=${DEPEND}

KMLOADLIBS=libkdepim






[gentoo-commits] gentoo-x86 commit in kde-base/konsolekalendar: konsolekalendar-4.4.2015.06.ebuild ChangeLog

2015-07-12 Thread Andreas Huettel (dilfridge)
dilfridge15/07/12 22:08:54

  Modified: ChangeLog
  Added:konsolekalendar-4.4.2015.06.ebuild
  Log:
  Version bump to Pali Rohar's noakonadi branch
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  ChangesPath
1.322kde-base/konsolekalendar/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/kde-base/konsolekalendar/ChangeLog,v
retrieving revision 1.321
retrieving revision 1.322
diff -u -r1.321 -r1.322
--- ChangeLog   11 Jul 2015 11:49:27 -  1.321
+++ ChangeLog   12 Jul 2015 22:08:54 -  1.322
@@ -1,6 +1,12 @@
 # ChangeLog for kde-base/konsolekalendar
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/konsolekalendar/ChangeLog,v 1.321 
2015/07/11 11:49:27 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/konsolekalendar/ChangeLog,v 1.322 
2015/07/12 22:08:54 dilfridge Exp $
+
+*konsolekalendar-4.4.2015.06 (12 Jul 2015)
+
+  12 Jul 2015; Andreas K. Huettel dilfri...@gentoo.org
+  +konsolekalendar-4.4.2015.06.ebuild:
+  Version bump to Pali Rohar's noakonadi branch
 
 *konsolekalendar-4.14.10 (11 Jul 2015)
 



1.1  kde-base/konsolekalendar/konsolekalendar-4.4.2015.06.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/konsolekalendar/konsolekalendar-4.4.2015.06.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/konsolekalendar/konsolekalendar-4.4.2015.06.ebuild?rev=1.1content-type=text/plain

Index: konsolekalendar-4.4.2015.06.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/kde-base/konsolekalendar/konsolekalendar-4.4.2015.06.ebuild,v
 1.1 2015/07/12 22:08:54 dilfridge Exp $

EAPI=5

KMNAME=kdepim
KMMODULE=console/${PN}
KDE_HANDBOOK=optional
inherit kde4-meta

DESCRIPTION=A command line interface to KDE calendars (noakonadi branch)
KEYWORDS=~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux
IUSE=debug

DEPEND=
$(add_kdebase_dep kdepimlibs '' 4.6)

RDEPEND=${DEPEND}






[gentoo-commits] gentoo-x86 commit in kde-base/korganizer/files: korganizer-4.4.2015.06-handbook.patch

2015-07-12 Thread Andreas Huettel (dilfridge)
dilfridge15/07/12 22:10:29

  Added:korganizer-4.4.2015.06-handbook.patch
  Log:
  Version bump to Pali Rohar's noakonadi branch
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  ChangesPath
1.1  
kde-base/korganizer/files/korganizer-4.4.2015.06-handbook.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/korganizer/files/korganizer-4.4.2015.06-handbook.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/korganizer/files/korganizer-4.4.2015.06-handbook.patch?rev=1.1content-type=text/plain

Index: korganizer-4.4.2015.06-handbook.patch
===
--- a/doc/CMakeLists.txt2015-06-29 21:11:05.0 +0200
+++ b/doc/CMakeLists.txt2015-07-05 12:29:51.517209734 +0200
@@ -32,11 +32,12 @@
 
 if(BUILD_kmail)
   add_subdirectory(kmail)
-  if(BUILD_korganizer)
-add_subdirectory(korganizer)
-  endif(BUILD_korganizer)
 endif(BUILD_kmail)
 
+if(BUILD_korganizer)
+  add_subdirectory(korganizer)
+endif(BUILD_korganizer)
+
 if(BUILD_knode)
   add_subdirectory(knode)
 endif(BUILD_knode)






[gentoo-commits] gentoo-x86 commit in kde-base/kontact: kontact-4.4.2015.06.ebuild ChangeLog

2015-07-12 Thread Andreas Huettel (dilfridge)
dilfridge15/07/12 22:09:21

  Modified: ChangeLog
  Added:kontact-4.4.2015.06.ebuild
  Log:
  Version bump to Pali Rohar's noakonadi branch
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  ChangesPath
1.352kde-base/kontact/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/kde-base/kontact/ChangeLog,v
retrieving revision 1.351
retrieving revision 1.352
diff -u -r1.351 -r1.352
--- ChangeLog   11 Jul 2015 11:49:27 -  1.351
+++ ChangeLog   12 Jul 2015 22:09:21 -  1.352
@@ -1,6 +1,12 @@
 # ChangeLog for kde-base/kontact
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kontact/ChangeLog,v 1.351 
2015/07/11 11:49:27 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kontact/ChangeLog,v 1.352 
2015/07/12 22:09:21 dilfridge Exp $
+
+*kontact-4.4.2015.06 (12 Jul 2015)
+
+  12 Jul 2015; Andreas K. Huettel dilfri...@gentoo.org
+  +kontact-4.4.2015.06.ebuild:
+  Version bump to Pali Rohar's noakonadi branch
 
 *kontact-4.14.10 (11 Jul 2015)
 



1.1  kde-base/kontact/kontact-4.4.2015.06.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kontact/kontact-4.4.2015.06.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kontact/kontact-4.4.2015.06.ebuild?rev=1.1content-type=text/plain

Index: kontact-4.4.2015.06.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/kde-base/kontact/kontact-4.4.2015.06.ebuild,v 1.1 
2015/07/12 22:09:21 dilfridge Exp $

EAPI=5

KMNAME=kdepim
KDE_HANDBOOK=optional
inherit kde4-meta

DESCRIPTION=KDE personal information manager (noakonadi branch)
KEYWORDS=~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux
IUSE=debug

DEPEND=
$(add_kdebase_dep kdepimlibs '' 4.6)
$(add_kdebase_dep libkdepim)

RDEPEND=${DEPEND}

KMLOADLIBS=libkdepim
KMSAVELIBS=true

# We remove plugins that are related to external kdepim programs. This way
# kontact doesn't have to depend on all programs it has plugins for.
# kcontactmanager gone from kdesvn
#
# xml targets from kmail/ are being uncommented by kde4-meta.eclass
KMEXTRACTONLY=
kmail/
kontact/plugins/akregator/
kontact/plugins/kaddressbook/
kontact/plugins/kjots/
kontact/plugins/kmail/
kontact/plugins/knode/
kontact/plugins/knotes/
kontact/plugins/korganizer/
kontact/plugins/ktimetracker/
kontact/plugins/planner/
kontact/plugins/specialdates/


src_unpack() {
if use handbook; then
KMEXTRA+=
doc/kontact-admin/

fi

kde4-meta_src_unpack
}






[gentoo-commits] gentoo-x86 commit in kde-base/korganizer: korganizer-4.4.2015.06.ebuild ChangeLog

2015-07-12 Thread Andreas Huettel (dilfridge)
dilfridge15/07/12 22:10:29

  Modified: ChangeLog
  Added:korganizer-4.4.2015.06.ebuild
  Log:
  Version bump to Pali Rohar's noakonadi branch
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  ChangesPath
1.360kde-base/korganizer/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/kde-base/korganizer/ChangeLog,v
retrieving revision 1.359
retrieving revision 1.360
diff -u -r1.359 -r1.360
--- ChangeLog   11 Jul 2015 11:49:27 -  1.359
+++ ChangeLog   12 Jul 2015 22:10:29 -  1.360
@@ -1,6 +1,12 @@
 # ChangeLog for kde-base/korganizer
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/korganizer/ChangeLog,v 1.359 
2015/07/11 11:49:27 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/korganizer/ChangeLog,v 1.360 
2015/07/12 22:10:29 dilfridge Exp $
+
+*korganizer-4.4.2015.06 (12 Jul 2015)
+
+  12 Jul 2015; Andreas K. Huettel dilfri...@gentoo.org
+  +files/korganizer-4.4.2015.06-handbook.patch, +korganizer-4.4.2015.06.ebuild:
+  Version bump to Pali Rohar's noakonadi branch
 
 *korganizer-4.14.10 (11 Jul 2015)
 



1.1  kde-base/korganizer/korganizer-4.4.2015.06.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/korganizer/korganizer-4.4.2015.06.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/korganizer/korganizer-4.4.2015.06.ebuild?rev=1.1content-type=text/plain

Index: korganizer-4.4.2015.06.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/kde-base/korganizer/korganizer-4.4.2015.06.ebuild,v 1.1 
2015/07/12 22:10:29 dilfridge Exp $

EAPI=5

KMNAME=kdepim
KDE_HANDBOOK=optional
inherit kde4-meta

DESCRIPTION=A Personal Organizer for KDE (noakonadi branch)
KEYWORDS=~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux
IUSE=debug

DEPEND=
$(add_kdebase_dep kdepimlibs '' 4.6)
$(add_kdebase_dep libkdepim)
sys-libs/zlib

RDEPEND=${DEPEND}
$(add_kdeapps_dep ktimezoned '' 4.14.3)


KMLOADLIBS=libkdepim
KMEXTRA=kdgantt1

# xml targets from kmail are being uncommented by kde4-meta.eclass
KMEXTRACTONLY=
kmail/
knode/org.kde.knode.xml
kaddressbook/org.kde.KAddressbook.Core.xml


# bug 378151
RESTRICT=test

src_unpack() {
if use kontact; then
KMEXTRA=${KMEXTRA}
kontact/plugins/planner/
kontact/plugins/specialdates/

fi

kde4-meta_src_unpack
}

src_prepare() {
use handbook  epatch ${FILESDIR}/${PN}-4.4.2015.06-handbook.patch

kde4-meta_src_prepare
}

pkg_postinst() {
kde4-meta_pkg_postinst

if ! has_version kde-base/kdepim-kresources:${SLOT}; then
echo
elog For groupware functionality, please install 
kde-base/kdepim-kresources:${SLOT}
echo
fi
}






[gentoo-commits] gentoo-x86 commit in app-text/libetonyek: libetonyek-0.1.3.ebuild ChangeLog

2015-07-12 Thread Andreas Huettel (dilfridge)
dilfridge15/07/12 19:05:15

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

Revision  ChangesPath
1.12 app-text/libetonyek/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/libetonyek/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   22 May 2015 20:44:57 -  1.11
+++ ChangeLog   12 Jul 2015 19:05:15 -  1.12
@@ -1,6 +1,12 @@
 # ChangeLog for app-text/libetonyek
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/libetonyek/ChangeLog,v 1.11 
2015/05/22 20:44:57 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/libetonyek/ChangeLog,v 1.12 
2015/07/12 19:05:15 dilfridge Exp $
+
+*libetonyek-0.1.3 (12 Jul 2015)
+
+  12 Jul 2015; Andreas K. Huettel dilfri...@gentoo.org
+  +libetonyek-0.1.3.ebuild:
+  Version bump
 
 *libetonyek-0.1.2 (22 May 2015)
 



1.1  app-text/libetonyek/libetonyek-0.1.3.ebuild

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

Index: libetonyek-0.1.3.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-text/libetonyek/libetonyek-0.1.3.ebuild,v 1.1 
2015/07/12 19:05:15 dilfridge Exp $

EAPI=5

EGIT_REPO_URI=git://anongit.freedesktop.org/git/libreoffice/libetonyek
inherit base eutils
[[ ${PV} ==  ]]  inherit autotools git-2

DESCRIPTION=Library parsing Apple Keynote presentations
HOMEPAGE=https://wiki.documentfoundation.org/DLP/Libraries/libetonyek;
[[ ${PV} ==  ]] || 
SRC_URI=http://dev-www.libreoffice.org/src/${PN}/${P}.tar.xz;

LICENSE=|| ( GPL-2+ LGPL-2.1 MPL-1.1 )
SLOT=0
[[ ${PV} ==  ]] || \
KEYWORDS=~amd64 ~arm ~x86
IUSE=doc static-libs test

RDEPEND=
dev-libs/boost:=
dev-libs/librevenge
dev-libs/libxml2
sys-libs/zlib

DEPEND=${RDEPEND}
=dev-libs/boost-1.46
=dev-util/mdds-0.12.1
media-libs/glm
sys-devel/libtool
virtual/pkgconfig
doc? ( app-doc/doxygen )
test? ( dev-util/cppunit )


src_prepare() {
[[ -d m4 ]] || mkdir m4
base_src_prepare
[[ ${PV} ==  ]]  eautoreconf
}

src_configure() {
econf \
--docdir=${EPREFIX}/usr/share/doc/${PF} \
$(use_enable static-libs static) \
--disable-werror \
$(use_enable test tests) \
$(use_with doc docs)
}

src_install() {
default
prune_libtool_files --all
}






[gentoo-commits] gentoo-x86 commit in kde-base/kdepim-icons: kdepim-icons-4.4.2015.06.ebuild ChangeLog

2015-07-12 Thread Andreas Huettel (dilfridge)
dilfridge15/07/12 22:04:59

  Modified: ChangeLog
  Added:kdepim-icons-4.4.2015.06.ebuild
  Log:
  Version bump to Pali Rohar's noakonadi branch
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  ChangesPath
1.237kde-base/kdepim-icons/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/kde-base/kdepim-icons/ChangeLog,v
retrieving revision 1.236
retrieving revision 1.237
diff -u -r1.236 -r1.237
--- ChangeLog   11 Jul 2015 11:49:26 -  1.236
+++ ChangeLog   12 Jul 2015 22:04:59 -  1.237
@@ -1,6 +1,12 @@
 # ChangeLog for kde-base/kdepim-icons
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-icons/ChangeLog,v 1.236 
2015/07/11 11:49:26 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-icons/ChangeLog,v 1.237 
2015/07/12 22:04:59 dilfridge Exp $
+
+*kdepim-icons-4.4.2015.06 (12 Jul 2015)
+
+  12 Jul 2015; Andreas K. Huettel dilfri...@gentoo.org
+  +kdepim-icons-4.4.2015.06.ebuild:
+  Version bump to Pali Rohar's noakonadi branch
 
 *kdepim-icons-4.14.10 (11 Jul 2015)
 



1.1  kde-base/kdepim-icons/kdepim-icons-4.4.2015.06.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdepim-icons/kdepim-icons-4.4.2015.06.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdepim-icons/kdepim-icons-4.4.2015.06.ebuild?rev=1.1content-type=text/plain

Index: kdepim-icons-4.4.2015.06.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/kde-base/kdepim-icons/kdepim-icons-4.4.2015.06.ebuild,v 
1.1 2015/07/12 22:04:59 dilfridge Exp $

EAPI=5

KMNAME=kdepim
KMMODULE=icons
inherit kde4-meta

DESCRIPTION=KDE PIM icons (noakonadi branch)
IUSE=
KEYWORDS=~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux

src_install() {
kde4-meta_src_install
# colliding with oxygen icons
rm -rf 
${ED}/${KDEDIR}/share/icons/oxygen/16x16/status/meeting-organizer.png
}






[gentoo-commits] gentoo-x86 commit in kde-base/kdepim-kresources: kdepim-kresources-4.4.2015.06.ebuild ChangeLog

2015-07-12 Thread Andreas Huettel (dilfridge)
dilfridge15/07/12 22:05:24

  Modified: ChangeLog
  Added:kdepim-kresources-4.4.2015.06.ebuild
  Log:
  Version bump to Pali Rohar's noakonadi branch
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  ChangesPath
1.348kde-base/kdepim-kresources/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/kde-base/kdepim-kresources/ChangeLog,v
retrieving revision 1.347
retrieving revision 1.348
diff -u -r1.347 -r1.348
--- ChangeLog   11 Jul 2015 11:49:27 -  1.347
+++ ChangeLog   12 Jul 2015 22:05:24 -  1.348
@@ -1,6 +1,12 @@
 # ChangeLog for kde-base/kdepim-kresources
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-kresources/ChangeLog,v 
1.347 2015/07/11 11:49:27 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-kresources/ChangeLog,v 
1.348 2015/07/12 22:05:24 dilfridge Exp $
+
+*kdepim-kresources-4.4.2015.06 (12 Jul 2015)
+
+  12 Jul 2015; Andreas K. Huettel dilfri...@gentoo.org
+  +kdepim-kresources-4.4.2015.06.ebuild:
+  Version bump to Pali Rohar's noakonadi branch
 
 *kdepim-kresources-4.14.10 (11 Jul 2015)
 



1.1  
kde-base/kdepim-kresources/kdepim-kresources-4.4.2015.06.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdepim-kresources/kdepim-kresources-4.4.2015.06.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdepim-kresources/kdepim-kresources-4.4.2015.06.ebuild?rev=1.1content-type=text/plain

Index: kdepim-kresources-4.4.2015.06.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/kde-base/kdepim-kresources/kdepim-kresources-4.4.2015.06.ebuild,v
 1.1 2015/07/12 22:05:24 dilfridge Exp $

EAPI=5

KMNAME=kdepim
KMMODULE=kresources
inherit kde4-meta

DESCRIPTION=KDE PIM groupware plugin collection (noakonadi branch)
IUSE=debug
KEYWORDS=~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux

DEPEND=
$(add_kdebase_dep kdepimlibs '' 4.6)
$(add_kdebase_dep libkdepim '')
$(add_kdebase_dep kaddressbook '' 4.4.2015)

RDEPEND=${DEPEND}

KMEXTRACTONLY=
kaddressbook/common/
kmail/
knotes/
korganizer/version.h


KMLOADLIBS=libkdepim

src_prepare() {
local kconfig_compiler=${EKDEDIR}/bin/kconfig_compiler

pushd kaddressbook/common
# create the kabprefs_base.h file
${kconfig_compiler} kaddressbook.kcfg kabprefs_base.kcfgc
popd

kde4-meta_src_prepare
}

src_install() {
kde4-meta_src_install

# Install headers needed by kdepim-wizards, egroupware stuff gone
insinto ${PREFIX}/include/${PN}
doins ${CMAKE_BUILD_DIR}/${KMMODULE}/{groupwise,slox}/*.h
}






[gentoo-commits] gentoo-x86 commit in kde-base/kalarm: kalarm-4.4.2015.06.ebuild ChangeLog

2015-07-12 Thread Andreas Huettel (dilfridge)
dilfridge15/07/12 22:04:28

  Modified: ChangeLog
  Added:kalarm-4.4.2015.06.ebuild
  Log:
  Version bump to Pali Rohar's noakonadi branch
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  ChangesPath
1.348kde-base/kalarm/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/kde-base/kalarm/ChangeLog,v
retrieving revision 1.347
retrieving revision 1.348
diff -u -r1.347 -r1.348
--- ChangeLog   11 Jul 2015 11:49:27 -  1.347
+++ ChangeLog   12 Jul 2015 22:04:28 -  1.348
@@ -1,6 +1,12 @@
 # ChangeLog for kde-base/kalarm
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kalarm/ChangeLog,v 1.347 
2015/07/11 11:49:27 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kalarm/ChangeLog,v 1.348 
2015/07/12 22:04:28 dilfridge Exp $
+
+*kalarm-4.4.2015.06 (12 Jul 2015)
+
+  12 Jul 2015; Andreas K. Huettel dilfri...@gentoo.org
+  +kalarm-4.4.2015.06.ebuild:
+  Version bump to Pali Rohar's noakonadi branch
 
 *kalarm-4.14.10 (11 Jul 2015)
 



1.1  kde-base/kalarm/kalarm-4.4.2015.06.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kalarm/kalarm-4.4.2015.06.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kalarm/kalarm-4.4.2015.06.ebuild?rev=1.1content-type=text/plain

Index: kalarm-4.4.2015.06.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kalarm/kalarm-4.4.2015.06.ebuild,v 
1.1 2015/07/12 22:04:28 dilfridge Exp $

EAPI=5

KMNAME=kdepim
KDE_HANDBOOK=optional
inherit kde4-meta

DESCRIPTION=Personal alarm message, command and email scheduler for KDE 
(noakonadi branch)
KEYWORDS=~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux
IUSE=debug

RDEPEND=
$(add_kdebase_dep kdepimlibs '' 4.6)
$(add_kdebase_dep libkdepim)

DEPEND=${RDEPEND}
dev-libs/boost:=
dev-libs/libxslt


KMEXTRACTONLY=
kmail/


PATCHES=(
${FILESDIR}/${PN}-4.4.11.1-underlinking.patch
)

src_configure() {
mycmakeargs=(
-DBUILD_akonadi=OFF
-DXSLTPROC_EXECUTABLE=${EPREFIX}/usr/bin/xsltproc
)
kde4-meta_src_configure
}






[gentoo-commits] gentoo-x86 commit in kde-base/kaddressbook: kaddressbook-4.4.2015.06.ebuild ChangeLog

2015-07-12 Thread Andreas Huettel (dilfridge)
dilfridge15/07/12 22:04:02

  Modified: ChangeLog
  Added:kaddressbook-4.4.2015.06.ebuild
  Log:
  Version bump to Pali Rohar's noakonadi branch
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  ChangesPath
1.360kde-base/kaddressbook/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/kde-base/kaddressbook/ChangeLog,v
retrieving revision 1.359
retrieving revision 1.360
diff -u -r1.359 -r1.360
--- ChangeLog   11 Jul 2015 11:49:27 -  1.359
+++ ChangeLog   12 Jul 2015 22:04:02 -  1.360
@@ -1,6 +1,12 @@
 # ChangeLog for kde-base/kaddressbook
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kaddressbook/ChangeLog,v 1.359 
2015/07/11 11:49:27 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kaddressbook/ChangeLog,v 1.360 
2015/07/12 22:04:02 dilfridge Exp $
+
+*kaddressbook-4.4.2015.06 (12 Jul 2015)
+
+  12 Jul 2015; Andreas K. Huettel dilfri...@gentoo.org
+  +kaddressbook-4.4.2015.06.ebuild:
+  Version bump to Pali Rohar's noakonadi branch
 
 *kaddressbook-4.14.10 (11 Jul 2015)
 



1.1  kde-base/kaddressbook/kaddressbook-4.4.2015.06.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kaddressbook/kaddressbook-4.4.2015.06.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kaddressbook/kaddressbook-4.4.2015.06.ebuild?rev=1.1content-type=text/plain

Index: kaddressbook-4.4.2015.06.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/kde-base/kaddressbook/kaddressbook-4.4.2015.06.ebuild,v 
1.1 2015/07/12 22:04:02 dilfridge Exp $

EAPI=5

KMNAME=kdepim
KDE_HANDBOOK=optional
inherit kde4-meta

DESCRIPTION=The KDE Address Book (noakonadi branch)
KEYWORDS=~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux
IUSE=debug

DEPEND=
$(add_kdebase_dep kdelibs '' 4.13.1)
$(add_kdebase_dep kdepimlibs '' 4.13.1)
$(add_kdebase_dep libkdepim)
$(add_kdebase_dep libkleo)

RDEPEND=${DEPEND}

KMEXTRA=
plugins/kaddressbook/
plugins/ktexteditor/

KMEXTRACTONLY=
libkleo/


KMLOADLIBS=libkdepim

src_install() {
kde4-meta_src_install

# file collision with kde-base/kdepimlibs-4.14.9
rm -f ${ED}/usr/share/kde4/servicetypes/kaddressbookimprotocol.desktop

# install additional headers needed by kresources
insinto ${KDEDIR}/include/${PN}
doins ${CMAKE_BUILD_DIR}/${PN}/common/*.h
doins ${S}/${PN}/common/*.h
}

pkg_postinst() {
kde4-meta_pkg_postinst

if ! has_version kde-base/kdepim-kresources:${SLOT}; then
echo
elog For groupware functionality, please install 
kde-base/kdepim-kresources:${SLOT}
echo
fi
}






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

2015-07-12 Thread Andreas Huettel (dilfridge)
dilfridge15/07/12 22:05:54

  Modified: ChangeLog
  Added:kdepim-meta-4.4.2015.06.ebuild
  Log:
  Version bump to Pali Rohar's noakonadi branch
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

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

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/kde-base/kdepim-meta/ChangeLog,v
retrieving revision 1.360
retrieving revision 1.361
diff -u -r1.360 -r1.361
--- ChangeLog   11 Jul 2015 11:49:28 -  1.360
+++ ChangeLog   12 Jul 2015 22:05:54 -  1.361
@@ -1,6 +1,12 @@
 # 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.360 
2015/07/11 11:49:28 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-meta/ChangeLog,v 1.361 
2015/07/12 22:05:54 dilfridge Exp $
+
+*kdepim-meta-4.4.2015.06 (12 Jul 2015)
+
+  12 Jul 2015; Andreas K. Huettel dilfri...@gentoo.org
+  +kdepim-meta-4.4.2015.06.ebuild:
+  Version bump to Pali Rohar's noakonadi branch
 
 *kdepim-meta-4.14.10 (11 Jul 2015)
 



1.1  kde-base/kdepim-meta/kdepim-meta-4.4.2015.06.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdepim-meta/kdepim-meta-4.4.2015.06.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdepim-meta/kdepim-meta-4.4.2015.06.ebuild?rev=1.1content-type=text/plain

Index: kdepim-meta-4.4.2015.06.ebuild
===
# 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.2015.06.ebuild,v 
1.1 2015/07/12 22:05:54 dilfridge Exp $

EAPI=5
inherit kde4-meta-pkg

DESCRIPTION=kdepim - merge this to pull in all kdepim-derived packages
KEYWORDS=~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux
IUSE=nls

RDEPEND=
$(add_kdebase_dep akregator)
$(add_kdebase_dep blogilo)
$(add_kdebase_dep kabcclient)
$(add_kdebase_dep kaddressbook)
$(add_kdebase_dep kalarm)
$(add_kdebase_dep kdepim-icons)
$(add_kdebase_dep kdepim-kresources)
$(add_kdebase_dep kdepim-wizards)
$(add_kdebase_dep kjots)
$(add_kdebase_dep kleopatra)
$(add_kdebase_dep kmail)
$(add_kdebase_dep knode)
$(add_kdebase_dep knotes)
$(add_kdebase_dep konsolekalendar)
$(add_kdebase_dep kontact)
$(add_kdebase_dep korganizer)
$(add_kdebase_dep ktimetracker)
$(add_kdebase_dep libkdepim)
$(add_kdebase_dep libkleo)
$(add_kdebase_dep libkpgp)
nls? ( || (
(
$(add_kdeapps_dep kde4-l10n '' 15.04.0)
)
(
$(add_kdeapps_dep kde4-l10n '' 4.14.3)
$(add_kdebase_dep kdepim-l10n '' 4.4.11.1-r1)
)
) )
!kde-base/kdepim-runtime







[gentoo-commits] gentoo-x86 commit in kde-base/libkdepim: libkdepim-4.4.2015.06.ebuild ChangeLog

2015-07-12 Thread Andreas Huettel (dilfridge)
dilfridge15/07/12 22:11:53

  Modified: ChangeLog
  Added:libkdepim-4.4.2015.06.ebuild
  Log:
  Version bump to Pali Rohar's noakonadi branch
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  ChangesPath
1.203kde-base/libkdepim/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/kde-base/libkdepim/ChangeLog,v
retrieving revision 1.202
retrieving revision 1.203
diff -u -r1.202 -r1.203
--- ChangeLog   5 Apr 2014 18:11:45 -   1.202
+++ ChangeLog   12 Jul 2015 22:11:53 -  1.203
@@ -1,6 +1,12 @@
 # ChangeLog for kde-base/libkdepim
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/libkdepim/ChangeLog,v 1.202 
2014/04/05 18:11:45 dilfridge Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/libkdepim/ChangeLog,v 1.203 
2015/07/12 22:11:53 dilfridge Exp $
+
+*libkdepim-4.4.2015.06 (12 Jul 2015)
+
+  12 Jul 2015; Andreas K. Huettel dilfri...@gentoo.org
+  +libkdepim-4.4.2015.06.ebuild:
+  Version bump to Pali Rohar's noakonadi branch
 
   05 Apr 2014; Andreas K. Huettel dilfri...@gentoo.org
   libkdepim-4.4.11.1-r1.ebuild:



1.1  kde-base/libkdepim/libkdepim-4.4.2015.06.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/libkdepim/libkdepim-4.4.2015.06.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/libkdepim/libkdepim-4.4.2015.06.ebuild?rev=1.1content-type=text/plain

Index: libkdepim-4.4.2015.06.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/kde-base/libkdepim/libkdepim-4.4.2015.06.ebuild,v 1.1 
2015/07/12 22:11:53 dilfridge Exp $

EAPI=5

KMNAME=kdepim
inherit kde4-meta

DESCRIPTION=Common library for KDE PIM apps (noakonadi branch)
KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux
IUSE=debug

DEPEND=
$(add_kdebase_dep kdepimlibs '' 4.6)

RDEPEND=${DEPEND}

KMEXTRACTONLY=
korganizer/korgac/org.kde.korganizer.KOrgac.xml
kaddressbook/org.kde.KAddressbook.Core.xml


KMSAVELIBS=true

# the one test that can be run requires a dbus session bus
RESTRICT=test

src_install() {
kde4-meta_src_install

# install additional generated headers that are needed by other 
packages that
# are derived from kdepim. e.g. kmail.
pushd ${CMAKE_BUILD_DIR}/libkdepim/ 2/dev/null || die pushd 
libkdepim failed
insinto ${PREFIX}/include
doins ui_addresspicker.h ui_categoryselectdialog_base.h || die Failed 
to install extra header files.
popd 2/dev/null
}






[gentoo-commits] gentoo-x86 commit in kde-base/libkleo: libkleo-4.4.2015.06.ebuild ChangeLog

2015-07-12 Thread Andreas Huettel (dilfridge)
dilfridge15/07/12 22:12:23

  Modified: ChangeLog
  Added:libkleo-4.4.2015.06.ebuild
  Log:
  Version bump to Pali Rohar's noakonadi branch
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  ChangesPath
1.88 kde-base/libkleo/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/kde-base/libkleo/ChangeLog,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- ChangeLog   5 Aug 2014 18:17:16 -   1.87
+++ ChangeLog   12 Jul 2015 22:12:23 -  1.88
@@ -1,6 +1,12 @@
 # ChangeLog for kde-base/libkleo
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/libkleo/ChangeLog,v 1.87 
2014/08/05 18:17:16 mrueg Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/libkleo/ChangeLog,v 1.88 
2015/07/12 22:12:23 dilfridge Exp $
+
+*libkleo-4.4.2015.06 (12 Jul 2015)
+
+  12 Jul 2015; Andreas K. Huettel dilfri...@gentoo.org
+  +libkleo-4.4.2015.06.ebuild:
+  Version bump to Pali Rohar's noakonadi branch
 
   05 Aug 2014; Manuel Rüger mr...@gentoo.org libkleo-4.4.11.1-r1.ebuild:
   Remove trailing '.' from DESCRIPTION.



1.1  kde-base/libkleo/libkleo-4.4.2015.06.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/libkleo/libkleo-4.4.2015.06.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/libkleo/libkleo-4.4.2015.06.ebuild?rev=1.1content-type=text/plain

Index: libkleo-4.4.2015.06.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/kde-base/libkleo/libkleo-4.4.2015.06.ebuild,v 1.1 
2015/07/12 22:12:23 dilfridge Exp $

EAPI=5

KMNAME=kdepim
inherit kde4-meta

DESCRIPTION=KDE library for encryption handling
KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux
IUSE=debug

DEPEND=
app-crypt/gpgme
$(add_kdebase_dep kdepimlibs '' 4.6)

RDEPEND=${DEPEND}
app-crypt/gnupg


KMSAVELIBS=true
KMEXTRACTONLY=kleopatra/






[gentoo-commits] gentoo-x86 commit in kde-base/libkpgp: libkpgp-4.4.2015.06.ebuild ChangeLog

2015-07-12 Thread Andreas Huettel (dilfridge)
dilfridge15/07/12 22:12:48

  Modified: ChangeLog
  Added:libkpgp-4.4.2015.06.ebuild
  Log:
  Version bump to Pali Rohar's noakonadi branch
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  ChangesPath
1.161kde-base/libkpgp/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/kde-base/libkpgp/ChangeLog,v
retrieving revision 1.160
retrieving revision 1.161
diff -u -r1.160 -r1.161
--- ChangeLog   5 Apr 2014 18:12:56 -   1.160
+++ ChangeLog   12 Jul 2015 22:12:48 -  1.161
@@ -1,6 +1,12 @@
 # ChangeLog for kde-base/libkpgp
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/libkpgp/ChangeLog,v 1.160 
2014/04/05 18:12:56 dilfridge Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/libkpgp/ChangeLog,v 1.161 
2015/07/12 22:12:48 dilfridge Exp $
+
+*libkpgp-4.4.2015.06 (12 Jul 2015)
+
+  12 Jul 2015; Andreas K. Huettel dilfri...@gentoo.org
+  +libkpgp-4.4.2015.06.ebuild:
+  Version bump to Pali Rohar's noakonadi branch
 
   05 Apr 2014; Andreas K. Huettel dilfri...@gentoo.org
   libkpgp-4.4.11.1.ebuild:



1.1  kde-base/libkpgp/libkpgp-4.4.2015.06.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/libkpgp/libkpgp-4.4.2015.06.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/libkpgp/libkpgp-4.4.2015.06.ebuild?rev=1.1content-type=text/plain

Index: libkpgp-4.4.2015.06.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/kde-base/libkpgp/libkpgp-4.4.2015.06.ebuild,v 1.1 
2015/07/12 22:12:48 dilfridge Exp $

EAPI=5

KDE_MINIMAL=4.6
KMNAME=kdepim
inherit kde4-meta

DESCRIPTION=KDE pgp abstraction library
KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux
IUSE=debug






[gentoo-commits] gentoo-x86 commit in kde-base/ktimetracker: ktimetracker-4.4.2015.06.ebuild ChangeLog

2015-07-12 Thread Andreas Huettel (dilfridge)
dilfridge15/07/12 22:11:12

  Modified: ChangeLog
  Added:ktimetracker-4.4.2015.06.ebuild
  Log:
  Version bump to Pali Rohar's noakonadi branch
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  ChangesPath
1.240kde-base/ktimetracker/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/kde-base/ktimetracker/ChangeLog,v
retrieving revision 1.239
retrieving revision 1.240
diff -u -r1.239 -r1.240
--- ChangeLog   11 Jul 2015 11:49:28 -  1.239
+++ ChangeLog   12 Jul 2015 22:11:12 -  1.240
@@ -1,6 +1,12 @@
 # ChangeLog for kde-base/ktimetracker
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/ktimetracker/ChangeLog,v 1.239 
2015/07/11 11:49:28 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ktimetracker/ChangeLog,v 1.240 
2015/07/12 22:11:12 dilfridge Exp $
+
+*ktimetracker-4.4.2015.06 (12 Jul 2015)
+
+  12 Jul 2015; Andreas K. Huettel dilfri...@gentoo.org
+  +ktimetracker-4.4.2015.06.ebuild:
+  Version bump to Pali Rohar's noakonadi branch
 
 *ktimetracker-4.14.10 (11 Jul 2015)
 



1.1  kde-base/ktimetracker/ktimetracker-4.4.2015.06.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/ktimetracker/ktimetracker-4.4.2015.06.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/ktimetracker/ktimetracker-4.4.2015.06.ebuild?rev=1.1content-type=text/plain

Index: ktimetracker-4.4.2015.06.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/kde-base/ktimetracker/ktimetracker-4.4.2015.06.ebuild,v 
1.1 2015/07/12 22:11:12 dilfridge Exp $

EAPI=5

KMNAME=kdepim
KDE_HANDBOOK=optional
inherit kde4-meta

DESCRIPTION=KTimeTracker tracks time spent on various tasks (noakonadi branch)
KEYWORDS=~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux
IUSE=debug

RDEPEND=
$(add_kdebase_dep kdepim-kresources)
$(add_kdebase_dep kdepimlibs '' 4.6)
$(add_kdebase_dep libkdepim)
x11-libs/libXScrnSaver

DEPEND=${RDEPEND}
x11-proto/scrnsaverproto


KMEXTRACTONLY=
kresources/


KMLOADLIBS=libkdepim

src_unpack() {
if use kontact; then
KMEXTRA=${KMEXTRA} kontact/plugins/ktimetracker
fi

kde4-meta_src_unpack
}






[gentoo-commits] gentoo-x86 commit in app-office/libreoffice: libreoffice-4.4.4.3.ebuild libreoffice-9999.ebuild libreoffice-4.4.9999.ebuild libreoffice-5.0.0.3.ebuild ChangeLog

2015-07-12 Thread Andreas Huettel (dilfridge)
dilfridge15/07/12 20:54:02

  Modified: libreoffice-.ebuild libreoffice-4.4..ebuild
ChangeLog
  Added:libreoffice-4.4.4.3.ebuild
libreoffice-5.0.0.3.ebuild
  Log:
  Version bump by Andreas Sturmlechner (genstorm)
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  ChangesPath
1.37 app-office/libreoffice/libreoffice-.ebuild

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

Index: libreoffice-.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-.ebuild,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- libreoffice-.ebuild 21 Jun 2015 15:44:21 -  1.36
+++ libreoffice-.ebuild 12 Jul 2015 20:54:02 -  1.37
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-.ebuild,v 1.36 
2015/06/21 15:44:21 dilfridge Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-.ebuild,v 1.37 
2015/07/12 20:54:02 dilfridge Exp $
 
 EAPI=5
 
@@ -99,7 +99,7 @@
=app-text/hunspell-1.3.2-r3
app-text/mythes
=app-text/libabw-0.1.0
-   =app-text/libexttextcat-3.2
+   =app-text/libexttextcat-3.4.4
=app-text/libebook-0.1.1
=app-text/libetonyek-0.1.2
app-text/liblangtag



1.16 app-office/libreoffice/libreoffice-4.4..ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/libreoffice-4.4..ebuild?rev=1.16view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/libreoffice-4.4..ebuild?rev=1.16content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/libreoffice-4.4..ebuild?r1=1.15r2=1.16

Index: libreoffice-4.4..ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-4.4..ebuild,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- libreoffice-4.4..ebuild 21 Jun 2015 15:44:21 -  1.15
+++ libreoffice-4.4..ebuild 12 Jul 2015 20:54:02 -  1.16
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-4.4..ebuild,v 
1.15 2015/06/21 15:44:21 dilfridge Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-4.4..ebuild,v 
1.16 2015/07/12 20:54:02 dilfridge Exp $
 
 EAPI=5
 
@@ -246,10 +246,12 @@
${FILESDIR}/${PN}-4.4-system-pyuno.patch
 
# from master branch
+   ${FILESDIR}/${PN}-4.3.5.2-remove-bashisms.patch # bug 525454
${FILESDIR}/${PN}-4.4.0.3-telepathy-build-fix.patch
${FILESDIR}/${PN}-4.4.1.2-add-kde4-open-url-script.patch
-   ${FILESDIR}/${PN}-4.4.1.2-improve-KDE4FilePicker.patch
-   ${FILESDIR}/${PN}-4.3.5.2-remove-bashisms.patch # bug 525454
+   ${FILESDIR}/${PN}-4.4.4.3-improve-KDE4FilePicker.patch
+   ${FILESDIR}/${PN}-4.4.4.3-fix-KDE4-FileDialog.patch
+   ${FILESDIR}/${PN}-4.4.4.3-cleanup-IsNativeControlSupported.patch
 )
 
 REQUIRED_USE=



1.639app-office/libreoffice/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-office/libreoffice/ChangeLog,v
retrieving revision 1.638
retrieving revision 1.639
diff -u -r1.638 -r1.639
--- ChangeLog   21 Jun 2015 19:10:14 -  1.638
+++ ChangeLog   12 Jul 2015 20:54:02 -  1.639
@@ -1,6 +1,17 @@
 # ChangeLog for app-office/libreoffice
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/ChangeLog,v 1.638 
2015/06/21 19:10:14 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/ChangeLog,v 1.639 
2015/07/12 20:54:02 dilfridge Exp $
+
+*libreoffice-5.0.0.3 (12 Jul 2015)

[gentoo-commits] gentoo-x86 commit in app-office/libreoffice/files: libreoffice-4.4.4.3-improve-KDE4FilePicker.patch libreoffice-4.4.4.3-cleanup-IsNativeControlSupported.patch libreoffice-4.4.4.3-fix-

2015-07-12 Thread Andreas Huettel (dilfridge)
dilfridge15/07/12 20:54:02

  Added:libreoffice-4.4.4.3-improve-KDE4FilePicker.patch

libreoffice-4.4.4.3-cleanup-IsNativeControlSupported.patch
libreoffice-4.4.4.3-fix-KDE4-FileDialog.patch
  Log:
  Version bump by Andreas Sturmlechner (genstorm)
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  ChangesPath
1.1  
app-office/libreoffice/files/libreoffice-4.4.4.3-improve-KDE4FilePicker.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/files/libreoffice-4.4.4.3-improve-KDE4FilePicker.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/files/libreoffice-4.4.4.3-improve-KDE4FilePicker.patch?rev=1.1content-type=text/plain

Index: libreoffice-4.4.4.3-improve-KDE4FilePicker.patch
===
Merged upstream commits:

6fc55b9abd783b624241d56e34751ea495adbd7dKDE4: actually apply file 
dialog operation mode
b613270a730ace29dd1b16b29beb34f34a5dKDE4: improve default load and 
save dialog titles
2b999dd6da5a90db66afe852a007fab8c62ffaecvcl: kde4: 
loplugin:staticmethods
3e8c14df67a43d3088ed7df0a2b0d96a4bc42d57tdf#92353 FileSave: Not 
confirmed for overwrite a file (unix)


diff -u b/vcl/unx/kde4/KDE4FilePicker.cxx b/vcl/unx/kde4/KDE4FilePicker.cxx
--- b/vcl/unx/kde4/KDE4FilePicker.cxx
+++ b/vcl/unx/kde4/KDE4FilePicker.cxx
@@ -58,6 +58,8 @@
 
 #include generic/geninst.h
 
+#include svids.hrc
+
 using namespace ::com::sun::star;
 using namespace ::com::sun::star::ui::dialogs;
 using namespace ::com::sun::star::ui::dialogs::TemplateDescription;
@@ -109,7 +111,6 @@
 
 KDE4FilePicker::KDE4FilePicker( const uno::Referenceuno::XComponentContext )
 : KDE4FilePicker_Base(_helperMutex)
-, _resMgr( ResMgr::CreateResMgr(fps_office) )
 , allowRemoteUrls( false )
 {
 _extraControls = new QWidget();
@@ -128,8 +129,6 @@
 #endif
 
 setMultiSelectionMode( false );
-//default mode
-_dialog-setOperationMode(KFileDialog::Opening);
 
 // XExecutableDialog functions
 connect( this, SIGNAL( setTitleSignal( const OUString  ) ),
@@ -202,7 +201,6 @@
 SalYieldMutexReleaser aReleaser;
 return Q_EMIT cleanupProxySignal();
 }
-delete _resMgr;
 delete _dialog;
 }
 
@@ -524,6 +522,24 @@
 return toOUString(label);
 }
 
+QString KDE4FilePicker::getResString( sal_Int16 aRedId )
+{
+QString aResString;
+
+if( aRedId  0 )
+return aResString;
+
+try
+{
+aResString = toQString(ResId(aRedId, *ImplGetResMgr()).toString());
+}
+catch(...)
+{
+}
+
+return aResString.replace('~', '');
+}
+
 void KDE4FilePicker::addCustomControl(sal_Int16 controlId)
 {
 QWidget* widget = 0;
@@ -532,37 +548,37 @@
 switch (controlId)
 {
 case CHECKBOX_AUTOEXTENSION:
-resId = STR_SVT_FILEPICKER_AUTO_EXTENSION;
+resId = STR_FPICKER_AUTO_EXTENSION;
 break;
 case CHECKBOX_PASSWORD:
-resId = STR_SVT_FILEPICKER_PASSWORD;
+resId = STR_FPICKER_PASSWORD;
 break;
 case CHECKBOX_FILTEROPTIONS:
-resId = STR_SVT_FILEPICKER_FILTER_OPTIONS;
+resId = STR_FPICKER_FILTER_OPTIONS;
 break;
 case CHECKBOX_READONLY:
-resId = STR_SVT_FILEPICKER_READONLY;
+resId = STR_FPICKER_READONLY;
 break;
 case CHECKBOX_LINK:
-resId = STR_SVT_FILEPICKER_INSERT_AS_LINK;
+resId = STR_FPICKER_INSERT_AS_LINK;
 break;
 case CHECKBOX_PREVIEW:
-resId = STR_SVT_FILEPICKER_SHOW_PREVIEW;
+resId = STR_FPICKER_SHOW_PREVIEW;
 break;
 case CHECKBOX_SELECTION:
-resId = STR_SVT_FILEPICKER_SELECTION;
+resId = STR_FPICKER_SELECTION;
 break;
 case PUSHBUTTON_PLAY:
-resId = STR_SVT_FILEPICKER_PLAY;
+resId = STR_FPICKER_PLAY;
 break;
 case LISTBOX_VERSION:
-resId = STR_SVT_FILEPICKER_VERSION;
+resId = STR_FPICKER_VERSION;
 break;
 case LISTBOX_TEMPLATE:
-resId = STR_SVT_FILEPICKER_TEMPLATES;
+resId = STR_FPICKER_TEMPLATES;
 break;
 case LISTBOX_IMAGE_TEMPLATE:
-resId = STR_SVT_FILEPICKER_IMAGE_TEMPLATE;
+resId = STR_FPICKER_IMAGE_TEMPLATE;
 break;
 case LISTBOX_VERSION_LABEL:
 case LISTBOX_TEMPLATE_LABEL:
@@ -581,16 +597,7 @@
 case CHECKBOX_PREVIEW:
 case CHECKBOX_SELECTION:
 {
-QString label;
-
-if (_resMgr  resId != -1)
-{
-OUString s(ResId(resId, *_resMgr).toString());
-label = toQString(s);
-

[gentoo-commits] gentoo-x86 commit in kde-base/akregator: akregator-4.4.2015.06.ebuild ChangeLog

2015-07-12 Thread Andreas Huettel (dilfridge)
dilfridge15/07/12 22:02:04

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

Revision  ChangesPath
1.355kde-base/akregator/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/kde-base/akregator/ChangeLog,v
retrieving revision 1.354
retrieving revision 1.355
diff -u -r1.354 -r1.355
--- ChangeLog   11 Jul 2015 11:49:26 -  1.354
+++ ChangeLog   12 Jul 2015 22:02:04 -  1.355
@@ -1,6 +1,12 @@
 # ChangeLog for kde-base/akregator
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/akregator/ChangeLog,v 1.354 
2015/07/11 11:49:26 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/akregator/ChangeLog,v 1.355 
2015/07/12 22:02:04 dilfridge Exp $
+
+*akregator-4.4.2015.06 (12 Jul 2015)
+
+  12 Jul 2015; Andreas K. Huettel dilfri...@gentoo.org
+  +akregator-4.4.2015.06.ebuild:
+  Version bump
 
 *akregator-4.14.10 (11 Jul 2015)
 



1.1  kde-base/akregator/akregator-4.4.2015.06.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/akregator/akregator-4.4.2015.06.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/akregator/akregator-4.4.2015.06.ebuild?rev=1.1content-type=text/plain

Index: akregator-4.4.2015.06.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/kde-base/akregator/akregator-4.4.2015.06.ebuild,v 1.1 
2015/07/12 22:02:04 dilfridge Exp $

EAPI=5

KMNAME=kdepim
KDE_HANDBOOK=optional
inherit kde4-meta

DESCRIPTION=KDE news feed aggregator (noakonadi branch)
HOMEPAGE=http://www.kde.org/applications/internet/akregator;
KEYWORDS=~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux
IUSE=debug

DEPEND=
$(add_kdebase_dep kdelibs '' 4.6)
$(add_kdebase_dep kdepimlibs '' 4.6)
$(add_kdebase_dep libkdepim)

RDEPEND=${DEPEND}

KMLOADLIBS=libkdepim






  1   2   3   4   5   6   7   8   9   10   >