[gentoo-commits] gentoo-x86 commit in app-editors/mg/files: mg-20140220-freebsd.patch

2014-03-13 Thread Ulrich Mueller (ulm)
ulm 14/03/13 06:28:53

  Removed:  mg-20140220-freebsd.patch
  Log:
  Remove intermediate versions.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
9433907D693FB5B8!)



[gentoo-commits] gentoo-x86 commit in app-editors/mg: ChangeLog mg-20131118.ebuild mg-20140220.ebuild

2014-03-13 Thread Ulrich Mueller (ulm)
ulm 14/03/13 06:28:53

  Modified: ChangeLog
  Removed:  mg-20131118.ebuild mg-20140220.ebuild
  Log:
  Remove intermediate versions.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
9433907D693FB5B8!)

Revision  ChangesPath
1.72 app-editors/mg/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-editors/mg/ChangeLog,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- ChangeLog   7 Mar 2014 13:44:12 -   1.71
+++ ChangeLog   13 Mar 2014 06:28:53 -  1.72
@@ -1,6 +1,10 @@
 # ChangeLog for app-editors/mg
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/mg/ChangeLog,v 1.71 2014/03/07 
13:44:12 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/mg/ChangeLog,v 1.72 2014/03/13 
06:28:53 ulm Exp $
+
+  13 Mar 2014; Ulrich Müller u...@gentoo.org -mg-20131118.ebuild,
+  -mg-20140220.ebuild, -files/mg-20140220-freebsd.patch:
+  Remove intermediate versions.
 
 *mg-20140306 (07 Mar 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-libs/libmemcached: libmemcached-1.0.18.ebuild ChangeLog

2014-03-13 Thread Patrick Lauer (patrick)
patrick 14/03/13 06:30:31

  Modified: libmemcached-1.0.18.ebuild ChangeLog
  Log:
  Fix mudflap usage #503000
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.2  dev-libs/libmemcached/libmemcached-1.0.18.ebuild

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

Index: libmemcached-1.0.18.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-libs/libmemcached/libmemcached-1.0.18.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libmemcached-1.0.18.ebuild  26 Feb 2014 05:36:58 -  1.1
+++ libmemcached-1.0.18.ebuild  13 Mar 2014 06:30:31 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/libmemcached/libmemcached-1.0.18.ebuild,v 1.1 
2014/02/26 05:36:58 patrick Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/libmemcached/libmemcached-1.0.18.ebuild,v 1.2 
2014/03/13 06:30:31 patrick Exp $
 
 EAPI=5
 
@@ -23,6 +23,7 @@
 
 src_prepare() {
sed -i '6i CFLAGS = @CFLAGS@' Makefile.am
+   sed -e /_APPEND_COMPILE_FLAGS_ERROR(\[-fmudflapth\?\])/d -i 
m4/ax_harden_compiler_flags.m4
eautoreconf
 }
 



1.72 dev-libs/libmemcached/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libmemcached/ChangeLog,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- ChangeLog   26 Feb 2014 05:36:58 -  1.71
+++ ChangeLog   13 Mar 2014 06:30:31 -  1.72
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libmemcached
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libmemcached/ChangeLog,v 1.71 
2014/02/26 05:36:58 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libmemcached/ChangeLog,v 1.72 
2014/03/13 06:30:31 patrick Exp $
+
+  13 Mar 2014; Patrick Lauer patr...@gentoo.org libmemcached-1.0.18.ebuild:
+  Fix mudflap usage #503000
 
 *libmemcached-1.0.18 (26 Feb 2014)
 






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

2014-03-13 Thread Ulrich Mueller (ulm)
ulm 14/03/13 07:10:32

  Modified: package.mask ChangeLog
  Log:
  Mask dev-libs/clens for removal.

Revision  ChangesPath
1.15471  profiles/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.15470
retrieving revision 1.15471
diff -u -r1.15470 -r1.15471
--- package.mask13 Mar 2014 07:07:18 -  1.15470
+++ package.mask13 Mar 2014 07:10:31 -  1.15471
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15470 2014/03/13 
07:07:18 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15471 2014/03/13 
07:10:31 ulm Exp $
 #
 # When you add an entry to the top of this file, add your name, the date, and
 # an explanation of why something is getting masked. Please be extremely
@@ -30,6 +30,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Ulrich Müller u...@gentoo.org (13 Mar 2014)
+# No reverse dependencies. Use dev-libs/libbsd instead.
+# Masked for removal in 60 days, bug 504456.
+dev-libs/clens
+
 # Michał Górny mgo...@gentoo.org (12 Mar 2014)
 # Masked for testing, and binary package build.
 =dev-python/pypy-2.2



1.8694   profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.8693
retrieving revision 1.8694
diff -u -r1.8693 -r1.8694
--- ChangeLog   12 Mar 2014 11:50:34 -  1.8693
+++ ChangeLog   13 Mar 2014 07:10:32 -  1.8694
@@ -1,11 +1,14 @@
 # ChangeLog for profile directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.8693 2014/03/12 
11:50:34 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.8694 2014/03/13 
07:10:32 ulm Exp $
 #
 # This ChangeLog should include records for all changes in profiles directory.
 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
 # here. If in doubt put a record here!
 
+  13 Mar 2014; Ulrich Müller u...@gentoo.org package.mask:
+  Mask dev-libs/clens for removal.
+
   12 Mar 2014; Michał Górny mgo...@gentoo.org package.mask:
   Re-unite multilib mask to avoid comments in the middle as that breaks
   app-portage/diffmask.






[gentoo-commits] gentoo-x86 commit in dev-lang/lfe: metadata.xml lfe-0.7.ebuild Manifest ChangeLog

2014-03-13 Thread Patrick Lauer (patrick)
patrick 14/03/13 07:51:29

  Added:metadata.xml lfe-0.7.ebuild Manifest ChangeLog
  Log:
  Initial import, ebuild by me
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.1  dev-lang/lfe/metadata.xml

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

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



1.1  dev-lang/lfe/lfe-0.7.ebuild

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

Index: lfe-0.7.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/lfe/lfe-0.7.ebuild,v 1.1 2014/03/13 
07:51:29 patrick Exp $

EAPI=5

inherit multilib

DESCRIPTION=Lisp-flavoured Erlang
HOMEPAGE=http://lfe.github.io/;
SRC_URI=https://github.com/rvirding/lfe/archive/v0.7a.zip;

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

RDEPEND=dev-lang/erlang
DEPEND=${RDEPEND}

#eh?
S=${WORKDIR}/${P}a

src_prepare() {
sed -i -e 's/cp -pPR $(INCDIR) $(INSTALLDIR); \\/echo  ; \\/' 
Makefile || die
}

src_install() {
ERL_LIBS=${D}/usr/$(get_libdir)/erlang/lib/ make install 
DESTDIR=${D}
mkdir -p ${D}/usr/bin
cp lfe ${D}/usr/bin
}



1.1  dev-lang/lfe/Manifest

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/lfe/Manifest?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/lfe/Manifest?rev=1.1content-type=text/plain

Index: Manifest
===
DIST v0.7a.zip 216133 SHA256 
c494135bf50a8dd62723e026a6b4cf4c5c4d6b8a01e59b6e41bbb6daf5c25dd3 SHA512 
93f1b0e81275af21d3dbee73f364f4b67d4ce2d6beb7fe2c17e17d5f5330ec8762d63978ae291267ddd92d311b2ad7d2572854b5e3da9c884f4c706e23551aaa
 WHIRLPOOL 
44067ac8e529d54e66cb18d0ae11c3f7d3a489b530f995e90eb000aae9e212ce79abc57388c515a681265a0242f568ae7efb3e1307e937c3aad55438b6d7b0da
EBUILD lfe-0.7.ebuild 647 SHA256 
99dcf4d4b62387d8d4d3acc65d53c7558e705dced8510063aa7e50a7e424cd90 SHA512 
0fd6402dcb32288e6454779546fba94b703e8a92eaf510ab71a6e9600694877ef4b71217e7ee743ec28f8298136f22aa39260b0afaf6dfcfa0b8f8b20d247528
 WHIRLPOOL 
36bc374f46bfa1dceeb5ba909397b9291cca4ce3ceac82573c923c5d75595042c2bdedc76324a15bc03a5fa5f691248347e0a2337f39722c7fac5133baa0aaf1
MISC metadata.xml 233 SHA256 
65209e280ca6de32a92e1a57301ff69fb3472e55ba07848d6f80405d35e92d47 SHA512 
0d30bfb39315a04767e07896409f5d3954f8e954e20fcbac7b92bb9a636c9f61c50b1b2cf55e6c1db9a199a0edc159b5c8cc8f541efb9c4adafa28e3652cff7b
 WHIRLPOOL 
027c5101e1cbc665c9d2ef240f73a874c9f49a9b70175c5947e012df61de484585088a46b6ce9078816e548e6bcc326e7223539cc999159eee2757d0a2eb1480



1.1  dev-lang/lfe/ChangeLog

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

Index: ChangeLog
===
# ChangeLog for dev-lang/lfe
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/lfe/ChangeLog,v 1.1 2014/03/13 
07:51:29 patrick Exp $

*lfe-0.7 (13 Mar 2014)

  13 Mar 2014; Patrick Lauer patr...@gentoo.org +lfe-0.7.ebuild,
  +metadata.xml:
  Initial import, ebuild by me






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

2014-03-13 Thread Johannes Huber
commit: 8bf18d05db40f3124826a9039379df3e755403ca
Author: Johannes Huber johu AT gentoo DOT org
AuthorDate: Thu Mar 13 07:57:58 2014 +
Commit: Johannes Huber johu AT gentoo DOT org
CommitDate: Thu Mar 13 07:57:58 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=8bf18d05

[sets] Fix kdebase-4.13

---
 sets/kdebase-4.13 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sets/kdebase-4.13 b/sets/kdebase-4.13
index 7f1c611..e95c2f1 100644
--- a/sets/kdebase-4.13
+++ b/sets/kdebase-4.13
@@ -1,4 +1,4 @@
 kde-base/kdebase-meta-4.13.50
 @kde-baseapps-4.13
 @kdebase-runtime-4.13
-@kdebase-workspace-4.13
+@kdebase-workspace-4.11



[gentoo-commits] gentoo-x86 commit in net-misc/arpd: arpd-0.2-r1.ebuild ChangeLog

2014-03-13 Thread JosA MarAa Alonso (nimiux)
nimiux  14/03/13 08:19:27

  Modified: arpd-0.2-r1.ebuild ChangeLog
  Log:
  Stable for amd64 wrt bug #385265
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
D628E536)

Revision  ChangesPath
1.9  net-misc/arpd/arpd-0.2-r1.ebuild

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

Index: arpd-0.2-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/arpd/arpd-0.2-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- arpd-0.2-r1.ebuild  20 Jul 2012 01:30:30 -  1.8
+++ arpd-0.2-r1.ebuild  13 Mar 2014 08:19:27 -  1.9
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/arpd/arpd-0.2-r1.ebuild,v 1.8 
2012/07/20 01:30:30 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/arpd/arpd-0.2-r1.ebuild,v 1.9 
2014/03/13 08:19:27 nimiux Exp $
 
 EAPI=3
 
@@ -12,7 +12,7 @@
 
 LICENSE=BSD
 SLOT=0
-KEYWORDS=~amd64 hppa ppc ~ppc64 sparc x86
+KEYWORDS=amd64 hppa ppc ~ppc64 sparc x86
 IUSE=
 
 DEPEND==dev-libs/libdnet-1.4



1.22 net-misc/arpd/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/arpd/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog   20 Jul 2012 01:30:30 -  1.21
+++ ChangeLog   13 Mar 2014 08:19:27 -  1.22
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/arpd
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/arpd/ChangeLog,v 1.21 2012/07/20 
01:30:30 blueness Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/arpd/ChangeLog,v 1.22 2014/03/13 
08:19:27 nimiux Exp $
+
+  13 Mar 2014; Chema Alonso nim...@gentoo.org arpd-0.2-r1.ebuild:
+  Stable for amd64 wrt bug #385265
 
   20 Jul 2012; Anthony G. Basile bluen...@gentoo.org arpd-0.2-r1.ebuild:
   Keyword ~ppc64






[gentoo-commits] gentoo-x86 commit in dev-perl/libwww-perl: libwww-perl-6.50.0.ebuild ChangeLog

2014-03-13 Thread Mikle Kolyada (zlogene)
zlogene 14/03/13 08:25:17

  Modified: libwww-perl-6.50.0.ebuild ChangeLog
  Log:
  amd64 stable wrt bug #502752
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.6  dev-perl/libwww-perl/libwww-perl-6.50.0.ebuild

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

Index: libwww-perl-6.50.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/libwww-perl/libwww-perl-6.50.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libwww-perl-6.50.0.ebuild   12 Mar 2014 05:15:22 -  1.5
+++ libwww-perl-6.50.0.ebuild   13 Mar 2014 08:25:17 -  1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/libwww-perl/libwww-perl-6.50.0.ebuild,v 1.5 
2014/03/12 05:15:22 phajdan.jr Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/libwww-perl/libwww-perl-6.50.0.ebuild,v 1.6 
2014/03/13 08:25:17 zlogene Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
 DESCRIPTION=A collection of Perl Modules for the WWW
 
 SLOT=0
-KEYWORDS=~alpha ~amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris
+KEYWORDS=~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris
 IUSE=ssl
 
 RDEPEND=



1.169dev-perl/libwww-perl/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/libwww-perl/ChangeLog,v
retrieving revision 1.168
retrieving revision 1.169
diff -u -r1.168 -r1.169
--- ChangeLog   12 Mar 2014 05:15:22 -  1.168
+++ ChangeLog   13 Mar 2014 08:25:17 -  1.169
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/libwww-perl
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/libwww-perl/ChangeLog,v 1.168 
2014/03/12 05:15:22 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/libwww-perl/ChangeLog,v 1.169 
2014/03/13 08:25:17 zlogene Exp $
+
+  13 Mar 2014; Mikle Kolyada zlog...@gentoo.org libwww-perl-6.50.0.ebuild:
+  amd64 stable wrt bug #502752
 
   09 Mar 2014; Pawel Hajdan jr phajdan...@gentoo.org
   libwww-perl-6.50.0.ebuild:






[gentoo-commits] gentoo-x86 commit in x11-misc/3dfb: metadata.xml ChangeLog 3dfb-0.6.1-r1.ebuild

2014-03-13 Thread Sergey Popov (pinkbyte)
pinkbyte14/03/13 09:01:46

  Modified: metadata.xml ChangeLog
  Added:3dfb-0.6.1-r1.ebuild
  Log:
  Revision bump: EAPI 5, epatch_user, add ~amd64 keyword, fix work with new 
media-libs/freeglut, add desktop-effects herd to metadata
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x1F357D42)

Revision  ChangesPath
1.4  x11-misc/3dfb/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/3dfb/metadata.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- metadata.xml11 Mar 2014 19:47:56 -  1.3
+++ metadata.xml13 Mar 2014 09:01:46 -  1.4
@@ -1,8 +1,8 @@
 ?xml version=1.0 encoding=UTF-8?
 !DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
 pkgmetadata
-maintainer
-  emailmaintainer-nee...@gentoo.org/email
-/maintainer
-longdescription/longdescription
+   herddesktop-effects/herd
+   upstream
+   remote-id type=sourceforgedz3d/remote-id
+   /upstream
 /pkgmetadata



1.12 x11-misc/3dfb/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/3dfb/ChangeLog?rev=1.12view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/3dfb/ChangeLog?rev=1.12content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/3dfb/ChangeLog?r1=1.11r2=1.12

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/3dfb/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   11 Mar 2014 19:47:56 -  1.11
+++ ChangeLog   13 Mar 2014 09:01:46 -  1.12
@@ -1,6 +1,13 @@
 # ChangeLog for x11-misc/3dfb
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/3dfb/ChangeLog,v 1.11 2014/03/11 
19:47:56 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/3dfb/ChangeLog,v 1.12 2014/03/13 
09:01:46 pinkbyte Exp $
+
+*3dfb-0.6.1-r1 (13 Mar 2014)
+
+  13 Mar 2014; Sergey Popov pinkb...@gentoo.org +3dfb-0.6.1-r1.ebuild,
+  +files/3dfb-0.6.1-freeglut-compat.patch, metadata.xml:
+  Revision bump: EAPI 5, epatch_user, add ~amd64 keyword, fix work with new
+  media-libs/freeglut, add desktop-effects herd to metadata
 
   11 Mar 2014; Pacho Ramos pa...@gentoo.org metadata.xml:
   Cleanup due #53266



1.1  x11-misc/3dfb/3dfb-0.6.1-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/3dfb/3dfb-0.6.1-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/3dfb/3dfb-0.6.1-r1.ebuild?rev=1.1content-type=text/plain

Index: 3dfb-0.6.1-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/3dfb/3dfb-0.6.1-r1.ebuild,v 1.1 
2014/03/13 09:01:46 pinkbyte Exp $

EAPI=5

inherit eutils

DESCRIPTION=3D File Browser
HOMEPAGE=http://sourceforge.net/projects/dz3d/;
SRC_URI=mirror://sourceforge/dz3d/${P}.tar.gz

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~ppc ~x86

RDEPEND=dev-libs/glib:2
media-libs/freeglut
virtual/opengl
DEPEND=${RDEPEND}
virtual/pkgconfig

DOCS=( AUTHORS ChangeLog NEWS README WISHLIST )

src_prepare() {
epatch ${FILESDIR}/${PV}-gcc41.patch \
${FILESDIR}/${P}-freeglut-compat.patch
epatch_user
}






[gentoo-commits] gentoo-x86 commit in x11-misc/3dfb/files: 3dfb-0.6.1-freeglut-compat.patch

2014-03-13 Thread Sergey Popov (pinkbyte)
pinkbyte14/03/13 09:01:47

  Added:3dfb-0.6.1-freeglut-compat.patch
  Log:
  Revision bump: EAPI 5, epatch_user, add ~amd64 keyword, fix work with new 
media-libs/freeglut, add desktop-effects herd to metadata
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x1F357D42)

Revision  ChangesPath
1.1  x11-misc/3dfb/files/3dfb-0.6.1-freeglut-compat.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/3dfb/files/3dfb-0.6.1-freeglut-compat.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/3dfb/files/3dfb-0.6.1-freeglut-compat.patch?rev=1.1content-type=text/plain

Index: 3dfb-0.6.1-freeglut-compat.patch
===
--- src/main.cpp.bak2014-03-13 12:24:32.155889466 +0400
+++ src/main.cpp2014-03-13 12:24:42.482890090 +0400
@@ -7,6 +7,7 @@
 
 int main(int argc, char **argv)
 {
+glutInit(argc, argv);
 gui_init();
 glutMainLoop();
 return(0);






[gentoo-commits] gentoo-x86 commit in x11-misc/3dfb: ChangeLog 3dfb-0.6.1-r1.ebuild 3dfb-0.6.1.ebuild

2014-03-13 Thread Sergey Popov (pinkbyte)
pinkbyte14/03/13 09:04:35

  Modified: ChangeLog 3dfb-0.6.1-r1.ebuild
  Removed:  3dfb-0.6.1.ebuild
  Log:
  Transfer stable keywords from previous revision and drop it, cause it's 
broken. First-time stabilization on amd64
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x1F357D42)

Revision  ChangesPath
1.13 x11-misc/3dfb/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/3dfb/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   13 Mar 2014 09:01:46 -  1.12
+++ ChangeLog   13 Mar 2014 09:04:35 -  1.13
@@ -1,6 +1,11 @@
 # ChangeLog for x11-misc/3dfb
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/3dfb/ChangeLog,v 1.12 2014/03/13 
09:01:46 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/3dfb/ChangeLog,v 1.13 2014/03/13 
09:04:35 pinkbyte Exp $
+
+  13 Mar 2014; Sergey Popov pinkb...@gentoo.org -3dfb-0.6.1.ebuild,
+  3dfb-0.6.1-r1.ebuild:
+  Transfer stable keywords from previous revision and drop it, cause it's
+  broken. First-time stabilization on amd64
 
 *3dfb-0.6.1-r1 (13 Mar 2014)
 



1.2  x11-misc/3dfb/3dfb-0.6.1-r1.ebuild

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

Index: 3dfb-0.6.1-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/3dfb/3dfb-0.6.1-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- 3dfb-0.6.1-r1.ebuild13 Mar 2014 09:01:46 -  1.1
+++ 3dfb-0.6.1-r1.ebuild13 Mar 2014 09:04:35 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/3dfb/3dfb-0.6.1-r1.ebuild,v 1.1 
2014/03/13 09:01:46 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/3dfb/3dfb-0.6.1-r1.ebuild,v 1.2 
2014/03/13 09:04:35 pinkbyte Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~amd64 ~ppc ~x86
+KEYWORDS=amd64 ppc x86
 
 RDEPEND=dev-libs/glib:2
media-libs/freeglut






[gentoo-commits] gentoo-x86 commit in sys-libs/readline/files: readline-6.3-dispatch-multikey.patch

2014-03-13 Thread Mike Frysinger (vapier)
vapier  14/03/13 09:21:33

  Added:readline-6.3-dispatch-multikey.patch
  Log:
  Add fix from upstream for some crashes #504440 by Seemant Kulleen.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.1  
sys-libs/readline/files/readline-6.3-dispatch-multikey.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/readline/files/readline-6.3-dispatch-multikey.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/readline/files/readline-6.3-dispatch-multikey.patch?rev=1.1content-type=text/plain

Index: readline-6.3-dispatch-multikey.patch
===
https://bugs.gentoo.org/504440
https://lists.gnu.org/archive/html/bug-readline/2014-03/msg00031.html

*** ../bash-4.3/lib/readline/readline.c 2013-10-28 14:58:06.0 -0400
--- lib/readline/readline.c 2014-03-10 11:01:19.0 -0400
***
*** 745,749 
  
RL_CHECK_SIGNALS ();
!   if (r == 0) /* success! */
  {
_rl_keyseq_chain_dispose ();
--- 745,749 
  
RL_CHECK_SIGNALS ();
!   if (r == 0 || (r == -1  (cxt-flags  KSEQ_SUBSEQ) == 0)) /* success! or 
failure! */
  {
_rl_keyseq_chain_dispose ();






[gentoo-commits] gentoo-x86 commit in sys-libs/readline: readline-6.3-r2.ebuild ChangeLog readline-6.3-r1.ebuild

2014-03-13 Thread Mike Frysinger (vapier)
vapier  14/03/13 09:21:33

  Modified: ChangeLog
  Added:readline-6.3-r2.ebuild
  Removed:  readline-6.3-r1.ebuild
  Log:
  Add fix from upstream for some crashes #504440 by Seemant Kulleen.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.196sys-libs/readline/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-libs/readline/ChangeLog,v
retrieving revision 1.195
retrieving revision 1.196
diff -u -r1.195 -r1.196
--- ChangeLog   10 Mar 2014 00:53:24 -  1.195
+++ ChangeLog   13 Mar 2014 09:21:33 -  1.196
@@ -1,6 +1,13 @@
 # ChangeLog for sys-libs/readline
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/readline/ChangeLog,v 1.195 
2014/03/10 00:53:24 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/readline/ChangeLog,v 1.196 
2014/03/13 09:21:33 vapier Exp $
+
+*readline-6.3-r2 (13 Mar 2014)
+
+  13 Mar 2014; Mike Frysinger vap...@gentoo.org
+  +files/readline-6.3-dispatch-multikey.patch, +readline-6.3-r2.ebuild,
+  -readline-6.3-r1.ebuild:
+  Add fix from upstream for some crashes #504440 by Seemant Kulleen.
 
 *readline-6.3-r1 (10 Mar 2014)
 



1.1  sys-libs/readline/readline-6.3-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/readline/readline-6.3-r2.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/readline/readline-6.3-r2.ebuild?rev=1.1content-type=text/plain

Index: readline-6.3-r2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-libs/readline/readline-6.3-r2.ebuild,v 
1.1 2014/03/13 09:21:33 vapier Exp $

EAPI=4

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

# Official patches
# See ftp://ftp.cwru.edu/pub/bash/readline-6.3-patches/
PLEVEL=${PV##*_p}
MY_PV=${PV/_p*}
MY_PV=${MY_PV/_/-}
MY_P=${PN}-${MY_PV}
[[ ${PV} != *_p* ]]  PLEVEL=0
patches() {
[[ ${PLEVEL} -eq 0 ]]  return 1
local opt=$1
eval set -- {1..${PLEVEL}}
set -- $(printf ${PN}${MY_PV/\.}-%03d  $@)
if [[ ${opt} == -s ]] ; then
echo ${@/#/${DISTDIR}/}
else
local u
for u in ftp://ftp.cwru.edu/pub/bash mirror://gnu/${PN} ; do
printf ${u}/${PN}-${MY_PV}-patches/%s  $@
done
fi
}

DESCRIPTION=Another cute console display library
HOMEPAGE=http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html;
SRC_URI=mirror://gnu/${PN}/${MY_P}.tar.gz $(patches)

LICENSE=GPL-3
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux
IUSE=static-libs

RDEPEND==sys-libs/ncurses-5.2-r2[${MULTILIB_USEDEP}]
abi_x86_32? (
!app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
!=app-emulation/emul-linux-x86-baselibs-20131008-r7
)
DEPEND=${RDEPEND}
virtual/pkgconfig

S=${WORKDIR}/${MY_P}

src_unpack() {
unpack ${MY_P}.tar.gz
}

src_prepare() {
[[ ${PLEVEL} -gt 0 ]]  epatch $(patches -s)
epatch ${FILESDIR}/${PN}-5.0-no_rpath.patch
epatch ${FILESDIR}/${PN}-6.2-rlfe-tgoto.patch #385091
epatch ${FILESDIR}/${PN}-6.3-vi-last.patch
epatch ${FILESDIR}/${PN}-6.3-dispatch-multikey.patch #504440

# Force ncurses linking. #71420
# Use pkg-config to get the right values. #457558
local ncurses_libs=$($(tc-getPKG_CONFIG) ncurses --libs)
sed -i \
-e /^SHLIB_LIBS=/s:=.*:='${ncurses_libs}': \
support/shobj-conf || die
sed -i \
-e /^[[:space:]]*LIBS=.-lncurses/s:-lncurses:${ncurses_libs}: 
\
examples/rlfe/configure || die

# fix building under Gentoo/FreeBSD; upstream FreeBSD deprecated
# objformat for years, so we don't want to rely on that.
sed -i -e '/objformat/s:if .*; then:if true; then:' support/shobj-conf 
|| die

ln -s ../.. examples/rlfe/readline # for local readline headers
}

src_configure() {
# fix implicit decls with widechar funcs
append-cppflags -D_GNU_SOURCE
# http://lists.gnu.org/archive/html/bug-readline/2010-07/msg00013.html
append-cppflags 

[gentoo-commits] dev/ultrabug:master commit in: dev-db/couchbase-server-community/files/, dev-db/couchbase-server-community/

2014-03-13 Thread Alexys Jacob
commit: a0f7ccd2070f3830f49ab847dd167ada0a261e75
Author: Ultrabug ultrabug AT gentoo DOT org
AuthorDate: Thu Mar 13 09:44:08 2014 +
Commit: Alexys Jacob ultrabug AT gentoo DOT org
CommitDate: Thu Mar 13 09:44:08 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=dev/ultrabug.git;a=commit;h=a0f7ccd2

enhanced couchbase-server init script

---
 dev-db/couchbase-server-community/Manifest|  2 +-
 .../couchbase-server-community/files/couchbase-server | 19 +--
 2 files changed, 18 insertions(+), 3 deletions(-)

diff --git a/dev-db/couchbase-server-community/Manifest 
b/dev-db/couchbase-server-community/Manifest
index 55957ac..1ed6375 100644
--- a/dev-db/couchbase-server-community/Manifest
+++ b/dev-db/couchbase-server-community/Manifest
@@ -1,4 +1,4 @@
-AUX couchbase-server 1174 SHA256 
9c0194265914228c0a1ee1ede582008895b717b7656b304f36dcb5c8c99fa512 SHA512 
d8c53e0567f3309d8e601a6500083c5b1846632deadd8cdd944db78a7f59c1a0a3658a4b7b16ff181579d5e019c728ab04e9f0c4649d65118e2d2faa25e3
 WHIRLPOOL 
605b3f02f2b4eafb7c8980fb0d9ed2f2a49d1a8b08ad80eea21cf0c394bd3b9dbe75daff3e4a1c8b46bf15894567f346a2fe49e9af56fcff635703933bde2968
+AUX couchbase-server 1408 SHA256 
36574d62a3cbd7e20d0ed90de539178057735290c4a6801d8ad0a311a674 SHA512 
66a381beaf6c3f7749bd13acd054c392746e463741b641d0da83360e5e511b8e3a98515e9280a64739517a61c55eaed06def81a49d4a15801d4fc14257ee4b12
 WHIRLPOOL 
53a90efcc346b2869bac8023a2770805e5cf169da2415eff2116c1a8986c6794ddebc6160d275994d573f682fef652fa609a863dc4ebfb9a3c352ff6f634a0f5
 DIST couchbase-server-community_2.2.0_x86.deb 135143596 SHA256 
8d00532af7f60963e8a3b8002731ddf2245eb1942381337377502bebe4e8b0b6 SHA512 
3b15fc496c225bd67f1592fb66e3febad6c04e929499db18a4ddc3e87eee6986836aeee6964e114f710f346102e8ed8aa93dad7b5136684dd1ea6e3a8e64ba5e
 WHIRLPOOL 
5b61bf14a01e9eb72e93f85c7e2882627c39c560c006823dbc0c4b22657d4456198633b16cd6e0da4aab02a49ffd3a7343666d4b796069d6052f93001978fbbe
 DIST couchbase-server-community_2.2.0_x86_64.deb 137295996 SHA256 
051b0905e13241de19fbd9efb1e22a421f33429a1db3e4b5e3ae8756b9e4d6a2 SHA512 
1001177631312f7dd75aa270e8eb32cfd076e9c6de42968619513f3adf640d1973120e3dded1e47b98cb47e25886111a9d1de29c6f405ffbbdae4e31d7225c67
 WHIRLPOOL 
caab764b78b6b8386267d91e1bd8cbc82741384e221f25e169cd11c498f8ed4c596b03d9873915d1d174d82e4d80110952d54e5bf3183b31aad58e699784d3c9
 EBUILD couchbase-server-community-2.2.0.ebuild 1405 SHA256 
b4053455e404d03f14f8856dbeded80e6bef3280f7277fd7609d56a413b48908 SHA512 
d8248156ba43dc12fdda9159400488dca60acb0ff4945f9c376d9d4810b28976c66d1532b7a2b73b3b4b1296b16f8aa7baf8b4ee85a64b614b5cef945226f540
 WHIRLPOOL 
6b973365e52c0b02b7c0afcdde7b4de75e070704f448f7eb2c90929814df33cfad38bc5b9ef9c1dd8f8b14ff1a0dcaec9245af09ab4a4425b2f67eb14aa518ce

diff --git a/dev-db/couchbase-server-community/files/couchbase-server 
b/dev-db/couchbase-server-community/files/couchbase-server
index 4912a83..273613a 100755
--- a/dev-db/couchbase-server-community/files/couchbase-server
+++ b/dev-db/couchbase-server-community/files/couchbase-server
@@ -25,9 +25,24 @@ checkconfig() {
 start() {
checkconfig || return $?
 
-   ebegin Starting ${SVCNAME} (waiting 10 seconds for startup)
-   start-stop-daemon --start --chdir ${BASEDIR} --user couchbase --pidfile 
${PIDFILE} --wait 1 \
+   ebegin Starting ${SVCNAME}
+   start-stop-daemon --start --chdir ${BASEDIR} --user couchbase --pidfile 
${PIDFILE} \
--exec /bin/sh -- -c ${DAEMON} -- -noinput -detached  
/opt/couchbase/var/lib/couchbase/logs/start.log 21
+
+   einfon Waiting for startup .
+   nc=0
+   while true; do
+   [ -f ${PIDFILE} ]  ps --pid $(cat ${PIDFILE}) /dev/null  
break
+   nc=$(expr $nc + 1)
+   if [ $nc -gt 60 ]; then
+   echo
+   eend 1 Timeout waiting for ${SVCNAME} startup !
+   exit 1
+   fi
+   sleep 1
+   echo -n .
+   done
+
eend $? Failed to start ${SVCNAME}
 }
 



[gentoo-commits] gentoo-x86 commit in dev-util/kdevelop: kdevelop-4.6.0.ebuild ChangeLog

2014-03-13 Thread Johannes Huber (johu)
johu14/03/13 09:48:04

  Modified: kdevelop-4.6.0.ebuild ChangeLog
  Log:
  Drop USE reviewboard as dev-libs/qjson is now non-optional, bug #504452.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
F3CFD2BD)

Revision  ChangesPath
1.2  dev-util/kdevelop/kdevelop-4.6.0.ebuild

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

Index: kdevelop-4.6.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/kdevelop/kdevelop-4.6.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- kdevelop-4.6.0.ebuild   12 Mar 2014 12:11:43 -  1.1
+++ kdevelop-4.6.0.ebuild   13 Mar 2014 09:48:04 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/kdevelop/kdevelop-4.6.0.ebuild,v 
1.1 2014/03/12 12:11:43 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/kdevelop/kdevelop-4.6.0.ebuild,v 
1.2 2014/03/13 09:48:04 johu Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
 
 DESCRIPTION=Integrated Development Environment for Unix, supporting KDE/Qt, 
C/C++ and many other languages.
 LICENSE=GPL-2 LGPL-2
-IUSE=+cmake +cxx debug okteta qthelp reviewboard
+IUSE=+cmake +cxx debug okteta qthelp
 SRC_URI=mirror://kde/stable/kdevelop/${KDEVELOP_VERSION}/src/${P}.tar.xz
 
 if [[ $PV == ** ]]; then
@@ -21,12 +21,12 @@
 fi
 
 DEPEND=
-   =dev-util/kdevplatform-${KDEVPLATFORM_VERSION}[reviewboard?]
+   dev-libs/qjson
+   =dev-util/kdevplatform-${KDEVPLATFORM_VERSION}
$(add_kdebase_dep ksysguard)
$(add_kdebase_dep libkworkspace)
okteta? ( $(add_kdebase_dep okteta) )
qthelp? ( dev-qt/qthelp:4 )
-   reviewboard? ( dev-libs/qjson )
 
 RDEPEND=${DEPEND}
$(add_kdebase_dep kapptemplate)
@@ -45,7 +45,6 @@
$(cmake-utils_use_with okteta LibOkteta)
$(cmake-utils_use_with okteta LibOktetaKasten)
$(cmake-utils_use_build qthelp)
-   $(cmake-utils_use_find_package reviewboard QJSON)
)
 
kde4-base_src_configure



1.258dev-util/kdevelop/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/kdevelop/ChangeLog,v
retrieving revision 1.257
retrieving revision 1.258
diff -u -r1.257 -r1.258
--- ChangeLog   12 Mar 2014 12:11:43 -  1.257
+++ ChangeLog   13 Mar 2014 09:48:04 -  1.258
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/kdevelop
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/kdevelop/ChangeLog,v 1.257 
2014/03/12 12:11:43 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/kdevelop/ChangeLog,v 1.258 
2014/03/13 09:48:04 johu Exp $
+
+  13 Mar 2014; Johannes Huber j...@gentoo.org kdevelop-4.6.0.ebuild:
+  Drop USE reviewboard as dev-libs/qjson is now non-optional, bug #504452.
 
 *kdevelop-4.6.0 (12 Mar 2014)
 






[gentoo-commits] proj/kde:master commit in: dev-util/kdevelop/

2014-03-13 Thread Johannes Huber
commit: 72897bfc485639e9777a67442858c4c6ba31fd3d
Author: Johannes Huber johu AT gentoo DOT org
AuthorDate: Thu Mar 13 09:53:53 2014 +
Commit: Johannes Huber johu AT gentoo DOT org
CommitDate: Thu Mar 13 09:53:53 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=72897bfc

[dev-util/kdevelop] Sync with tree

Package-Manager: portage-2.2.8-r1

---
 dev-util/kdevelop/kdevelop-.ebuild | 7 +++
 dev-util/kdevelop/metadata.xml | 1 -
 2 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/dev-util/kdevelop/kdevelop-.ebuild 
b/dev-util/kdevelop/kdevelop-.ebuild
index 4b6f969..0ae1c83 100644
--- a/dev-util/kdevelop/kdevelop-.ebuild
+++ b/dev-util/kdevelop/kdevelop-.ebuild
@@ -11,7 +11,7 @@ inherit kde4-base
 
 DESCRIPTION=Integrated Development Environment for Unix, supporting KDE/Qt, 
C/C++ and many other languages.
 LICENSE=GPL-2 LGPL-2
-IUSE=+cmake +cxx debug okteta qthelp reviewboard
+IUSE=+cmake +cxx debug okteta qthelp
 
 if [[ $PV == ** ]]; then
KEYWORDS=
@@ -20,12 +20,12 @@ else
 fi
 
 DEPEND=
-   =dev-util/kdevplatform-${KDEVPLATFORM_VERSION}[reviewboard?]
+   dev-libs/qjson
+   =dev-util/kdevplatform-${KDEVPLATFORM_VERSION}
$(add_kdebase_dep ksysguard)
$(add_kdebase_dep libkworkspace)
okteta? ( $(add_kdebase_dep okteta) )
qthelp? ( dev-qt/qthelp:4 )
-   reviewboard? ( dev-libs/qjson )
 
 RDEPEND=${DEPEND}
$(add_kdebase_dep kapptemplate)
@@ -44,7 +44,6 @@ src_configure() {
$(cmake-utils_use_with okteta LibOkteta)
$(cmake-utils_use_with okteta LibOktetaKasten)
$(cmake-utils_use_build qthelp)
-   $(cmake-utils_use_find_package reviewboard QJSON)
)
 
kde4-base_src_configure

diff --git a/dev-util/kdevelop/metadata.xml b/dev-util/kdevelop/metadata.xml
index 2316b9a..d2b28f6 100644
--- a/dev-util/kdevelop/metadata.xml
+++ b/dev-util/kdevelop/metadata.xml
@@ -6,6 +6,5 @@
flag name=cmakeEnable support for CMake build system/flag
flag name=oktetaEnable hex editor plugin/flag
flag name=qthelpEnable support for QtHelp documentation 
browsing/flag
-   flag name=reviewboardEnable reviewboard support/flag
 /use
 /pkgmetadata



[gentoo-commits] gentoo-x86 commit in sci-chemistry/chemtool: ChangeLog chemtool-1.6.13.ebuild

2014-03-13 Thread JosA MarAa Alonso (nimiux)
nimiux  14/03/13 09:56:52

  Modified: ChangeLog chemtool-1.6.13.ebuild
  Log:
  Stable for amd64 wrt bug #501046
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
D628E536)

Revision  ChangesPath
1.36 sci-chemistry/chemtool/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/chemtool/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog   11 Feb 2014 19:00:09 -  1.35
+++ ChangeLog   13 Mar 2014 09:56:52 -  1.36
@@ -1,6 +1,9 @@
 # ChangeLog for sci-chemistry/chemtool
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/chemtool/ChangeLog,v 1.35 
2014/02/11 19:00:09 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/chemtool/ChangeLog,v 1.36 
2014/03/13 09:56:52 nimiux Exp $
+
+  13 Mar 2014; Chema Alonso nim...@gentoo.org chemtool-1.6.13.ebuild:
+  Stable for amd64 wrt bug #501046
 
 *chemtool-1.6.14 (11 Feb 2014)
 



1.4  sci-chemistry/chemtool/chemtool-1.6.13.ebuild

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

Index: chemtool-1.6.13.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sci-chemistry/chemtool/chemtool-1.6.13.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- chemtool-1.6.13.ebuild  14 Aug 2013 12:53:30 -  1.3
+++ chemtool-1.6.13.ebuild  13 Mar 2014 09:56:52 -  1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sci-chemistry/chemtool/chemtool-1.6.13.ebuild,v 1.3 
2013/08/14 12:53:30 patrick Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sci-chemistry/chemtool/chemtool-1.6.13.ebuild,v 1.4 
2014/03/13 09:56:52 nimiux Exp $
 
 EAPI=4
 
@@ -14,7 +14,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~amd64 ~ppc ~x86
+KEYWORDS=amd64 ~ppc ~x86
 IUSE=emf gnome nls
 
 RDEPEND=






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

2014-03-13 Thread Thomas Beierlein (tomjbe)
tomjbe  14/03/13 10:04:57

  Modified: ChangeLog
  Added:qsstv-8.1.17.ebuild
  Log:
  Version bump (bug #504236)
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x762053D5)

Revision  ChangesPath
1.17 media-radio/qsstv/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-radio/qsstv/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog   10 Mar 2014 14:30:21 -  1.16
+++ ChangeLog   13 Mar 2014 10:04:57 -  1.17
@@ -1,6 +1,11 @@
 # ChangeLog for media-radio/qsstv
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-radio/qsstv/ChangeLog,v 1.16 
2014/03/10 14:30:21 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-radio/qsstv/ChangeLog,v 1.17 
2014/03/13 10:04:57 tomjbe Exp $
+
+*qsstv-8.1.17 (13 Mar 2014)
+
+  13 Mar 2014; Thomas Beierlein tom...@gentoo.org +qsstv-8.1.17.ebuild:
+  Version bump
 
   10 Mar 2014; Michael Palimaka kensing...@gentoo.org qsstv-8.1.14.ebuild:
   Pin Qt dependencies to SLOT 4.



1.1  media-radio/qsstv/qsstv-8.1.17.ebuild

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

Index: qsstv-8.1.17.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-radio/qsstv/qsstv-8.1.17.ebuild,v 1.1 
2014/03/13 10:04:57 tomjbe Exp $

EAPI=5

inherit eutils multilib qt4-r2

MY_P=${P/-/_}

DESCRIPTION=Amateur radio SSTV software
HOMEPAGE=http://users.telenet.be/on4qz/;
SRC_URI=http://users.telenet.be/on4qz/qsstv/downloads/${MY_P}.tar.gz;

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

DEPEND=dev-qt/qtcore:4[qt3support]
dev-qt/qtgui:4
media-libs/hamlib
media-libs/jasper
media-libs/alsa-lib
sci-libs/fftw:3.0
RDEPEND=${DEPEND}
x11-misc/xdg-utils

S=${WORKDIR}/${MY_P}

src_prepare() {
# fix docdirectory, install path and hamlib search path
sed -i -e s:/doc/\$\$TARGET:/doc/${PF}: \
-e s:-lhamlib:-L/usr/$(get_libdir)/hamlib -lhamlib:g 
qsstv_8.pro
}






[gentoo-commits] dev/ultrabug:master commit in: dev-db/couchbase-server-community/

2014-03-13 Thread Alexys Jacob
commit: c7a72cda99b0d934bef9302bcb082ddfc2e8db3f
Author: Ultrabug ultrabug AT gentoo DOT org
AuthorDate: Thu Mar 13 10:17:39 2014 +
Commit: Alexys Jacob ultrabug AT gentoo DOT org
CommitDate: Thu Mar 13 10:17:39 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=dev/ultrabug.git;a=commit;h=c7a72cda

bump manifest

---
 dev-db/couchbase-server-community/Manifest | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-db/couchbase-server-community/Manifest 
b/dev-db/couchbase-server-community/Manifest
index 1ed6375..2d9de97 100644
--- a/dev-db/couchbase-server-community/Manifest
+++ b/dev-db/couchbase-server-community/Manifest
@@ -1,4 +1,4 @@
-AUX couchbase-server 1408 SHA256 
36574d62a3cbd7e20d0ed90de539178057735290c4a6801d8ad0a311a674 SHA512 
66a381beaf6c3f7749bd13acd054c392746e463741b641d0da83360e5e511b8e3a98515e9280a64739517a61c55eaed06def81a49d4a15801d4fc14257ee4b12
 WHIRLPOOL 
53a90efcc346b2869bac8023a2770805e5cf169da2415eff2116c1a8986c6794ddebc6160d275994d573f682fef652fa609a863dc4ebfb9a3c352ff6f634a0f5
+AUX couchbase-server 1416 SHA256 
54da50401e1a51c83f43f25cb8c1964fcd8683ec7e327687be1a85ce68766877 SHA512 
94d97674fb4c050d56a714a6bf0f62811ba4217bac765550fc9890d041c8e5b7a934fbded303bee28563c85971ca6ecac3f2bc7192c59ac12df67308341af127
 WHIRLPOOL 
ccb74197e03003c1bab9ecfb69f5c81c9eaa9d8712b1de3450c8cbe4af5b06afff2af33a91bd1ad9fbd47c0aeb9bdea8df6a3d9a6769c39752078a160cddbd1c
 DIST couchbase-server-community_2.2.0_x86.deb 135143596 SHA256 
8d00532af7f60963e8a3b8002731ddf2245eb1942381337377502bebe4e8b0b6 SHA512 
3b15fc496c225bd67f1592fb66e3febad6c04e929499db18a4ddc3e87eee6986836aeee6964e114f710f346102e8ed8aa93dad7b5136684dd1ea6e3a8e64ba5e
 WHIRLPOOL 
5b61bf14a01e9eb72e93f85c7e2882627c39c560c006823dbc0c4b22657d4456198633b16cd6e0da4aab02a49ffd3a7343666d4b796069d6052f93001978fbbe
 DIST couchbase-server-community_2.2.0_x86_64.deb 137295996 SHA256 
051b0905e13241de19fbd9efb1e22a421f33429a1db3e4b5e3ae8756b9e4d6a2 SHA512 
1001177631312f7dd75aa270e8eb32cfd076e9c6de42968619513f3adf640d1973120e3dded1e47b98cb47e25886111a9d1de29c6f405ffbbdae4e31d7225c67
 WHIRLPOOL 
caab764b78b6b8386267d91e1bd8cbc82741384e221f25e169cd11c498f8ed4c596b03d9873915d1d174d82e4d80110952d54e5bf3183b31aad58e699784d3c9
-EBUILD couchbase-server-community-2.2.0.ebuild 1405 SHA256 
b4053455e404d03f14f8856dbeded80e6bef3280f7277fd7609d56a413b48908 SHA512 
d8248156ba43dc12fdda9159400488dca60acb0ff4945f9c376d9d4810b28976c66d1532b7a2b73b3b4b1296b16f8aa7baf8b4ee85a64b614b5cef945226f540
 WHIRLPOOL 
6b973365e52c0b02b7c0afcdde7b4de75e070704f448f7eb2c90929814df33cfad38bc5b9ef9c1dd8f8b14ff1a0dcaec9245af09ab4a4425b2f67eb14aa518ce
+EBUILD couchbase-server-community-2.2.0.ebuild 1488 SHA256 
097967eef562ec9987799aa66ea730b41581041abbeaa5af727b31d6d08bdad0 SHA512 
8f03f2100b6a2554112b6962ebff28297744541cc05e54fa417a15fe7db7ee506fd79eac68c4b0c8093bde5448f6ab79ed7d3de294e8bf64e4bcfc3d3314d103
 WHIRLPOOL 
cba3fdbf3613f9d12b9b8cbf89268d83c673bdbe78cdba467c764f7fad9657e262972b56a926e8bae9b0f93dd95e52b5419a903967de35a062e6545a6ec460fc



[gentoo-commits] dev/ultrabug:master commit in: dev-db/couchbase-server-community/

2014-03-13 Thread Alexys Jacob
commit: d8f99cb1d1f5a36c8654a8864f09c9796d039d18
Author: Ultrabug ultrabug AT gentoo DOT org
AuthorDate: Thu Mar 13 10:17:30 2014 +
Commit: Alexys Jacob ultrabug AT gentoo DOT org
CommitDate: Thu Mar 13 10:17:30 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=dev/ultrabug.git;a=commit;h=d8f99cb1

add missing dep for moxi

---
 .../couchbase-server-community-2.2.0.ebuild  | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git 
a/dev-db/couchbase-server-community/couchbase-server-community-2.2.0.ebuild 
b/dev-db/couchbase-server-community/couchbase-server-community-2.2.0.ebuild
index edc3938..efb26d2 100644
--- a/dev-db/couchbase-server-community/couchbase-server-community-2.2.0.ebuild
+++ b/dev-db/couchbase-server-community/couchbase-server-community-2.2.0.ebuild
@@ -20,9 +20,12 @@ IUSE=
 
 RDEPEND==sys-libs/ncurses-5[tinfo]
=dev-libs/libevent-1.4.13
-   =dev-libs/cyrus-sasl-2
+   =dev-libs/cyrus-sasl-2
+   ~rtmpdump-2.3
 DEPEND=${RDEPEND}
 
+export CONFIG_PROTECT=${CONFIG_PROTECT} /opt/couchbase/var/lib/
+
 S=${WORKDIR}
 
 pkg_setup() {



[gentoo-commits] gentoo-x86 commit in app-misc/linux-logo: linux-logo-5.11-r3.ebuild ChangeLog

2014-03-13 Thread JosA MarAa Alonso (nimiux)
nimiux  14/03/13 10:31:40

  Modified: ChangeLog
  Added:linux-logo-5.11-r3.ebuild
  Log:
  Fix bug #500782 and #500784
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
D628E536)

Revision  ChangesPath
1.90 app-misc/linux-logo/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/linux-logo/ChangeLog?rev=1.90view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/linux-logo/ChangeLog?rev=1.90content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/linux-logo/ChangeLog?r1=1.89r2=1.90

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-misc/linux-logo/ChangeLog,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -r1.89 -r1.90
--- ChangeLog   11 Jan 2014 09:37:52 -  1.89
+++ ChangeLog   13 Mar 2014 10:31:40 -  1.90
@@ -1,6 +1,13 @@
 # ChangeLog for app-misc/linux-logo
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/linux-logo/ChangeLog,v 1.89 
2014/01/11 09:37:52 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/linux-logo/ChangeLog,v 1.90 
2014/03/13 10:31:40 nimiux Exp $
+
+*linux-logo-5.11-r3 (13 Mar 2014)
+
+  13 Mar 2014; Chema Alonso nim...@gentoo.org +linux-logo-5.11-r3.ebuild,
+  files/linux-logo-5.11.conf, +files/gentoo-alt.logo, +files/gentoo-linux.logo,
+  +files/logo-config:
+  Fix bug #500782 and #500784
 
   11 Jan 2014; Pacho Ramos pa...@gentoo.org linux-logo-5.11-r2.ebuild:
   ppc/sparc stable, bug #494578



1.1  app-misc/linux-logo/linux-logo-5.11-r3.ebuild

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

Index: linux-logo-5.11-r3.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-misc/linux-logo/linux-logo-5.11-r3.ebuild,v 1.1 
2014/03/13 10:31:40 nimiux Exp $

EAPI=5

inherit toolchain-funcs systemd

MY_P=${PN/-/_}-${PV}
S=${WORKDIR}/${MY_P}
DESCRIPTION=A utility that displays an ANSI/ASCII logo and some system 
information
HOMEPAGE=http://www.deater.net/weave/vmwprod/linux_logo/;
SRC_URI=http://www.deater.net/weave/vmwprod/linux_logo/${MY_P}.tar.gz;

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux
IUSE=nls

RDEPEND=nls? ( virtual/libintl )
DEPEND=${RDEPEND}
nls? ( sys-devel/gettext )

src_prepare() {
cp ${FILESDIR}/logo-config ${S}/logo_config || die
cp ${FILESDIR}/linux_logo_creator ${S}/ || die
cp ${FILESDIR}/linux-logo.service ${S}/ || die
cp ${FILESDIR}/gentoo-*.logo ${S}/logos/ || die

# Remove warn_unused_result warning
sed -i -e 's/FILE \*fff;/FILE \*fff;\n   char *stemp;/' \
-e 's/fgets/stemp=fgets/' ${S}/load_logo.c || die
}

src_configure() {
ARCH= ./configure --prefix=${ED}/usr || die
}

src_compile() {
emake CFLAGS=${CFLAGS} LDFLAGS=${LDFLAGS} CC=$(tc-getCC)
}

src_install() {
emake install

dodoc BUGS README README.CUSTOM_LOGOS TODO USAGE LINUX_LOGO.FAQ

dobin ${FILESDIR}/linux_logo_creator
newinitd ${FILESDIR}/${PN}.init.d ${PN}
newconfd ${FILESDIR}/${P}.conf ${PN}

# systemd support
systemd_newunit ${FILESDIR}/linux-logo.service linux-logo.service
}

pkg_postinst() {
echo
elog Linux_logo ebuild for Gentoo comes with two Gentoo logos.
elog 
elog To display the first Gentoo logo type: linux_logo -L gentoo
elog To display the second Gentoo logo type: linux_logo -L gentoo-alt
elog To display all the logos available type: linux_logo -L list.
elog 
elog To start linux_logo on boot, please type:
elogrc-update add linux-logo default
elog or for systemd
elogsystemctl enable linux-logo.service
elog which uses the settings found in
elog/etc/conf.d/linux-logo
echo
}

pkg_prerm() {
# Restore issue files
mv /etc/issue.linux-logo.backup /etc/issue 2 /dev/null
mv /etc/issue.net.linux-logo.backup /etc/issue.net 2 /dev/null
}






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

2014-03-13 Thread Michael Palimaka (kensington)
kensington14/03/13 10:52:48

  Modified: metadata.xml phonon-.ebuild phonon-4.7.1.ebuild
ChangeLog
  Log:
  Introduce designer USE flag wrt bug #504460.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x06B1F38DCA45A1EC!)

Revision  ChangesPath
1.3  media-libs/phonon/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/phonon/metadata.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- metadata.xml23 Dec 2011 13:17:06 -  1.2
+++ metadata.xml13 Mar 2014 10:52:48 -  1.3
@@ -3,6 +3,7 @@
 pkgmetadata
 herdkde/herd
 use
+   flag name=designerInstall plugin for 
pkgdev-qt/designer/pkg/flag
flag name=vlcInstall VLC Phonon backend/flag
flag name=zeitgeistAdd support for Zeitgeist event tracking 
system/flag
 /use



1.21 media-libs/phonon/phonon-.ebuild

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

Index: phonon-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/phonon/phonon-.ebuild,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- phonon-.ebuild  11 Nov 2013 21:05:16 -  1.20
+++ phonon-.ebuild  13 Mar 2014 10:52:48 -  1.21
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/phonon/phonon-.ebuild,v 1.20 
2013/11/11 21:05:16 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/phonon/phonon-.ebuild,v 1.21 
2014/03/13 10:52:48 kensington Exp $
 
 EAPI=5
 
@@ -20,16 +20,15 @@
 
 LICENSE=LGPL-2.1
 SLOT=0
-IUSE=aqua debug +gstreamer pulseaudio +qt4 qt5 vlc zeitgeist
+IUSE=aqua debug designer +gstreamer pulseaudio +qt4 qt5 vlc zeitgeist
 
 COMMON_DEPEND=
!!dev-qt/qtphonon:4
qt4? (
dev-qt/qtcore:4
-   dev-qt/designer:4
dev-qt/qtdbus:4
dev-qt/qtgui:4
-   dev-qt/qttest:4
+   designer? ( dev-qt/designer:4 )
)
qt5? (
dev-qt/qtcore:5
@@ -37,7 +36,8 @@
dev-qt/qtdeclarative:5
dev-qt/qtgui:5
dev-qt/qtopengl:5
-   dev-qt/qttest:5
+   dev-qt/qtwidgets:5
+   designer? ( dev-qt/designer:5 )
)
pulseaudio? (
dev-libs/glib:2
@@ -78,6 +78,7 @@
myconfigure() {
local mycmakeargs=(
-DPHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT=TRUE
+   $(cmake-utils_use designer PHONON_BUILD_DESIGNER_PLUGIN)
$(cmake-utils_use_with pulseaudio GLIB2)
$(cmake-utils_use_with pulseaudio PulseAudio)
)



1.2  media-libs/phonon/phonon-4.7.1.ebuild

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

Index: phonon-4.7.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/phonon/phonon-4.7.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- phonon-4.7.1.ebuild 6 Dec 2013 12:54:16 -   1.1
+++ phonon-4.7.1.ebuild 13 Mar 2014 10:52:48 -  1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/phonon/phonon-4.7.1.ebuild,v 1.1 
2013/12/06 12:54:16 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/phonon/phonon-4.7.1.ebuild,v 1.2 
2014/03/13 10:52:48 kensington Exp $
 
 EAPI=5
 
@@ -20,16 +20,15 @@
 
 LICENSE=LGPL-2.1
 SLOT=0
-IUSE=aqua debug +gstreamer pulseaudio +qt4 qt5 vlc zeitgeist
+IUSE=aqua debug designer 

[gentoo-commits] gentoo-x86 commit in dev-perl/WWW-RobotRules: WWW-RobotRules-6.20.0.ebuild ChangeLog

2014-03-13 Thread Mikle Kolyada (zlogene)
zlogene 14/03/13 10:59:24

  Modified: WWW-RobotRules-6.20.0.ebuild ChangeLog
  Log:
  amd64 stable wrt bug #502746
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.6  dev-perl/WWW-RobotRules/WWW-RobotRules-6.20.0.ebuild

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

Index: WWW-RobotRules-6.20.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/WWW-RobotRules/WWW-RobotRules-6.20.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- WWW-RobotRules-6.20.0.ebuild12 Mar 2014 05:05:35 -  1.5
+++ WWW-RobotRules-6.20.0.ebuild13 Mar 2014 10:59:24 -  1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/WWW-RobotRules/WWW-RobotRules-6.20.0.ebuild,v 
1.5 2014/03/12 05:05:35 phajdan.jr Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/WWW-RobotRules/WWW-RobotRules-6.20.0.ebuild,v 
1.6 2014/03/13 10:59:24 zlogene Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
 DESCRIPTION=Parse /robots.txt file
 
 SLOT=0
-KEYWORDS=~alpha ~amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris
+KEYWORDS=~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris
 
 RDEPEND=
!dev-perl/libwww-perl-6



1.37 dev-perl/WWW-RobotRules/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/WWW-RobotRules/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog   12 Mar 2014 05:05:35 -  1.36
+++ ChangeLog   13 Mar 2014 10:59:24 -  1.37
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/WWW-RobotRules
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-RobotRules/ChangeLog,v 1.36 
2014/03/12 05:05:35 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-RobotRules/ChangeLog,v 1.37 
2014/03/13 10:59:24 zlogene Exp $
+
+  13 Mar 2014; Mikle Kolyada zlog...@gentoo.org WWW-RobotRules-6.20.0.ebuild:
+  amd64 stable wrt bug #502746
 
   09 Mar 2014; Pawel Hajdan jr phajdan...@gentoo.org
   WWW-RobotRules-6.20.0.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-perl/extutils-depends: extutils-depends-0.305.0.ebuild ChangeLog extutils-depends-0.304.0.ebuild

2014-03-13 Thread Mikle Kolyada (zlogene)
zlogene 14/03/13 11:05:34

  Modified: extutils-depends-0.305.0.ebuild ChangeLog
  Removed:  extutils-depends-0.304.0.ebuild
  Log:
  alpha stable wrt bug #495538; Drop old.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.11 dev-perl/extutils-depends/extutils-depends-0.305.0.ebuild

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

Index: extutils-depends-0.305.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/extutils-depends/extutils-depends-0.305.0.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- extutils-depends-0.305.0.ebuild 12 Mar 2014 09:57:14 -  1.10
+++ extutils-depends-0.305.0.ebuild 13 Mar 2014 11:05:34 -  1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/extutils-depends/extutils-depends-0.305.0.ebuild,v
 1.10 2014/03/12 09:57:14 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/extutils-depends/extutils-depends-0.305.0.ebuild,v
 1.11 2014/03/13 11:05:34 zlogene Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 DESCRIPTION=Easily build XS extensions that depend on XS extensions
 
 SLOT=0
-KEYWORDS=~alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris
+KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris
 IUSE=
 
 SRC_TEST=do parallel



1.77 dev-perl/extutils-depends/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/extutils-depends/ChangeLog,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- ChangeLog   12 Mar 2014 09:57:14 -  1.76
+++ ChangeLog   13 Mar 2014 11:05:34 -  1.77
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/extutils-depends
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-depends/ChangeLog,v 1.76 
2014/03/12 09:57:14 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-depends/ChangeLog,v 1.77 
2014/03/13 11:05:34 zlogene Exp $
+
+  13 Mar 2014; Mikle Kolyada zlog...@gentoo.org
+  -extutils-depends-0.304.0.ebuild, extutils-depends-0.305.0.ebuild:
+  alpha stable wrt bug #495538; Drop old.
 
   12 Mar 2014; Agostino Sarubbo a...@gentoo.org
   extutils-depends-0.305.0.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-perl/extutils-depends: extutils-depends-0.306.0.ebuild ChangeLog

2014-03-13 Thread Mikle Kolyada (zlogene)
zlogene 14/03/13 11:07:52

  Modified: ChangeLog
  Added:extutils-depends-0.306.0.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.78 dev-perl/extutils-depends/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/extutils-depends/ChangeLog,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -r1.77 -r1.78
--- ChangeLog   13 Mar 2014 11:05:34 -  1.77
+++ ChangeLog   13 Mar 2014 11:07:52 -  1.78
@@ -1,6 +1,12 @@
 # ChangeLog for dev-perl/extutils-depends
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-depends/ChangeLog,v 1.77 
2014/03/13 11:05:34 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-depends/ChangeLog,v 1.78 
2014/03/13 11:07:52 zlogene Exp $
+
+*extutils-depends-0.306.0 (13 Mar 2014)
+
+  13 Mar 2014; Mikle Kolyada zlog...@gentoo.org
+  +extutils-depends-0.306.0.ebuild:
+  Version bump
 
   13 Mar 2014; Mikle Kolyada zlog...@gentoo.org
   -extutils-depends-0.304.0.ebuild, extutils-depends-0.305.0.ebuild:



1.1  dev-perl/extutils-depends/extutils-depends-0.306.0.ebuild

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

Index: extutils-depends-0.306.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/extutils-depends/extutils-depends-0.306.0.ebuild,v
 1.1 2014/03/13 11:07:52 zlogene Exp $

EAPI=5

MY_PN=ExtUtils-Depends
MODULE_AUTHOR=XAOC
MODULE_VERSION=0.306
inherit perl-module

DESCRIPTION=Easily build XS extensions that depend on XS extensions

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

SRC_TEST=do parallel






[gentoo-commits] gentoo-x86 commit in dev-perl/crypt-idea: crypt-idea-1.100.0.ebuild ChangeLog

2014-03-13 Thread Mikle Kolyada (zlogene)
zlogene 14/03/13 11:10:20

  Modified: crypt-idea-1.100.0.ebuild ChangeLog
  Log:
  amd64 stable wrt bug #502750
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.6  dev-perl/crypt-idea/crypt-idea-1.100.0.ebuild

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

Index: crypt-idea-1.100.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/crypt-idea/crypt-idea-1.100.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- crypt-idea-1.100.0.ebuild   12 Mar 2014 05:12:30 -  1.5
+++ crypt-idea-1.100.0.ebuild   13 Mar 2014 11:10:20 -  1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/crypt-idea/crypt-idea-1.100.0.ebuild,v 1.5 
2014/03/12 05:12:30 phajdan.jr Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/crypt-idea/crypt-idea-1.100.0.ebuild,v 1.6 
2014/03/13 11:10:20 zlogene Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 
 LICENSE=Crypt-IDEA
 SLOT=0
-KEYWORDS=~alpha ~amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris
+KEYWORDS=~alpha amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris
 IUSE=
 
 SRC_TEST=do



1.43 dev-perl/crypt-idea/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/crypt-idea/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog   12 Mar 2014 05:12:30 -  1.42
+++ ChangeLog   13 Mar 2014 11:10:20 -  1.43
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/crypt-idea
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/crypt-idea/ChangeLog,v 1.42 
2014/03/12 05:12:30 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/crypt-idea/ChangeLog,v 1.43 
2014/03/13 11:10:20 zlogene Exp $
+
+  13 Mar 2014; Mikle Kolyada zlog...@gentoo.org crypt-idea-1.100.0.ebuild:
+  amd64 stable wrt bug #502750
 
   09 Mar 2014; Pawel Hajdan jr phajdan...@gentoo.org
   crypt-idea-1.100.0.ebuild:






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

2014-03-13 Thread Andreas HAttel (dilfridge)
dilfridge14/03/13 11:15:43

  Modified: ChangeLog
  Added:cups-filters-1.0.48.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
94BFDF4484AD142F)

Revision  ChangesPath
1.109net-print/cups-filters/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-print/cups-filters/ChangeLog,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -r1.108 -r1.109
--- ChangeLog   22 Feb 2014 17:01:48 -  1.108
+++ ChangeLog   13 Mar 2014 11:15:43 -  1.109
@@ -1,6 +1,12 @@
 # ChangeLog for net-print/cups-filters
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-print/cups-filters/ChangeLog,v 1.108 
2014/02/22 17:01:48 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-print/cups-filters/ChangeLog,v 1.109 
2014/03/13 11:15:43 dilfridge Exp $
+
+*cups-filters-1.0.48 (13 Mar 2014)
+
+  13 Mar 2014; Andreas K. Huettel dilfri...@gentoo.org
+  +cups-filters-1.0.48.ebuild:
+  Version bump
 
   22 Feb 2014; Andreas K. Huettel dilfri...@gentoo.org
   -cups-filters-1.0.36-r1.ebuild:



1.1  net-print/cups-filters/cups-filters-1.0.48.ebuild

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

Index: cups-filters-1.0.48.ebuild
===
# Copyright 1999-2014 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.48.ebuild,v 1.1 
2014/03/13 11:15:43 dilfridge Exp $

EAPI=5

GENTOO_DEPEND_ON_PERL=no

inherit base eutils perl-module autotools systemd

if [[ ${PV} ==  ]] ; then
inherit bzr
EBZR_REPO_URI=http://bzr.linuxfoundation.org/openprinting/cups-filters;
KEYWORDS=
else
SRC_URI=http://www.openprinting.org/download/${PN}/${P}.tar.xz;
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-fbsd ~m68k-mint
fi
DESCRIPTION=Cups PDF filters
HOMEPAGE=http://www.linuxfoundation.org/collaborate/workgroups/openprinting/pdfasstandardprintjobformat;

LICENSE=MIT GPL-2
SLOT=0
IUSE=dbus +foomatic jpeg perl png static-libs tiff zeroconf

RDEPEND=
=app-text/ghostscript-gpl-9.09
app-text/poppler:=[cxx,jpeg?,lcms,tiff?,xpdf-headers(+)]
=app-text/qpdf-3.0.2:=
media-libs/fontconfig
media-libs/freetype:2
media-libs/lcms:2
net-print/cups-1.5.
!=net-print/cups-1.5.
sys-devel/bc
sys-libs/zlib
dbus? ( sys-apps/dbus )
foomatic? ( !net-print/foomatic-filters )
jpeg? ( virtual/jpeg:0 )
perl? ( dev-lang/perl:= )
png? ( media-libs/libpng:0= )
tiff? ( media-libs/tiff )
zeroconf? ( net-dns/avahi[dbus] )

DEPEND=${RDEPEND}

src_prepare() {
base_src_prepare
sed -e s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/ -i configure.ac || die
eautoreconf
}

src_configure() {
econf \
--docdir=${EPREFIX}/usr/share/doc/${PF} \
$(use_enable dbus) \
$(use_enable zeroconf avahi) \
$(use_enable static-libs static) \
--with-fontdir=fonts/conf.avail \
--with-pdftops=pdftops \
--enable-imagefilters \
$(use_with jpeg) \
$(use_with png) \
$(use_with tiff) \
--with-rcdir=no \
--with-browseremoteprotocols=DNSSD,CUPS \
--without-php
}

src_compile() {
default

if use perl; then
pushd ${S}/scripting/perl  /dev/null
perl-module_src_prep
perl-module_src_compile
popd  /dev/null
fi
}

src_install() {
default

if use perl; then
pushd ${S}/scripting/perl  /dev/null
perl-module_src_install
fixlocalpod
popd  /dev/null
fi

# workaround: some printer drivers still require pstoraster and 
pstopxl, bug #383831
dosym /usr/libexec/cups/filter/gstoraster 
/usr/libexec/cups/filter/pstoraster
dosym /usr/libexec/cups/filter/gstopxl /usr/libexec/cups/filter/pstopxl


[gentoo-commits] gentoo-x86 commit in dev-perl/Finance-Quote: Finance-Quote-1.180.0.ebuild ChangeLog

2014-03-13 Thread Mikle Kolyada (zlogene)
zlogene 14/03/13 11:22:20

  Modified: Finance-Quote-1.180.0.ebuild ChangeLog
  Log:
  Bump to EAPI=5
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.2  dev-perl/Finance-Quote/Finance-Quote-1.180.0.ebuild

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

Index: Finance-Quote-1.180.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/Finance-Quote/Finance-Quote-1.180.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Finance-Quote-1.180.0.ebuild7 Oct 2012 16:01:26 -   1.1
+++ Finance-Quote-1.180.0.ebuild13 Mar 2014 11:22:20 -  1.2
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Finance-Quote/Finance-Quote-1.180.0.ebuild,v 
1.1 2012/10/07 16:01:26 tove Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Finance-Quote/Finance-Quote-1.180.0.ebuild,v 
1.2 2014/03/13 11:22:20 zlogene Exp $
 
-EAPI=4
+EAPI=5
 
 MODULE_AUTHOR=ECOCODE
 MODULE_VERSION=1.18



1.68 dev-perl/Finance-Quote/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Finance-Quote/ChangeLog,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- ChangeLog   7 Oct 2012 16:01:26 -   1.67
+++ ChangeLog   13 Mar 2014 11:22:20 -  1.68
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Finance-Quote
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Finance-Quote/ChangeLog,v 1.67 
2012/10/07 16:01:26 tove Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Finance-Quote/ChangeLog,v 1.68 
2014/03/13 11:22:20 zlogene Exp $
+
+  13 Mar 2014; Mikle Kolyada zlog...@gentoo.org Finance-Quote-1.180.0.ebuild:
+  Bump to EAPI=5
 
 *Finance-Quote-1.180.0 (07 Oct 2012)
 






[gentoo-commits] dev/ultrabug:master commit in: dev-db/couchbase-server-community/

2014-03-13 Thread Alexys Jacob
commit: 22ecba165c58f24cc8c25e460a322bbb3f6b2d27
Author: Ultrabug ultrabug AT gentoo DOT org
AuthorDate: Thu Mar 13 11:31:07 2014 +
Commit: Alexys Jacob ultrabug AT gentoo DOT org
CommitDate: Thu Mar 13 11:31:07 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=dev/ultrabug.git;a=commit;h=22ecba16

couchbase ebuild cosmetics

---
 dev-db/couchbase-server-community/Manifest| 2 +-
 .../couchbase-server-community-2.2.0.ebuild   | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-db/couchbase-server-community/Manifest 
b/dev-db/couchbase-server-community/Manifest
index 68c00c6..f2c1730 100644
--- a/dev-db/couchbase-server-community/Manifest
+++ b/dev-db/couchbase-server-community/Manifest
@@ -1,4 +1,4 @@
 AUX couchbase-server 1416 SHA256 
54da50401e1a51c83f43f25cb8c1964fcd8683ec7e327687be1a85ce68766877 SHA512 
94d97674fb4c050d56a714a6bf0f62811ba4217bac765550fc9890d041c8e5b7a934fbded303bee28563c85971ca6ecac3f2bc7192c59ac12df67308341af127
 WHIRLPOOL 
ccb74197e03003c1bab9ecfb69f5c81c9eaa9d8712b1de3450c8cbe4af5b06afff2af33a91bd1ad9fbd47c0aeb9bdea8df6a3d9a6769c39752078a160cddbd1c
 DIST couchbase-server-community_2.2.0_x86.deb 135143596 SHA256 
8d00532af7f60963e8a3b8002731ddf2245eb1942381337377502bebe4e8b0b6 SHA512 
3b15fc496c225bd67f1592fb66e3febad6c04e929499db18a4ddc3e87eee6986836aeee6964e114f710f346102e8ed8aa93dad7b5136684dd1ea6e3a8e64ba5e
 WHIRLPOOL 
5b61bf14a01e9eb72e93f85c7e2882627c39c560c006823dbc0c4b22657d4456198633b16cd6e0da4aab02a49ffd3a7343666d4b796069d6052f93001978fbbe
 DIST couchbase-server-community_2.2.0_x86_64.deb 137295996 SHA256 
051b0905e13241de19fbd9efb1e22a421f33429a1db3e4b5e3ae8756b9e4d6a2 SHA512 
1001177631312f7dd75aa270e8eb32cfd076e9c6de42968619513f3adf640d1973120e3dded1e47b98cb47e25886111a9d1de29c6f405ffbbdae4e31d7225c67
 WHIRLPOOL 
caab764b78b6b8386267d91e1bd8cbc82741384e221f25e169cd11c498f8ed4c596b03d9873915d1d174d82e4d80110952d54e5bf3183b31aad58e699784d3c9
-EBUILD couchbase-server-community-2.2.0.ebuild 1572 SHA256 
b98d5747248195677cace727e73ce55659837206fc49a479c01761f52aad4423 SHA512 
b6a2ba265289f0083d6d27f7ad0e84ca28c3a534894e295b1803d013e1ba04fd95a907ffd19a77fa07f16d951487fc64d173be7affb2880ce3aaf39582c55724
 WHIRLPOOL 
67ea81a68c48d8a7f9e2e5808fa3e37c5ac4d5f857c2f94ccca55df4908919b613444553fa06be605443b9e1a71e30ca14f135896c0f0d539dd9aa4fb6eb1e48
+EBUILD couchbase-server-community-2.2.0.ebuild 1564 SHA256 
b619e36a46121f03f798bf4dba2626fca76c58f9ca50d3c3d430a070fad2a087 SHA512 
01b33eb26e5610006fb6c39afbe62225b0c076edae3b8c23194ad1cb90132036a78d8b8c45976d8c8c4e7b3ab66eb3710a41d20d1feed315b02e3f0609da2c54
 WHIRLPOOL 
9430e8281f46a7b8db85dd43d6a8079d1ac0e10a1bfed2838395c2b09ee07e6ce522ba909ceb87cd019d0439ebcf344e7c2d58daf0de149fe16b314fd997e9db

diff --git 
a/dev-db/couchbase-server-community/couchbase-server-community-2.2.0.ebuild 
b/dev-db/couchbase-server-community/couchbase-server-community-2.2.0.ebuild
index ff295f0..a90f555 100644
--- a/dev-db/couchbase-server-community/couchbase-server-community-2.2.0.ebuild
+++ b/dev-db/couchbase-server-community/couchbase-server-community-2.2.0.ebuild
@@ -24,7 +24,7 @@ RDEPEND==sys-libs/ncurses-5[tinfo]
~media-video/rtmpdump-2.3
 DEPEND=${RDEPEND}
 
-export CONFIG_PROTECT=${CONFIG_PROTECT} /opt/couchbase/var/lib/couchbase/
+export CONFIG_PROTECT=${CONFIG_PROTECT} /opt/${PN}/var/lib/${PN}/
 
 S=${WORKDIR}
 
@@ -42,10 +42,10 @@ src_unpack() {
 src_install() {
# basic cleanup
rm -rf opt/couchbase/etc/{couchbase_init.d,couchbase_init.d.tmpl,init.d}
+   find opt/couchbase/var/lib/couchbase/ -type f -delete || die
 
# bin install / copy
dodir /opt/couchbase
-   find opt/couchbase/var/lib/couchbase/ -type f -delete || die
tar xfm opt/couchbase/lib/python/pysqlite2.tar -C 
opt/couchbase/lib/python || die
cp -a opt/couchbase/* ${D}/opt/couchbase/
 



[gentoo-commits] gentoo-x86 commit in dev-perl/Test-Pod: Test-Pod-1.480.0.ebuild ChangeLog Test-Pod-1.460.0.ebuild Test-Pod-1.42.ebuild

2014-03-13 Thread Mikle Kolyada (zlogene)
zlogene 14/03/13 11:31:07

  Modified: Test-Pod-1.480.0.ebuild ChangeLog
  Removed:  Test-Pod-1.460.0.ebuild Test-Pod-1.42.ebuild
  Log:
  alpha stable wrt bug #495490; Drop old.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.11 dev-perl/Test-Pod/Test-Pod-1.480.0.ebuild

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

Index: Test-Pod-1.480.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Test-Pod/Test-Pod-1.480.0.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- Test-Pod-1.480.0.ebuild 12 Mar 2014 09:58:04 -  1.10
+++ Test-Pod-1.480.0.ebuild 13 Mar 2014 11:31:06 -  1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Pod/Test-Pod-1.480.0.ebuild,v 
1.10 2014/03/12 09:58:04 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Pod/Test-Pod-1.480.0.ebuild,v 
1.11 2014/03/13 11:31:06 zlogene Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
 DESCRIPTION=check for POD errors in files
 
 SLOT=0
-KEYWORDS=~alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~x86-solaris
+KEYWORDS=alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~x86-solaris
 IUSE=
 
 RDEPEND=



1.83 dev-perl/Test-Pod/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Test-Pod/ChangeLog,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -r1.82 -r1.83
--- ChangeLog   12 Mar 2014 09:58:04 -  1.82
+++ ChangeLog   13 Mar 2014 11:31:06 -  1.83
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/Test-Pod
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Pod/ChangeLog,v 1.82 
2014/03/12 09:58:04 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Pod/ChangeLog,v 1.83 
2014/03/13 11:31:06 zlogene Exp $
+
+  13 Mar 2014; Mikle Kolyada zlog...@gentoo.org -Test-Pod-1.42.ebuild,
+  -Test-Pod-1.460.0.ebuild, Test-Pod-1.480.0.ebuild:
+  alpha stable wrt bug #495490; Drop old.
 
   12 Mar 2014; Agostino Sarubbo a...@gentoo.org Test-Pod-1.480.0.ebuild:
   Stable for sparc, wrt bug #495490






[gentoo-commits] gentoo-x86 commit in dev-perl/Test-Exception: Test-Exception-0.320.0.ebuild ChangeLog Test-Exception-0.310.0.ebuild Test-Exception-0.27.ebuild

2014-03-13 Thread Mikle Kolyada (zlogene)
zlogene 14/03/13 11:34:45

  Modified: Test-Exception-0.320.0.ebuild ChangeLog
  Removed:  Test-Exception-0.310.0.ebuild
Test-Exception-0.27.ebuild
  Log:
  alpha stable wrt bug #495488; Drop old.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.11 dev-perl/Test-Exception/Test-Exception-0.320.0.ebuild

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

Index: Test-Exception-0.320.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/Test-Exception/Test-Exception-0.320.0.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- Test-Exception-0.320.0.ebuild   12 Mar 2014 09:57:51 -  1.10
+++ Test-Exception-0.320.0.ebuild   13 Mar 2014 11:34:45 -  1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Test-Exception/Test-Exception-0.320.0.ebuild,v 
1.10 2014/03/12 09:57:51 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Test-Exception/Test-Exception-0.320.0.ebuild,v 
1.11 2014/03/13 11:34:45 zlogene Exp $
 
 EAPI=4
 
@@ -11,7 +11,7 @@
 DESCRIPTION=test functions for exception based code
 
 SLOT=0
-KEYWORDS=~alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris
+KEYWORDS=alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris
 IUSE=
 
 RDEPEND==virtual/perl-Test-Simple-0.64



1.85 dev-perl/Test-Exception/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Test-Exception/ChangeLog,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- ChangeLog   12 Mar 2014 09:57:51 -  1.84
+++ ChangeLog   13 Mar 2014 11:34:45 -  1.85
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/Test-Exception
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Exception/ChangeLog,v 1.84 
2014/03/12 09:57:51 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Exception/ChangeLog,v 1.85 
2014/03/13 11:34:45 zlogene Exp $
+
+  13 Mar 2014; Mikle Kolyada zlog...@gentoo.org -Test-Exception-0.27.ebuild,
+  -Test-Exception-0.310.0.ebuild, Test-Exception-0.320.0.ebuild:
+  alpha stable wrt bug #495488; Drop old.
 
   12 Mar 2014; Agostino Sarubbo a...@gentoo.org 
Test-Exception-0.320.0.ebuild:
   Stable for sparc, wrt bug #495488






[gentoo-commits] gentoo-x86 commit in net-irc/pisg: ChangeLog pisg-0.73.ebuild

2014-03-13 Thread Mikle Kolyada (zlogene)
zlogene 14/03/13 11:42:53

  Modified: ChangeLog
  Removed:  pisg-0.73.ebuild
  Log:
  Drop revision with old EAPI
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.68 net-irc/pisg/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-irc/pisg/ChangeLog,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- ChangeLog   5 Mar 2014 15:51:14 -   1.67
+++ ChangeLog   13 Mar 2014 11:42:52 -  1.68
@@ -1,6 +1,9 @@
 # ChangeLog for net-irc/pisg
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/pisg/ChangeLog,v 1.67 2014/03/05 
15:51:14 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/pisg/ChangeLog,v 1.68 2014/03/13 
11:42:52 zlogene Exp $
+
+  13 Mar 2014; Mikle Kolyada zlog...@gentoo.org -pisg-0.73.ebuild:
+  Drop revision with old EAPI
 
   05 Mar 2014; Agostino Sarubbo a...@gentoo.org pisg-0.73-r1.ebuild:
   Stable for ppc, wrt bug #495846






[gentoo-commits] gentoo-x86 commit in app-emacs/ebuild-mode: ChangeLog ebuild-mode-1.26.ebuild

2014-03-13 Thread JosA MarAa Alonso (nimiux)
nimiux  14/03/13 12:14:36

  Modified: ChangeLog ebuild-mode-1.26.ebuild
  Log:
  Stable for amd64 wrt bug #503386
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
D628E536)

Revision  ChangesPath
1.47 app-emacs/ebuild-mode/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/ebuild-mode/ChangeLog?rev=1.47view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/ebuild-mode/ChangeLog?rev=1.47content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/ebuild-mode/ChangeLog?r1=1.46r2=1.47

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emacs/ebuild-mode/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog   12 Mar 2014 04:57:04 -  1.46
+++ ChangeLog   13 Mar 2014 12:14:36 -  1.47
@@ -1,6 +1,9 @@
 # ChangeLog for app-emacs/ebuild-mode
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/ebuild-mode/ChangeLog,v 1.46 
2014/03/12 04:57:04 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/ebuild-mode/ChangeLog,v 1.47 
2014/03/13 12:14:36 nimiux Exp $
+
+  13 Mar 2014; Chema Alonso nim...@gentoo.org ebuild-mode-1.26.ebuild:
+  Stable for amd64 wrt bug #503386
 
   09 Mar 2014; Pawel Hajdan jr phajdan...@gentoo.org ebuild-mode-1.26.ebuild:
   x86 stable wrt bug #503386



1.5  app-emacs/ebuild-mode/ebuild-mode-1.26.ebuild

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

Index: ebuild-mode-1.26.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-emacs/ebuild-mode/ebuild-mode-1.26.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ebuild-mode-1.26.ebuild 12 Mar 2014 04:57:04 -  1.4
+++ ebuild-mode-1.26.ebuild 13 Mar 2014 12:14:36 -  1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-emacs/ebuild-mode/ebuild-mode-1.26.ebuild,v 1.4 
2014/03/12 04:57:04 phajdan.jr Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-emacs/ebuild-mode/ebuild-mode-1.26.ebuild,v 1.5 
2014/03/13 12:14:36 nimiux Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE=GPL-2+
 SLOT=0
-KEYWORDS=~alpha ~amd64 arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos
+KEYWORDS=~alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos
 
 DOCS=ChangeLog keyword-generation.sh
 ELISP_TEXINFO=${PN}.texi






[gentoo-commits] proj/emacs-tools:eselect-emacs commit in: /

2014-03-13 Thread Ulrich Müller
commit: a39be3311dee653baae716781f189e06aa4a99b9
Author: Ulrich Müller ulm AT gentoo DOT org
AuthorDate: Thu Mar 13 12:48:37 2014 +
Commit: Ulrich Müller ulm AT gentoo DOT org
CommitDate: Thu Mar 13 12:48:37 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/emacs-tools.git;a=commit;h=a39be331

Rename variable extension to suffix throughout. Adjust quoting.

---
 ctags.eselect | 12 ++--
 emacs.eselect | 12 ++--
 gnuclient.eselect | 12 ++--
 3 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/ctags.eselect b/ctags.eselect
index 4c1641f..c857849 100644
--- a/ctags.eselect
+++ b/ctags.eselect
@@ -66,13 +66,13 @@ set_bin_symlinks() {
 
 set_man_symlinks() {
# Set symlink to man page
-   local target=$1 extension i
-   for i in ${EROOT}/usr/share/man/man1/${target}.1*; do
+   local target=$1 suffix i
+   for i in ${EROOT}/usr/share/man/man1/${target}.1*; do
if [[ -f ${i} ]]; then
-   # target file exists; determine compress extension
-   extension=${i##*/${target}.1}
-   ln -s ${target}.1${extension} \
-   
${EROOT}/usr/share/man/man1/${CTAGS}.1${extension}
+   # target file exists; determine compression suffix
+   suffix=${i##*/${target}.1}
+   ln -s ${target}.1${suffix} \
+   
${EROOT}/usr/share/man/man1/${CTAGS}.1${suffix}
fi
done
 }

diff --git a/emacs.eselect b/emacs.eselect
index 2834c37..2c656b7 100644
--- a/emacs.eselect
+++ b/emacs.eselect
@@ -76,14 +76,14 @@ set_bin_symlinks() {
 
 set_man_symlinks() {
# Set symlinks to man pages
-   local target=$1 extension f i
+   local target=$1 suffix f i
for f in ${MANPAGELIST}; do
-   for i in ${EROOT}/usr/share/man/man1/${f}-${target}.1*; do
+   for i in ${EROOT}/usr/share/man/man1/${f}-${target}.1*; do
if [[ -f ${i} ]]; then
-   # target file exists; determine compress 
extension
-   extension=${i##*/${f}-${target}.1}
-   ln -s ${f}-${target}.1${extension} \
-   
${EROOT}/usr/share/man/man1/${f}.1${extension}
+   # target file exists; determine compression 
suffix
+   suffix=${i##*/${f}-${target}.1}
+   ln -s ${f}-${target}.1${suffix} \
+   
${EROOT}/usr/share/man/man1/${f}.1${suffix}
fi
done
done

diff --git a/gnuclient.eselect b/gnuclient.eselect
index d6e9374..258c7ff 100644
--- a/gnuclient.eselect
+++ b/gnuclient.eselect
@@ -59,14 +59,14 @@ set_bin_symlinks() {
 
 set_man_symlinks() {
# Set symlinks to man pages
-   local target=${1#gnuclient-} extension f i
+   local target=${1#gnuclient-} suffix f i
for f in ${MANPAGELIST}; do
-   for i in ${EROOT}/usr/share/man/man1/${f}-${target}.1*; do
+   for i in ${EROOT}/usr/share/man/man1/${f}-${target}.1*; do
if [[ -f ${i} ]]; then
-   # target file exists; determine compress 
extension
-   extension=${i##*/${f}-${target}.1}
-   ln -s ${f}-${target}.1${extension} \
-   
${EROOT}/usr/share/man/man1/${f}.1${extension}
+   # target file exists; determine compression 
suffix
+   suffix=${i##*/${f}-${target}.1}
+   ln -s ${f}-${target}.1${suffix} \
+   
${EROOT}/usr/share/man/man1/${f}.1${suffix}
fi
done
done



[gentoo-commits] proj/emacs-tools:eselect-emacs commit in: /

2014-03-13 Thread Ulrich Müller
commit: 039c9ba08fb383286120aa1d6de8f2861b77f08f
Author: Ulrich Müller ulm AT gentoo DOT org
AuthorDate: Thu Mar 13 13:20:02 2014 +
Commit: Ulrich Müller ulm AT gentoo DOT org
CommitDate: Thu Mar 13 13:20:02 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/emacs-tools.git;a=commit;h=039c9ba0

Recognise man pages named like the main binary as emacs.1 targets.

* emacs.eselect (MANPAGELIST): Now equal to BINARYLIST.
(remove_symlinks): Explicitly include emacs in for loops.
(set_symlinks): Also recognise man pages named like the main
binary as possible targets for the emacs.1 symlink.

---
 ChangeLog |  7 +++
 emacs.eselect | 20 +---
 2 files changed, 20 insertions(+), 7 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index a079d0c..ce628ea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2014-03-13  Ulrich Müller  u...@gentoo.org
+
+   * emacs.eselect (MANPAGELIST): Now equal to BINARYLIST.
+   (remove_symlinks): Explicitly include emacs in for loops.
+   (set_symlinks): Also recognise man pages named like the main
+   binary as possible targets for the emacs.1 symlink.
+
 2014-02-17  Ulrich Müller  u...@gentoo.org
 
* Version 1.15 released.

diff --git a/emacs.eselect b/emacs.eselect
index 2c656b7..524c4c3 100644
--- a/emacs.eselect
+++ b/emacs.eselect
@@ -26,7 +26,7 @@ VERSION=1.15
 
 # ctags and etags are handled in their own module
 BINARYLIST=emacsclient b2m ebrowse rcs-checkin grep-changelog
-MANPAGELIST=emacs emacsclient b2m ebrowse rcs-checkin grep-changelog
+MANPAGELIST=${BINARYLIST}
 MANPAGELIST_OLD=gfdl
 
 find_targets() {
@@ -52,12 +52,11 @@ remove_symlinks() {
# Remove existing symlinks to binaries, man pages,
# and the env file (own function)
local f
-   rm -f ${EROOT}/usr/bin/emacs
-   for f in ${BINARYLIST}; do
+   for f in emacs ${BINARYLIST}; do
rm -f ${EROOT}/usr/bin/${f}
done
-   for f in ${MANPAGELIST} ${MANPAGELIST_OLD}; do
-   rm -f ${EROOT}/usr/share/man/man1/${f}.1*
+   for f in emacs ${MANPAGELIST} ${MANPAGELIST_OLD}; do
+   rm -f ${EROOT}/usr/share/man/man1/${f}.1*
done
remove_infopath
 }
@@ -77,7 +76,7 @@ set_bin_symlinks() {
 set_man_symlinks() {
# Set symlinks to man pages
local target=$1 suffix f i
-   for f in ${MANPAGELIST}; do
+   for f in emacs ${MANPAGELIST}; do
for i in ${EROOT}/usr/share/man/man1/${f}-${target}.1*; do
if [[ -f ${i} ]]; then
# target file exists; determine compression 
suffix
@@ -91,7 +90,7 @@ set_man_symlinks() {
 
 set_symlinks() {
# Set symlinks to binaries and man pages, update info path
-   local target=$1 nomain=$2 targets
+   local target=$1 nomain=$2 targets suffix i
# target may be specified by its name or its index
if is_number ${target}; then
# numeric index, find the target's name
@@ -112,6 +111,13 @@ set_symlinks() {
if [[ -z ${nomain} ]]; then
ln -s ${target} ${EROOT}/usr/bin/emacs \
|| die Couldn't set ${target} ${EROOT}/usr/bin/emacs 
symlink
+   for i in ${EROOT}/usr/share/man/man1/${target}.1*; do
+   if [[ -f ${i} ]]; then
+   suffix=${i##*/${target}.1}
+   ln -s ${target}.1${suffix} \
+   
${EROOT}/usr/share/man/man1/emacs.1${suffix}
+   fi
+   done
fi
set_bin_symlinks ${target}
set_man_symlinks ${target}



[gentoo-commits] proj/emacs-tools:eselect-emacs commit in: /

2014-03-13 Thread Ulrich Müller
commit: 33d9a43d1fb95d47a51f5eb80008d1c725c86217
Author: Ulrich Müller ulm AT gentoo DOT org
AuthorDate: Thu Mar 13 13:55:27 2014 +
Commit: Ulrich Müller ulm AT gentoo DOT org
CommitDate: Thu Mar 13 13:55:27 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/emacs-tools.git;a=commit;h=33d9a43d

Fix typo in ChangeLog.

---
 ChangeLog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index ce628ea..90145bf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
 2014-03-13  Ulrich Müller  u...@gentoo.org
 
* emacs.eselect (MANPAGELIST): Now equal to BINARYLIST.
-   (remove_symlinks): Explicitly include emacs in for loops.
+   (remove_symlinks): Explicitly include emacs in for-loops.
(set_symlinks): Also recognise man pages named like the main
binary as possible targets for the emacs.1 symlink.
 



[gentoo-commits] proj/emacs:master commit in: app-admin/eselect-emacs/

2014-03-13 Thread Ulrich Müller
commit: d7e42ef182a7c9a96c5f8cc9c56a44d45d4b7fd1
Author: Ulrich Müller ulm AT gentoo DOT org
AuthorDate: Thu Mar 13 14:00:02 2014 +
Commit: Ulrich Müller ulm AT gentoo DOT org
CommitDate: Thu Mar 13 14:00:02 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/emacs.git;a=commit;h=d7e42ef1

Install gnuclient eselect module.

Package-Manager: portage-2.2.8-r1

---
 app-admin/eselect-emacs/ChangeLog   | 6 ++
 .../{eselect-emacs--r1.ebuild = eselect-emacs--r2.ebuild}  | 4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/app-admin/eselect-emacs/ChangeLog 
b/app-admin/eselect-emacs/ChangeLog
index 84976a4..96e575d 100644
--- a/app-admin/eselect-emacs/ChangeLog
+++ b/app-admin/eselect-emacs/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*eselect-emacs--r2 (13 Mar 2014)
+
+  13 Mar 2014; Ulrich Müller u...@gentoo.org -eselect-emacs--r1.ebuild,
+  +eselect-emacs--r2.ebuild:
+  Install gnuclient eselect module.
+
   19 Jan 2014; Ulrich Müller u...@gentoo.org eselect-emacs--r1.ebuild:
   Switch from package.mask to empty KEYWORDS.
 

diff --git a/app-admin/eselect-emacs/eselect-emacs--r1.ebuild 
b/app-admin/eselect-emacs/eselect-emacs--r2.ebuild
similarity index 87%
rename from app-admin/eselect-emacs/eselect-emacs--r1.ebuild
rename to app-admin/eselect-emacs/eselect-emacs--r2.ebuild
index 1808dca..4ac77f9 100644
--- a/app-admin/eselect-emacs/eselect-emacs--r1.ebuild
+++ b/app-admin/eselect-emacs/eselect-emacs--r2.ebuild
@@ -23,7 +23,7 @@ S=${WORKDIR}/${PN}
 
 src_install() {
insinto /usr/share/eselect/modules
-   doins {emacs,etags}.eselect
-   doman {emacs,etags}.eselect.5
+   doins {emacs,etags,gnuclient}.eselect
+   doman {emacs,etags,gnuclient}.eselect.5
dodoc ChangeLog
 }



[gentoo-commits] proj/pambase:master commit in: /

2014-03-13 Thread Samuli Suominen
commit: c1058bd8ccde0c56454a48339e9afb7a6e7fa80f
Author: Samuli Suominen ssuominen AT gentoo DOT org
AuthorDate: Thu Mar 13 13:52:27 2014 +
Commit: Samuli Suominen ssuominen AT gentoo DOT org
CommitDate: Thu Mar 13 13:52:27 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/pambase.git;a=commit;h=c1058bd8

Import -systemd.patch and -systemd-auth.patch from gentoo-x86, see both bugs 
#372229 and #485470

---
 Makefile   | 4 
 system-auth.in | 4 
 2 files changed, 8 insertions(+)

diff --git a/Makefile b/Makefile
index 7d3e22a..ec5d240 100644
--- a/Makefile
+++ b/Makefile
@@ -28,6 +28,10 @@ ifeq $(CONSOLEKIT) yes
 PAMFLAGS += -DHAVE_CONSOLEKIT=1
 endif
 
+ifeq $(SYSTEMD) yes
+PAMFLAGS += -DHAVE_SYSTEMD=1
+endif
+
 ifeq $(GNOME_KEYRING) yes
 PAMFLAGS += -DHAVE_GNOME_KEYRING=1
 endif

diff --git a/system-auth.in b/system-auth.in
index a80d653..43df701 100644
--- a/system-auth.in
+++ b/system-auth.in
@@ -35,3 +35,7 @@ password  optionalpam_permit.so
 sessionoptionalpam_ssh.so
 #endif
 #include system-session.inc
+
+#if HAVE_SYSTEMD
+-sessionoptionalpam_systemd.so
+#endif



[gentoo-commits] proj/pambase:master commit in: /

2014-03-13 Thread Samuli Suominen
commit: ae72ea9e54b7f5035fb6b3120c0e75e79860e819
Author: Samuli Suominen ssuominen AT gentoo DOT org
AuthorDate: Thu Mar 13 14:13:15 2014 +
Commit: Samuli Suominen ssuominen AT gentoo DOT org
CommitDate: Thu Mar 13 14:13:15 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/pambase.git;a=commit;h=ae72ea9e

Import -lastlog-silent.patch from gentoo-x86, see bug #468798

---
 login.in| 2 ++
 system-login.in | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/login.in b/login.in
index 13abd27..14165a2 100644
--- a/login.in
+++ b/login.in
@@ -3,4 +3,6 @@ auth   include  system-local-login
 
 accountinclude system-local-login
 password   include system-local-login
+
+sessionoptional pam_lastlog.so DEBUG
 sessioninclude system-local-login

diff --git a/system-login.in b/system-login.in
index 0c3b5c8..11ac032 100644
--- a/system-login.in
+++ b/system-login.in
@@ -41,7 +41,7 @@ session   requiredpam_selinux.so close
 sessionrequiredpam_env.so DEBUG
 #endif
 #if HAVE_LASTLOG
-sessionoptionalpam_lastlog.so DEBUG
+sessionoptionalpam_lastlog.so silent DEBUG
 #endif
 sessioninclude system-auth
 #if HAVE_CONSOLEKIT



[gentoo-commits] gentoo-x86 commit in sys-auth/pambase: pambase-20140313.ebuild ChangeLog

2014-03-13 Thread Samuli Suominen (ssuominen)
ssuominen14/03/13 14:29:23

  Modified: ChangeLog
  Added:pambase-20140313.ebuild
  Log:
  Version bump (imported -systemd.patch, -systemd-auth.patch and 
-lastlog-silent.patch)
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
4868F14D)

Revision  ChangesPath
1.137sys-auth/pambase/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-auth/pambase/ChangeLog,v
retrieving revision 1.136
retrieving revision 1.137
diff -u -r1.136 -r1.137
--- ChangeLog   18 Jan 2014 05:16:11 -  1.136
+++ ChangeLog   13 Mar 2014 14:29:23 -  1.137
@@ -1,6 +1,12 @@
 # ChangeLog for sys-auth/pambase
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/pambase/ChangeLog,v 1.136 
2014/01/18 05:16:11 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/pambase/ChangeLog,v 1.137 
2014/03/13 14:29:23 ssuominen Exp $
+
+*pambase-20140313 (13 Mar 2014)
+
+  13 Mar 2014; Samuli Suominen ssuomi...@gentoo.org +pambase-20140313.ebuild:
+  Version bump (imported -systemd.patch, -systemd-auth.patch and -lastlog-
+  silent.patch)
 
   18 Jan 2014; Mike Frysinger vap...@gentoo.org pambase-20120417-r3.ebuild:
   Add arm64 love.



1.1  sys-auth/pambase/pambase-20140313.ebuild

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

Index: pambase-20140313.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-auth/pambase/pambase-20140313.ebuild,v 
1.1 2014/03/13 14:29:23 ssuominen Exp $

EAPI=5
inherit eutils

DESCRIPTION=PAM base configuration files
HOMEPAGE=http://www.gentoo.org/proj/en/base/pam/;
SRC_URI=http://dev.gentoo.org/~ssuominen/${P}.tar.bz2;

LICENSE=GPL-2
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 -sparc-fbsd -x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux 
~x86-linux
IUSE=consolekit cracklib debug gnome-keyring minimal mktemp pam_krb5 pam_ssh 
passwdqc selinux +sha512 systemd

RESTRICT=binchecks

MIN_PAM_REQ=1.1.3

RDEPEND=
|| (
=sys-libs/pam-${MIN_PAM_REQ}
( sys-auth/openpam || ( sys-freebsd/freebsd-pam-modules 
sys-netbsd/netbsd-pam-modules ) )
)
consolekit? ( =sys-auth/consolekit-0.4.6[pam] )
cracklib? ( =sys-libs/pam-${MIN_PAM_REQ}[cracklib] )
gnome-keyring? ( =gnome-base/gnome-keyring-2.32[pam] )
mktemp? ( sys-auth/pam_mktemp )
pam_krb5? (
|| ( =sys-libs/pam-${MIN_PAM_REQ} sys-auth/openpam )
=sys-auth/pam_krb5-4.3
)
pam_ssh? ( sys-auth/pam_ssh )
passwdqc? ( =sys-auth/pam_passwdqc-1.0.4 )
selinux? ( =sys-libs/pam-${MIN_PAM_REQ}[selinux] )
sha512? ( =sys-libs/pam-${MIN_PAM_REQ} )
systemd? ( =sys-apps/systemd-204[pam] )
!sys-apps/shadow-4.1.5-r1
!sys-freebsd/freebsd-pam-modules-6.2-r1
!sys-libs/pam-0.99.9.0-r1
DEPEND=app-portage/portage-utils

src_compile() {
local implementation=
local linux_pam_version=
if has_version sys-libs/pam; then
implementation=linux-pam
local ver_str=$(qatom `best_version sys-libs/pam` | cut -d ' ' 
-f 3)
linux_pam_version=$(printf 0x%02x%02x%02x ${ver_str//\./ })
elif has_version sys-auth/openpam; then
implementation=openpam
else
die PAM implementation not identified
fi

use_var() {
local varname=$(echo $1 | tr [a-z] [A-Z])
local usename=${2-$(echo $1 | tr [A-Z] [a-z])}
local varvalue=$(usex $usename)
echo ${varname}=${varvalue}
}

emake \
GIT=true \
$(use_var debug) \
$(use_var cracklib) \
$(use_var passwdqc) \
$(use_var consolekit) \
$(use_var systemd) \
$(use_var GNOME_KEYRING gnome-keyring) \
$(use_var selinux) \
$(use_var mktemp) \
$(use_var PAM_SSH pam_ssh) \
$(use_var sha512) \
$(use_var KRB5 pam_krb5

[gentoo-commits] gentoo-x86 commit in media-radio/fldigi: ChangeLog fldigi-3.21.79.ebuild

2014-03-13 Thread Thomas Beierlein (tomjbe)
tomjbe  14/03/13 14:31:37

  Modified: ChangeLog
  Added:fldigi-3.21.79.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x762053D5)

Revision  ChangesPath
1.91 media-radio/fldigi/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-radio/fldigi/ChangeLog,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -r1.90 -r1.91
--- ChangeLog   2 Feb 2014 13:40:01 -   1.90
+++ ChangeLog   13 Mar 2014 14:31:36 -  1.91
@@ -1,6 +1,11 @@
 # ChangeLog for media-radio/fldigi
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-radio/fldigi/ChangeLog,v 1.90 
2014/02/02 13:40:01 tomjbe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-radio/fldigi/ChangeLog,v 1.91 
2014/03/13 14:31:36 tomjbe Exp $
+
+*fldigi-3.21.79 (13 Mar 2014)
+
+  13 Mar 2014; Thomas Beierlein tom...@gentoo.org +fldigi-3.21.79.ebuild:
+  Version bump
 
 *fldigi-3.21.78 (02 Feb 2014)
 



1.1  media-radio/fldigi/fldigi-3.21.79.ebuild

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

Index: fldigi-3.21.79.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-radio/fldigi/fldigi-3.21.79.ebuild,v 
1.1 2014/03/13 14:31:36 tomjbe Exp $

EAPI=4

DESCRIPTION=Sound card based multimode software modem for Amateur Radio use
HOMEPAGE=http://www.w1hkj.com/Fldigi.html;
SRC_URI=http://www.w1hkj.com/downloads/fldigi/${P}.tar.gz;

LICENSE=GPL-3
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=hamlib nls portaudio pulseaudio sndfile

RDEPEND=x11-libs/fltk:1[threads,xft]
media-libs/libsamplerate
media-libs/libpng
x11-misc/xdg-utils
dev-perl/RPC-XML
dev-perl/Term-ReadLine-Perl
hamlib? ( media-libs/hamlib )
portaudio? ( =media-libs/portaudio-19_pre20071207 )
pulseaudio? ( media-sound/pulseaudio )
sndfile? ( =media-libs/libsndfile-1.0.10 )
DEPEND=${RDEPEND}
nls? ( sys-devel/gettext )
virtual/pkgconfig

DOCS=( AUTHORS ChangeLog NEWS README )

src_configure() {
econf $(use_with sndfile) \
$(use_with portaudio) \
$(use_with hamlib) \
$(use_enable nls) \
$(use_with pulseaudio) \
--disable-silent-rules \
--without-asciidoc
}






[gentoo-commits] gentoo-x86 commit in sys-auth/pambase: ChangeLog pambase-20120417-r2.ebuild pambase-20120417-r1.ebuild pambase-20120417.ebuild

2014-03-13 Thread Samuli Suominen (ssuominen)
ssuominen14/03/13 14:31:21

  Modified: ChangeLog
  Removed:  pambase-20120417-r2.ebuild
pambase-20120417-r1.ebuild pambase-20120417.ebuild
  Log:
  old
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
4868F14D)

Revision  ChangesPath
1.138sys-auth/pambase/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-auth/pambase/ChangeLog,v
retrieving revision 1.137
retrieving revision 1.138
diff -u -r1.137 -r1.138
--- ChangeLog   13 Mar 2014 14:29:23 -  1.137
+++ ChangeLog   13 Mar 2014 14:31:20 -  1.138
@@ -1,6 +1,11 @@
 # ChangeLog for sys-auth/pambase
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/pambase/ChangeLog,v 1.137 
2014/03/13 14:29:23 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/pambase/ChangeLog,v 1.138 
2014/03/13 14:31:20 ssuominen Exp $
+
+  13 Mar 2014; Samuli Suominen ssuomi...@gentoo.org
+  -pambase-20120417-r1.ebuild, -pambase-20120417-r2.ebuild,
+  -pambase-20120417.ebuild:
+  old
 
 *pambase-20140313 (13 Mar 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-libs/qtkeychain: qtkeychain-0.3.0.ebuild ChangeLog

2014-03-13 Thread Johannes Huber (johu)
johu14/03/13 14:22:22

  Modified: ChangeLog
  Added:qtkeychain-0.3.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
F3CFD2BD)

Revision  ChangesPath
1.2  dev-libs/qtkeychain/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/qtkeychain/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   29 May 2013 23:20:33 -  1.1
+++ ChangeLog   13 Mar 2014 14:22:22 -  1.2
@@ -1,10 +1,14 @@
 # ChangeLog for dev-libs/qtkeychain
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/qtkeychain/ChangeLog,v 1.1 
2013/05/29 23:20:33 johu Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/qtkeychain/ChangeLog,v 1.2 
2014/03/13 14:22:22 johu Exp $
+
+*qtkeychain-0.3.0 (13 Mar 2014)
+
+  13 Mar 2014; Johannes Huber j...@gentoo.org +qtkeychain-0.3.0.ebuild:
+  Version bump.
 
 *qtkeychain-0.1.0 (29 May 2013)
 
   29 May 2013; Johannes Huber j...@gentoo.org +qtkeychain-0.1.0.ebuild,
   +files/qtkeychain-0.1.0-qt5.patch, +metadata.xml:
   New package. Ebuild by me.
-



1.1  dev-libs/qtkeychain/qtkeychain-0.3.0.ebuild

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

Index: qtkeychain-0.3.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/qtkeychain/qtkeychain-0.3.0.ebuild,v 1.1 
2014/03/13 14:22:22 johu Exp $

EAPI=5

inherit cmake-utils

DESCRIPTION=Qt API for storing passwords securely
HOMEPAGE=https://github.com/frankosterfeld/qtkeychain;
SRC_URI=https://github.com/frankosterfeld/${PN}/archive/v${PV}.tar.gz - 
${P}.tar.gz

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

DEPEND=
qt5? (
dev-qt/qtcore:5
dev-qt/qtdbus:5
)
!qt5? (
dev-qt/qtcore:4
dev-qt/qtdbus:4
)

RDEPEND=${DEPEND}

DOCS=( ChangeLog ReadMe.txt )

src_configure() {
local mycmakeargs=(
$(cmake-utils_use_build !qt5 WITH_QT4)
)

cmake-utils_src_configure
}






[gentoo-commits] proj/pambase:master commit in: /

2014-03-13 Thread Samuli Suominen
commit: bec2aa7cdde64d59cf4fdb5de661188da7cc6e59
Author: Samuli Suominen ssuominen AT gentoo DOT org
AuthorDate: Thu Mar 13 14:36:19 2014 +
Commit: Samuli Suominen ssuominen AT gentoo DOT org
CommitDate: Thu Mar 13 14:36:19 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/pambase.git;a=commit;h=bec2aa7c

Use xz instead of bzip2 for dist.

---
 Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile
index ec5d240..574d0d1 100644
--- a/Makefile
+++ b/Makefile
@@ -75,11 +75,11 @@ ifeq $(VERSION) 
 VERSION = $(shell date +%Y%m%d)
 endif
 
-dist: $(PACKAGE)-$(VERSION).tar.bz2
+dist: $(PACKAGE)-$(VERSION).tar.xz
 
-$(PACKAGE)-$(VERSION).tar.bz2: $(shell $(GIT) ls-files)
+$(PACKAGE)-$(VERSION).tar.xz: $(shell $(GIT) ls-files)
$(GIT) tag $(PACKAGE)-$(VERSION)
-   $(GIT) archive --format=tar --prefix=$(PACKAGE)-$(VERSION)/ HEAD | 
bzip2  $@
+   $(GIT) archive --format=tar --prefix=$(PACKAGE)-$(VERSION)/ HEAD | xz  
$@
 
 $(PAMD): %: %.in
$(CPP) -traditional-cpp -P $(PAMFLAGS) $ -o $@



[gentoo-commits] gentoo-x86 commit in dev-python/scientificpython/files: scientificpython-2.9.3-mpi-netcdf.patch

2014-03-13 Thread Michal Gorny (mgorny)
mgorny  14/03/13 14:58:03

  Added:scientificpython-2.9.3-mpi-netcdf.patch
  Log:
  Version bump. Use python_doexe() to switch Python wrapping to eclass, bug 
#484416.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.1  
dev-python/scientificpython/files/scientificpython-2.9.3-mpi-netcdf.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/scientificpython/files/scientificpython-2.9.3-mpi-netcdf.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/scientificpython/files/scientificpython-2.9.3-mpi-netcdf.patch?rev=1.1content-type=text/plain

Index: scientificpython-2.9.3-mpi-netcdf.patch
===
From 71a5e881290c1cec2506a346e2740a1b821c36aa Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= mgo...@gentoo.org
Date: Thu, 13 Mar 2014 15:29:33 +0100
Subject: [PATCH] Include MPI cflags/ldflags for netcdf.

---
 setup.py | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/setup.py b/setup.py
index 7f01656..71ac92a 100644
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@
 
 from distutils.core import setup, Extension
 from distutils.command.install_headers import install_headers
-import os, sys, platform
+import os, sys, platform, subprocess
 from glob import glob
 
 class Dummy:
@@ -92,13 +92,16 @@ else:
 netcdf_include = os.path.join(netcdf_prefix, 'include')
 netcdf_h_file = os.path.join(netcdf_prefix, 'include', 'netcdf.h')
 netcdf_lib = os.path.join(netcdf_prefix, 'lib')
+mpi_cflags = subprocess.Popen([mpicc, -showme:compile], 
stdout=subprocess.PIPE).communicate()[0].rstrip().split()
+mpi_ldflags = subprocess.Popen([mpicc, -showme:link], 
stdout=subprocess.PIPE).communicate()[0].rstrip().split()
 ext_modules = [Extension('Scientific._netcdf',
  ['Scientific/_netcdf.c'],
  include_dirs=['Include', netcdf_include]
   + numpy_include,
  library_dirs=[netcdf_lib],
  libraries = ['netcdf'],
- extra_compile_args=extra_compile_args)]
+ extra_compile_args=extra_compile_args + 
mpi_cflags,
+ extra_link_args=mpi_ldflags)]
 
 try:
 # Add code for including documentation in Mac packages
-- 
1.9.0







[gentoo-commits] gentoo-x86 commit in dev-python/south: metadata.xml south-0.8.1-r1.ebuild ChangeLog

2014-03-13 Thread Michal Gorny (mgorny)
mgorny  14/03/13 15:01:21

  Modified: metadata.xml ChangeLog
  Added:south-0.8.1-r1.ebuild
  Log:
  Clean up and fix the ebuild wrt bug #484418. Switch the maintainership to 
python@ on previous maintainer's request.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.3  dev-python/south/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/south/metadata.xml?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/south/metadata.xml?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/south/metadata.xml?r1=1.2r2=1.3

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/south/metadata.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- metadata.xml24 Sep 2011 08:29:11 -  1.2
+++ metadata.xml13 Mar 2014 15:01:21 -  1.3
@@ -1,8 +1,5 @@
 ?xml version=1.0 encoding=UTF-8?
 !DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
 pkgmetadata
-   maintainer
-   emaildev-z...@gentoo.org/email
-   nameTiziano Müller/name
-   /maintainer
+   herdpython/herd
 /pkgmetadata



1.13 dev-python/south/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/south/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   14 Aug 2013 11:22:53 -  1.12
+++ ChangeLog   13 Mar 2014 15:01:21 -  1.13
@@ -1,6 +1,13 @@
 # ChangeLog for dev-python/south
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/south/ChangeLog,v 1.12 
2013/08/14 11:22:53 patrick Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/south/ChangeLog,v 1.13 
2014/03/13 15:01:21 mgorny Exp $
+
+*south-0.8.1-r1 (13 Mar 2014)
+
+  13 Mar 2014; Michał Górny mgo...@gentoo.org +south-0.8.1-r1.ebuild,
+  metadata.xml:
+  Clean up and fix the ebuild wrt bug #484418. Switch the maintainership to
+  python@ on previous maintainer's request.
 
   14 Aug 2013; Patrick Lauer patr...@gentoo.org south-0.7.6.ebuild:
   Whitespace



1.1  dev-python/south/south-0.8.1-r1.ebuild

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

Index: south-0.8.1-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/south/south-0.8.1-r1.ebuild,v 1.1 
2014/03/13 15:01:21 mgorny Exp $

EAPI=5

PYTHON_COMPAT=( python{2_6,2_7} )

inherit vcs-snapshot distutils-r1

DESCRIPTION=Intelligent schema migrations for Django apps.
HOMEPAGE=http://south.aeracode.org/;
SRC_URI=https://bitbucket.org/andrewgodwin/south/get/${PV}.tar.gz - 
${P}.tar.gz

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

RDEPEND=dev-python/django[${PYTHON_USEDEP}]
DEPEND=${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
doc? (
dev-python/jinja[${PYTHON_USEDEP}]
dev-python/sphinx[${PYTHON_USEDEP}] )
test? ( dev-python/django[sqlite] )

# we are setting up the tests, but they fail

python_compile_all() {
use doc  emake -C docs html
}

python_install_all() {
use doc  local HTML_DOCS=( docs/_build/html/. )
distutils-r1_python_install_all
}

python_test() {
# http://south.aeracode.org/ticket/1256
cd ${BUILD_DIR} || die
django-admin.py startproject southtest || die setting up test env 
failed

cd southtest || die
sed -i \
-e /^INSTALLED_APPS/a\'south', \
-e 's/\(django.db.backends.\)/\1sqlite3/' \
-e s/\(NAME': '\)/\1test.db/ \
-e '$a\SKIP_SOUTH_TESTS=False' \
southtest/settings.py || die test sed failed

${EPYTHON} manage.py test south || die tests failed for ${EPYTHON}
}

pkg_postinst() {
elog In order to use the south schema migrations for your Django 
project,
elog just add 'south' to your INSTALLED_APPS in the 

[gentoo-commits] gentoo-x86 commit in net-fs/samba: samba-4.0.15-r1.ebuild samba-4.1.5-r1.ebuild ChangeLog

2014-03-13 Thread Lars Wendler (polynomial-c)
polynomial-c14/03/13 15:35:07

  Modified: samba-4.0.15-r1.ebuild samba-4.1.5-r1.ebuild
ChangeLog
  Log:
  Fixed pidfile location for non-linux systems
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x981CA6FC)

Revision  ChangesPath
1.2  net-fs/samba/samba-4.0.15-r1.ebuild

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

Index: samba-4.0.15-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/samba-4.0.15-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- samba-4.0.15-r1.ebuild  6 Mar 2014 09:35:19 -   1.1
+++ samba-4.0.15-r1.ebuild  13 Mar 2014 15:35:07 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-4.0.15-r1.ebuild,v 1.1 
2014/03/06 09:35:19 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-4.0.15-r1.ebuild,v 1.2 
2014/03/13 15:35:07 polynomial-c Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_{6,7} )
@@ -105,7 +105,7 @@
--localstatedir=/var \
--with-modulesdir=/usr/$(get_libdir)/samba \
--with-pammodulesdir=/$(get_libdir)/security \
-   --with-piddir=/run/${PN} \
+   --with-piddir=/var/run/${PN} \
--disable-rpath \
--disable-rpath-install \
--nopyc \



1.2  net-fs/samba/samba-4.1.5-r1.ebuild

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

Index: samba-4.1.5-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/samba-4.1.5-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- samba-4.1.5-r1.ebuild   6 Mar 2014 09:35:19 -   1.1
+++ samba-4.1.5-r1.ebuild   13 Mar 2014 15:35:07 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-4.1.5-r1.ebuild,v 1.1 
2014/03/06 09:35:19 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-4.1.5-r1.ebuild,v 1.2 
2014/03/13 15:35:07 polynomial-c Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_{6,7} )
@@ -99,7 +99,7 @@
--localstatedir=/var \
--with-modulesdir=/usr/$(get_libdir)/samba \
--with-pammodulesdir=/$(get_libdir)/security \
-   --with-piddir=/run/${PN} \
+   --with-piddir=/var/run/${PN} \
--disable-rpath \
--disable-rpath-install \
--nopyc \



1.655net-fs/samba/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v
retrieving revision 1.654
retrieving revision 1.655
diff -u -r1.654 -r1.655
--- ChangeLog   6 Mar 2014 09:35:19 -   1.654
+++ ChangeLog   13 Mar 2014 15:35:07 -  1.655
@@ -1,6 +1,11 @@
 # ChangeLog for net-fs/samba
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.654 2014/03/06 
09:35:19 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.655 2014/03/13 
15:35:07 polynomial-c Exp $
+
+  13 Mar 2014; Lars Wendler polynomia...@gentoo.org samba-4.0.15-r1.ebuild,
+  samba-4.1.5-r1.ebuild, files/4.0/samba4.initd-r1, files/4.1/samba4.initd-r1,
+  files/samba.conf:
+  Fixed pidfile location for non-linux systems.
 
 *samba-4.1.5-r1 (06 Mar 2014)
 *samba-4.0.15-r1 (06 Mar 2014)






[gentoo-commits] gentoo-x86 commit in net-fs/samba/files: samba.conf

2014-03-13 Thread Lars Wendler (polynomial-c)
polynomial-c14/03/13 15:35:08

  Modified: samba.conf
  Log:
  Fixed pidfile location for non-linux systems
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x981CA6FC)

Revision  ChangesPath
1.2  net-fs/samba/files/samba.conf

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

Index: samba.conf
===
RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/files/samba.conf,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- samba.conf  13 Jul 2013 11:21:21 -  1.1
+++ samba.conf  13 Mar 2014 15:35:08 -  1.2
@@ -1 +1 @@
-D /run/samba 0755 root root
+D /var/run/samba 0755 root root






[gentoo-commits] gentoo-x86 commit in net-fs/samba/files/4.1: samba4.initd-r1

2014-03-13 Thread Lars Wendler (polynomial-c)
polynomial-c14/03/13 15:35:07

  Modified: samba4.initd-r1
  Log:
  Fixed pidfile location for non-linux systems
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x981CA6FC)

Revision  ChangesPath
1.3  net-fs/samba/files/4.1/samba4.initd-r1

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/files/4.1/samba4.initd-r1?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/files/4.1/samba4.initd-r1?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/files/4.1/samba4.initd-r1?r1=1.2r2=1.3

Index: samba4.initd-r1
===
RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/files/4.1/samba4.initd-r1,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- samba4.initd-r1 29 Oct 2013 13:54:28 -  1.2
+++ samba4.initd-r1 13 Mar 2014 15:35:07 -  1.3
@@ -1,10 +1,10 @@
 #!/sbin/runscript
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/files/4.1/samba4.initd-r1,v 
1.2 2013/10/29 13:54:28 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/files/4.1/samba4.initd-r1,v 
1.3 2014/03/13 15:35:07 polynomial-c Exp $
 
 extra_started_commands=reload
-piddir=/var/run
+piddir=/var/run/samba
 
 depend() {
after slapd






[gentoo-commits] gentoo-x86 commit in kde-base/katepart: katepart-4.12.3-r1.ebuild ChangeLog katepart-4.12.3.ebuild

2014-03-13 Thread Johannes Huber (johu)
johu14/03/13 16:02:45

  Modified: ChangeLog
  Added:katepart-4.12.3-r1.ebuild
  Removed:  katepart-4.12.3.ebuild
  Log:
  Revision bump adds backported upstream patch by Michael Palimaka 
kensing...@gentoo.org, spotted by Thomas thomas.eschenbac...@gmx.de. Patch 
fixes crashes in kde-bae/kate and dev-util/kdevelop, bug #502494.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
F3CFD2BD)

Revision  ChangesPath
1.125kde-base/katepart/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/kde-base/katepart/ChangeLog,v
retrieving revision 1.124
retrieving revision 1.125
diff -u -r1.124 -r1.125
--- ChangeLog   11 Mar 2014 13:06:58 -  1.124
+++ ChangeLog   13 Mar 2014 16:02:45 -  1.125
@@ -1,6 +1,15 @@
 # ChangeLog for kde-base/katepart
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/katepart/ChangeLog,v 1.124 
2014/03/11 13:06:58 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/katepart/ChangeLog,v 1.125 
2014/03/13 16:02:45 johu Exp $
+
+*katepart-4.12.3-r1 (13 Mar 2014)
+
+  13 Mar 2014; Johannes Huber j...@gentoo.org
+  +files/katepart-4.12.3-crash-fix.patch, +katepart-4.12.3-r1.ebuild,
+  -katepart-4.12.3.ebuild:
+  Revision bump adds backported upstream patch by Michael Palimaka
+  kensing...@gentoo.org, spotted by Thomas thomas.eschenbac...@gmx.de. 
Patch
+  fixes crashes in kde-bae/kate and dev-util/kdevelop, bug #502494.
 
   11 Mar 2014; Johannes Huber j...@gentoo.org -katepart-4.12.2.ebuild:
   Remove KDE SC 4.12.2



1.1  kde-base/katepart/katepart-4.12.3-r1.ebuild

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

Index: katepart-4.12.3-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/kde-base/katepart/katepart-4.12.3-r1.ebuild,v 1.1 
2014/03/13 16:02:45 johu Exp $

EAPI=5

KDE_HANDBOOK=optional
KMNAME=kate
KMMODULE=part
inherit kde4-meta

DESCRIPTION=KDE Editor KPart
HOMEPAGE+= http://kate-editor.org/about-katepart/;
KEYWORDS= ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux
IUSE=debug

RESTRICT=test
# bug 392993

KMEXTRA=
addons/ktexteditor


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

src_configure() {
local mycmakeargs=(
-DKDE4_BUILD_TESTS=OFF
)

kde4-meta_src_configure
}






[gentoo-commits] gentoo-x86 commit in kde-base/katepart/files: katepart-4.12.3-crash-fix.patch

2014-03-13 Thread Johannes Huber (johu)
johu14/03/13 16:02:45

  Added:katepart-4.12.3-crash-fix.patch
  Log:
  Revision bump adds backported upstream patch by Michael Palimaka 
kensing...@gentoo.org, spotted by Thomas thomas.eschenbac...@gmx.de. Patch 
fixes crashes in kde-bae/kate and dev-util/kdevelop, bug #502494.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
F3CFD2BD)

Revision  ChangesPath
1.1  kde-base/katepart/files/katepart-4.12.3-crash-fix.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/katepart/files/katepart-4.12.3-crash-fix.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/katepart/files/katepart-4.12.3-crash-fix.patch?rev=1.1content-type=text/plain

Index: katepart-4.12.3-crash-fix.patch
===
diff --git a/part/completion/katecompletionmodel.cpp 
b/part/completion/katecompletionmodel.cpp
index 3fa8080..22af495 100644
--- a/part/completion/katecompletionmodel.cpp
+++ b/part/completion/katecompletionmodel.cpp
@@ -504,7 +504,7 @@ QModelIndex KateCompletionModel::indexForGroup( Group * g ) 
const
   return createIndex(row, 0, 0);
 }
 
-void KateCompletionModel::clearGroups( bool shouldReset )
+void KateCompletionModel::clearGroups()
 {
   clearExpanding();
   m_ungrouped-clear();
@@ -536,9 +536,6 @@ void KateCompletionModel::clearGroups( bool shouldReset )
 
   m_emptyGroups.append(m_bestMatches);
   m_groupHash.insert(BestMatchesProperty, m_bestMatches);
-
-  if(shouldReset)
-reset();
 }
 
 QSetKateCompletionModel::Group* KateCompletionModel::createItems(const 
HierarchicalModelHandler _handler, const QModelIndex i, bool notifyModel) {
@@ -577,9 +574,10 @@ QSetKateCompletionModel::Group* 
KateCompletionModel::deleteItems(const QModelI
 
 void KateCompletionModel::createGroups()
 {
+  beginResetModel();
   //After clearing the model, it has to be reset, else we will be in an 
invalid state while inserting
   //new groups.
-  clearGroups(true);
+  clearGroups();
 
   bool has_groups=false;
   foreach (CodeCompletionModel* sourceModel, m_completionModels) {
@@ -600,10 +598,7 @@ void KateCompletionModel::createGroups()
   makeGroupItemsUnique();
   
   updateBestMatches();
-  
-  reset();
-
-  emit contentGeometryChanged();
+  endResetModel();
 }
 
 KateCompletionModel::Group* KateCompletionModel::createItem(const 
HierarchicalModelHandler handler, const QModelIndex sourceIndex, bool 
notifyModel)
@@ -660,9 +655,7 @@ void KateCompletionModel::slotRowsInserted( const 
QModelIndex  parent, int star
 affectedGroups += createItems(handler, parent.isValid() ? parent.child(i, 
0) :  handler.model()-index(i, 0), true);
 
   foreach (Group* g, affectedGroups)
-  hideOrShowGroup(g);
-
-emit contentGeometryChanged();
+  hideOrShowGroup(g, true);
 }
 
 void KateCompletionModel::slotRowsRemoved( const QModelIndex  parent, int 
start, int end )
@@ -678,9 +671,7 @@ void KateCompletionModel::slotRowsRemoved( const 
QModelIndex  parent, int start
   }
 
   foreach (Group* g, affectedGroups)
-hideOrShowGroup(g);
-
-  emit contentGeometryChanged();
+hideOrShowGroup(g, true);
 }
 
 KateCompletionModel::Group* KateCompletionModel::fetchGroup( int attribute, 
const QString scope, bool forceGrouping )
@@ -938,31 +929,32 @@ void KateCompletionModel::setCurrentCompletion( 
KTextEditor::CodeCompletionModel
 
   m_currentMatch[model] = completion;
 
-  bool needsReset = false;
+  const bool resetModel = (changeType != Narrow);
+  if (resetModel) {
+beginResetModel();
+  }
   
   if (!hasGroups()) {
-needsReset |= changeCompletions(m_ungrouped, changeType);
+changeCompletions(m_ungrouped, changeType, !resetModel);
   } else {
 foreach (Group* g, m_rowTable) {
   if(g != m_argumentHints)
-needsReset |= changeCompletions(g, changeType);
+changeCompletions(g, changeType, !resetModel);
 }
 foreach (Group* g, m_emptyGroups) {
   if(g != m_argumentHints)
-needsReset |= changeCompletions(g, changeType);
+changeCompletions(g, changeType, !resetModel);
 }
   }
 
   // NOTE: best matches are also updated in resort
   resort();
 
-  kDebug()needsResetneedsReset;
-  if(needsReset)
-reset();
+  if (resetModel) {
+endResetModel();
+  }
 
   clearExpanding(); //We need to do this, or be aware of expanding-widgets 
while filtering.
-  emit contentGeometryChanged();
-  kDebug();
 }
 
 QString KateCompletionModel::commonPrefixInternal(const QString forcePrefix) 
const
@@ -1024,15 +1016,14 @@ QString KateCompletionModel::commonPrefix(QModelIndex 
selectedIndex) const
   return commonPrefix;
 }
 
-bool KateCompletionModel::changeCompletions( Group * g, changeTypes changeType 
)
+void KateCompletionModel::changeCompletions( Group * g, changeTypes 
changeType, bool notifyModel )
 {
-  bool notifyModel = true;
   if(changeType != Narrow) {
-notifyModel = false;
 g-filtered 

[gentoo-commits] gentoo-x86 commit in net-misc/youtube-dl: ChangeLog youtube-dl-2014.02.10.ebuild youtube-dl-2013.12.20.ebuild youtube-dl-2014.03.12.ebuild youtube-dl-2014.03.10.ebuild youtube-dl-2014

2014-03-13 Thread Jeroen Roovers (jer)
jer 14/03/13 16:06:33

  Modified: ChangeLog youtube-dl-2014.02.10.ebuild
youtube-dl-2013.12.20.ebuild
youtube-dl-2014.03.12.ebuild
youtube-dl-2014.03.10.ebuild
  Removed:  youtube-dl-2014.02.24.ebuild
youtube-dl-2014.02.17.ebuild
youtube-dl-2014.02.28.ebuild
youtube-dl-2014.02.13.ebuild
youtube-dl-2014.02.26.ebuild
youtube-dl-2014.02.21.ebuild
youtube-dl-2014.03.07.1.ebuild
youtube-dl-2014.02.22.ebuild
youtube-dl-2014.03.03.ebuild
  Log:
  Add a suffix to the internal package version when USE=-offensive.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

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

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/youtube-dl/ChangeLog,v
retrieving revision 1.315
retrieving revision 1.316
diff -u -r1.315 -r1.316
--- ChangeLog   13 Mar 2014 15:26:55 -  1.315
+++ ChangeLog   13 Mar 2014 16:06:33 -  1.316
@@ -1,6 +1,15 @@
 # ChangeLog for net-misc/youtube-dl
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/youtube-dl/ChangeLog,v 1.315 
2014/03/13 15:26:55 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/youtube-dl/ChangeLog,v 1.316 
2014/03/13 16:06:33 jer Exp $
+
+  13 Mar 2014; Jeroen Roovers j...@gentoo.org youtube-dl-2013.12.20.ebuild,
+  youtube-dl-2014.02.10.ebuild, -youtube-dl-2014.02.13.ebuild,
+  -youtube-dl-2014.02.17.ebuild, -youtube-dl-2014.02.21.ebuild,
+  -youtube-dl-2014.02.22.ebuild, -youtube-dl-2014.02.24.ebuild,
+  -youtube-dl-2014.02.26.ebuild, -youtube-dl-2014.02.28.ebuild,
+  -youtube-dl-2014.03.03.ebuild, -youtube-dl-2014.03.07.1.ebuild,
+  youtube-dl-2014.03.10.ebuild, youtube-dl-2014.03.12.ebuild:
+  Add a suffix to the internal package version when USE=-offensive.
 
 *youtube-dl-2014.03.12 (13 Mar 2014)
 



1.6  net-misc/youtube-dl/youtube-dl-2014.02.10.ebuild

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

Index: youtube-dl-2014.02.10.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-misc/youtube-dl/youtube-dl-2014.02.10.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- youtube-dl-2014.02.10.ebuild5 Mar 2014 16:11:35 -   1.5
+++ youtube-dl-2014.02.10.ebuild13 Mar 2014 16:06:33 -  1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-misc/youtube-dl/youtube-dl-2014.02.10.ebuild,v 1.5 
2014/03/05 16:11:35 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-misc/youtube-dl/youtube-dl-2014.02.10.ebuild,v 1.6 
2014/03/13 16:06:33 jer Exp $
 
 EAPI=5
 
@@ -26,6 +26,8 @@
 
 src_prepare() {
if ! use offensive; then
+   sed -i -e /__version__/s|'$|-gentoo_no_offensive_sites'|g \
+   youtube_dl/version.py || die
local xxx=(
extremetube mofosex pornhd pornhub pornotube redtube 
spankwire
thisav tube8 xhamster xnxx xtube xvideos youjizz youporn



1.7  net-misc/youtube-dl/youtube-dl-2013.12.20.ebuild

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

Index: youtube-dl-2013.12.20.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-misc/youtube-dl/youtube-dl-2013.12.20.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- youtube-dl-2013.12.20.ebuild19 Jan 2014 10:16:39 -  1.6
+++ 

[gentoo-commits] gentoo-x86 commit in scripts: bootstrap.sh

2014-03-13 Thread William Hubbs (williamh)
williamh14/03/13 16:11:27

  Modified: bootstrap.sh
  Log:
  We should attempt to source /lib/gentoo/functions.sh before we attempt
  to source /etc/init.d/functions.sh.
  Also, we should unconditionally define our own esyslog function.
  This is for bug #504376.

Revision  ChangesPath
1.98 scripts/bootstrap.sh

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/scripts/bootstrap.sh?rev=1.98view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/scripts/bootstrap.sh?rev=1.98content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/scripts/bootstrap.sh?r1=1.97r2=1.98

Index: bootstrap.sh
===
RCS file: /var/cvsroot/gentoo-x86/scripts/bootstrap.sh,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -r1.97 -r1.98
--- bootstrap.sh27 Jun 2013 21:04:49 -  1.97
+++ bootstrap.sh13 Mar 2014 16:11:27 -  1.98
@@ -1,7 +1,7 @@
 #!/bin/bash
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/scripts/bootstrap.sh,v 1.97 2013/06/27 
21:04:49 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/scripts/bootstrap.sh,v 1.98 2014/03/13 
16:11:27 williamh Exp $
 
 # people who were here:
 # (drobbins, 06 Jun 2003)
@@ -12,23 +12,26 @@
 # (azarah, Mar 2005)
 # (uberlord, May 2007)
 # (kumba, May 2007)
+# (williamh, Mar 2014)
 
 # sanity check
 [[ -e /etc/profile ]]  . /etc/profile
 
-if [[ -e /etc/init.d/functions.sh ]] ; then
+if [[ -e /lib/gentoo/functions.sh ]] ; then
+   source /lib/gentoo/functions.sh
+   elif [[ -e /etc/init.d/functions.sh ]] ; then
source /etc/init.d/functions.sh
-
-   # Use our own custom script, else logger cause things to
-   # 'freeze' if we do not have a system logger running
-   esyslog() {
-   :
-   }
 else
eerror() { echo !!! $*; }
einfo() { echo * $*; }
 fi
 
+# Use our own custom script, else logger cause things to
+# 'freeze' if we do not have a system logger running
+esyslog() {
+   :
+}
+
 show_status() {
local num=$1
shift
@@ -52,7 +55,7 @@
env $@
 }
 
-cvsver=$Header: /var/cvsroot/gentoo-x86/scripts/bootstrap.sh,v 1.97 
2013/06/27 21:04:49 zmedico Exp $
+cvsver=$Header: /var/cvsroot/gentoo-x86/scripts/bootstrap.sh,v 1.98 
2014/03/13 16:11:27 williamh Exp $
 cvsver=${cvsver##*,v }
 cvsver=${cvsver%%Exp*}
 cvsyear=${cvsver#* }






[gentoo-commits] gentoo-x86 commit in dev-python/sphinx: ChangeLog sphinx-1.2.2.ebuild

2014-03-13 Thread Andrey Grozin (grozin)
grozin  14/03/13 16:11:29

  Modified: ChangeLog sphinx-1.2.2.ebuild
  Log:
  Fix for #498960 by  ero-sennin ag+servi...@sologoc.com
  
  (Portage version: 2.2.8-r1/cvs/Linux i686, signed Manifest commit with key 
0x3AFFCE974D34BD8C!)

Revision  ChangesPath
1.162dev-python/sphinx/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/sphinx/ChangeLog,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -r1.161 -r1.162
--- ChangeLog   3 Mar 2014 23:29:09 -   1.161
+++ ChangeLog   13 Mar 2014 16:11:29 -  1.162
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/sphinx
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx/ChangeLog,v 1.161 
2014/03/03 23:29:09 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx/ChangeLog,v 1.162 
2014/03/13 16:11:29 grozin Exp $
+
+  13 Mar 2014; Andrey Grozin gro...@gentoo.org sphinx-1.2.2.ebuild:
+  Fix for #498960 by ero-sennin ag+servi...@sologoc.com
 
   03 Mar 2014; Tim Harder radher...@gentoo.org -sphinx-1.1.3-r3.ebuild,
   -sphinx-1.1.3-r5.ebuild, -sphinx-1.1.3-r6.ebuild, -sphinx-1.2.ebuild:



1.2  dev-python/sphinx/sphinx-1.2.2.ebuild

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

Index: sphinx-1.2.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/sphinx/sphinx-1.2.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sphinx-1.2.2.ebuild 3 Mar 2014 23:26:02 -   1.1
+++ sphinx-1.2.2.ebuild 13 Mar 2014 16:11:29 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx/sphinx-1.2.2.ebuild,v 1.1 
2014/03/03 23:26:02 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx/sphinx-1.2.2.ebuild,v 1.2 
2014/03/13 16:11:29 grozin Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
@@ -48,7 +48,7 @@
 }
 
 python_compile_all() {
-   use doc  emake -C doc SPHINXBUILD=${PYTHON} -m sphinx.__init__ html
+   use doc  emake -C doc SPHINXBUILD='${PYTHON} 
${S}/sphinx-build.py' html
 }
 
 python_test() {






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

2014-03-13 Thread Sebastien Fabbro (bicatali)
bicatali14/03/13 16:17:43

  Modified: qscintilla-2.8-r1.ebuild ChangeLog
  Log:
  Keyword amd64-linux and x86-linux
  
  (Portage version: 2.2.8-prefix/cvs/Linux x86_64, signed Manifest commit with 
key 0x13CB1360)

Revision  ChangesPath
1.2  x11-libs/qscintilla/qscintilla-2.8-r1.ebuild

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

Index: qscintilla-2.8-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/qscintilla-2.8-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- qscintilla-2.8-r1.ebuild30 Dec 2013 02:02:46 -  1.1
+++ qscintilla-2.8-r1.ebuild13 Mar 2014 16:17:43 -  1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/x11-libs/qscintilla/qscintilla-2.8-r1.ebuild,v 1.1 
2013/12/30 02:02:46 pesa Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/x11-libs/qscintilla/qscintilla-2.8-r1.ebuild,v 1.2 
2014/03/13 16:17:43 bicatali Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE=|| ( GPL-2 GPL-3 )
 SLOT=0/11
-KEYWORDS=~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86
+KEYWORDS=~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-linux ~amd64-linux
 IUSE=doc
 
 DEPEND=



1.99 x11-libs/qscintilla/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/ChangeLog,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -r1.98 -r1.99
--- ChangeLog   30 Dec 2013 02:02:46 -  1.98
+++ ChangeLog   13 Mar 2014 16:17:43 -  1.99
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/qscintilla
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/ChangeLog,v 1.98 
2013/12/30 02:02:46 pesa Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/ChangeLog,v 1.99 
2014/03/13 16:17:43 bicatali Exp $
+
+  13 Mar 2014; Sébastien Fabbro bicat...@gentoo.org qscintilla-2.8-r1.ebuild:
+  Keyword amd64-linux and x86-linux
 
 *qscintilla-2.8-r1 (30 Dec 2013)
 






[gentoo-commits] proj/emacs-tools: New tag: eselect-emacs-1.16

2014-03-13 Thread Ulrich Müller
commit: 
Commit: Ulrich Müller ulm AT gentoo DOT org
CommitDate: Thu Mar 13 16:34:48 2014 +

New tag: eselect-emacs-1.16




[gentoo-commits] gentoo-x86 commit in app-admin/eselect-ctags: eselect-ctags-1.16.ebuild ChangeLog

2014-03-13 Thread Ulrich Mueller (ulm)
ulm 14/03/13 16:40:09

  Modified: ChangeLog
  Added:eselect-ctags-1.16.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
9433907D693FB5B8!)

Revision  ChangesPath
1.73 app-admin/eselect-ctags/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-ctags/ChangeLog?rev=1.73view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-ctags/ChangeLog?rev=1.73content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-ctags/ChangeLog?r1=1.72r2=1.73

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/eselect-ctags/ChangeLog,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- ChangeLog   12 Mar 2014 09:49:56 -  1.72
+++ ChangeLog   13 Mar 2014 16:40:09 -  1.73
@@ -1,6 +1,11 @@
 # ChangeLog for app-admin/eselect-ctags
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-ctags/ChangeLog,v 1.72 
2014/03/12 09:49:56 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-ctags/ChangeLog,v 1.73 
2014/03/13 16:40:09 ulm Exp $
+
+*eselect-ctags-1.16 (13 Mar 2014)
+
+  13 Mar 2014; Ulrich Müller u...@gentoo.org +eselect-ctags-1.16.ebuild:
+  Version bump.
 
   12 Mar 2014; Agostino Sarubbo a...@gentoo.org eselect-ctags-1.15.ebuild:
   Stable for sparc, wrt bug #503108



1.1  app-admin/eselect-ctags/eselect-ctags-1.16.ebuild

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

Index: eselect-ctags-1.16.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-admin/eselect-ctags/eselect-ctags-1.16.ebuild,v 1.1 
2014/03/13 16:40:09 ulm Exp $

EAPI=5

MY_P=eselect-emacs-${PV}
DESCRIPTION=Manages ctags implementations
HOMEPAGE=http://wiki.gentoo.org/wiki/Project:Emacs;
SRC_URI=http://dev.gentoo.org/~ulm/emacs/${MY_P}.tar.xz;

LICENSE=GPL-2+
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~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 ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris

RDEPEND==app-admin/eselect-1.2.3

S=${WORKDIR}/${MY_P}

src_compile() { :; }

src_install() {
insinto /usr/share/eselect/modules
doins ctags.eselect
doman ctags.eselect.5
}






[gentoo-commits] gentoo commit in xml/htdocs/security/en/glsa: glsa-201403-04.xml

2014-03-13 Thread Mikle Kolyada (zlogene)
zlogene 14/03/13 16:59:11

  Added:glsa-201403-04.xml
  Log:
  GLSA 201403-04

Revision  ChangesPath
1.1  xml/htdocs/security/en/glsa/glsa-201403-04.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/security/en/glsa/glsa-201403-04.xml?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/security/en/glsa/glsa-201403-04.xml?rev=1.1content-type=text/plain

Index: glsa-201403-04.xml
===
?xml version=1.0 encoding=UTF-8?
?xml-stylesheet href=/xsl/glsa.xsl type=text/xsl?
?xml-stylesheet href=/xsl/guide.xsl type=text/xsl?
!DOCTYPE glsa SYSTEM http://www.gentoo.org/dtd/glsa.dtd;
glsa id=201403-04
  titleQtCore: Denial of Service/title
  synopsisA vulnerability in QXmlSimpleReader class can be used to cause a
Denial of Service condition.
  /synopsis
  product type=ebuildqt-core/product
  announcedMarch 13, 2014/announced
  revisedMarch 13, 2014: 1/revised
  bug494728/bug
  accessremote/access
  affected
package name=dev-qt/qtcore auto=yes arch=*
  unaffected range=ge4.8.5-r1/unaffected
  vulnerable range=lt4.8.5-r1/vulnerable
/package
  /affected
  background
pThe Qt toolkit is a comprehensive C++ application development 
framework./p
  /background
  description
pA vulnerability in QXmlSimpleReader’s XML entity parsing has been
  discovered.
/p
  /description
  impact type=normal
pA remote attacker could entice a user to open a specially crafted XML
  file using an application linked against QtCore, possibly resulting in
  Denial of Service.
/p
  /impact
  workaround
pThere is no known workaround at this time./p
  /workaround
  resolution
pAll QtCore users should upgrade to the latest version:/p

code
  # emerge --sync
  # emerge --ask --oneshot --verbose gt;=dev-qt/qtcore-4.8.5-r1
/code

pPackages which depend on this library may need to be recompiled. Tools
  such as revdep-rebuild may assist in identifying these packages.
/p
  /resolution
  references
uri 
link=http://nvd.nist.gov/nvd.cfm?cvename=CVE-2013-4549;CVE-2013-4549/uri
  /references
  metadata tag=requester timestamp=Wed, 19 Feb 2014 14:50:40 
+Zlogene/metadata
  metadata tag=submitter timestamp=Thu, 13 Mar 2014 16:57:59 +
pinkbyte
  /metadata
/glsa






[gentoo-commits] gentoo-x86 commit in dev-perl/Try-Tiny: Try-Tiny-0.180.0.ebuild ChangeLog Try-Tiny-0.110.0.ebuild Try-Tiny-0.160.0.ebuild Try-Tiny-0.120.0.ebuild

2014-03-13 Thread Mikle Kolyada (zlogene)
zlogene 14/03/13 17:38:51

  Modified: Try-Tiny-0.180.0.ebuild ChangeLog
  Removed:  Try-Tiny-0.110.0.ebuild Try-Tiny-0.160.0.ebuild
Try-Tiny-0.120.0.ebuild
  Log:
  alpha stable wrt bug #495496; Drop old.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.13 dev-perl/Try-Tiny/Try-Tiny-0.180.0.ebuild

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

Index: Try-Tiny-0.180.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Try-Tiny/Try-Tiny-0.180.0.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- Try-Tiny-0.180.0.ebuild 12 Mar 2014 09:58:32 -  1.12
+++ Try-Tiny-0.180.0.ebuild 13 Mar 2014 17:38:51 -  1.13
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Try-Tiny/Try-Tiny-0.180.0.ebuild,v 
1.12 2014/03/12 09:58:32 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Try-Tiny/Try-Tiny-0.180.0.ebuild,v 
1.13 2014/03/13 17:38:51 zlogene Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE=MIT
 SLOT=0
-KEYWORDS=~alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86 ~ppc-aix ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x86-solaris
+KEYWORDS=alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~ppc-aix ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x86-solaris
 IUSE=test
 
 DEPEND=test? ( dev-perl/Sub-Name )



1.70 dev-perl/Try-Tiny/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Try-Tiny/ChangeLog,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- ChangeLog   12 Mar 2014 09:58:32 -  1.69
+++ ChangeLog   13 Mar 2014 17:38:51 -  1.70
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/Try-Tiny
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Try-Tiny/ChangeLog,v 1.69 
2014/03/12 09:58:32 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Try-Tiny/ChangeLog,v 1.70 
2014/03/13 17:38:51 zlogene Exp $
+
+  13 Mar 2014; Mikle Kolyada zlog...@gentoo.org -Try-Tiny-0.110.0.ebuild,
+  -Try-Tiny-0.120.0.ebuild, -Try-Tiny-0.160.0.ebuild, Try-Tiny-0.180.0.ebuild:
+  alpha stable wrt bug #495496; Drop old.
 
   12 Mar 2014; Agostino Sarubbo a...@gentoo.org Try-Tiny-0.180.0.ebuild:
   Stable for sparc, wrt bug #495496






[gentoo-commits] gentoo-x86 commit in kde-base/krossjava: krossjava-4.12.3-r1.ebuild ChangeLog krossjava-4.12.3.ebuild

2014-03-13 Thread Johannes Huber (johu)
johu14/03/13 17:56:41

  Modified: ChangeLog
  Added:krossjava-4.12.3-r1.ebuild
  Removed:  krossjava-4.12.3.ebuild
  Log:
  Revision bump fixes symlink generation in src_install, bug #502190.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
F3CFD2BD)

Revision  ChangesPath
1.179kde-base/krossjava/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/kde-base/krossjava/ChangeLog,v
retrieving revision 1.178
retrieving revision 1.179
diff -u -r1.178 -r1.179
--- ChangeLog   11 Mar 2014 13:06:28 -  1.178
+++ ChangeLog   13 Mar 2014 17:56:41 -  1.179
@@ -1,6 +1,12 @@
 # ChangeLog for kde-base/krossjava
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/krossjava/ChangeLog,v 1.178 
2014/03/11 13:06:28 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/krossjava/ChangeLog,v 1.179 
2014/03/13 17:56:41 johu Exp $
+
+*krossjava-4.12.3-r1 (13 Mar 2014)
+
+  13 Mar 2014; Johannes Huber j...@gentoo.org +krossjava-4.12.3-r1.ebuild,
+  -krossjava-4.12.3.ebuild:
+  Revision bump fixes symlink generation in src_install, bug #502190.
 
   11 Mar 2014; Johannes Huber j...@gentoo.org -krossjava-4.12.2.ebuild:
   Remove KDE SC 4.12.2



1.1  kde-base/krossjava/krossjava-4.12.3-r1.ebuild

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

Index: krossjava-4.12.3-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/kde-base/krossjava/krossjava-4.12.3-r1.ebuild,v 1.1 
2014/03/13 17:56:41 johu Exp $

EAPI=5

KMNAME=kross-interpreters
KMMODULE=java
inherit java-pkg-2 java-ant-2 kde4-meta multilib

DESCRIPTION=Java plugin for the kdelibs/kross scripting framework.
KEYWORDS= ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux
IUSE=debug

DEPEND=
=virtual/jdk-1.5

RDEPEND=${DEPEND}
!!dev-java/ibm-jdk-bin


pkg_setup() {
kde4-meta_pkg_setup
java-pkg-2_pkg_setup
}

src_prepare() {
find ${S} -iname '*.jar' | xargs rm -v
kde4-meta_src_prepare
java-pkg-2_src_prepare
}

src_configure() {
kde4-meta_src_configure
java-ant-2_src_configure
}

src_compile() {
kde4-meta_src_compile
cd ${S}/java/${PN}/java/ || die
eant makejar
}

src_install() {
kde4-meta_src_install
java-pkg_dojar ${ED}/usr/$(get_libdir)/kde4/kross/kross.jar

dosym ../../../share/${PN}-$(get_major_version ${SLOT})/lib/kross.jar \
/usr/$(get_libdir)/kde4/kross/kross.jar
java-pkg_regso ${ED}/usr/$(get_libdir)/kde4/krossjava.so
}

pkg_preinst() {
kde4-meta_pkg_preinst
java-pkg-2_pkg_preinst
}






[gentoo-commits] gentoo-x86 commit in dev-python/pudb: ChangeLog pudb-2014.1.ebuild

2014-03-13 Thread Tim Harder (radhermit)
radhermit14/03/13 18:10:59

  Modified: ChangeLog
  Added:pudb-2014.1.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  ChangesPath
1.22 dev-python/pudb/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pudb/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog   25 Jan 2014 10:02:59 -  1.21
+++ ChangeLog   13 Mar 2014 18:10:59 -  1.22
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/pudb
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pudb/ChangeLog,v 1.21 2014/01/25 
10:02:59 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pudb/ChangeLog,v 1.22 2014/03/13 
18:10:59 radhermit Exp $
+
+*pudb-2014.1 (13 Mar 2014)
+
+  13 Mar 2014; Tim Harder radher...@gentoo.org +pudb-2014.1.ebuild:
+  Version bump.
 
   25 Jan 2014; Tim Harder radher...@gentoo.org -pudb-2012.3-r1.ebuild,
   -pudb-2013.1.ebuild, -pudb-2013.2.ebuild, -pudb-2013.3.2.ebuild,



1.1  dev-python/pudb/pudb-2014.1.ebuild

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

Index: pudb-2014.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pudb/pudb-2014.1.ebuild,v 1.1 
2014/03/13 18:10:59 radhermit Exp $

EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )

inherit distutils-r1

DESCRIPTION=A full-screen, console-based Python debugger
HOMEPAGE=http://pypi.python.org/pypi/pudb;
SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz

LICENSE=MIT
SLOT=0
KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-interix ~x86-linux

RDEPEND=dev-python/urwid[${PYTHON_USEDEP}]
dev-python/pygments[${PYTHON_USEDEP}]
DEPEND=${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]






[gentoo-commits] proj/emacs:master commit in: app-editors/emacs-vcs/

2014-03-13 Thread Ulrich Müller
commit: 66f5d9a762f7c1a2396f1bcd965413946aae7298
Author: Ulrich Müller ulm AT gentoo DOT org
AuthorDate: Thu Mar 13 18:50:52 2014 +
Commit: Ulrich Müller ulm AT gentoo DOT org
CommitDate: Thu Mar 13 18:50:52 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/emacs.git;a=commit;h=66f5d9a7

Install emacs man page under the same name as the binary.

Package-Manager: portage-2.2.8-r1

---
 app-editors/emacs-vcs/ChangeLog  | 3 +++
 app-editors/emacs-vcs/emacs-vcs-24.3..ebuild | 4 +++-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/app-editors/emacs-vcs/ChangeLog b/app-editors/emacs-vcs/ChangeLog
index 2c2498e..878367c 100644
--- a/app-editors/emacs-vcs/ChangeLog
+++ b/app-editors/emacs-vcs/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  13 Mar 2014; Ulrich Müller u...@gentoo.org emacs-vcs-24.3..ebuild:
+  Install emacs man page under the same name as the binary.
+
   19 Feb 2014; Ulrich Müller u...@gentoo.org emacs-vcs-24.3..ebuild,
   metadata.xml:
   Follow QA policy on gtk and gtk3 USE flags.

diff --git a/app-editors/emacs-vcs/emacs-vcs-24.3..ebuild 
b/app-editors/emacs-vcs/emacs-vcs-24.3..ebuild
index 5f89968..1c1fa09 100644
--- a/app-editors/emacs-vcs/emacs-vcs-24.3..ebuild
+++ b/app-editors/emacs-vcs/emacs-vcs-24.3..ebuild
@@ -35,7 +35,7 @@ IUSE=acl alsa aqua athena dbus games gconf gfile gif gnutls 
gpm gsettings gtk g
 REQUIRED_USE=?? ( aqua X )
 
 RDEPEND=sys-libs/ncurses
-   =app-admin/eselect-emacs-1.2
+   =app-admin/eselect-emacs-1.16
=app-emacs/emacs-common-gentoo-1.3-r3[games?,X?]
net-libs/liblockfile
acl? ( virtual/acl )
@@ -237,6 +237,8 @@ src_install () {
 
mv ${ED}/usr/bin/{emacs-${FULL_VERSION}-,}${EMACS_SUFFIX} \
|| die moving emacs executable failed
+   mv ${ED}/usr/share/man/man1/{emacs-,}${EMACS_SUFFIX}.1 \
+   || die moving emacs man page failed
 
# move info dir to avoid collisions with the dir file generated by 
portage
mv ${ED}/usr/share/info/${EMACS_SUFFIX}/dir{,.orig} \



[gentoo-commits] gentoo-x86 commit in app-portage/pfl: ChangeLog

2014-03-13 Thread Daniel Pielmeier (billie)
billie  14/03/13 19:31:53

  Modified: ChangeLog
  Log:
  Update portageq patch for e-file. This fixes bug #504164. Thanks to 
Konstantin for the report and the patch.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
215AD14D)

Revision  ChangesPath
1.67 app-portage/pfl/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-portage/pfl/ChangeLog,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- ChangeLog   24 Jan 2014 18:16:17 -  1.66
+++ ChangeLog   13 Mar 2014 19:31:53 -  1.67
@@ -1,6 +1,11 @@
 # ChangeLog for app-portage/pfl
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/pfl/ChangeLog,v 1.66 2014/01/24 
18:16:17 billie Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/pfl/ChangeLog,v 1.67 2014/03/13 
19:31:53 billie Exp $
+
+  13 Mar 2014; Daniel Pielmeier bil...@gentoo.org
+  files/e-file-20110906-portageq.patch:
+  Update portageq patch for e-file. This fixes bug #504164. Thanks to
+  Konstantin for the report and the patch.
 
   24 Jan 2014; Daniel Pielmeier bil...@gentoo.org -pfl-2.3.ebuild:
   Remove old.






[gentoo-commits] gentoo-x86 commit in app-portage/pfl/files: e-file-20110906-portageq.patch

2014-03-13 Thread Daniel Pielmeier (billie)
billie  14/03/13 19:31:53

  Modified: e-file-20110906-portageq.patch
  Log:
  Update portageq patch for e-file. This fixes bug #504164. Thanks to 
Konstantin for the report and the patch.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
215AD14D)

Revision  ChangesPath
1.2  app-portage/pfl/files/e-file-20110906-portageq.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/pfl/files/e-file-20110906-portageq.patch?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/pfl/files/e-file-20110906-portageq.patch?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/pfl/files/e-file-20110906-portageq.patch?r1=1.1r2=1.2

Index: e-file-20110906-portageq.patch
===
RCS file: 
/var/cvsroot/gentoo-x86/app-portage/pfl/files/e-file-20110906-portageq.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- e-file-20110906-portageq.patch  6 Oct 2013 16:51:01 -   1.1
+++ e-file-20110906-portageq.patch  13 Mar 2014 19:31:53 -  1.2
@@ -20,7 +20,7 @@
if(isgentoo){
 -  emerge --info | grep PORTDIR | getline
 -  split($0,PORTDIR,/\/)
-+  portageq envvar / PORTDIR | getline PORTDIR 
++  portageq get_repo_path $(portageq envvar EROOT) gentoo | 
getline PORTDIR
}
  }
  {






[gentoo-commits] gentoo-x86 commit in app-accessibility/at-spi2-core: at-spi2-core-2.10.2.ebuild ChangeLog

2014-03-13 Thread Christoph Junghans (ottxor)
ottxor  14/03/13 19:43:26

  Modified: at-spi2-core-2.10.2.ebuild ChangeLog
  Log:
  added ~x64-macos (tested by me)
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.7  app-accessibility/at-spi2-core/at-spi2-core-2.10.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/at-spi2-core/at-spi2-core-2.10.2.ebuild?rev=1.7view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/at-spi2-core/at-spi2-core-2.10.2.ebuild?rev=1.7content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/at-spi2-core/at-spi2-core-2.10.2.ebuild?r1=1.6r2=1.7

Index: at-spi2-core-2.10.2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-accessibility/at-spi2-core/at-spi2-core-2.10.2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- at-spi2-core-2.10.2.ebuild  9 Mar 2014 11:52:49 -   1.6
+++ at-spi2-core-2.10.2.ebuild  13 Mar 2014 19:43:26 -  1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-accessibility/at-spi2-core/at-spi2-core-2.10.2.ebuild,v
 1.6 2014/03/09 11:52:49 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-accessibility/at-spi2-core/at-spi2-core-2.10.2.ebuild,v
 1.7 2014/03/13 19:43:26 ottxor Exp $
 
 EAPI=5
 GCONF_DEBUG=no
@@ -14,7 +14,7 @@
 LICENSE=LGPL-2+
 SLOT=2
 IUSE=+X +introspection
-KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux
+KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos
 
 # x11-libs/libSM is needed until upstream #719808 is solved either
 # making the dep unneeded or fixing their configure



1.54 app-accessibility/at-spi2-core/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/at-spi2-core/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog   9 Mar 2014 11:52:49 -   1.53
+++ ChangeLog   13 Mar 2014 19:43:26 -  1.54
@@ -1,6 +1,10 @@
 # ChangeLog for app-accessibility/at-spi2-core
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/at-spi2-core/ChangeLog,v 
1.53 2014/03/09 11:52:49 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/at-spi2-core/ChangeLog,v 
1.54 2014/03/13 19:43:26 ottxor Exp $
+
+  13 Mar 2014; Christoph Junghans ott...@gentoo.org
+  at-spi2-core-2.10.2.ebuild:
+  added ~x64-macos (tested by me)
 
   09 Mar 2014; Pacho Ramos pa...@gentoo.org at-spi2-core-2.10.2.ebuild:
   x86 stable, bug 499954






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

2014-03-13 Thread Christoph Junghans (ottxor)
ottxor  14/03/13 19:46:44

  Modified: gdbus-codegen-2.38.2.ebuild ChangeLog
  Log:
  added ~x64-macos (tested by me)
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.5  dev-util/gdbus-codegen/gdbus-codegen-2.38.2.ebuild

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

Index: gdbus-codegen-2.38.2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-util/gdbus-codegen/gdbus-codegen-2.38.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gdbus-codegen-2.38.2.ebuild 9 Mar 2014 11:56:15 -   1.4
+++ gdbus-codegen-2.38.2.ebuild 13 Mar 2014 19:46:44 -  1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-util/gdbus-codegen/gdbus-codegen-2.38.2.ebuild,v 
1.4 2014/03/09 11:56:15 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-util/gdbus-codegen/gdbus-codegen-2.38.2.ebuild,v 
1.5 2014/03/13 19:46:44 ottxor Exp $
 
 EAPI=5
 GNOME_ORG_MODULE=glib
@@ -14,7 +14,7 @@
 
 LICENSE=LGPL-2+
 SLOT=0
-KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux
+KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~x64-macos
 IUSE=
 
 RDEPEND=${PYTHON_DEPS}



1.76 dev-util/gdbus-codegen/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/gdbus-codegen/ChangeLog,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- ChangeLog   9 Mar 2014 11:56:15 -   1.75
+++ ChangeLog   13 Mar 2014 19:46:44 -  1.76
@@ -1,6 +1,10 @@
 # ChangeLog for dev-util/gdbus-codegen
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/gdbus-codegen/ChangeLog,v 1.75 
2014/03/09 11:56:15 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/gdbus-codegen/ChangeLog,v 1.76 
2014/03/13 19:46:44 ottxor Exp $
+
+  13 Mar 2014; Christoph Junghans ott...@gentoo.org
+  gdbus-codegen-2.38.2.ebuild:
+  added ~x64-macos (tested by me)
 
   09 Mar 2014; Pacho Ramos pa...@gentoo.org gdbus-codegen-2.38.2.ebuild:
   x86 stable, bug 499954






[gentoo-commits] gentoo-x86 commit in app-accessibility/at-spi2-atk: at-spi2-atk-2.10.2.ebuild ChangeLog

2014-03-13 Thread Christoph Junghans (ottxor)
ottxor  14/03/13 19:48:14

  Modified: at-spi2-atk-2.10.2.ebuild ChangeLog
  Log:
  added ~x64-macos (tested by me)
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.6  app-accessibility/at-spi2-atk/at-spi2-atk-2.10.2.ebuild

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

Index: at-spi2-atk-2.10.2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-accessibility/at-spi2-atk/at-spi2-atk-2.10.2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- at-spi2-atk-2.10.2.ebuild   9 Mar 2014 11:52:43 -   1.5
+++ at-spi2-atk-2.10.2.ebuild   13 Mar 2014 19:48:14 -  1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-accessibility/at-spi2-atk/at-spi2-atk-2.10.2.ebuild,v
 1.5 2014/03/09 11:52:43 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-accessibility/at-spi2-atk/at-spi2-atk-2.10.2.ebuild,v
 1.6 2014/03/13 19:48:14 ottxor Exp $
 
 EAPI=5
 GCONF_DEBUG=no
@@ -13,7 +13,7 @@
 
 LICENSE=LGPL-2+
 SLOT=2
-KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux
+KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos
 IUSE=
 
 COMMON_DEPEND=



1.39 app-accessibility/at-spi2-atk/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/at-spi2-atk/ChangeLog?rev=1.39view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/at-spi2-atk/ChangeLog?rev=1.39content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/at-spi2-atk/ChangeLog?r1=1.38r2=1.39

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/at-spi2-atk/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog   9 Mar 2014 11:52:43 -   1.38
+++ ChangeLog   13 Mar 2014 19:48:14 -  1.39
@@ -1,6 +1,9 @@
 # ChangeLog for app-accessibility/at-spi2-atk
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/at-spi2-atk/ChangeLog,v 
1.38 2014/03/09 11:52:43 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/at-spi2-atk/ChangeLog,v 
1.39 2014/03/13 19:48:14 ottxor Exp $
+
+  13 Mar 2014; Christoph Junghans ott...@gentoo.org 
at-spi2-atk-2.10.2.ebuild:
+  added ~x64-macos (tested by me)
 
   09 Mar 2014; Pacho Ramos pa...@gentoo.org at-spi2-atk-2.10.2.ebuild:
   x86 stable, bug 499954






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

2014-03-13 Thread Alexis Ballier (aballier)
aballier14/03/13 19:54:27

  Modified: ChangeLog
  Added:cryptokit-1.9.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.26 dev-ml/cryptokit/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ml/cryptokit/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog   26 Aug 2013 17:05:54 -  1.25
+++ ChangeLog   13 Mar 2014 19:54:26 -  1.26
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ml/cryptokit
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/cryptokit/ChangeLog,v 1.25 
2013/08/26 17:05:54 aballier Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/cryptokit/ChangeLog,v 1.26 
2014/03/13 19:54:26 aballier Exp $
+
+*cryptokit-1.9 (13 Mar 2014)
+
+  13 Mar 2014; Alexis Ballier aball...@gentoo.org +cryptokit-1.9.ebuild:
+  version bump
 
   26 Aug 2013; Alexis Ballier aball...@gentoo.org -cryptokit-1.6.ebuild:
   remove old



1.1  dev-ml/cryptokit/cryptokit-1.9.ebuild

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

Index: cryptokit-1.9.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/cryptokit/cryptokit-1.9.ebuild,v 1.1 
2014/03/13 19:54:26 aballier Exp $

EAPI=5

OASIS_BUILD_DOCS=1
OASIS_BUILD_TESTS=1

inherit oasis

DESCRIPTION=Cryptographic primitives library for Objective Caml
HOMEPAGE=http://forge.ocamlcore.org/projects/cryptokit/;
SRC_URI=http://forge.ocamlcore.org/frs/download.php/1229/${P}.tar.gz;
LICENSE=LGPL-2
SLOT=0/${PV}
KEYWORDS=~amd64 ~ppc ~x86 ~x86-fbsd
IUSE=zlib

DEPEND=zlib? ( =sys-libs/zlib-1.1 )
RDEPEND=${DEPEND}

DOCS=( Changes README.txt AUTHORS.txt )

src_configure() {
oasis_configure_opts=$(use_enable zlib) \
oasis_src_configure
}

pkg_postinst() {
elog 
elog This library uses the /dev/random device to generate 
elog random data and RSA keys.  The device should either be
elog built into the kernel or provided as a module. An
elog alternative is to use the Entropy Gathering Daemon
elog (http://egd.sourceforge.net).  Please note that the
elog remainder of the library will still work even in the
elog absence of a one of these sources of randomness.
elog 
}

src_test() {
echo 
einfo You must have either /dev/random or the Entropy Gathering
einfo Daemon (EGD) for this test to succeed!
echo 

oasis_src_test
}






[gentoo-commits] gentoo-x86 commit in x11-proto/randrproto: randrproto-1.4.0-r1.ebuild ChangeLog

2014-03-13 Thread Christoph Junghans (ottxor)
ottxor  14/03/13 19:56:25

  Modified: randrproto-1.4.0-r1.ebuild ChangeLog
  Log:
  added ~x64-macos (tested by me)
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.11 x11-proto/randrproto/randrproto-1.4.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/randrproto/randrproto-1.4.0-r1.ebuild?rev=1.11view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/randrproto/randrproto-1.4.0-r1.ebuild?rev=1.11content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/randrproto/randrproto-1.4.0-r1.ebuild?r1=1.10r2=1.11

Index: randrproto-1.4.0-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/x11-proto/randrproto/randrproto-1.4.0-r1.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- randrproto-1.4.0-r1.ebuild  8 Oct 2013 05:09:36 -   1.10
+++ randrproto-1.4.0-r1.ebuild  13 Mar 2014 19:56:25 -  1.11
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/x11-proto/randrproto/randrproto-1.4.0-r1.ebuild,v 1.10 
2013/10/08 05:09:36 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/x11-proto/randrproto/randrproto-1.4.0-r1.ebuild,v 1.11 
2014/03/13 19:56:25 ottxor Exp $
 
 EAPI=5
 
@@ -9,7 +9,7 @@
 
 DESCRIPTION=X.Org Randr protocol headers
 
-KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris ~x86-winnt
+KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris ~x86-winnt
 IUSE=
 
 RDEPEND=



1.107x11-proto/randrproto/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/randrproto/ChangeLog?rev=1.107view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/randrproto/ChangeLog?rev=1.107content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/randrproto/ChangeLog?r1=1.106r2=1.107

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-proto/randrproto/ChangeLog,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -r1.106 -r1.107
--- ChangeLog   8 Oct 2013 05:09:36 -   1.106
+++ ChangeLog   13 Mar 2014 19:56:25 -  1.107
@@ -1,6 +1,10 @@
 # ChangeLog for x11-proto/randrproto
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/randrproto/ChangeLog,v 1.106 
2013/10/08 05:09:36 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/randrproto/ChangeLog,v 1.107 
2014/03/13 19:56:25 ottxor Exp $
+
+  13 Mar 2014; Christoph Junghans ott...@gentoo.org
+  randrproto-1.4.0-r1.ebuild:
+  added ~x64-macos (tested by me)
 
   08 Oct 2013; Agostino Sarubbo a...@gentoo.org randrproto-1.4.0-r1.ebuild:
   Stable for x86, wrt bug #475480






[gentoo-commits] gentoo-x86 commit in dev-perl/DBD-SQLite: DBD-SQLite-1.400.0.ebuild ChangeLog

2014-03-13 Thread Christoph Junghans (ottxor)
ottxor  14/03/13 19:58:26

  Modified: DBD-SQLite-1.400.0.ebuild ChangeLog
  Log:
  added ~x64-macos (tested by me)
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.4  dev-perl/DBD-SQLite/DBD-SQLite-1.400.0.ebuild

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

Index: DBD-SQLite-1.400.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/DBD-SQLite/DBD-SQLite-1.400.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- DBD-SQLite-1.400.0.ebuild   20 Jan 2014 23:09:50 -  1.3
+++ DBD-SQLite-1.400.0.ebuild   13 Mar 2014 19:58:26 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/DBD-SQLite/DBD-SQLite-1.400.0.ebuild,v 1.3 
2014/01/20 23:09:50 vapier Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/DBD-SQLite/DBD-SQLite-1.400.0.ebuild,v 1.4 
2014/03/13 19:58:26 ottxor Exp $
 
 EAPI=4
 
@@ -11,7 +11,7 @@
 DESCRIPTION=Self Contained RDBMS in a DBI Driver
 
 SLOT=0
-KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris
+KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris
 IUSE=test
 
 RDEPEND=



1.113dev-perl/DBD-SQLite/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DBD-SQLite/ChangeLog,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -r1.112 -r1.113
--- ChangeLog   20 Jan 2014 23:09:50 -  1.112
+++ ChangeLog   13 Mar 2014 19:58:26 -  1.113
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/DBD-SQLite
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-SQLite/ChangeLog,v 1.112 
2014/01/20 23:09:50 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-SQLite/ChangeLog,v 1.113 
2014/03/13 19:58:26 ottxor Exp $
+
+  13 Mar 2014; Christoph Junghans ott...@gentoo.org 
DBD-SQLite-1.400.0.ebuild:
+  added ~x64-macos (tested by me)
 
   20 Jan 2014; Mike Frysinger vap...@gentoo.org DBD-SQLite-1.350.0.ebuild,
   DBD-SQLite-1.370.0.ebuild, DBD-SQLite-1.400.0.ebuild:






[gentoo-commits] gentoo-x86 commit in app-text/rman: rman-3.2.ebuild ChangeLog

2014-03-13 Thread Christoph Junghans (ottxor)
ottxor  14/03/13 20:00:37

  Modified: rman-3.2.ebuild ChangeLog
  Log:
  added ~x64-macos (tested by me)
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.24 app-text/rman/rman-3.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/rman/rman-3.2.ebuild?rev=1.24view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/rman/rman-3.2.ebuild?rev=1.24content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/rman/rman-3.2.ebuild?r1=1.23r2=1.24

Index: rman-3.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-text/rman/rman-3.2.ebuild,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- rman-3.2.ebuild 3 Mar 2013 10:19:19 -   1.23
+++ rman-3.2.ebuild 13 Mar 2014 20:00:37 -  1.24
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/rman/rman-3.2.ebuild,v 1.23 
2013/03/03 10:19:19 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/rman/rman-3.2.ebuild,v 1.24 
2014/03/13 20:00:37 ottxor Exp $
 
 EAPI=2
 
@@ -12,7 +12,7 @@
 
 LICENSE=Artistic
 SLOT=0
-KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris
+KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris
 IUSE=
 RESTRICT=test
 



1.39 app-text/rman/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/rman/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog   3 Mar 2013 10:19:19 -   1.38
+++ ChangeLog   13 Mar 2014 20:00:37 -  1.39
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/rman
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/rman/ChangeLog,v 1.38 2013/03/03 
10:19:19 vapier Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/rman/ChangeLog,v 1.39 2014/03/13 
20:00:37 ottxor Exp $
+
+  13 Mar 2014; Christoph Junghans ott...@gentoo.org rman-3.2.ebuild:
+  added ~x64-macos (tested by me)
 
   03 Mar 2013; Mike Frysinger vap...@gentoo.org rman-3.2.ebuild:
   Add s390 lovin.






[gentoo-commits] gentoo-x86 commit in media-gfx/xfig: xfig-3.2.5b-r3.ebuild ChangeLog

2014-03-13 Thread Christoph Junghans (ottxor)
ottxor  14/03/13 20:02:20

  Modified: xfig-3.2.5b-r3.ebuild ChangeLog
  Log:
  added ~x64-macos (tested by me)
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.11 media-gfx/xfig/xfig-3.2.5b-r3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/xfig/xfig-3.2.5b-r3.ebuild?rev=1.11view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/xfig/xfig-3.2.5b-r3.ebuild?rev=1.11content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/xfig/xfig-3.2.5b-r3.ebuild?r1=1.10r2=1.11

Index: xfig-3.2.5b-r3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-gfx/xfig/xfig-3.2.5b-r3.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- xfig-3.2.5b-r3.ebuild   7 Jul 2013 10:22:10 -   1.10
+++ xfig-3.2.5b-r3.ebuild   13 Mar 2014 20:02:20 -  1.11
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/xfig/xfig-3.2.5b-r3.ebuild,v 1.10 
2013/07/07 10:22:10 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/xfig/xfig-3.2.5b-r3.ebuild,v 1.11 
2014/03/13 20:02:20 ottxor Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE=BSD
 SLOT=0
-KEYWORDS=alpha amd64 ~arm hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris
+KEYWORDS=alpha amd64 ~arm hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris
 IUSE=nls
 
 RDEPEND=x11-libs/libXaw



1.89 media-gfx/xfig/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-gfx/xfig/ChangeLog,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- ChangeLog   7 Jul 2013 17:58:08 -   1.88
+++ ChangeLog   13 Mar 2014 20:02:20 -  1.89
@@ -1,6 +1,9 @@
 # ChangeLog for media-gfx/xfig
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/xfig/ChangeLog,v 1.88 2013/07/07 
17:58:08 kensington Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/xfig/ChangeLog,v 1.89 2014/03/13 
20:02:20 ottxor Exp $
+
+  13 Mar 2014; Christoph Junghans ott...@gentoo.org xfig-3.2.5b-r3.ebuild:
+  added ~x64-macos (tested by me)
 
   07 Jul 2013; Michael Palimaka kensing...@gentoo.org -xfig-3.2.5b-r1.ebuild,
   -xfig-3.2.5b-r2.ebuild:






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

2014-03-13 Thread Johannes Huber
commit: 94aff0e4592c1c3a625eb421ae887ca887c574f4
Author: Johannes Huber johu AT gentoo DOT org
AuthorDate: Thu Mar 13 20:03:19 2014 +
Commit: Johannes Huber johu AT gentoo DOT org
CommitDate: Thu Mar 13 20:03:19 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=94aff0e4

[profiles/package.mask] Add KDE SC 4.13 beta 2

---
 profiles/package.mask   | 301 
 profiles/package.mask.d/kde-4.12.90 | 300 +++
 2 files changed, 601 insertions(+)

diff --git a/profiles/package.mask b/profiles/package.mask
index 6ed3959..afa2834 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -302,6 +302,307 @@
 ~kde-base/kde-meta-4.12.80
 
 
+# Johannes Huber j...@gentoo.org (13 March 2014)
+# KDE SC 4.13 beta 2 mask. 
+# Unstable release. Masked for testing
+~kde-base/kdeplasma-addons-4.12.90
+~kde-base/kde-l10n-4.12.90
+~kde-base/dolphin-4.12.90
+~kde-base/kdepasswd-4.12.90
+~kde-base/kdialog-4.12.90
+~kde-base/keditbookmarks-4.12.90
+~kde-base/kfind-4.12.90
+~kde-base/kfmclient-4.12.90
+~kde-base/konqueror-4.12.90
+~kde-base/konq-plugins-4.12.90
+~kde-base/konsole-4.12.90
+~kde-base/kwrite-4.12.90
+~kde-base/libkonq-4.12.90
+~kde-base/nsplugins-4.12.90
+~kde-base/plasma-apps-4.12.90
+~kde-base/jovie-4.12.90
+~kde-base/kaccessible-4.12.90
+~kde-base/kdeaccessibility-meta-4.12.90
+~kde-base/kmag-4.12.90
+~kde-base/kmousetool-4.12.90
+~kde-base/kmouth-4.12.90
+~kde-base/kcron-4.12.90
+~kde-base/kdeadmin-meta-4.12.90
+~kde-base/ksystemlog-4.12.90
+~kde-base/kuser-4.12.90
+~kde-base/kdeartwork-colorschemes-4.12.90
+~kde-base/kdeartwork-desktopthemes-4.12.90
+~kde-base/kdeartwork-emoticons-4.12.90
+~kde-base/kdeartwork-iconthemes-4.12.90
+~kde-base/kdeartwork-kscreensaver-4.12.90
+~kde-base/kdeartwork-meta-4.12.90
+~kde-base/kdeartwork-styles-4.12.90
+~kde-base/kdeartwork-wallpapers-4.12.90
+~kde-base/kdeartwork-weatherwallpapers-4.12.90
+~kde-base/attica-4.12.90
+~kde-base/drkonqi-4.12.90
+~kde-base/kcmshell-4.12.90
+~kde-base/kcontrol-4.12.90
+~kde-base/kdebase-data-4.12.90
+~kde-base/kdebase-desktoptheme-4.12.90
+~kde-base/kdebase-kioslaves-4.12.90
+~kde-base/kdebase-menu-4.12.90
+~kde-base/kdebase-menu-icons-4.12.90
+~kde-base/kdebase-runtime-meta-4.12.90
+~kde-base/kdebugdialog-4.12.90
+~kde-base/kdesu-4.12.90
+~kde-base/kde-base-artwork-4.12.90
+~kde-base/kde-wallpapers-4.12.90
+~kde-base/kdontchangethehostname-4.12.90
+~kde-base/keditfiletype-4.12.90
+~kde-base/kfile-4.12.90
+~kde-base/kglobalaccel-4.12.90
+~kde-base/khelpcenter-4.12.90
+~kde-base/kiconfinder-4.12.90
+~kde-base/kimgio-4.12.90
+~kde-base/kioclient-4.12.90
+~kde-base/kmimetypefinder-4.12.90
+~kde-base/knetattach-4.12.90
+~kde-base/knewstuff-4.12.90
+~kde-base/knotify-4.12.90
+~kde-base/kpasswdserver-4.12.90
+~kde-base/kquitapp-4.12.90
+~kde-base/kreadconfig-4.12.90
+~kde-base/kstart-4.12.90
+~kde-base/ktimezoned-4.12.90
+~kde-base/ktraderclient-4.12.90
+~kde-base/kuiserver-4.12.90
+~kde-base/kurifilter-plugins-4.12.90
+~kde-base/kwalletd-4.12.90
+~kde-base/nepomuk-4.12.90
+~kde-base/phonon-kde-4.12.90
+~kde-base/plasma-runtime-4.12.90
+~kde-base/renamedlg-plugins-4.12.90
+~kde-base/solid-runtime-4.12.90
+~kde-base/freespacenotifier-4.12.90
+~kde-base/kcheckpass-4.12.90
+~kde-base/kcminit-4.12.90
+~kde-base/kdebase-cursors-4.12.90
+~kde-base/kdebase-startkde-4.12.90
+~kde-base/kdm-4.12.90
+~kde-base/kephal-4.12.90
+~kde-base/khotkeys-4.12.90
+~kde-base/kinfocenter-4.12.90
+~kde-base/klipper-4.12.90
+~kde-base/kmenuedit-4.12.90
+~kde-base/krunner-4.12.90
+~kde-base/kscreensaver-4.12.90
+~kde-base/ksmserver-4.12.90
+~kde-base/ksplash-4.12.90
+~kde-base/kstartupconfig-4.12.90
+~kde-base/kstyles-4.12.90
+~kde-base/ksysguard-4.12.90
+~kde-base/ksystraycmd-4.12.90
+~kde-base/kwin-4.12.90
+~kde-base/kwrited-4.12.90
+~kde-base/libkworkspace-4.12.90
+~kde-base/liboxygenstyle-4.12.90
+~kde-base/libplasmaclock-4.12.90
+~kde-base/libplasmagenericshell-4.12.90
+~kde-base/libtaskmanager-4.12.90
+~kde-base/plasma-workspace-4.12.90
+~kde-base/powerdevil-4.12.90
+~kde-base/qguiplatformplugin_kde-4.12.90
+~kde-base/solid-actions-kcm-4.12.90
+~kde-base/systemsettings-4.12.90
+~kde-base/kdebindings-meta-4.12.90
+~kde-base/kimono-4.12.90
+~kde-base/korundum-4.12.90
+~kde-base/krossjava-4.12.90
+~kde-base/krosspython-4.12.90
+~kde-base/krossruby-4.12.90
+~kde-base/perlkde-4.12.90
+~kde-base/perlqt-4.12.90
+~kde-base/pykde4-4.12.90
+~kde-base/smokegen-4.12.90
+~kde-base/smokekde-4.12.90
+~kde-base/smokeqt-4.12.90
+~kde-base/qtruby-4.12.90
+~kde-base/qyoto-4.12.90
+~kde-base/analitza-4.12.90
+~kde-base/blinken-4.12.90
+~kde-base/cantor-4.12.90
+~kde-base/kalgebra-4.12.90
+~kde-base/kalzium-4.12.90
+~kde-base/kanagram-4.12.90
+~kde-base/kbruch-4.12.90
+~kde-base/kdeedu-meta-4.12.90
+~kde-base/kgeography-4.12.90
+~kde-base/khangman-4.12.90
+~kde-base/kig-4.12.90
+~kde-base/kiten-4.12.90
+~kde-base/klettres-4.12.90
+~kde-base/kmplot-4.12.90

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

2014-03-13 Thread Pavel Kazakov (nullishzero)
nullishzero14/03/13 20:06:32

  Modified: lxsession-0.4.9.2-r3.ebuild
lxsession-0.4.9.2-r2.ebuild ChangeLog
  Log:
  Changing VALA_MAX_API_VERSION to 22
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x39E7AB2E)

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

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

Index: lxsession-0.4.9.2-r3.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/lxde-base/lxsession/lxsession-0.4.9.2-r3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- lxsession-0.4.9.2-r3.ebuild 9 Jan 2014 06:41:41 -   1.1
+++ lxsession-0.4.9.2-r3.ebuild 13 Mar 2014 20:06:32 -  1.2
@@ -1,11 +1,11 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/lxde-base/lxsession/lxsession-0.4.9.2-r3.ebuild,v 1.1 
2014/01/09 06:41:41 nullishzero Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/lxde-base/lxsession/lxsession-0.4.9.2-r3.ebuild,v 1.2 
2014/03/13 20:06:32 nullishzero Exp $
 
 EAPI=5
 
 VALA_MIN_API_VERSION=0.14
-VALA_MAX_API_VERSION=0.20
+VALA_MAX_API_VERSION=0.22
 
 inherit vala autotools eutils
 



1.2  lxde-base/lxsession/lxsession-0.4.9.2-r2.ebuild

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

Index: lxsession-0.4.9.2-r2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/lxde-base/lxsession/lxsession-0.4.9.2-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- lxsession-0.4.9.2-r2.ebuild 5 Jan 2014 06:27:11 -   1.1
+++ lxsession-0.4.9.2-r2.ebuild 13 Mar 2014 20:06:32 -  1.2
@@ -1,11 +1,11 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/lxde-base/lxsession/lxsession-0.4.9.2-r2.ebuild,v 1.1 
2014/01/05 06:27:11 nullishzero Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/lxde-base/lxsession/lxsession-0.4.9.2-r2.ebuild,v 1.2 
2014/03/13 20:06:32 nullishzero Exp $
 
 EAPI=5
 
 VALA_MIN_API_VERSION=0.14
-VALA_MAX_API_VERSION=0.20
+VALA_MAX_API_VERSION=0.22
 
 inherit vala autotools eutils
 



1.57 lxde-base/lxsession/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/lxde-base/lxsession/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ChangeLog   14 Jan 2014 15:33:33 -  1.56
+++ ChangeLog   13 Mar 2014 20:06:32 -  1.57
@@ -1,6 +1,10 @@
 # ChangeLog for lxde-base/lxsession
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxsession/ChangeLog,v 1.56 
2014/01/14 15:33:33 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxsession/ChangeLog,v 1.57 
2014/03/13 20:06:32 nullishzero Exp $
+
+  13 Mar 2014; Pavel Kazakov nullishz...@gentoo.org
+  lxsession-0.4.9.2-r2.ebuild, lxsession-0.4.9.2-r3.ebuild:
+  Changing VALA_MAX_API_VERSION to 22
 
   14 Jan 2014; Agostino Sarubbo a...@gentoo.org lxsession-0.4.9.2-r1.ebuild:
   Stable for ppc, wrt bug #495684






[gentoo-commits] gentoo-x86 commit in dev-ml/optcomp: - New directory

2014-03-13 Thread Alexis Ballier (aballier)
aballier14/03/13 20:09:31

  Log:
  Directory /var/cvsroot/gentoo-x86/dev-ml/optcomp added to the repository



[gentoo-commits] gentoo-x86 commit in dev-ml/optcomp: metadata.xml ChangeLog optcomp-1.5.ebuild

2014-03-13 Thread Alexis Ballier (aballier)
aballier14/03/13 20:10:17

  Added:metadata.xml ChangeLog optcomp-1.5.ebuild
  Log:
  initial import, ebuild by me
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.1  dev-ml/optcomp/metadata.xml

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



1.1  dev-ml/optcomp/ChangeLog

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

Index: ChangeLog
===
# ChangeLog for dev-ml/optcomp
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/optcomp/ChangeLog,v 1.1 2014/03/13 
20:10:17 aballier Exp $

*optcomp-1.5 (13 Mar 2014)

  13 Mar 2014; Alexis Ballier aball...@gentoo.org +optcomp-1.5.ebuild,
  +metadata.xml:
  initial import, ebuild by me




1.1  dev-ml/optcomp/optcomp-1.5.ebuild

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

Index: optcomp-1.5.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/optcomp/optcomp-1.5.ebuild,v 1.1 
2014/03/13 20:10:17 aballier Exp $

EAPI=5

OASIS_BUILD_DOCS=1

inherit oasis

DESCRIPTION=Optional compilation with cpp-like directives
HOMEPAGE=http://github.com/diml/optcomp;
SRC_URI=http://github.com/diml/optcomp/archive/${PV}.tar.gz - ${P}.tar.gz

LICENSE=BSD
SLOT=0/${PV}
KEYWORDS=~amd64
IUSE=

DEPEND=
RDEPEND=${DEPEND}

DOCS=( CHANGES.md README.md )






[gentoo-commits] gentoo-x86 commit in app-portage/elogv: elogv-0.7.6.1-r1.ebuild ChangeLog

2014-03-13 Thread Christoph Junghans (ottxor)
ottxor  14/03/13 20:10:58

  Modified: elogv-0.7.6.1-r1.ebuild ChangeLog
  Log:
  added ~x64-macos (tested by me)
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.6  app-portage/elogv/elogv-0.7.6.1-r1.ebuild

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

Index: elogv-0.7.6.1-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-portage/elogv/elogv-0.7.6.1-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- elogv-0.7.6.1-r1.ebuild 12 Mar 2014 10:09:48 -  1.5
+++ elogv-0.7.6.1-r1.ebuild 13 Mar 2014 20:10:58 -  1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/elogv/elogv-0.7.6.1-r1.ebuild,v 
1.5 2014/03/12 10:09:48 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/elogv/elogv-0.7.6.1-r1.ebuild,v 
1.6 2014/03/13 20:10:58 ottxor Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~alpha amd64 ~arm ppc ~ppc64 sparc x86 ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos
+KEYWORDS=~alpha amd64 ~arm ppc ~ppc64 sparc x86 ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos
 IUSE=linguas_de linguas_es linguas_it linguas_pl
 
 DOCS=( README )



1.79 app-portage/elogv/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-portage/elogv/ChangeLog,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- ChangeLog   12 Mar 2014 10:09:48 -  1.78
+++ ChangeLog   13 Mar 2014 20:10:58 -  1.79
@@ -1,6 +1,9 @@
 # ChangeLog for app-portage/elogv
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/elogv/ChangeLog,v 1.78 
2014/03/12 10:09:48 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/elogv/ChangeLog,v 1.79 
2014/03/13 20:10:58 ottxor Exp $
+
+  13 Mar 2014; Christoph Junghans ott...@gentoo.org elogv-0.7.6.1-r1.ebuild:
+  added ~x64-macos (tested by me)
 
   12 Mar 2014; Agostino Sarubbo a...@gentoo.org elogv-0.7.6.1-r1.ebuild:
   Stable for sparc, wrt bug #448374






[gentoo-commits] gentoo-x86 commit in x11-apps/rgb: rgb-1.0.5.ebuild ChangeLog

2014-03-13 Thread Christoph Junghans (ottxor)
ottxor  14/03/13 20:12:50

  Modified: rgb-1.0.5.ebuild ChangeLog
  Log:
  added ~x64-macos (tested by me)
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.12 x11-apps/rgb/rgb-1.0.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/rgb/rgb-1.0.5.ebuild?rev=1.12view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/rgb/rgb-1.0.5.ebuild?rev=1.12content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/rgb/rgb-1.0.5.ebuild?r1=1.11r2=1.12

Index: rgb-1.0.5.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/x11-apps/rgb/rgb-1.0.5.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- rgb-1.0.5.ebuild8 Oct 2013 05:02:50 -   1.11
+++ rgb-1.0.5.ebuild13 Mar 2014 20:12:49 -  1.12
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/rgb/rgb-1.0.5.ebuild,v 1.11 
2013/10/08 05:02:50 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/rgb/rgb-1.0.5.ebuild,v 1.12 
2014/03/13 20:12:49 ottxor Exp $
 
 EAPI=5
 
@@ -8,7 +8,7 @@
 
 DESCRIPTION=uncompile an rgb color-name database
 
-KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris ~x86-winnt
+KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris ~x86-winnt
 IUSE=
 RDEPEND=
 DEPEND=${RDEPEND}



1.68 x11-apps/rgb/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-apps/rgb/ChangeLog,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- ChangeLog   8 Oct 2013 05:02:50 -   1.67
+++ ChangeLog   13 Mar 2014 20:12:49 -  1.68
@@ -1,6 +1,9 @@
 # ChangeLog for x11-apps/rgb
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/rgb/ChangeLog,v 1.67 2013/10/08 
05:02:50 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/rgb/ChangeLog,v 1.68 2014/03/13 
20:12:49 ottxor Exp $
+
+  13 Mar 2014; Christoph Junghans ott...@gentoo.org rgb-1.0.5.ebuild:
+  added ~x64-macos (tested by me)
 
   08 Oct 2013; Agostino Sarubbo a...@gentoo.org rgb-1.0.5.ebuild:
   Stable for x86, wrt bug #475480






[gentoo-commits] gentoo-x86 commit in x11-libs/libXaw3d: libXaw3d-1.6.2.ebuild ChangeLog

2014-03-13 Thread Christoph Junghans (ottxor)
ottxor  14/03/13 20:14:32

  Modified: libXaw3d-1.6.2.ebuild ChangeLog
  Log:
  added ~x64-macos (tested by me)
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.12 x11-libs/libXaw3d/libXaw3d-1.6.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXaw3d/libXaw3d-1.6.2.ebuild?rev=1.12view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXaw3d/libXaw3d-1.6.2.ebuild?rev=1.12content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXaw3d/libXaw3d-1.6.2.ebuild?r1=1.11r2=1.12

Index: libXaw3d-1.6.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libXaw3d/libXaw3d-1.6.2.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- libXaw3d-1.6.2.ebuild   27 Jul 2012 23:16:01 -  1.11
+++ libXaw3d-1.6.2.ebuild   13 Mar 2014 20:14:32 -  1.12
@@ -1,13 +1,13 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXaw3d/libXaw3d-1.6.2.ebuild,v 
1.11 2012/07/27 23:16:01 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXaw3d/libXaw3d-1.6.2.ebuild,v 
1.12 2014/03/13 20:14:32 ottxor Exp $
 
 EAPI=4
 inherit xorg-2
 
 DESCRIPTION=X.Org Xaw3d library
 
-KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-fbsd 
~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~x64-solaris ~x86-solaris
+KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-fbsd 
~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris ~x86-solaris
 IUSE=unicode
 
 RDEPEND=x11-libs/libX11



1.22 x11-libs/libXaw3d/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libXaw3d/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog   7 Aug 2012 15:49:44 -   1.21
+++ ChangeLog   13 Mar 2014 20:14:32 -  1.22
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/libXaw3d
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXaw3d/ChangeLog,v 1.21 
2012/08/07 15:49:44 mattst88 Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXaw3d/ChangeLog,v 1.22 
2014/03/13 20:14:32 ottxor Exp $
+
+  13 Mar 2014; Christoph Junghans ott...@gentoo.org libXaw3d-1.6.2.ebuild:
+  added ~x64-macos (tested by me)
 
   07 Aug 2012; Matt Turner matts...@gentoo.org -files/Xaw3d-out-of-tree.diff,
   -files/Xaw3d-xfree86.diff, -libXaw3d-1.5-r1.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-ml/deriving: - New directory

2014-03-13 Thread Alexis Ballier (aballier)
aballier14/03/13 20:15:48

  Log:
  Directory /var/cvsroot/gentoo-x86/dev-ml/deriving added to the repository



[gentoo-commits] gentoo-x86 commit in dev-ml/deriving: metadata.xml ChangeLog deriving-0.6.ebuild

2014-03-13 Thread Alexis Ballier (aballier)
aballier14/03/13 20:17:41

  Added:metadata.xml ChangeLog deriving-0.6.ebuild
  Log:
  initial import, ebuild by me
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.1  dev-ml/deriving/metadata.xml

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



1.1  dev-ml/deriving/ChangeLog

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

Index: ChangeLog
===
# ChangeLog for dev-ml/deriving
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/deriving/ChangeLog,v 1.1 2014/03/13 
20:17:41 aballier Exp $

*deriving-0.6 (13 Mar 2014)

  13 Mar 2014; Alexis Ballier aball...@gentoo.org +deriving-0.6.ebuild,
  +metadata.xml:
  initial import, ebuild by me




1.1  dev-ml/deriving/deriving-0.6.ebuild

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

Index: deriving-0.6.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/deriving/deriving-0.6.ebuild,v 1.1 
2014/03/13 20:17:41 aballier Exp $

EAPI=5

OASIS_BUILD_TESTS=1

inherit oasis

DESCRIPTION=A deriving library for Ocsigen
HOMEPAGE=http://github.com/ocsigen/deriving;
SRC_URI=http://github.com/ocsigen/deriving/archive/${PV}.tar.gz - ${P}.tar.gz

LICENSE=MIT
SLOT=0/${PV}
KEYWORDS=~amd64
IUSE=

DEPEND==dev-ml/type-conv-108:=
dev-ml/optcomp:=
RDEPEND=${DEPEND}

DOCS=( CHANGES README.md )
RESTRICT=test






[gentoo-commits] gentoo-x86 commit in dev-ml/tyxml: tyxml-3.0.0.ebuild ChangeLog

2014-03-13 Thread Alexis Ballier (aballier)
aballier14/03/13 20:23:15

  Modified: ChangeLog
  Added:tyxml-3.0.0.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.11 dev-ml/tyxml/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ml/tyxml/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   23 Jul 2013 17:49:24 -  1.10
+++ ChangeLog   13 Mar 2014 20:23:15 -  1.11
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ml/tyxml
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/tyxml/ChangeLog,v 1.10 2013/07/23 
17:49:24 aballier Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/tyxml/ChangeLog,v 1.11 2014/03/13 
20:23:15 aballier Exp $
+
+*tyxml-3.0.0 (13 Mar 2014)
+
+  13 Mar 2014; Alexis Ballier aball...@gentoo.org +tyxml-3.0.0.ebuild:
+  version bump
 
   23 Jul 2013; Alexis Ballier aball...@gentoo.org tyxml-2.2.0.ebuild,
   +files/pcre.patch:



1.1  dev-ml/tyxml/tyxml-3.0.0.ebuild

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

Index: tyxml-3.0.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/tyxml/tyxml-3.0.0.ebuild,v 1.1 
2014/03/13 20:23:15 aballier Exp $

EAPI=5

OASIS_BUILD_DOCS=1

inherit oasis

DESCRIPTION=A libary to build xml trees typechecked by OCaml
HOMEPAGE=http://ocsigen.org/tyxml/;
SRC_URI=http://www.ocsigen.org/download/${P}.tar.gz;

LICENSE=LGPL-2.1-with-linking-exception
SLOT=0/${PV}
KEYWORDS=~amd64
IUSE=

DEPEND=
RDEPEND=${DEPEND}

DOCS=( CHANGES README.md )






[gentoo-commits] gentoo-x86 commit in dev-util/cwdiff: cwdiff-0.2.6.ebuild ChangeLog

2014-03-13 Thread Christoph Junghans (ottxor)
ottxor  14/03/13 20:25:28

  Modified: cwdiff-0.2.6.ebuild ChangeLog
  Log:
  added ~x64-macos (tested by me)
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.2  dev-util/cwdiff/cwdiff-0.2.6.ebuild

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

Index: cwdiff-0.2.6.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/cwdiff/cwdiff-0.2.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cwdiff-0.2.6.ebuild 17 Jan 2014 17:53:02 -  1.1
+++ cwdiff-0.2.6.ebuild 13 Mar 2014 20:25:28 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cwdiff/cwdiff-0.2.6.ebuild,v 1.1 
2014/01/17 17:53:02 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cwdiff/cwdiff-0.2.6.ebuild,v 1.2 
2014/03/13 20:25:28 ottxor Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~amd64 ~arm ~x86 ~amd64-linux ~x86-macos
+KEYWORDS=~amd64 ~arm ~x86 ~amd64-linux ~x64-macos ~x86-macos
 IUSE=a2ps mercurial
 
 DEPEND=



1.8  dev-util/cwdiff/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/cwdiff/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   17 Jan 2014 17:53:02 -  1.7
+++ ChangeLog   13 Mar 2014 20:25:28 -  1.8
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/cwdiff
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cwdiff/ChangeLog,v 1.7 2014/01/17 
17:53:02 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cwdiff/ChangeLog,v 1.8 2014/03/13 
20:25:28 ottxor Exp $
+
+  13 Mar 2014; Christoph Junghans ott...@gentoo.org cwdiff-0.2.6.ebuild:
+  added ~x64-macos (tested by me)
 
 *cwdiff-0.2.6 (17 Jan 2014)
 






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

2014-03-13 Thread William Hubbs
commit: 7fb209a6fc3512d3437bbb175853f1f01393b74d
Author: William Hubbs w.d.hubbs AT gmail DOT com
AuthorDate: Thu Mar 13 20:27:40 2014 +
Commit: William Hubbs williamh AT gentoo DOT org
CommitDate: Thu Mar 13 20:27:40 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=7fb209a6

conf.d/hwclock: typo fix

---
 conf.d/hwclock | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf.d/hwclock b/conf.d/hwclock
index 59bb732..fc65ac2 100644
--- a/conf.d/hwclock
+++ b/conf.d/hwclock
@@ -7,7 +7,7 @@ clock=UTC
 # If you want the hwclock script to set the system time (software clock)
 # to match the current hardware clock during bootup, leave this
 # commented out.
-# However, you can set this to NO ifyou are running a modern kernel
+# However, you can set this to NO if you are running a modern kernel
 # with CONFIG_RTC_HCTOSYS set to y and your hardware clock set to UTC.
 #clock_hctosys=YES
 



[gentoo-commits] gentoo-x86 commit in app-text/txt2tags: txt2tags-2.6.ebuild ChangeLog

2014-03-13 Thread Christoph Junghans (ottxor)
ottxor  14/03/13 20:29:40

  Modified: txt2tags-2.6.ebuild ChangeLog
  Log:
  added ~x64-macos (tested by me)
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.10 app-text/txt2tags/txt2tags-2.6.ebuild

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

Index: txt2tags-2.6.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-text/txt2tags/txt2tags-2.6.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- txt2tags-2.6.ebuild 22 Mar 2012 21:49:41 -  1.9
+++ txt2tags-2.6.ebuild 13 Mar 2014 20:29:40 -  1.10
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/txt2tags/txt2tags-2.6.ebuild,v 1.9 
2012/03/22 21:49:41 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/txt2tags/txt2tags-2.6.ebuild,v 
1.10 2014/03/13 20:29:40 ottxor Exp $
 
 EAPI=2
 PYTHON_USE_WITH=tk
@@ -15,7 +15,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=amd64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris
+KEYWORDS=amd64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris
 IUSE=emacs tk vim-syntax
 
 DEPEND=dev-lang/python



1.50 app-text/txt2tags/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/txt2tags/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog   21 Jul 2013 10:10:41 -  1.49
+++ ChangeLog   13 Mar 2014 20:29:40 -  1.50
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/txt2tags
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/txt2tags/ChangeLog,v 1.49 
2013/07/21 10:10:41 pacho Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/txt2tags/ChangeLog,v 1.50 
2014/03/13 20:29:40 ottxor Exp $
+
+  13 Mar 2014; Christoph Junghans ott...@gentoo.org txt2tags-2.6.ebuild:
+  added ~x64-macos (tested by me)
 
   21 Jul 2013; Pacho Ramos pa...@gentoo.org metadata.xml:
   Cleanup due http://gentoo.2317880.n4.nabble.com/sgml-herd-has-no-maintainers-






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

2014-03-13 Thread Johannes Huber
commit: 6aeb37c46480c8c0f939c30fe3aa5c9c43b8395b
Author: Johannes Huber johu AT gentoo DOT org
AuthorDate: Thu Mar 13 20:30:05 2014 +
Commit: Johannes Huber johu AT gentoo DOT org
CommitDate: Thu Mar 13 20:30:05 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=6aeb37c4

[profiles/package.mask] Remove KDE SC 4.13 beta 1

---
 profiles/package.mask   | 301 
 profiles/package.mask.d/kde-4.12.80 | 300 ---
 2 files changed, 601 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index afa2834..1898381 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -1,307 +1,6 @@
 # Autogenerated by regenerate-files, DO NOT EDIT.
 # Edit profiles/package.mask.d/ files instead.
 
-# Johannes Huber j...@gentoo.org (01 March 2014)
-# KDE SC 4.13 beta 1 mask. 
-# Unstable release. Masked for testing
-~kde-base/kdeplasma-addons-4.12.80
-~kde-base/kde-l10n-4.12.80
-~kde-base/dolphin-4.12.80
-~kde-base/kdepasswd-4.12.80
-~kde-base/kdialog-4.12.80
-~kde-base/keditbookmarks-4.12.80
-~kde-base/kfind-4.12.80
-~kde-base/kfmclient-4.12.80
-~kde-base/konqueror-4.12.80
-~kde-base/konq-plugins-4.12.80
-~kde-base/konsole-4.12.80
-~kde-base/kwrite-4.12.80
-~kde-base/libkonq-4.12.80
-~kde-base/nsplugins-4.12.80
-~kde-base/plasma-apps-4.12.80
-~kde-base/jovie-4.12.80
-~kde-base/kaccessible-4.12.80
-~kde-base/kdeaccessibility-meta-4.12.80
-~kde-base/kmag-4.12.80
-~kde-base/kmousetool-4.12.80
-~kde-base/kmouth-4.12.80
-~kde-base/kcron-4.12.80
-~kde-base/kdeadmin-meta-4.12.80
-~kde-base/ksystemlog-4.12.80
-~kde-base/kuser-4.12.80
-~kde-base/kdeartwork-colorschemes-4.12.80
-~kde-base/kdeartwork-desktopthemes-4.12.80
-~kde-base/kdeartwork-emoticons-4.12.80
-~kde-base/kdeartwork-iconthemes-4.12.80
-~kde-base/kdeartwork-kscreensaver-4.12.80
-~kde-base/kdeartwork-meta-4.12.80
-~kde-base/kdeartwork-styles-4.12.80
-~kde-base/kdeartwork-wallpapers-4.12.80
-~kde-base/kdeartwork-weatherwallpapers-4.12.80
-~kde-base/attica-4.12.80
-~kde-base/drkonqi-4.12.80
-~kde-base/kcmshell-4.12.80
-~kde-base/kcontrol-4.12.80
-~kde-base/kdebase-data-4.12.80
-~kde-base/kdebase-desktoptheme-4.12.80
-~kde-base/kdebase-kioslaves-4.12.80
-~kde-base/kdebase-menu-4.12.80
-~kde-base/kdebase-menu-icons-4.12.80
-~kde-base/kdebase-runtime-meta-4.12.80
-~kde-base/kdebugdialog-4.12.80
-~kde-base/kdesu-4.12.80
-~kde-base/kde-base-artwork-4.12.80
-~kde-base/kde-wallpapers-4.12.80
-~kde-base/kdontchangethehostname-4.12.80
-~kde-base/keditfiletype-4.12.80
-~kde-base/kfile-4.12.80
-~kde-base/kglobalaccel-4.12.80
-~kde-base/khelpcenter-4.12.80
-~kde-base/kiconfinder-4.12.80
-~kde-base/kimgio-4.12.80
-~kde-base/kioclient-4.12.80
-~kde-base/kmimetypefinder-4.12.80
-~kde-base/knetattach-4.12.80
-~kde-base/knewstuff-4.12.80
-~kde-base/knotify-4.12.80
-~kde-base/kpasswdserver-4.12.80
-~kde-base/kquitapp-4.12.80
-~kde-base/kreadconfig-4.12.80
-~kde-base/kstart-4.12.80
-~kde-base/ktimezoned-4.12.80
-~kde-base/ktraderclient-4.12.80
-~kde-base/kuiserver-4.12.80
-~kde-base/kurifilter-plugins-4.12.80
-~kde-base/kwalletd-4.12.80
-~kde-base/nepomuk-4.12.80
-~kde-base/phonon-kde-4.12.80
-~kde-base/plasma-runtime-4.12.80
-~kde-base/renamedlg-plugins-4.12.80
-~kde-base/solid-runtime-4.12.80
-~kde-base/freespacenotifier-4.12.80
-~kde-base/kcheckpass-4.12.80
-~kde-base/kcminit-4.12.80
-~kde-base/kdebase-cursors-4.12.80
-~kde-base/kdebase-startkde-4.12.80
-~kde-base/kdm-4.12.80
-~kde-base/kephal-4.12.80
-~kde-base/khotkeys-4.12.80
-~kde-base/kinfocenter-4.12.80
-~kde-base/klipper-4.12.80
-~kde-base/kmenuedit-4.12.80
-~kde-base/krunner-4.12.80
-~kde-base/kscreensaver-4.12.80
-~kde-base/ksmserver-4.12.80
-~kde-base/ksplash-4.12.80
-~kde-base/kstartupconfig-4.12.80
-~kde-base/kstyles-4.12.80
-~kde-base/ksysguard-4.12.80
-~kde-base/ksystraycmd-4.12.80
-~kde-base/kwin-4.12.80
-~kde-base/kwrited-4.12.80
-~kde-base/libkworkspace-4.12.80
-~kde-base/liboxygenstyle-4.12.80
-~kde-base/libplasmaclock-4.12.80
-~kde-base/libplasmagenericshell-4.12.80
-~kde-base/libtaskmanager-4.12.80
-~kde-base/plasma-workspace-4.12.80
-~kde-base/powerdevil-4.12.80
-~kde-base/qguiplatformplugin_kde-4.12.80
-~kde-base/solid-actions-kcm-4.12.80
-~kde-base/systemsettings-4.12.80
-~kde-base/kdebindings-meta-4.12.80
-~kde-base/kimono-4.12.80
-~kde-base/korundum-4.12.80
-~kde-base/krossjava-4.12.80
-~kde-base/krosspython-4.12.80
-~kde-base/krossruby-4.12.80
-~kde-base/perlkde-4.12.80
-~kde-base/perlqt-4.12.80
-~kde-base/pykde4-4.12.80
-~kde-base/smokegen-4.12.80
-~kde-base/smokekde-4.12.80
-~kde-base/smokeqt-4.12.80
-~kde-base/qtruby-4.12.80
-~kde-base/qyoto-4.12.80
-~kde-base/analitza-4.12.80
-~kde-base/blinken-4.12.80
-~kde-base/cantor-4.12.80
-~kde-base/kalgebra-4.12.80
-~kde-base/kalzium-4.12.80
-~kde-base/kanagram-4.12.80
-~kde-base/kbruch-4.12.80
-~kde-base/kdeedu-meta-4.12.80
-~kde-base/kgeography-4.12.80
-~kde-base/khangman-4.12.80
-~kde-base/kig-4.12.80

[gentoo-commits] gentoo-x86 commit in app-text/dvisvgm: dvisvgm-1.5.2.ebuild ChangeLog

2014-03-13 Thread Alexis Ballier (aballier)
aballier14/03/13 20:32:11

  Modified: ChangeLog
  Added:dvisvgm-1.5.2.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.65 app-text/dvisvgm/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/dvisvgm/ChangeLog,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- ChangeLog   18 Jan 2014 19:58:23 -  1.64
+++ ChangeLog   13 Mar 2014 20:32:11 -  1.65
@@ -1,6 +1,11 @@
 # ChangeLog for app-text/dvisvgm
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/dvisvgm/ChangeLog,v 1.64 
2014/01/18 19:58:23 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/dvisvgm/ChangeLog,v 1.65 
2014/03/13 20:32:11 aballier Exp $
+
+*dvisvgm-1.5.2 (13 Mar 2014)
+
+  13 Mar 2014; Alexis Ballier aball...@gentoo.org +dvisvgm-1.5.2.ebuild:
+  version bump
 
   18 Jan 2014; Agostino Sarubbo a...@gentoo.org dvisvgm-1.4.ebuild:
   Stable for alpha, wrt bug #491940



1.1  app-text/dvisvgm/dvisvgm-1.5.2.ebuild

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

Index: dvisvgm-1.5.2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/dvisvgm/dvisvgm-1.5.2.ebuild,v 1.1 
2014/03/13 20:32:11 aballier Exp $

EAPI=4

DESCRIPTION=Converts DVI files to SVG
HOMEPAGE=http://dvisvgm.sourceforge.net/;
SRC_URI=mirror://sourceforge/${PN}/${P}.tar.gz

LICENSE=GPL-3
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos
IUSE=test
# Tests don't work from $WORKDIR: kpathsea tries to search in relative
# directories from where the binary is executed.
# We cannot really use absolute paths in the kpathsea configuration since that
# would make it harder for prefix installs.
RESTRICT=test

RDEPEND=virtual/tex-base
app-text/ghostscript-gpl
=media-gfx/potrace-1.10-r1
media-libs/freetype:2
sys-libs/zlib
DEPEND=${RDEPEND}
virtual/pkgconfig
test? ( dev-cpp/gtest )






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

2014-03-13 Thread Alexis Ballier (aballier)
aballier14/03/13 20:39:47

  Modified: ChangeLog
  Removed:  ocamlnet-3.6.3.ebuild ocamlnet-3.6.5.ebuild
ocamlnet-3.6.6.ebuild
  Log:
  remove old
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.82 dev-ml/ocamlnet/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ml/ocamlnet/ChangeLog,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- ChangeLog   14 Feb 2014 13:03:57 -  1.81
+++ ChangeLog   13 Mar 2014 20:39:47 -  1.82
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ml/ocamlnet
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlnet/ChangeLog,v 1.81 2014/02/14 
13:03:57 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlnet/ChangeLog,v 1.82 2014/03/13 
20:39:47 aballier Exp $
+
+  13 Mar 2014; Alexis Ballier aball...@gentoo.org -ocamlnet-3.6.3.ebuild,
+  -ocamlnet-3.6.5.ebuild, -ocamlnet-3.6.6.ebuild,
+  -files/ocamlnet-3.6.6-ocaml-4.01.patch:
+  remove old
 
   14 Feb 2014; Chema Alonso nim...@gentoo.org ocamlnet-3.7.3.ebuild:
   Stable for amd64 wrt bug #492050






[gentoo-commits] gentoo-x86 commit in dev-ml/ocamlnet/files: ocamlnet-3.6.6-ocaml-4.01.patch

2014-03-13 Thread Alexis Ballier (aballier)
aballier14/03/13 20:39:47

  Removed:  ocamlnet-3.6.6-ocaml-4.01.patch
  Log:
  remove old
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)



[gentoo-commits] gentoo-x86 commit in x11-apps/xauth: xauth-1.0.8.ebuild ChangeLog

2014-03-13 Thread Christoph Junghans (ottxor)
ottxor  14/03/13 20:44:01

  Modified: xauth-1.0.8.ebuild ChangeLog
  Log:
  added ~x64-macos (tested by me)
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.2  x11-apps/xauth/xauth-1.0.8.ebuild

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

Index: xauth-1.0.8.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xauth/xauth-1.0.8.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xauth-1.0.8.ebuild  13 Oct 2013 23:55:11 -  1.1
+++ xauth-1.0.8.ebuild  13 Mar 2014 20:44:01 -  1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xauth/xauth-1.0.8.ebuild,v 1.1 
2013/10/13 23:55:11 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xauth/xauth-1.0.8.ebuild,v 1.2 
2014/03/13 20:44:01 ottxor Exp $
 
 EAPI=4
 
@@ -8,7 +8,7 @@
 
 DESCRIPTION=X authority file utility
 
-KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris 
~x86-winnt
+KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris ~x86-winnt
 IUSE=ipv6
 
 RDEPEND=x11-libs/libX11



1.89 x11-apps/xauth/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xauth/ChangeLog?rev=1.89view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xauth/ChangeLog?rev=1.89content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xauth/ChangeLog?r1=1.88r2=1.89

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xauth/ChangeLog,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- ChangeLog   13 Oct 2013 23:55:11 -  1.88
+++ ChangeLog   13 Mar 2014 20:44:01 -  1.89
@@ -1,6 +1,9 @@
 # ChangeLog for x11-apps/xauth
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xauth/ChangeLog,v 1.88 2013/10/13 
23:55:11 chithanh Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xauth/ChangeLog,v 1.89 2014/03/13 
20:44:01 ottxor Exp $
+
+  13 Mar 2014; Christoph Junghans ott...@gentoo.org xauth-1.0.8.ebuild:
+  added ~x64-macos (tested by me)
 
 *xauth-1.0.8 (13 Oct 2013)
 






[gentoo-commits] gentoo-x86 commit in mail-client/mutt: mutt-1.5.22-r3.ebuild ChangeLog mutt-1.5.22-r2.ebuild

2014-03-13 Thread Alexander Vershilov (qnikst)
qnikst  14/03/13 20:44:53

  Modified: ChangeLog
  Added:mutt-1.5.22-r3.ebuild
  Removed:  mutt-1.5.22-r2.ebuild
  Log:
  fix buffer overflow issue (CVE-2014-0567), bug #504462
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xEAD50D64D8D3571A!)

Revision  ChangesPath
1.254mail-client/mutt/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/mail-client/mutt/ChangeLog,v
retrieving revision 1.253
retrieving revision 1.254
diff -u -r1.253 -r1.254
--- ChangeLog   9 Mar 2014 11:45:53 -   1.253
+++ ChangeLog   13 Mar 2014 20:44:53 -  1.254
@@ -1,6 +1,13 @@
 # ChangeLog for mail-client/mutt
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/mutt/ChangeLog,v 1.253 
2014/03/09 11:45:53 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/mutt/ChangeLog,v 1.254 
2014/03/13 20:44:53 qnikst Exp $
+
+*mutt-1.5.22-r3 (13 Mar 2014)
+
+  13 Mar 2014; Alexander Vershilov qni...@gentoo.org
+  +files/mutt-1.5.22-cve-2014-0567.patch, +mutt-1.5.22-r3.ebuild,
+  -mutt-1.5.22-r2.ebuild:
+  fix buffer overflow issue (CVE-2014-0567), bug #504462
 
 *mutt-1.5.22-r2 (09 Mar 2014)
 



1.1  mail-client/mutt/mutt-1.5.22-r3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mutt/mutt-1.5.22-r3.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mutt/mutt-1.5.22-r3.ebuild?rev=1.1content-type=text/plain

Index: mutt-1.5.22-r3.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/mail-client/mutt/mutt-1.5.22-r3.ebuild,v 1.1 
2014/03/13 20:44:53 qnikst Exp $

EAPI=5

inherit eutils flag-o-matic autotools

PATCHSET_REV=-r1

DESCRIPTION=A small but very powerful text-based mail client
HOMEPAGE=http://www.mutt.org/;
SRC_URI=ftp://ftp.mutt.org/mutt/devel/${P}.tar.gz
mirror://gentoo/${P}-gentoo-patches${PATCHSET_REV}.tar.bz2

http://dev.gentoo.org/~grobian/distfiles/${P}-gentoo-patches${PATCHSET_REV}.tar.bz2;
IUSE=berkdb crypt debug doc gdbm gnutls gpg idn imap kerberos mbox nls nntp 
pop qdbm sasl selinux sidebar slang smime smtp ssl tokyocabinet
SLOT=0
LICENSE=GPL-2
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris
RDEPEND=
app-misc/mime-types
nls? ( virtual/libintl )
tokyocabinet?  ( dev-db/tokyocabinet )
!tokyocabinet? (
qdbm?  ( dev-db/qdbm )
!qdbm? (
gdbm?  ( sys-libs/gdbm )
!gdbm? ( berkdb? ( =sys-libs/db-4 ) )
)
)
imap?(
gnutls?  ( =net-libs/gnutls-1.0.17 )
!gnutls? ( ssl? ( =dev-libs/openssl-0.9.6 ) )
sasl?( =dev-libs/cyrus-sasl-2 )
)
kerberos? ( virtual/krb5 )
pop? (
gnutls?  ( =net-libs/gnutls-1.0.17 )
!gnutls? ( ssl? ( =dev-libs/openssl-0.9.6 ) )
sasl?( =dev-libs/cyrus-sasl-2 )
)
smtp? (
gnutls?  ( =net-libs/gnutls-1.0.17 )
!gnutls? ( ssl? ( =dev-libs/openssl-0.9.6 ) )
sasl?( =dev-libs/cyrus-sasl-2 )
)
idn? ( net-dns/libidn )
gpg? ( =app-crypt/gpgme-0.9.0 )
smime?   ( =dev-libs/openssl-0.9.6 )
selinux? ( sec-policy/selinux-mutt )
slang? ( sys-libs/slang )
!slang? ( =sys-libs/ncurses-5.2 )

DEPEND=${RDEPEND}
net-mail/mailbase
doc? (
dev-libs/libxml2
dev-libs/libxslt
app-text/docbook-xsl-stylesheets
|| ( www-client/lynx www-client/w3m www-client/elinks )
)

PATCHDIR=${WORKDIR}/${P}-gentoo-patches${PATCHSET_REV}

src_prepare() {
# Post-release hot-fixes grabbed from HG, this is what all following
# patches are based on in my Mercurial patchqueue (mq).
# If you ever take over or need to modify patches here, just check
# out the gentoo branch(es) of Gentoo's Mutt Mercurial clone, and
# the patchqueue as it'll save you a lot of work.
# 

[gentoo-commits] proj/kde:master commit in: kde-base/kdeartwork-sounds/

2014-03-13 Thread Johannes Huber
commit: fa859628a3de3ceb96d301b9e9d9c961a837c7b7
Author: Johannes Huber johu AT gentoo DOT org
AuthorDate: Thu Mar 13 20:49:21 2014 +
Commit: Johannes Huber johu AT gentoo DOT org
CommitDate: Thu Mar 13 20:49:21 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=fa859628

[kde-base/kdeartwork-sounds] Remove empty

Package-Manager: portage-2.2.8-r1

---
 kde-base/kdeartwork-sounds/metadata.xml | 5 -
 1 file changed, 5 deletions(-)

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



[gentoo-commits] dev/maekke: New branch: origin/HEAD

2014-03-13 Thread Markus Meier
commit: 
Commit: Markus Meier maekke AT gentoo DOT org
CommitDate: Thu Mar 13 20:54:05 2014 +

New branch: origin/HEAD




[gentoo-commits] gentoo-x86 commit in sys-apps/pcsc-slb-rf72-drv: pcsc-slb-rf72-drv-1.1.0-r1.ebuild ChangeLog pcsc-slb-rf72-drv-1.1.0-r2.ebuild

2014-03-13 Thread Ulrich Mueller (ulm)
ulm 14/03/13 21:36:11

  Modified: pcsc-slb-rf72-drv-1.1.0-r1.ebuild ChangeLog
pcsc-slb-rf72-drv-1.1.0-r2.ebuild
  Log:
  Fix LICENSE, add mirror and bindist restriction, bug 445750.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
9433907D693FB5B8!)

Revision  ChangesPath
1.11 
sys-apps/pcsc-slb-rf72-drv/pcsc-slb-rf72-drv-1.1.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pcsc-slb-rf72-drv/pcsc-slb-rf72-drv-1.1.0-r1.ebuild?rev=1.11view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pcsc-slb-rf72-drv/pcsc-slb-rf72-drv-1.1.0-r1.ebuild?rev=1.11content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pcsc-slb-rf72-drv/pcsc-slb-rf72-drv-1.1.0-r1.ebuild?r1=1.10r2=1.11

Index: pcsc-slb-rf72-drv-1.1.0-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sys-apps/pcsc-slb-rf72-drv/pcsc-slb-rf72-drv-1.1.0-r1.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- pcsc-slb-rf72-drv-1.1.0-r1.ebuild   4 May 2012 09:17:30 -   1.10
+++ pcsc-slb-rf72-drv-1.1.0-r1.ebuild   13 Mar 2014 21:36:11 -  1.11
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sys-apps/pcsc-slb-rf72-drv/pcsc-slb-rf72-drv-1.1.0-r1.ebuild,v
 1.10 2012/05/04 09:17:30 jdhore Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-apps/pcsc-slb-rf72-drv/pcsc-slb-rf72-drv-1.1.0-r1.ebuild,v
 1.11 2014/03/13 21:36:11 ulm Exp $
 
 inherit eutils toolchain-funcs
 
@@ -8,11 +8,13 @@
 S=${WORKDIR}/${MY_P}
 DESCRIPTION=Schlumberger Reflex 72 Serial Smartcard Reader
 HOMEPAGE=http://www.linuxnet.com/sourcedrivers.html;
-LICENSE=as-is
+LICENSE=all-rights-reserved BSD LGPL-2.1+
 KEYWORDS=~amd64 ~x86
 IUSE=
 SLOT=0
 
SRC_URI=http://www.linuxnet.com/drivers/readers/files/slb_rf72-drv-1.1.0.tar.gz;
+RESTRICT=mirror bindist
+
 RDEPEND=sys-apps/pcsc-lite
dev-libs/openct
 DEPEND=${RDEPEND}



1.16 sys-apps/pcsc-slb-rf72-drv/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/pcsc-slb-rf72-drv/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog   4 May 2012 09:17:30 -   1.15
+++ ChangeLog   13 Mar 2014 21:36:11 -  1.16
@@ -1,6 +1,10 @@
 # ChangeLog for sys-apps/pcsc-slb-rf72-drv
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcsc-slb-rf72-drv/ChangeLog,v 1.15 
2012/05/04 09:17:30 jdhore Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcsc-slb-rf72-drv/ChangeLog,v 1.16 
2014/03/13 21:36:11 ulm Exp $
+
+  13 Mar 2014; Ulrich Müller u...@gentoo.org
+  pcsc-slb-rf72-drv-1.1.0-r1.ebuild, pcsc-slb-rf72-drv-1.1.0-r2.ebuild:
+  Fix LICENSE, add mirror and bindist restriction, bug 445750.
 
   04 May 2012; Jeff Horelick jdh...@gentoo.org
   pcsc-slb-rf72-drv-1.1.0-r1.ebuild, pcsc-slb-rf72-drv-1.1.0-r2.ebuild:



1.3  
sys-apps/pcsc-slb-rf72-drv/pcsc-slb-rf72-drv-1.1.0-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pcsc-slb-rf72-drv/pcsc-slb-rf72-drv-1.1.0-r2.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pcsc-slb-rf72-drv/pcsc-slb-rf72-drv-1.1.0-r2.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pcsc-slb-rf72-drv/pcsc-slb-rf72-drv-1.1.0-r2.ebuild?r1=1.2r2=1.3

Index: pcsc-slb-rf72-drv-1.1.0-r2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sys-apps/pcsc-slb-rf72-drv/pcsc-slb-rf72-drv-1.1.0-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pcsc-slb-rf72-drv-1.1.0-r2.ebuild   4 May 2012 09:17:30 -   1.2
+++ pcsc-slb-rf72-drv-1.1.0-r2.ebuild   13 Mar 2014 21:36:11 -  1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sys-apps/pcsc-slb-rf72-drv/pcsc-slb-rf72-drv-1.1.0-r2.ebuild,v
 1.2 2012/05/04 09:17:30 jdhore Exp $
+# $Header: 

[gentoo-commits] gentoo-x86 commit in dev-libs/gjs: gjs-1.38.1.ebuild ChangeLog

2014-03-13 Thread Pacho Ramos (pacho)
pacho   14/03/13 21:26:55

  Modified: gjs-1.38.1.ebuild ChangeLog
  Log:
  Add missing DEPEND on gnome-common (#504464 by Jesper Saxtorph)
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.7  dev-libs/gjs/gjs-1.38.1.ebuild

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

Index: gjs-1.38.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/gjs/gjs-1.38.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- gjs-1.38.1.ebuild   9 Mar 2014 11:54:58 -   1.6
+++ gjs-1.38.1.ebuild   13 Mar 2014 21:26:55 -  1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/gjs/gjs-1.38.1.ebuild,v 1.6 
2014/03/09 11:54:58 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/gjs/gjs-1.38.1.ebuild,v 1.7 
2014/03/13 21:26:55 pacho Exp $
 
 EAPI=5
 GCONF_DEBUG=no
@@ -25,6 +25,7 @@
cairo? ( x11-libs/cairo )
 
 DEPEND=${RDEPEND}
+   gnome-base/gnome-common
sys-devel/gettext
virtual/pkgconfig
test? ( sys-apps/dbus )



1.35 dev-libs/gjs/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/gjs/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog   9 Mar 2014 11:54:58 -   1.34
+++ ChangeLog   13 Mar 2014 21:26:55 -  1.35
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/gjs
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/gjs/ChangeLog,v 1.34 2014/03/09 
11:54:58 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/gjs/ChangeLog,v 1.35 2014/03/13 
21:26:55 pacho Exp $
+
+  13 Mar 2014; Pacho Ramos pa...@gentoo.org gjs-1.38.1.ebuild:
+  Add missing DEPEND on gnome-common (#504464 by Jesper Saxtorph)
 
   09 Mar 2014; Pacho Ramos pa...@gentoo.org gjs-1.38.1.ebuild:
   x86 stable, bug 499954






[gentoo-commits] gentoo-x86 commit in app-text/kbibtex/files: kbibtex-0.5-build-fix.patch

2014-03-13 Thread Johannes Huber (johu)
johu14/03/13 21:42:44

  Added:kbibtex-0.5-build-fix.patch
  Log:
  Version bump wrt bug #498932.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
F3CFD2BD)

Revision  ChangesPath
1.1  app-text/kbibtex/files/kbibtex-0.5-build-fix.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/kbibtex/files/kbibtex-0.5-build-fix.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/kbibtex/files/kbibtex-0.5-build-fix.patch?rev=1.1content-type=text/plain

Index: kbibtex-0.5-build-fix.patch
===
diff -urN kbibtex-0.5.old/src/program/docklets/referencepreview.h 
kbibtex-0.5/src/program/docklets/referencepreview.h
--- kbibtex-0.5.old/src/program/docklets/referencepreview.h 2013-12-29 
20:06:23.0 +0100
+++ kbibtex-0.5/src/program/docklets/referencepreview.h 2014-03-13 
22:31:38.456418630 +0100
@@ -23,6 +23,7 @@
 
 #include QWidget
 #include QUrl
+#include KUrl
 
 class Element;
 class File;






[gentoo-commits] gentoo-x86 commit in app-text/kbibtex: kbibtex-0.5.ebuild kbibtex-0.4.1.ebuild ChangeLog

2014-03-13 Thread Johannes Huber (johu)
johu14/03/13 21:42:45

  Modified: kbibtex-0.4.1.ebuild ChangeLog
  Added:kbibtex-0.5.ebuild
  Log:
  Version bump wrt bug #498932.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
F3CFD2BD)

Revision  ChangesPath
1.6  app-text/kbibtex/kbibtex-0.4.1.ebuild

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

Index: kbibtex-0.4.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-text/kbibtex/kbibtex-0.4.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- kbibtex-0.4.1.ebuild17 Mar 2013 18:16:30 -  1.5
+++ kbibtex-0.4.1.ebuild13 Mar 2014 21:42:45 -  1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/kbibtex/kbibtex-0.4.1.ebuild,v 1.5 
2013/03/17 18:16:30 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/kbibtex/kbibtex-0.4.1.ebuild,v 1.6 
2014/03/13 21:42:45 johu Exp $
 
 EAPI=5
 



1.51 app-text/kbibtex/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/kbibtex/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog   17 Mar 2013 18:16:30 -  1.50
+++ ChangeLog   13 Mar 2014 21:42:45 -  1.51
@@ -1,6 +1,12 @@
 # ChangeLog for app-text/kbibtex
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/kbibtex/ChangeLog,v 1.50 
2013/03/17 18:16:30 kensington Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/kbibtex/ChangeLog,v 1.51 
2014/03/13 21:42:45 johu Exp $
+
+*kbibtex-0.5 (13 Mar 2014)
+
+  13 Mar 2014; Johannes Huber j...@gentoo.org
+  +files/kbibtex-0.5-build-fix.patch, +kbibtex-0.5.ebuild, 
kbibtex-0.4.1.ebuild:
+  Version bump wrt bug #498932.
 
   17 Mar 2013; Michael Palimaka kensing...@gentoo.org kbibtex-0.4.1.ebuild:
   Drop poppler subslot since it links only to libpoppler-qt4.



1.1  app-text/kbibtex/kbibtex-0.5.ebuild

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

Index: kbibtex-0.5.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/kbibtex/kbibtex-0.5.ebuild,v 1.1 
2014/03/13 21:42:45 johu Exp $

EAPI=5

inherit versionator kde4-base

DESCRIPTION=BibTeX editor for KDE to edit bibliographies used with LaTeX
HOMEPAGE=http://home.gna.org/kbibtex/;
if [[ ${PV} != ** ]]; then
SRC_URI=http://download.gna.org/${PN}/$(get_version_component_range 
1-2)/${P/_/-}.tar.xz
KEYWORDS=~amd64 ~x86
else
ESVN_REPO_URI=svn://svn.gna.org/svn/${PN}/trunk
ESVN_PROJECT=${PN}
KEYWORDS=
fi

LICENSE=GPL-2
SLOT=4
IUSE=debug

DEPEND=
app-text/poppler[qt4]
dev-libs/libxml2
dev-libs/libxslt
virtual/tex-base

RDEPEND=${DEPEND}
dev-tex/bibtex2html

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

S=${WORKDIR}/${P/_/-}






[gentoo-commits] proj/kde:master commit in: app-text/kbibtex/

2014-03-13 Thread Johannes Huber
commit: 6b517b51eed0234999fd53776fa839b16f8842ef
Author: Johannes Huber johu AT gentoo DOT org
AuthorDate: Thu Mar 13 21:50:20 2014 +
Commit: Johannes Huber johu AT gentoo DOT org
CommitDate: Thu Mar 13 21:50:20 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=6b517b51

[app-text/kbibtex] Remove old, newer in tree

Package-Manager: portage-2.2.8-r1

---
 app-text/kbibtex/kbibtex-0.4..ebuild  | 29 ---
 app-text/kbibtex/kbibtex-0.5..ebuild  |  2 +-
 app-text/kbibtex/kbibtex-0.5_beta2.ebuild | 33 ---
 app-text/kbibtex/kbibtex-.ebuild  |  2 +-
 4 files changed, 2 insertions(+), 64 deletions(-)

diff --git a/app-text/kbibtex/kbibtex-0.4..ebuild 
b/app-text/kbibtex/kbibtex-0.4..ebuild
deleted file mode 100644
index 035446e..000
--- a/app-text/kbibtex/kbibtex-0.4..ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-KDE_SCM=svn
-inherit versionator kde4-base
-
-DESCRIPTION=BibTeX editor for KDE to edit bibliographies used with LaTeX
-HOMEPAGE=http://home.gna.org/kbibtex/;
-ESVN_REPO_URI=svn://svn.gna.org/svn/${PN}/branches/${PV/./}
-ESVN_PROJECT=${PN}
-KEYWORDS=
-
-LICENSE=GPL-2
-SLOT=4
-IUSE=debug
-
-DEPEND=
-   app-text/poppler[qt4]
-   dev-libs/libxml2
-   dev-libs/libxslt
-   virtual/tex-base
-
-RDEPEND=${DEPEND}
-   dev-tex/bibtex2html
-
-S=${WORKDIR}/${P/_/-}

diff --git a/app-text/kbibtex/kbibtex-0.5..ebuild 
b/app-text/kbibtex/kbibtex-0.5..ebuild
index 27306ad..85d55f4 100644
--- a/app-text/kbibtex/kbibtex-0.5..ebuild
+++ b/app-text/kbibtex/kbibtex-0.5..ebuild
@@ -9,7 +9,7 @@ inherit versionator kde4-base
 DESCRIPTION=BibTeX editor for KDE to edit bibliographies used with LaTeX
 HOMEPAGE=http://home.gna.org/kbibtex/;
 if [[ ${PV} != ** ]]; then
-   SRC_URI=http://download.gna.org/${PN}/$(get_version_component_range 
1-2)/${P/_/-}.tar.bz2
+   SRC_URI=http://download.gna.org/${PN}/$(get_version_component_range 
1-2)/${P/_/-}.tar.xz
KEYWORDS=~amd64 ~x86
 else
EGIT_BRANCH=${PN}/$(get_version_component_range 1-2)

diff --git a/app-text/kbibtex/kbibtex-0.5_beta2.ebuild 
b/app-text/kbibtex/kbibtex-0.5_beta2.ebuild
deleted file mode 100644
index 03679b3..000
--- a/app-text/kbibtex/kbibtex-0.5_beta2.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-inherit versionator kde4-base
-
-DESCRIPTION=BibTeX editor for KDE to edit bibliographies used with LaTeX
-HOMEPAGE=http://home.gna.org/kbibtex/;
-if [[ ${PV} != ** ]]; then
-   SRC_URI=http://download.gna.org/${PN}/$(get_version_component_range 
1-2)/${P/_/-}.tar.bz2
-   KEYWORDS=~amd64 ~x86
-else
-   ESVN_REPO_URI=svn://svn.gna.org/svn/${PN}/trunk
-   ESVN_PROJECT=${PN}
-   KEYWORDS=
-fi
-
-LICENSE=GPL-2
-SLOT=4
-IUSE=debug
-
-DEPEND=
-   app-text/poppler[qt4]
-   dev-libs/libxml2
-   dev-libs/libxslt
-   virtual/tex-base
-
-RDEPEND=${DEPEND}
-   dev-tex/bibtex2html
-
-S=${WORKDIR}/${P/_/-}

diff --git a/app-text/kbibtex/kbibtex-.ebuild 
b/app-text/kbibtex/kbibtex-.ebuild
index 5345700..de67d9e 100644
--- a/app-text/kbibtex/kbibtex-.ebuild
+++ b/app-text/kbibtex/kbibtex-.ebuild
@@ -9,7 +9,7 @@ inherit versionator kde4-base
 DESCRIPTION=BibTeX editor for KDE to edit bibliographies used with LaTeX
 HOMEPAGE=http://home.gna.org/kbibtex/;
 if [[ ${PV} != ** ]]; then
-   SRC_URI=http://download.gna.org/${PN}/$(get_version_component_range 
1-2)/${P/_/-}.tar.bz2
+   SRC_URI=http://download.gna.org/${PN}/$(get_version_component_range 
1-2)/${P/_/-}.tar.xz
KEYWORDS=~amd64 ~x86
 else
EGIT_BRANCH=master



[gentoo-commits] gentoo-x86 commit in app-admin/webapp-config: ChangeLog

2014-03-13 Thread Devan Franchini (twitch153)
twitch15314/03/13 21:51:27

  Modified: ChangeLog
  Log:
  Edits source path for functions.sh.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
A8C8FBCF)

Revision  ChangesPath
1.107app-admin/webapp-config/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/webapp-config/ChangeLog?rev=1.107view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/webapp-config/ChangeLog?rev=1.107content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/webapp-config/ChangeLog?r1=1.106r2=1.107

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/webapp-config/ChangeLog,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -r1.106 -r1.107
--- ChangeLog   10 Mar 2014 19:44:29 -  1.106
+++ ChangeLog   13 Mar 2014 21:51:27 -  1.107
@@ -1,6 +1,10 @@
 # ChangeLog for app-admin/webapp-config
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/webapp-config/ChangeLog,v 1.106 
2014/03/10 19:44:29 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/webapp-config/ChangeLog,v 1.107 
2014/03/13 21:51:27 twitch153 Exp $
+
+  13 Mar 2014; Devan Franchini twitch...@gentoo.org
+  files/webapp-config-1.50.16-baselayout2.patch:
+  Edits source path for functions.sh.
 
   10 Mar 2014; Johannes Huber j...@gentoo.org webapp-config-1.52-r1.ebuild:
   x86 stable, bug #492904






[gentoo-commits] gentoo-x86 commit in app-admin/webapp-config/files: webapp-config-1.50.16-baselayout2.patch

2014-03-13 Thread Devan Franchini (twitch153)
twitch15314/03/13 21:51:27

  Modified: webapp-config-1.50.16-baselayout2.patch
  Log:
  Edits source path for functions.sh.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
A8C8FBCF)

Revision  ChangesPath
1.2  
app-admin/webapp-config/files/webapp-config-1.50.16-baselayout2.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/webapp-config/files/webapp-config-1.50.16-baselayout2.patch?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/webapp-config/files/webapp-config-1.50.16-baselayout2.patch?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/webapp-config/files/webapp-config-1.50.16-baselayout2.patch?r1=1.1r2=1.2

Index: webapp-config-1.50.16-baselayout2.patch
===
RCS file: 
/var/cvsroot/gentoo-x86/app-admin/webapp-config/files/webapp-config-1.50.16-baselayout2.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- webapp-config-1.50.16-baselayout2.patch 9 Sep 2007 21:11:41 -   
1.1
+++ webapp-config-1.50.16-baselayout2.patch 13 Mar 2014 21:51:27 -  
1.2
@@ -7,7 +7,7 @@
  WEBAPP_CONFIG=
  
 -[[ -z ${RC_GOT_FUNCTIONS} ]]  source /sbin/functions.sh
-+[[ -z ${RC_GOT_FUNCTIONS} ]]  source /etc/init.d/functions.sh
++[[ -z ${RC_GOT_FUNCTIONS} ]]  source /lib/gentoo/functions.sh
  
  function help() {
echo Remove obsolete and unused versions of web applications






  1   2   >