[gentoo-commits] gentoo-x86 commit in sys-devel/llvm: llvm-3.6.1.ebuild ChangeLog llvm-9999.ebuild llvm-3.6.2.ebuild llvm-3.6.0.ebuild

2015-08-06 Thread Bernard Cafarelli (voyageur)
voyageur15/08/06 12:18:45

  Modified: llvm-3.6.1.ebuild ChangeLog llvm-.ebuild
llvm-3.6.2.ebuild llvm-3.6.0.ebuild
  Log:
  Add missing dependencies to finally close #543422 (USE-flag masked on 
sparc/powerpc)
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)

Revision  ChangesPath
1.6  sys-devel/llvm/llvm-3.6.1.ebuild

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

Index: llvm-3.6.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.6.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- llvm-3.6.1.ebuild   14 Jun 2015 17:56:07 -  1.5
+++ llvm-3.6.1.ebuild   6 Aug 2015 12:18:45 -   1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.6.1.ebuild,v 1.5 
2015/06/14 17:56:07 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.6.1.ebuild,v 1.6 
2015/08/06 12:18:45 voyageur Exp $
 
 EAPI=5
 
@@ -38,7 +38,10 @@
libedit? ( dev-libs/libedit:0=[${MULTILIB_USEDEP}] )
libffi? ( =virtual/libffi-3.0.13-r1:0=[${MULTILIB_USEDEP}] )
ncurses? ( =sys-libs/ncurses-5.9-r3:5=[${MULTILIB_USEDEP}] )
-   ocaml? ( dev-lang/ocaml:0= )
+   ocaml? (
+   dev-lang/ocaml:0=
+   dev-ml/findlib
+   dev-ml/ocaml-ctypes )
 # configparser-3.2 breaks the build (3.3 or none at all are fine)
 DEPEND=${COMMON_DEPEND}
app-arch/xz-utils
@@ -55,6 +58,7 @@
doc? ( dev-python/sphinx )
libffi? ( virtual/pkgconfig )
!!dev-python/configparser-3.3.0.2
+   ocaml? ( test? ( dev-ml/ounit ) )
${PYTHON_DEPS}
 RDEPEND=${COMMON_DEPEND}
clang? ( !=sys-devel/clang-${PV}-r99



1.258sys-devel/llvm/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v
retrieving revision 1.257
retrieving revision 1.258
diff -u -r1.257 -r1.258
--- ChangeLog   25 Jul 2015 13:53:53 -  1.257
+++ ChangeLog   6 Aug 2015 12:18:45 -   1.258
@@ -1,6 +1,11 @@
 # ChangeLog for sys-devel/llvm
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.257 2015/07/25 
13:53:53 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.258 2015/08/06 
12:18:45 voyageur Exp $
+
+  06 Aug 2015; Bernard Cafarelli voyag...@gentoo.org llvm-3.6.0.ebuild,
+  llvm-3.6.1.ebuild, llvm-3.6.2.ebuild, llvm-.ebuild:
+  Add missing dependencies to finally close #543422 (USE-flag masked on
+  sparc/powerpc)
 
 *llvm-3.6.2 (25 Jul 2015)
 



1.120sys-devel/llvm/llvm-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-.ebuild?rev=1.120view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-.ebuild?rev=1.120content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-.ebuild?r1=1.119r2=1.120

Index: llvm-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-.ebuild,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -r1.119 -r1.120
--- llvm-.ebuild19 Jul 2015 17:29:33 -  1.119
+++ llvm-.ebuild6 Aug 2015 12:18:45 -   1.120
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-.ebuild,v 1.119 
2015/07/19 17:29:33 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-.ebuild,v 1.120 
2015/08/06 12:18:45 voyageur Exp $
 
 EAPI=5
 
@@ -56,6 +56,7 @@
libffi? ( virtual/pkgconfig )
lldb? ( dev-lang/swig )
!!dev-python/configparser-3.3.0.2
+   ocaml? ( test? ( dev-ml/ounit ) )
${PYTHON_DEPS}
 RDEPEND=${COMMON_DEPEND}
clang? ( !=sys-devel/clang-${PV}-r99 )



1.2  sys-devel/llvm/llvm-3.6.2.ebuild

file : 

[gentoo-commits] gentoo-x86 commit in www-apps/owncloud: owncloud-8.1.0.ebuild owncloud-5.0.19.ebuild owncloud-8.0.4.ebuild ChangeLog owncloud-6.0.8.ebuild

2015-08-06 Thread Bernard Cafarelli (voyageur)
voyageur15/08/06 12:35:09

  Modified: owncloud-8.1.0.ebuild owncloud-5.0.19.ebuild
owncloud-8.0.4.ebuild ChangeLog
owncloud-6.0.8.ebuild
  Log:
  Also add php[posix] dependency, bug #554254
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)

Revision  ChangesPath
1.2  www-apps/owncloud/owncloud-8.1.0.ebuild

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

Index: owncloud-8.1.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/www-apps/owncloud/owncloud-8.1.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- owncloud-8.1.0.ebuild   8 Jul 2015 09:34:16 -   1.1
+++ owncloud-8.1.0.ebuild   6 Aug 2015 12:35:09 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/owncloud/owncloud-8.1.0.ebuild,v 
1.1 2015/07/08 09:34:16 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/owncloud/owncloud-8.1.0.ebuild,v 
1.2 2015/08/06 12:35:09 voyageur Exp $
 
 EAPI=5
 
@@ -16,7 +16,7 @@
 REQUIRED_USE=|| ( mysql postgres sqlite )
 
 DEPEND=
-RDEPEND=dev-lang/php[curl?,filter,gd,hash,json,mysql?,pdo,postgres?,session,simplexml,sqlite?,xmlwriter,zip]
+RDEPEND=dev-lang/php[curl?,filter,gd,hash,json,mysql?,pdo,posix,postgres?,session,simplexml,sqlite?,xmlwriter,zip]
virtual/httpd-php
 
 S=${WORKDIR}/${PN}



1.4  www-apps/owncloud/owncloud-5.0.19.ebuild

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

Index: owncloud-5.0.19.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/www-apps/owncloud/owncloud-5.0.19.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- owncloud-5.0.19.ebuild  8 Jul 2015 09:34:16 -   1.3
+++ owncloud-5.0.19.ebuild  6 Aug 2015 12:35:09 -   1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/owncloud/owncloud-5.0.19.ebuild,v 
1.3 2015/07/08 09:34:16 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/owncloud/owncloud-5.0.19.ebuild,v 
1.4 2015/08/06 12:35:09 voyageur Exp $
 
 EAPI=5
 
@@ -16,7 +16,7 @@
 REQUIRED_USE=|| ( mysql postgres sqlite )
 
 DEPEND=
-RDEPEND=dev-lang/php[curl?,filter,gd,hash,json,mysql?,pdo,postgres?,session,simplexml,sqlite?,xmlwriter,zip]
+RDEPEND=dev-lang/php[curl?,filter,gd,hash,json,mysql?,pdo,posix,postgres?,session,simplexml,sqlite?,xmlwriter,zip]
virtual/httpd-php
 
 S=${WORKDIR}/${PN}



1.3  www-apps/owncloud/owncloud-8.0.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/owncloud/owncloud-8.0.4.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/owncloud/owncloud-8.0.4.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/owncloud/owncloud-8.0.4.ebuild?r1=1.2r2=1.3

Index: owncloud-8.0.4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/www-apps/owncloud/owncloud-8.0.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- owncloud-8.0.4.ebuild   8 Jul 2015 09:34:16 -   1.2
+++ owncloud-8.0.4.ebuild   6 Aug 2015 12:35:09 -   1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/owncloud/owncloud-8.0.4.ebuild,v 
1.2 2015/07/08 09:34:16 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/owncloud/owncloud-8.0.4.ebuild,v 
1.3 2015/08/06 12:35:09 voyageur Exp $
 
 EAPI=5
 
@@ -16,7 +16,7 @@
 REQUIRED_USE=|| ( mysql postgres sqlite )
 
 DEPEND=
-RDEPEND=dev-lang/php[curl?,filter,gd,hash,json,mysql?,pdo,postgres?,session,simplexml,sqlite?,xmlwriter,zip]
+RDEPEND=dev-lang/php[curl?,filter,gd,hash,json,mysql?,pdo,posix,postgres?,session,simplexml,sqlite?,xmlwriter,zip]
virtual/httpd-php
 
 S=${WORKDIR}/${PN}



1.69 www-apps/owncloud/ChangeLog

file : 

[gentoo-commits] gentoo-x86 commit in x11-plugins/wmping/files: wmping-0.2.1-format-security.patch

2015-08-06 Thread Bernard Cafarelli (voyageur)
voyageur15/08/06 13:10:10

  Added:wmping-0.2.1-format-security.patch
  Log:
  Fix compilation with format-security, bug #542104
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)

Revision  ChangesPath
1.1  x11-plugins/wmping/files/wmping-0.2.1-format-security.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmping/files/wmping-0.2.1-format-security.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmping/files/wmping-0.2.1-format-security.patch?rev=1.1content-type=text/plain

Index: wmping-0.2.1-format-security.patch
===
--- wmping.c.orig   2015-08-06 15:03:32.407526918 +0200
+++ wmping.c2015-08-06 15:03:56.907978079 +0200
@@ -237,7 +237,7 @@
if(strcmp(tokens[1],=))
{
sprintf(str_err, Not correct format of configuration 
file ( %s ): line %u, cfgfile, lineN);
-   fprintf(stderr, str_err);
+   fprintf(stderr, %s, str_err);
 exit(-1);
}
 
@@ -288,7 +288,7 @@
else
{
sprintf(str_err, Not correct format of configuration file 
( %s ): line %u, cfgfile, lineN);
-   fprintf(stderr, str_err);
+   fprintf(stderr, %s, str_err);
exit(-1);
 
}
@@ -297,7 +297,7 @@
 else
{
sprintf(str_err, Error open configuration file ( %s ): %s, 
cfgfile, strerror(errno));
-   fprintf(stderr, str_err);
+   fprintf(stderr, %s, str_err);
fprintf(stderr, \n Create default configuration file\n);
createDefaultCfg(cfgfile);
}
@@ -305,7 +305,7 @@
 else
 {
sprintf(str_err, Error open configuration file ( %s ): %s, cfgfile, 
strerror(errno));
-   fprintf(stderr, str_err);
+   fprintf(stderr, %s, str_err);
fprintf(stderr, \n Create default configuration file\n);
createDefaultCfg(cfgfile);
 }






[gentoo-commits] gentoo-x86 commit in x11-plugins/wmping: ChangeLog wmping-0.2.1.ebuild

2015-08-06 Thread Bernard Cafarelli (voyageur)
voyageur15/08/06 13:10:10

  Modified: ChangeLog wmping-0.2.1.ebuild
  Log:
  Fix compilation with format-security, bug #542104
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)

Revision  ChangesPath
1.5  x11-plugins/wmping/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmping/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   10 Aug 2014 20:08:49 -  1.4
+++ ChangeLog   6 Aug 2015 13:10:10 -   1.5
@@ -1,6 +1,10 @@
 # ChangeLog for x11-plugins/wmping
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmping/ChangeLog,v 1.4 
2014/08/10 20:08:49 slyfox Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmping/ChangeLog,v 1.5 
2015/08/06 13:10:10 voyageur Exp $
+
+  06 Aug 2015; Bernard Cafarelli voyag...@gentoo.org wmping-0.2.1.ebuild,
+  +files/wmping-0.2.1-format-security.patch:
+  Fix compilation with format-security, bug #542104
 
   10 Aug 2014; Sergei Trofimovich sly...@gentoo.org wmping-0.2.1.ebuild:
   QA: drop trailing '.' from DESCRIPTION



1.6  x11-plugins/wmping/wmping-0.2.1.ebuild

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

Index: wmping-0.2.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmping/wmping-0.2.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- wmping-0.2.1.ebuild 10 Aug 2014 20:08:49 -  1.5
+++ wmping-0.2.1.ebuild 6 Aug 2015 13:10:10 -   1.6
@@ -1,8 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmping/wmping-0.2.1.ebuild,v 
1.5 2014/08/10 20:08:49 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmping/wmping-0.2.1.ebuild,v 
1.6 2015/08/06 13:10:10 voyageur Exp $
 
 EAPI=5
+inherit eutils
 
 DESCRIPTION=a simple host status monitoring dockapp
 HOMEPAGE=http://sourceforge.net/projects/wmping;
@@ -22,6 +23,10 @@
x11-libs/libICE
x11-libs/libXt
 
+src_prepare() {
+   epatch ${FILESDIR}/${P}-format-security.patch
+}
+
 src_install() {
if use suid; then
emake DESTDIR=${D} install






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

2015-08-06 Thread Bernard Cafarelli (voyageur)
voyageur15/08/06 12:15:13

  Modified: ChangeLog package.use.mask
  Log:
  Mask ocaml USE flag for sys-devel/llvm, bug #543604

Revision  ChangesPath
1.344profiles/arch/powerpc/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/ChangeLog,v
retrieving revision 1.343
retrieving revision 1.344
diff -u -r1.343 -r1.344
--- ChangeLog   1 Aug 2015 11:55:09 -   1.343
+++ ChangeLog   6 Aug 2015 12:15:13 -   1.344
@@ -1,6 +1,9 @@
 # ChangeLog for Gentoo/PPC profile directory
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/ChangeLog,v 1.343 
2015/08/01 11:55:09 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/ChangeLog,v 1.344 
2015/08/06 12:15:13 voyageur Exp $
+
+  06 Aug 2015; Bernard Cafarelli voyag...@gentoo.org package.use.mask:
+  Mask ocaml USE flag for sys-devel/llvm, bug #543604
 
   01 Aug 2015; Anthony G. Basile bluen...@gentoo.org ppc64/64ul/use.mask:
   use.mask USE=luajittex. There is no luajit support on ppc64/64ul. Bug



1.250profiles/arch/powerpc/package.use.mask

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

Index: package.use.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/package.use.mask,v
retrieving revision 1.249
retrieving revision 1.250
diff -u -r1.249 -r1.250
--- package.use.mask6 Aug 2015 04:06:43 -   1.249
+++ package.use.mask6 Aug 2015 12:15:13 -   1.250
@@ -1,6 +1,10 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/package.use.mask,v 
1.249 2015/08/06 04:06:43 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/package.use.mask,v 
1.250 2015/08/06 12:15:13 voyageur Exp $
+
+# Bernard Cafarelli voyag...@gentoo.org (06 Aug 2015)
+# Dependencies missing keywords, bug #543604
+sys-devel/llvm ocaml
 
 # Gilles Dartiguelongue e...@gentoo.org (10 Jun 2015)
 # net-libs/dleyna-connector-dbus lack ppc/ppc64 keyword, bug #551634






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

2015-08-06 Thread Bernard Cafarelli (voyageur)
voyageur15/08/06 12:15:29

  Modified: ChangeLog package.use.mask
  Log:
  Mask ocaml USE flag for sys-devel/llvm, bug #543604

Revision  ChangesPath
1.256profiles/arch/sparc/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/sparc/ChangeLog,v
retrieving revision 1.255
retrieving revision 1.256
diff -u -r1.255 -r1.256
--- ChangeLog   5 Aug 2015 18:56:33 -   1.255
+++ ChangeLog   6 Aug 2015 12:15:29 -   1.256
@@ -1,6 +1,9 @@
 # ChangeLog for Gentoo/sparc profile
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/sparc/ChangeLog,v 1.255 
2015/08/05 18:56:33 grknight Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/sparc/ChangeLog,v 1.256 
2015/08/06 12:15:29 voyageur Exp $
+
+  06 Aug 2015; Bernard Cafarelli voyag...@gentoo.org package.use.mask:
+  Mask ocaml USE flag for sys-devel/llvm, bug #543604
 
   05 Aug 2015; Brian Evans grkni...@gentoo.org use.stable.mask:
   Drop use.stable.mask of php_targets_php5-6 now that sparc has a stable



1.203profiles/arch/sparc/package.use.mask

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

Index: package.use.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/sparc/package.use.mask,v
retrieving revision 1.202
retrieving revision 1.203
diff -u -r1.202 -r1.203
--- package.use.mask6 Aug 2015 04:06:43 -   1.202
+++ package.use.mask6 Aug 2015 12:15:29 -   1.203
@@ -1,6 +1,10 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/sparc/package.use.mask,v 
1.202 2015/08/06 04:06:43 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/sparc/package.use.mask,v 
1.203 2015/08/06 12:15:29 voyageur Exp $
+
+# Bernard Cafarelli voyag...@gentoo.org (06 Aug 2015)
+# Dependencies missing keywords, bug #543604
+sys-devel/llvm ocaml
 
 # Pacho Ramos pa...@gentoo.org (13 Jun 2015)
 # Missing keywords, bug #513108






[gentoo-commits] gentoo-x86 commit in gnustep-base/libobjc2: ChangeLog libobjc2-1.8.ebuild

2015-08-04 Thread Bernard Cafarelli (voyageur)
voyageur15/08/04 09:47:24

  Modified: ChangeLog
  Added:libobjc2-1.8.ebuild
  Log:
  Version bump, add tracing API, bugfixes
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)

Revision  ChangesPath
1.15 gnustep-base/libobjc2/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/gnustep-base/libobjc2/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   20 May 2015 11:27:34 -  1.14
+++ ChangeLog   4 Aug 2015 09:47:24 -   1.15
@@ -1,6 +1,11 @@
 # ChangeLog for gnustep-base/libobjc2
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnustep-base/libobjc2/ChangeLog,v 1.14 
2015/05/20 11:27:34 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnustep-base/libobjc2/ChangeLog,v 1.15 
2015/08/04 09:47:24 voyageur Exp $
+
+*libobjc2-1.8 (04 Aug 2015)
+
+  04 Aug 2015; Bernard Cafarelli voyag...@gentoo.org +libobjc2-1.8.ebuild:
+  Version bump, add tracing API, bugfixes
 
 *libobjc2-1.7-r1 (20 May 2015)
 



1.1  gnustep-base/libobjc2/libobjc2-1.8.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-base/libobjc2/libobjc2-1.8.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-base/libobjc2/libobjc2-1.8.ebuild?rev=1.1content-type=text/plain

Index: libobjc2-1.8.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnustep-base/libobjc2/libobjc2-1.8.ebuild,v 
1.1 2015/08/04 09:47:24 voyageur Exp $

EAPI=5
inherit cmake-utils eutils

DESCRIPTION=GNUstep Objective-C runtime
HOMEPAGE=http://www.gnustep.org;
SRC_URI=https://github.com/gnustep/${PN}/archive/v${PV}.tar.gz - ${P}.tar.gz

LICENSE=MIT
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=boehm-gc cxx test

RDEPEND=boehm-gc? ( dev-libs/boehm-gc )
cxx? ( sys-libs/libcxx )
DEPEND=${DEPEND}
=sys-devel/clang-2.9

src_prepare() {
epatch ${FILESDIR}/${PN}-1.7-fix_soname.patch

if ! use cxx;
then
sed -e 's/addtest_flags(CXXExceptions.*//' \
-i Test/CMakeLists.txt || die test sed failed
fi
}

src_configure() {
export CC=clang
export CXX=clang++

export PREFIX=/usr
local mycmakeargs=(
-DGNUSTEP_CONFIG=GNUSTEP_CONFIG-NOTFOUND
$(cmake-utils_use boehm-gc BOEHM_GC)
$(cmake-utils_use_enable cxx OBJCXX)
$(cmake-utils_use test TESTS)
)
cmake-utils_src_configure
}






[gentoo-commits] gentoo-x86 commit in net-misc/owncloud-client: ChangeLog owncloud-client-1.8.4.ebuild owncloud-client-1.7.0.ebuild owncloud-client-1.7.1.ebuild

2015-08-03 Thread Bernard Cafarelli (voyageur)
voyageur15/08/03 07:58:28

  Modified: ChangeLog
  Added:owncloud-client-1.8.4.ebuild
  Removed:  owncloud-client-1.7.0.ebuild
owncloud-client-1.7.1.ebuild
  Log:
  Version bump, drop some old versions
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)

Revision  ChangesPath
1.26 net-misc/owncloud-client/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/owncloud-client/ChangeLog?rev=1.26view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/owncloud-client/ChangeLog?rev=1.26content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/owncloud-client/ChangeLog?r1=1.25r2=1.26

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/owncloud-client/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog   26 Jun 2015 23:01:36 -  1.25
+++ ChangeLog   3 Aug 2015 07:58:27 -   1.26
@@ -1,6 +1,13 @@
 # ChangeLog for net-misc/owncloud-client
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/owncloud-client/ChangeLog,v 1.25 
2015/06/26 23:01:36 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/owncloud-client/ChangeLog,v 1.26 
2015/08/03 07:58:27 voyageur Exp $
+
+*owncloud-client-1.8.4 (03 Aug 2015)
+
+  03 Aug 2015; Bernard Cafarelli voyag...@gentoo.org
+  -owncloud-client-1.7.0.ebuild, -owncloud-client-1.7.1.ebuild,
+  +owncloud-client-1.8.4.ebuild:
+  Version bump, drop some old versions
 
   26 Jun 2015; Bernard Cafarelli voyag...@gentoo.org
   owncloud-client-1.8.3.ebuild:



1.1  net-misc/owncloud-client/owncloud-client-1.8.4.ebuild

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

Index: owncloud-client-1.8.4.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-misc/owncloud-client/owncloud-client-1.8.4.ebuild,v 
1.1 2015/08/03 07:58:27 voyageur Exp $

EAPI=5

inherit cmake-utils

DESCRIPTION=Synchronize files from ownCloud Server with your computer
HOMEPAGE=http://owncloud.org/;
SRC_URI=http://download.owncloud.com/desktop/stable/${P/-}.tar.xz;

LICENSE=CC-BY-3.0 GPL-2
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=doc nautilus samba +sftp test qt4 +qt5

REQUIRED_USE=^^ ( qt4 qt5 )

RDEPEND==dev-db/sqlite-3.4:3
sys-fs/inotify-tools
virtual/libiconv
nautilus? ( dev-python/nautilus-python )
qt4? (
dev-libs/qtkeychain[qt4]
dev-qt/qtcore:4
dev-qt/qtdbus:4
dev-qt/qtgui:4
dev-qt/qtsql:4
dev-qt/qtwebkit:4
net-libs/neon[ssl]
)
qt5? (
dev-libs/qtkeychain[qt5]
dev-qt/linguist-tools:5
dev-qt/qtconcurrent:5
dev-qt/qtcore:5
dev-qt/qtdbus:5
=dev-qt/qtnetwork-5.4:5
dev-qt/qtgui:5
dev-qt/qtquickcontrols:5
dev-qt/qtsql:5
dev-qt/qtwebkit:5[printsupport]
)
samba? ( =net-fs/samba-3.5 )
sftp? ( =net-libs/libssh-0.5 )
!net-misc/ocsync
DEPEND=${RDEPEND}
doc? (
dev-python/sphinx
dev-texlive/texlive-latexextra
virtual/latex-base
)
test? (
dev-util/cmocka
qt4? ( dev-qt/qttest:4 )
qt5? ( dev-qt/qttest:5 )
)

S=${WORKDIR}/${P/-}

src_prepare() {
# Keep tests in ${T}
sed -i -e s#\/tmp#\${T}#g test/test*.h || die sed failed

use nautilus || sed -i -e s/add_subdirectory(nautilus)// \
shell_integration/CMakeLists.txt || die sed failed
}

src_configure() {
local mycmakeargs=(
-DSYSCONF_INSTALL_DIR=${EPREFIX}/etc
-DCMAKE_INSTALL_DOCDIR=/usr/share/doc/${PF}
-DWITH_ICONV=ON
$(cmake-utils_use_with doc DOC)
$(cmake-utils_use test UNIT_TESTING)
$(cmake-utils_use_find_package samba Libsmbclient)
$(cmake-utils_use_find_package sftp LibSSH)
$(cmake-utils_use_build qt4 WITH_QT4)
)

cmake-utils_src_configure
}

src_test() {
# 1 test needs an existing ${HOME}/.config directory
mkdir ${T}/.config
export HOME=${T}
cmake-utils_src_test
}

pkg_postinst() {
if ! 

[gentoo-commits] gentoo-x86 commit in net-misc/python-x2go: ChangeLog python-x2go-0.5.0.4.ebuild python-x2go-0.5.0.2.ebuild

2015-08-02 Thread Bernard Cafarelli (voyageur)
voyageur15/08/02 20:03:25

  Modified: ChangeLog
  Added:python-x2go-0.5.0.4.ebuild
  Removed:  python-x2go-0.5.0.2.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)

Revision  ChangesPath
1.3  net-misc/python-x2go/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/python-x2go/ChangeLog?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/python-x2go/ChangeLog?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/python-x2go/ChangeLog?r1=1.2r2=1.3

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/python-x2go/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   3 Feb 2015 12:38:18 -   1.2
+++ ChangeLog   2 Aug 2015 20:03:25 -   1.3
@@ -1,6 +1,12 @@
 # ChangeLog for net-misc/python-x2go
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/python-x2go/ChangeLog,v 1.2 
2015/02/03 12:38:18 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/python-x2go/ChangeLog,v 1.3 
2015/08/02 20:03:25 voyageur Exp $
+
+*python-x2go-0.5.0.4 (02 Aug 2015)
+
+  02 Aug 2015; Bernard Cafarelli voyag...@gentoo.org
+  -python-x2go-0.5.0.2.ebuild, +python-x2go-0.5.0.4.ebuild:
+  Version bump
 
 *python-x2go-0.5.0.3 (03 Feb 2015)
 



1.1  net-misc/python-x2go/python-x2go-0.5.0.4.ebuild

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

Index: python-x2go-0.5.0.4.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-misc/python-x2go/python-x2go-0.5.0.4.ebuild,v 1.1 
2015/08/02 20:03:25 voyageur Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )
inherit distutils-r1

DESCRIPTION=X2Go client-side Python API
HOMEPAGE=http://www.x2go.org;
SRC_URI=http://code.x2go.org/releases/source/${PN}/${P}.tar.gz;

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

# TODO: minimal USE flag in net-misc/nx, we only need nxproxy/nxcomp
DEPEND=dev-python/gevent[${PYTHON_USEDEP}]
dev-python/paramiko[${PYTHON_USEDEP}]
dev-python/python-xlib[${PYTHON_USEDEP}]
net-misc/nx
RDEPEND=${DEPEND}






[gentoo-commits] gentoo-x86 commit in net-misc/nxplayer: ChangeLog nxplayer-4.6.12.7.ebuild

2015-07-31 Thread Bernard Cafarelli (voyageur)
voyageur15/07/31 13:39:15

  Modified: ChangeLog
  Added:nxplayer-4.6.12.7.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)

Revision  ChangesPath
1.5  net-misc/nxplayer/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/nxplayer/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   10 Jun 2015 12:42:44 -  1.4
+++ ChangeLog   31 Jul 2015 13:39:15 -  1.5
@@ -1,6 +1,12 @@
 # ChangeLog for net-misc/nxplayer
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/nxplayer/ChangeLog,v 1.4 
2015/06/10 12:42:44 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/nxplayer/ChangeLog,v 1.5 
2015/07/31 13:39:15 voyageur Exp $
+
+*nxplayer-4.6.12.7 (31 Jul 2015)
+
+  31 Jul 2015; Bernard Cafarelli voyag...@gentoo.org
+  +nxplayer-4.6.12.7.ebuild:
+  Version bump
 
   10 Jun 2015; Bernard Cafarelli voyag...@gentoo.org
   -nxplayer-4.5.0.1.ebuild:



1.1  net-misc/nxplayer/nxplayer-4.6.12.7.ebuild

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

Index: nxplayer-4.6.12.7.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/nxplayer/nxplayer-4.6.12.7.ebuild,v 
1.1 2015/07/31 13:39:15 voyageur Exp $

EAPI=5
inherit eutils versionator

MY_P=nomachine-enterprise-client_$(get_version_component_range 
1-3)_$(get_version_component_range 4)

DESCRIPTION=Client for NoMachine remote servers
HOMEPAGE=http://www.nomachine.com;
SRC_URI=amd64? ( 
http://download.nomachine.com/download/$(get_version_component_range 
1-2)/Linux/${MY_P}_x86_64.tar.gz )
x86? ( 
http://download.nomachine.com/download/$(get_version_component_range 
1-2)/Linux/${MY_P}_i686.tar.gz )
LICENSE=nomachine
SLOT=0
KEYWORDS=-* ~amd64 ~x86
IUSE=
RESTRICT=strip

DEPEND=
RDEPEND=dev-libs/glib:2
dev-libs/openssl:0

S=${WORKDIR}/NX/etc/NX/player/packages

QA_PREBUILT=*

src_install()
{
local NXROOT=/opt/NX

#   dodir /etc/NX/localhost
#   echo 'PlayerRoot = '${NXROOT}''  ${D}/etc/NX/localhost/player.cfg

dodir /opt
tar xozf nxclient.tar.gz -C ${D}/opt
tar xozf nxplayer.tar.gz -C ${D}/opt

make_wrapper nxplayer ${NXROOT}/bin/nxplayer ${NXROOT} ${NXROOT}/lib 
/opt/bin
}






[gentoo-commits] gentoo-x86 commit in net-misc/x2goclient: ChangeLog x2goclient-4.0.5.0.ebuild

2015-07-29 Thread Bernard Cafarelli (voyageur)
voyageur15/07/29 16:23:44

  Modified: ChangeLog
  Added:x2goclient-4.0.5.0.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)

Revision  ChangesPath
1.42 net-misc/x2goclient/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/x2goclient/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog   27 May 2015 12:48:09 -  1.41
+++ ChangeLog   29 Jul 2015 16:23:44 -  1.42
@@ -1,6 +1,12 @@
 # ChangeLog for net-misc/x2goclient
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/x2goclient/ChangeLog,v 1.41 
2015/05/27 12:48:09 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/x2goclient/ChangeLog,v 1.42 
2015/07/29 16:23:44 voyageur Exp $
+
+*x2goclient-4.0.5.0 (29 Jul 2015)
+
+  29 Jul 2015; Bernard Cafarelli voyag...@gentoo.org
+  +x2goclient-4.0.5.0.ebuild:
+  Version bump
 
 *x2goclient-4.0.4.0 (27 May 2015)
 



1.1  net-misc/x2goclient/x2goclient-4.0.5.0.ebuild

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

Index: x2goclient-4.0.5.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-misc/x2goclient/x2goclient-4.0.5.0.ebuild,v 1.1 
2015/07/29 16:23:44 voyageur Exp $

EAPI=5
inherit eutils nsplugins qt4-r2

DESCRIPTION=The X2Go Qt client
HOMEPAGE=http://www.x2go.org;
SRC_URI=http://code.x2go.org/releases/source/${PN}/${P}.tar.gz;

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=ldap nsplugin

DEPEND==net-libs/libssh-0.6.0_rc1
net-print/cups
dev-qt/qtcore:4[ssl]
dev-qt/qtgui:4
dev-qt/qtsvg:4
x11-libs/libXpm
ldap? ( net-nds/openldap )
RDEPEND=${DEPEND}
net-misc/nx

CLIENT_BUILD=${WORKDIR}/${P}.client_build
PLUGIN_BUILD=${WORKDIR}/${P}.plugin_build

src_prepare() {
if ! use ldap; then
sed -e s/-lldap// -i x2goclient.pro || die
sed -e s/#define USELDAP// -i src/x2goclientconfig.h || die
fi

mkdir -p ${CLIENT_BUILD}
use nsplugin  mkdir -p ${PLUGIN_BUILD}
}

src_configure() {
cd ${CLIENT_BUILD}
eqmake4 ${S}/x2goclient.pro

if use nsplugin;
then
cd ${PLUGIN_BUILD}
X2GO_CLIENT_TARGET=plugin eqmake4 ${S}/x2goclient.pro
fi
}

src_compile() {
cd ${CLIENT_BUILD}
qt4-r2_src_compile

if use nsplugin;
then
cd ${PLUGIN_BUILD}
qt4-r2_src_compile
fi
}

src_install() {
dobin ${CLIENT_BUILD}/${PN}

insinto /usr/share/pixmaps/x2goclient
doins res/img/icons/${PN}.xpm

domenu desktop/${PN}.desktop
doman man/man?/*

if use nsplugin;
then
# PLUGINS_DIR comes from nsplugins.eclass
exeinto /usr/$(get_libdir)/${PLUGINS_DIR}
doexe ${PLUGIN_BUILD}/libx2goplugin.so
fi

emake DESTDIR=${D} PREFIX=/usr install_pluginprovider
}






[gentoo-commits] gentoo-x86 commit in net-misc/nx: nx-3.5.0.32.ebuild ChangeLog

2015-07-29 Thread Bernard Cafarelli (voyageur)
voyageur15/07/29 16:23:06

  Modified: ChangeLog
  Added:nx-3.5.0.32.ebuild
  Log:
  Version bump, fixes bug #555110
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)

Revision  ChangesPath
1.96 net-misc/nx/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/nx/ChangeLog,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -r1.95 -r1.96
--- ChangeLog   24 Apr 2015 13:55:21 -  1.95
+++ ChangeLog   29 Jul 2015 16:23:06 -  1.96
@@ -1,6 +1,11 @@
 # ChangeLog for net-misc/nx
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/nx/ChangeLog,v 1.95 2015/04/24 
13:55:21 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/nx/ChangeLog,v 1.96 2015/07/29 
16:23:06 voyageur Exp $
+
+*nx-3.5.0.32 (29 Jul 2015)
+
+  29 Jul 2015; Bernard Cafarelli voyag...@gentoo.org +nx-3.5.0.32.ebuild:
+  Version bump, fixes bug #555110
 
   24 Apr 2015; Bernard Cafarelli voyag...@gentoo.org nx-3.5.0.30.ebuild,
   +files/nx-3.5.0.30-fix_X11_underlinking.patch:



1.1  net-misc/nx/nx-3.5.0.32.ebuild

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

Index: nx-3.5.0.32.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/nx/nx-3.5.0.32.ebuild,v 1.1 
2015/07/29 16:23:06 voyageur Exp $

EAPI=5
inherit autotools eutils multilib readme.gentoo

DESCRIPTION=NX compression technology core libraries
HOMEPAGE=http://www.x2go.org/doku.php/wiki:libs:nx-libs;

SRC_URI=http://code.x2go.org/releases/source/nx-libs/nx-libs-${PV}-full.tar.gz;

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

RDEPEND=media-libs/freetype:2
=media-libs/libpng-1.2.8:*
=sys-libs/zlib-1.2.3
virtual/jpeg:*

DEPEND=${RDEPEND}
x11-libs/libfontenc
x11-misc/gccmakedep
x11-misc/imake
x11-proto/inputproto

S=${WORKDIR}/nx-libs-${PV}

DOC_CONTENTS=If you get problems with rendering gtk+ apps, enable the xlib-xcb
useflag on x11-libs/cairo.

src_prepare() {
# For nxcl/qtnx
cd ${S}/nxproxy
epatch ${FILESDIR}/${PN}-3.2.0-nxproxy_read_from_stdin.patch

cd ${S}
# -fPIC
epatch ${FILESDIR}/1.5.0/nxcomp-1.5.0-pic.patch
# Drop force -O3, set AR/RANLIB
epatch ${FILESDIR}/${PN}-3.5.0.17-cflags_ar_ranlib.patch

# run autoreconf in all neeed folders
for i in nxcomp nxcompext nxcompshad nxproxy; do
cd ${S}/${i}
eautoreconf ${i}
cd ${S}
done

# From xorg-x11-6.9.0-r3.ebuild
cd ${S}/nx-X11
HOSTCONF=config/cf/host.def
echo #define CcCmd $(tc-getCC)  ${HOSTCONF}
echo #define OptimizedCDebugFlags ${CFLAGS} GccAliasingArgs  
${HOSTCONF}
echo #define OptimizedCplusplusDebugFlags ${CXXFLAGS} GccAliasingArgs 
 ${HOSTCONF}
# Respect LDFLAGS
echo #define ExtraLoadFlags ${LDFLAGS}  ${HOSTCONF}
echo #define SharedLibraryLoadFlags -shared ${LDFLAGS}  ${HOSTCONF}
}

src_configure() {
cd ${S}/nxproxy
econf
}

src_compile() {
cd ${S}/nx-X11
FAST=1 emake World WORLDOPTS= MAKE=make \
AR=$(tc-getAR) clq RANLIB=$(tc-getRANLIB) \
CC=$(tc-getCC) CXX=$(tc-getCXX)

cd ${S}/nxproxy
emake
}

src_install() {
NX_ROOT=/usr/$(get_libdir)/NX

for x in nxagent nxauth nxproxy; do
make_wrapper $x ./$x ${NX_ROOT}/bin ${NX_ROOT}/$(get_libdir) ||
die  $x wrapper creation failed
done

into ${NX_ROOT}
dobin ${S}/nx-X11/programs/Xserver/nxagent
dobin ${S}/nx-X11/programs/nxauth/nxauth
dobin ${S}/nxproxy/nxproxy

for lib in X11 Xau Xcomposite Xdamage Xdmcp Xext Xfixes Xinerama Xpm 
Xrandr Xrender Xtst;
do
dolib.so ${S}/nx-X11/lib/${lib}/libNX_${lib}.so*
done

dolib.so ${S}/nxcomp/libXcomp.so*
dolib.so ${S}/nxcompext/libXcompext.so*
dolib.so ${S}/nxcompshad/libXcompshad.so*

insinto /etc/nxagent
newins etc/keystrokes.cfg keystroke.cfg
doicon 

[gentoo-commits] gentoo-x86 commit in net-ftp/filezilla: filezilla-3.12.0.1.ebuild ChangeLog filezilla-3.12.0.ebuild

2015-07-09 Thread Bernard Cafarelli (voyageur)
voyageur15/07/09 15:16:06

  Modified: ChangeLog
  Added:filezilla-3.12.0.1.ebuild
  Removed:  filezilla-3.12.0.ebuild
  Log:
  Bugfix bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)

Revision  ChangesPath
1.128net-ftp/filezilla/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/filezilla/ChangeLog?rev=1.128view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/filezilla/ChangeLog?rev=1.128content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/filezilla/ChangeLog?r1=1.127r2=1.128

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-ftp/filezilla/ChangeLog,v
retrieving revision 1.127
retrieving revision 1.128
diff -u -r1.127 -r1.128
--- ChangeLog   8 Jul 2015 20:09:35 -   1.127
+++ ChangeLog   9 Jul 2015 15:16:06 -   1.128
@@ -1,6 +1,12 @@
 # ChangeLog for net-ftp/filezilla
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/filezilla/ChangeLog,v 1.127 
2015/07/08 20:09:35 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/filezilla/ChangeLog,v 1.128 
2015/07/09 15:16:06 voyageur Exp $
+
+*filezilla-3.12.0.1 (09 Jul 2015)
+
+  09 Jul 2015; Bernard Cafarelli voyag...@gentoo.org
+  -filezilla-3.12.0.ebuild, +filezilla-3.12.0.1.ebuild:
+  Bugfix bump
 
 *filezilla-3.12.0 (08 Jul 2015)
 



1.1  net-ftp/filezilla/filezilla-3.12.0.1.ebuild

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

Index: filezilla-3.12.0.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-ftp/filezilla/filezilla-3.12.0.1.ebuild,v 1.1 
2015/07/09 15:16:06 voyageur Exp $

EAPI=5

WX_GTK_VER=3.0

inherit autotools eutils flag-o-matic multilib wxwidgets

MY_PV=${PV/_/-}
MY_P=FileZilla_${MY_PV}

DESCRIPTION=FTP client with lots of useful features and an intuitive interface
HOMEPAGE=http://filezilla-project.org/;
SRC_URI=mirror://sourceforge/${PN}/${MY_P}_src.tar.bz2

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~arm ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~ia64-linux 
~x86-linux ~x86-macos
IUSE=aqua dbus nls test

RDEPEND==app-eselect/eselect-wxwidgets-0.7-r1
=dev-db/sqlite-3.7
=dev-libs/tinyxml-2.6.1-r1[stl]
net-dns/libidn
=net-libs/gnutls-3.1.12
aqua? ( =x11-libs/wxGTK-3.0.2.0-r1:3.0[aqua] )
!aqua? ( =x11-libs/wxGTK-3.0.2.0-r1:3.0[X] x11-misc/xdg-utils )
dbus? ( sys-apps/dbus )
DEPEND=${RDEPEND}
virtual/pkgconfig
=sys-devel/libtool-1.4
nls? ( =sys-devel/gettext-0.11 )
test? ( dev-util/cppunit )

S=${WORKDIR}/${PN}-${MY_PV}

src_prepare() {
epatch ${FILESDIR}/${PN}-3.10.2-debug.patch
append-cppflags -DTIXML_USE_STL
eautoreconf
}

src_configure() {
econf $(use_with dbus) $(use_enable nls locales) \
--with-tinyxml=system \
--disable-autoupdatecheck
}

src_install() {
emake DESTDIR=${D} install

doicon src/interface/resources/48x48/${PN}.png

dodoc AUTHORS ChangeLog NEWS

if use aqua ; then
cat  ${T}/${PN} -EOF
#!${EPREFIX}/bin/bash
open ${EPREFIX}/Applications/FileZilla.app
EOF
rm ${ED}/usr/bin/${PN} || die
dobin ${T}/${PN}
insinto /Applications
doins -r ${S}/FileZilla.app
fi
}






[gentoo-commits] gentoo-x86 commit in net-ftp/filezilla: ChangeLog filezilla-3.12.0.2.ebuild filezilla-3.12.0.1.ebuild

2015-07-09 Thread Bernard Cafarelli (voyageur)
voyageur15/07/09 22:10:16

  Modified: ChangeLog
  Added:filezilla-3.12.0.2.ebuild
  Removed:  filezilla-3.12.0.1.ebuild
  Log:
  Another bugfix bump: fix regression on servers that have MLSD facts disabled 
by default
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)

Revision  ChangesPath
1.129net-ftp/filezilla/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/filezilla/ChangeLog?rev=1.129view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/filezilla/ChangeLog?rev=1.129content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/filezilla/ChangeLog?r1=1.128r2=1.129

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-ftp/filezilla/ChangeLog,v
retrieving revision 1.128
retrieving revision 1.129
diff -u -r1.128 -r1.129
--- ChangeLog   9 Jul 2015 15:16:06 -   1.128
+++ ChangeLog   9 Jul 2015 22:10:16 -   1.129
@@ -1,6 +1,13 @@
 # ChangeLog for net-ftp/filezilla
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/filezilla/ChangeLog,v 1.128 
2015/07/09 15:16:06 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/filezilla/ChangeLog,v 1.129 
2015/07/09 22:10:16 voyageur Exp $
+
+*filezilla-3.12.0.2 (09 Jul 2015)
+
+  09 Jul 2015; Bernard Cafarelli voyag...@gentoo.org
+  -filezilla-3.12.0.1.ebuild, +filezilla-3.12.0.2.ebuild:
+  Another bugfix bump: fix regression on servers that have MLSD facts disabled
+  by default
 
 *filezilla-3.12.0.1 (09 Jul 2015)
 



1.1  net-ftp/filezilla/filezilla-3.12.0.2.ebuild

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

Index: filezilla-3.12.0.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-ftp/filezilla/filezilla-3.12.0.2.ebuild,v 1.1 
2015/07/09 22:10:16 voyageur Exp $

EAPI=5

WX_GTK_VER=3.0

inherit autotools eutils flag-o-matic multilib wxwidgets

MY_PV=${PV/_/-}
MY_P=FileZilla_${MY_PV}

DESCRIPTION=FTP client with lots of useful features and an intuitive interface
HOMEPAGE=http://filezilla-project.org/;
SRC_URI=mirror://sourceforge/${PN}/${MY_P}_src.tar.bz2

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~arm ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~ia64-linux 
~x86-linux ~x86-macos
IUSE=aqua dbus nls test

RDEPEND==app-eselect/eselect-wxwidgets-0.7-r1
=dev-db/sqlite-3.7
=dev-libs/tinyxml-2.6.1-r1[stl]
net-dns/libidn
=net-libs/gnutls-3.1.12
aqua? ( =x11-libs/wxGTK-3.0.2.0-r1:3.0[aqua] )
!aqua? ( =x11-libs/wxGTK-3.0.2.0-r1:3.0[X] x11-misc/xdg-utils )
dbus? ( sys-apps/dbus )
DEPEND=${RDEPEND}
virtual/pkgconfig
=sys-devel/libtool-1.4
nls? ( =sys-devel/gettext-0.11 )
test? ( dev-util/cppunit )

S=${WORKDIR}/${PN}-${MY_PV}

src_prepare() {
epatch ${FILESDIR}/${PN}-3.10.2-debug.patch
append-cppflags -DTIXML_USE_STL
eautoreconf
}

src_configure() {
econf $(use_with dbus) $(use_enable nls locales) \
--with-tinyxml=system \
--disable-autoupdatecheck
}

src_install() {
emake DESTDIR=${D} install

doicon src/interface/resources/48x48/${PN}.png

dodoc AUTHORS ChangeLog NEWS

if use aqua ; then
cat  ${T}/${PN} -EOF
#!${EPREFIX}/bin/bash
open ${EPREFIX}/Applications/FileZilla.app
EOF
rm ${ED}/usr/bin/${PN} || die
dobin ${T}/${PN}
insinto /Applications
doins -r ${S}/FileZilla.app
fi
}






[gentoo-commits] gentoo-x86 commit in www-apps/owncloud: owncloud-8.1.0.ebuild owncloud-5.0.19.ebuild owncloud-7.0.6.ebuild owncloud-8.0.4.ebuild ChangeLog owncloud-6.0.8.ebuild owncloud-6.0.7.ebuild

2015-07-08 Thread Bernard Cafarelli (voyageur)
voyageur15/07/08 09:34:17

  Modified: owncloud-5.0.19.ebuild owncloud-7.0.6.ebuild
owncloud-8.0.4.ebuild ChangeLog
owncloud-6.0.8.ebuild
  Added:owncloud-8.1.0.ebuild
  Removed:  owncloud-6.0.7.ebuild owncloud-8.0.3.ebuild
owncloud-7.0.5.ebuild
  Log:
  Version bump, drop some versions, add php[session] dependency thanks to 
Daniel M. Weeks d...@danweeks.net in bug #553598
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)

Revision  ChangesPath
1.3  www-apps/owncloud/owncloud-5.0.19.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/owncloud/owncloud-5.0.19.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/owncloud/owncloud-5.0.19.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/owncloud/owncloud-5.0.19.ebuild?r1=1.2r2=1.3

Index: owncloud-5.0.19.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/www-apps/owncloud/owncloud-5.0.19.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- owncloud-5.0.19.ebuild  18 Jun 2015 12:17:08 -  1.2
+++ owncloud-5.0.19.ebuild  8 Jul 2015 09:34:16 -   1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/owncloud/owncloud-5.0.19.ebuild,v 
1.2 2015/06/18 12:17:08 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/owncloud/owncloud-5.0.19.ebuild,v 
1.3 2015/07/08 09:34:16 voyageur Exp $
 
 EAPI=5
 
@@ -16,7 +16,7 @@
 REQUIRED_USE=|| ( mysql postgres sqlite )
 
 DEPEND=
-RDEPEND=dev-lang/php[curl?,filter,gd,hash,json,mysql?,pdo,postgres?,simplexml,sqlite?,xmlwriter,zip]
+RDEPEND=dev-lang/php[curl?,filter,gd,hash,json,mysql?,pdo,postgres?,session,simplexml,sqlite?,xmlwriter,zip]
virtual/httpd-php
 
 S=${WORKDIR}/${PN}



1.3  www-apps/owncloud/owncloud-7.0.6.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/owncloud/owncloud-7.0.6.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/owncloud/owncloud-7.0.6.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/owncloud/owncloud-7.0.6.ebuild?r1=1.2r2=1.3

Index: owncloud-7.0.6.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/www-apps/owncloud/owncloud-7.0.6.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- owncloud-7.0.6.ebuild   18 Jun 2015 12:17:08 -  1.2
+++ owncloud-7.0.6.ebuild   8 Jul 2015 09:34:16 -   1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/owncloud/owncloud-7.0.6.ebuild,v 
1.2 2015/06/18 12:17:08 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/owncloud/owncloud-7.0.6.ebuild,v 
1.3 2015/07/08 09:34:16 voyageur Exp $
 
 EAPI=5
 
@@ -16,7 +16,7 @@
 REQUIRED_USE=|| ( mysql postgres sqlite )
 
 DEPEND=
-RDEPEND=dev-lang/php[curl?,filter,gd,hash,json,mysql?,pdo,postgres?,simplexml,sqlite?,xmlwriter,zip]
+RDEPEND=dev-lang/php[curl?,filter,gd,hash,json,mysql?,pdo,postgres?,session,simplexml,sqlite?,xmlwriter,zip]
virtual/httpd-php
 
 S=${WORKDIR}/${PN}



1.2  www-apps/owncloud/owncloud-8.0.4.ebuild

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

Index: owncloud-8.0.4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/www-apps/owncloud/owncloud-8.0.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- owncloud-8.0.4.ebuild   10 Jun 2015 13:18:32 -  1.1
+++ owncloud-8.0.4.ebuild   8 Jul 2015 09:34:16 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/owncloud/owncloud-8.0.4.ebuild,v 
1.1 2015/06/10 13:18:32 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/owncloud/owncloud-8.0.4.ebuild,v 
1.2 2015/07/08 09:34:16 voyageur Exp $
 
 EAPI=5
 
@@ -16,7 +16,7 @@
 REQUIRED_USE=|| ( mysql postgres sqlite )
 
 DEPEND=
-RDEPEND=dev-lang/php[curl?,filter,gd,hash,json,mysql?,pdo,postgres?,simplexml,sqlite?,xmlwriter,zip]

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

2015-07-08 Thread Bernard Cafarelli (voyageur)
voyageur15/07/08 09:33:48

  Modified: ChangeLog webapp.eclass
  Log:
  Fix elog in webapp_serverowned and ebeep in newer EAPIs

Revision  ChangesPath
1.1704   eclass/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
retrieving revision 1.1703
retrieving revision 1.1704
diff -u -r1.1703 -r1.1704
--- ChangeLog   7 Jul 2015 14:11:37 -   1.1703
+++ ChangeLog   8 Jul 2015 09:33:47 -   1.1704
@@ -1,6 +1,9 @@
 # ChangeLog for eclass directory
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1703 2015/07/07 
14:11:37 axs Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1704 2015/07/08 
09:33:47 voyageur Exp $
+
+  08 Jul 2015; Bernard Cafarelli voyag...@gentoo.org webapp.eclass:
+  Fix elog in webapp_serverowned and ebeep in newer EAPIs
 
   07 Jul 2015; Ian Stakenvicius (_AxS_) a...@gentoo.org
   -mozconfig-v4.31.eclass, -mozconfig-v5.33.eclass, +mozconfig-v6.38.eclass,



1.75 eclass/webapp.eclass

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

Index: webapp.eclass
===
RCS file: /var/cvsroot/gentoo-x86/eclass/webapp.eclass,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- webapp.eclass   2 Jul 2015 14:02:34 -   1.74
+++ webapp.eclass   8 Jul 2015 09:33:47 -   1.75
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/webapp.eclass,v 1.74 2015/07/02 
14:02:34 twitch153 Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/webapp.eclass,v 1.75 2015/07/08 
09:33:47 voyageur Exp $
 
 # @ECLASS: webapp.eclass
 # @MAINTAINER:
@@ -244,7 +244,6 @@
local my_file=$(webapp_strip_appdir ${1})
my_file=$(webapp_strip_cwd ${my_file})
 
-   elog (server owned) ${my_file}
echo ${my_file}  ${D}/${WA_SOLIST}
 }
 
@@ -413,7 +412,9 @@
ewarn This ebuild may be overwriting important files.
ewarn
echo
-   ebeep 10
+   if has ${EAPI:-0} 0 1 2; then
+   ebeep 10
+   fi
elif [[ $(echo ${my_output} | awk '{ print $1 }') != ${PN} ]]; then
echo
eerror You already have ${my_output} installed in ${my_dir}






[gentoo-commits] gentoo-x86 commit in net-ftp/filezilla: ChangeLog filezilla-3.12.0.ebuild filezilla-3.10.3.ebuild filezilla-3.11.0.ebuild filezilla-3.9.0.5.ebuild filezilla-3.10.2.ebuild

2015-07-08 Thread Bernard Cafarelli (voyageur)
voyageur15/07/08 20:09:35

  Modified: ChangeLog
  Added:filezilla-3.12.0.ebuild
  Removed:  filezilla-3.10.3.ebuild filezilla-3.11.0.ebuild
filezilla-3.9.0.5.ebuild filezilla-3.10.2.ebuild
  Log:
  Version bump, clean some old versions
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)

Revision  ChangesPath
1.127net-ftp/filezilla/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/filezilla/ChangeLog?rev=1.127view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/filezilla/ChangeLog?rev=1.127content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/filezilla/ChangeLog?r1=1.126r2=1.127

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-ftp/filezilla/ChangeLog,v
retrieving revision 1.126
retrieving revision 1.127
diff -u -r1.126 -r1.127
--- ChangeLog   3 Jun 2015 11:39:34 -   1.126
+++ ChangeLog   8 Jul 2015 20:09:35 -   1.127
@@ -1,6 +1,13 @@
 # ChangeLog for net-ftp/filezilla
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/filezilla/ChangeLog,v 1.126 
2015/06/03 11:39:34 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/filezilla/ChangeLog,v 1.127 
2015/07/08 20:09:35 voyageur Exp $
+
+*filezilla-3.12.0 (08 Jul 2015)
+
+  08 Jul 2015; Bernard Cafarelli voyag...@gentoo.org
+  -filezilla-3.9.0.5.ebuild, -filezilla-3.10.2.ebuild,
+  -filezilla-3.10.3.ebuild, -filezilla-3.11.0.ebuild, +filezilla-3.12.0.ebuild:
+  Version bump, clean some old versions
 
 *filezilla-3.11.0.2 (03 Jun 2015)
 



1.1  net-ftp/filezilla/filezilla-3.12.0.ebuild

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

Index: filezilla-3.12.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-ftp/filezilla/filezilla-3.12.0.ebuild,v 
1.1 2015/07/08 20:09:35 voyageur Exp $

EAPI=5

WX_GTK_VER=3.0

inherit autotools eutils flag-o-matic multilib wxwidgets

MY_PV=${PV/_/-}
MY_P=FileZilla_${MY_PV}

DESCRIPTION=FTP client with lots of useful features and an intuitive interface
HOMEPAGE=http://filezilla-project.org/;
SRC_URI=mirror://sourceforge/${PN}/${MY_P}_src.tar.bz2

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~arm ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~ia64-linux 
~x86-linux ~x86-macos
IUSE=aqua dbus nls test

RDEPEND==app-eselect/eselect-wxwidgets-0.7-r1
=dev-db/sqlite-3.7
=dev-libs/tinyxml-2.6.1-r1[stl]
net-dns/libidn
=net-libs/gnutls-3.1.12
aqua? ( =x11-libs/wxGTK-3.0.2.0-r1:3.0[aqua] )
!aqua? ( =x11-libs/wxGTK-3.0.2.0-r1:3.0[X] x11-misc/xdg-utils )
dbus? ( sys-apps/dbus )
DEPEND=${RDEPEND}
virtual/pkgconfig
=sys-devel/libtool-1.4
nls? ( =sys-devel/gettext-0.11 )
test? ( dev-util/cppunit )

S=${WORKDIR}/${PN}-${MY_PV}

src_prepare() {
epatch ${FILESDIR}/${PN}-3.10.2-debug.patch
append-cppflags -DTIXML_USE_STL
eautoreconf
}

src_configure() {
econf $(use_with dbus) $(use_enable nls locales) \
--with-tinyxml=system \
--disable-autoupdatecheck
}

src_install() {
emake DESTDIR=${D} install

doicon src/interface/resources/48x48/${PN}.png

dodoc AUTHORS ChangeLog NEWS

if use aqua ; then
cat  ${T}/${PN} -EOF
#!${EPREFIX}/bin/bash
open ${EPREFIX}/Applications/FileZilla.app
EOF
rm ${ED}/usr/bin/${PN} || die
dobin ${T}/${PN}
insinto /Applications
doins -r ${S}/FileZilla.app
fi
}






[gentoo-commits] gentoo-x86 commit in sys-devel/llvm: ChangeLog llvm-3.5.2.ebuild

2015-06-29 Thread Bernard Cafarelli (voyageur)
voyageur15/06/29 11:58:05

  Modified: ChangeLog llvm-3.5.2.ebuild
  Log:
  Fix compilation with gcc 5.1, bug #550716 (3.6 and later include the fix)
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)

Revision  ChangesPath
1.255sys-devel/llvm/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v
retrieving revision 1.254
retrieving revision 1.255
diff -u -r1.254 -r1.255
--- ChangeLog   18 Jun 2015 12:40:13 -  1.254
+++ ChangeLog   29 Jun 2015 11:58:05 -  1.255
@@ -1,6 +1,10 @@
 # ChangeLog for sys-devel/llvm
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.254 2015/06/18 
12:40:13 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.255 2015/06/29 
11:58:05 voyageur Exp $
+
+  29 Jun 2015; Bernard Cafarelli voyag...@gentoo.org llvm-3.5.2.ebuild,
+  +files/llvm-3.5.2-gcc-5.1.patch:
+  Fix compilation with gcc 5.1, bug #550716 (3.6 and later include the fix)
 
   18 Jun 2015; Bernard Cafarelli voyag...@gentoo.org llvm-2.8-r2.ebuild,
   llvm-2.9-r2.ebuild, metadata.xml:



1.5  sys-devel/llvm/llvm-3.5.2.ebuild

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

Index: llvm-3.5.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.5.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- llvm-3.5.2.ebuild   31 May 2015 14:38:44 -  1.4
+++ llvm-3.5.2.ebuild   29 Jun 2015 11:58:05 -  1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.5.2.ebuild,v 1.4 
2015/05/31 14:38:44 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.5.2.ebuild,v 1.5 
2015/06/29 11:58:05 voyageur Exp $
 
 EAPI=5
 
@@ -147,6 +147,7 @@
epatch ${FILESDIR}/${PN}-3.2-nodoctargz.patch
epatch ${FILESDIR}/${PN}-3.5-gcc-4.9.patch
epatch ${FILESDIR}/${PN}-3.5-gentoo-install.patch
+   epatch ${FILESDIR}/${P}-gcc-5.1.patch
# Make ocaml warnings non-fatal, bug #537308
sed -e /RUN/s/-warn-error A// -i test/Bindings/Ocaml/*ml  || die
 






[gentoo-commits] gentoo-x86 commit in sys-devel/llvm/files: llvm-3.5.2-gcc-5.1.patch

2015-06-29 Thread Bernard Cafarelli (voyageur)
voyageur15/06/29 11:58:05

  Added:llvm-3.5.2-gcc-5.1.patch
  Log:
  Fix compilation with gcc 5.1, bug #550716 (3.6 and later include the fix)
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)

Revision  ChangesPath
1.1  sys-devel/llvm/files/llvm-3.5.2-gcc-5.1.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/files/llvm-3.5.2-gcc-5.1.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/files/llvm-3.5.2-gcc-5.1.patch?rev=1.1content-type=text/plain

Index: llvm-3.5.2-gcc-5.1.patch
===
Index: include/llvm/ADT/IntrusiveRefCntPtr.h
===
--- include/llvm/ADT/IntrusiveRefCntPtr.h   (revision 218294)
+++ include/llvm/ADT/IntrusiveRefCntPtr.h   (revision 218295)
@@ -197,6 +197,9 @@
   private:
 void retain() { if (Obj) IntrusiveRefCntPtrInfoT::retain(Obj); }
 void release() { if (Obj) IntrusiveRefCntPtrInfoT::release(Obj); }
+
+template typename X
+friend class IntrusiveRefCntPtr;
   };
 
   templateclass T, class U






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

2015-06-26 Thread Bernard Cafarelli (voyageur)
voyageur15/06/26 23:01:36

  Modified: ChangeLog owncloud-client-1.8.3.ebuild
  Log:
  New dependency on dev-qt/qtconcurrent:5, thanks Felix Leif Keppmann 
felix.l...@keppmann.de in bug #553336
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)

Revision  ChangesPath
1.25 net-misc/owncloud-client/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/owncloud-client/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog   26 Jun 2015 09:37:44 -  1.24
+++ ChangeLog   26 Jun 2015 23:01:36 -  1.25
@@ -1,6 +1,11 @@
 # ChangeLog for net-misc/owncloud-client
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/owncloud-client/ChangeLog,v 1.24 
2015/06/26 09:37:44 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/owncloud-client/ChangeLog,v 1.25 
2015/06/26 23:01:36 voyageur Exp $
+
+  26 Jun 2015; Bernard Cafarelli voyag...@gentoo.org
+  owncloud-client-1.8.3.ebuild:
+  New dependency on dev-qt/qtconcurrent:5, thanks Felix Leif Keppmann
+  felix.l...@keppmann.de in bug #553336
 
 *owncloud-client-1.8.3 (26 Jun 2015)
 



1.2  net-misc/owncloud-client/owncloud-client-1.8.3.ebuild

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

Index: owncloud-client-1.8.3.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-misc/owncloud-client/owncloud-client-1.8.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- owncloud-client-1.8.3.ebuild26 Jun 2015 09:37:44 -  1.1
+++ owncloud-client-1.8.3.ebuild26 Jun 2015 23:01:36 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-misc/owncloud-client/owncloud-client-1.8.3.ebuild,v 
1.1 2015/06/26 09:37:44 voyageur Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-misc/owncloud-client/owncloud-client-1.8.3.ebuild,v 
1.2 2015/06/26 23:01:36 voyageur Exp $
 
 EAPI=5
 
@@ -33,6 +33,7 @@
qt5? (
dev-libs/qtkeychain[qt5]
dev-qt/linguist-tools:5
+   dev-qt/qtconcurrent:5
dev-qt/qtcore:5
dev-qt/qtdbus:5
=dev-qt/qtnetwork-5.4:5






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

2015-06-26 Thread Bernard Cafarelli (voyageur)
voyageur15/06/26 09:37:44

  Modified: ChangeLog
  Added:owncloud-client-1.8.3.ebuild
  Log:
  Version bump (1.8.2 was retracted upstream), restore ChangeLog
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)

Revision  ChangesPath
1.24 net-misc/owncloud-client/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/owncloud-client/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog   7 May 2015 15:06:57 -   1.23
+++ ChangeLog   26 Jun 2015 09:37:44 -  1.24
@@ -1,6 +1,12 @@
 # ChangeLog for net-misc/owncloud-client
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/owncloud-client/ChangeLog,v 1.23 
2015/05/07 15:06:57 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/owncloud-client/ChangeLog,v 1.24 
2015/06/26 09:37:44 voyageur Exp $
+
+*owncloud-client-1.8.3 (26 Jun 2015)
+
+  26 Jun 2015; Bernard Cafarelli voyag...@gentoo.org
+  +owncloud-client-1.8.3.ebuild:
+  Version bump (1.8.2 was retracted upstream), restore ChangeLog
 
 *owncloud-client-1.8.1 (07 May 2015)
 
@@ -11,3 +17,258 @@
   -files/owncloud-client-1.5.3-man-page-location-fix.patch:
   Version bump, drop 1.6.x versions
 
+*owncloud-client-1.8.0 (17 Mar 2015)
+
+  17 Mar 2015; Bernard Cafarelli voyag...@gentoo.org
+  +owncloud-client-1.8.0.ebuild:
+  Version bump, default to qt5 as recommended upstream
+
+*owncloud-client-1.7.1 (18 Dec 2014)
+
+  18 Dec 2014; Bernard Cafarelli voyag...@gentoo.org
+  +owncloud-client-1.7.1.ebuild:
+  Version bump, improvements for timeout handling, as well as fixes for syncing
+  multiple folders. Also fix nautilus extension when XDG_RUNTIME_DIR is not set
+
+  20 Nov 2014; Bernard Cafarelli voyag...@gentoo.org
+  owncloud-client-1.7.0.ebuild:
+  Add qtquickcontrols dep with USE=qt5, fixes bug #529860. Also make qttest
+  deps optional
+
+*owncloud-client-1.7.0 (12 Nov 2014)
+
+  12 Nov 2014; Bernard Cafarelli voyag...@gentoo.org
+  +owncloud-client-1.7.0.ebuild, metadata.xml:
+  Version bump, with nautilus integration
+
+*owncloud-client-1.6.4 (27 Oct 2014)
+
+  27 Oct 2014; Bernard Cafarelli voyag...@gentoo.org
+  -owncloud-client-1.5.4.ebuild, -owncloud-client-1.6.0.ebuild,
+  +owncloud-client-1.6.4.ebuild:
+  Version bump, reported by Frank Krömmelbein kroemmelb...@gmx.de in bug
+  #526794. Drop some versions
+
+  24 Sep 2014; Michael Palimaka kensing...@gentoo.org
+  owncloud-client-1.6.1.ebuild, owncloud-client-1.6.2.ebuild,
+  owncloud-client-1.6.3.ebuild:
+  dev-qt/qtwebkit:5 no longer has a widgets USE flag.
+
+  11 Sep 2014; Michael Palimaka kensing...@gentoo.org
+  owncloud-client-1.6.1.ebuild, owncloud-client-1.6.2.ebuild,
+  owncloud-client-1.6.3.ebuild:
+  Pin dev-qt/linguist-tools to SLOT 5.
+
+*owncloud-client-1.6.3 (05 Sep 2014)
+
+  05 Sep 2014; Bernard Cafarelli voyag...@gentoo.org
+  +owncloud-client-1.6.3.ebuild:
+  Version bump
+
+*owncloud-client-1.6.2 (05 Aug 2014)
+
+  05 Aug 2014; Bernard Cafarelli voyag...@gentoo.org
+  +owncloud-client-1.6.2.ebuild:
+  Version bump
+
+  30 Jun 2014; Bernard Cafarelli voyag...@gentoo.org
+  owncloud-client-1.6.1.ebuild:
+  Make qt4/qt5 builds exclusive
+
+*owncloud-client-1.6.1 (27 Jun 2014)
+
+  27 Jun 2014; Bernard Cafarelli voyag...@gentoo.org
+  +owncloud-client-1.6.1.ebuild:
+  Version bump, handle qt4/qt5 thanks to everyone in bug #512726
+
+*owncloud-client-1.6.0 (07 Jun 2014)
+
+  07 Jun 2014; Bernard Cafarelli voyag...@gentoo.org
+  -owncloud-client-1.5.3-r1.ebuild, +owncloud-client-1.6.0.ebuild:
+  Version bump, fixes bug #512322. Also adds a postinstallation message with
+  USE=-doc, bug #bug 509716
+
+*owncloud-client-1.5.4 (22 Apr 2014)
+
+  22 Apr 2014; Bernard Cafarelli voyag...@gentoo.org
+  -owncloud-client-1.5.0.ebuild, -owncloud-client-1.5.1.ebuild,
+  -owncloud-client-1.5.2.ebuild, -owncloud-client-1.5.3.ebuild,
+  +owncloud-client-1.5.4.ebuild:
+  Version bump, reported by Clemente Aguiar clemente.agu...@gmail.com in bug
+  #507886, remove some previous versions
+
+*owncloud-client-1.5.3-r1 (16 Apr 2014)
+
+  16 Apr 2014; Bernard Cafarelli voyag...@gentoo.org
+  +owncloud-client-1.5.3-r1.ebuild,
+  +files/owncloud-client-1.5.3-man-page-location-fix.patch:
+  Fix man pages installation path, thanks Ian Abbott i...@abbott.org in bug
+  #507058. Also drop asciidoc dependency, sphinx is the only generator now
+
+  17 Mar 2014; Bernard Cafarelli voyag...@gentoo.org
+  

[gentoo-commits] gentoo-x86 commit in www-apps/eyeos: ChangeLog eyeos-2.5.ebuild

2015-06-23 Thread Bernard Cafarelli (voyageur)
voyageur15/06/23 09:17:43

  Modified: ChangeLog eyeos-2.5.ebuild
  Log:
  Remove deprecated depend.php, bug #552864
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)

Revision  ChangesPath
1.14 www-apps/eyeos/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-apps/eyeos/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog   5 Jul 2012 17:09:15 -   1.13
+++ ChangeLog   23 Jun 2015 09:17:43 -  1.14
@@ -1,6 +1,9 @@
 # ChangeLog for www-apps/eyeos
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/eyeos/ChangeLog,v 1.13 2012/07/05 
17:09:15 voyageur Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-apps/eyeos/ChangeLog,v 1.14 2015/06/23 
09:17:43 voyageur Exp $
+
+  23 Jun 2015; Bernard Cafarelli voyag...@gentoo.org eyeos-2.5.ebuild:
+  Remove deprecated depend.php, bug #552864
 
   19 Jun 2012; Bernard Cafarelli voyag...@gentoo.org -eyeos-2.4.ebuild,
   -eyeos-2.4.1.ebuild:



1.2  www-apps/eyeos/eyeos-2.5.ebuild

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

Index: eyeos-2.5.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/www-apps/eyeos/eyeos-2.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- eyeos-2.5.ebuild23 May 2011 08:36:57 -  1.1
+++ eyeos-2.5.ebuild23 Jun 2015 09:17:43 -  1.2
@@ -1,9 +1,9 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/eyeos/eyeos-2.5.ebuild,v 1.1 
2011/05/23 08:36:57 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/eyeos/eyeos-2.5.ebuild,v 1.2 
2015/06/23 09:17:43 voyageur Exp $
 
-EAPI=4
-inherit depend.php webapp eutils
+EAPI=5
+inherit webapp eutils
 
 DESCRIPTION=AJAX web-based desktop environment
 HOMEPAGE=http://www.eyeos.org;
@@ -14,11 +14,8 @@
 IUSE=
 
 DEPEND=
-need_httpd_cgi
-need_php_httpd
-
-# http://wiki.eyeos.org/EyeOS_Requirements
-RDEPEND=dev-lang/php[curl,crypt,gd,json,mysql,mysqli,pdo,sharedmem,sqlite]
+RDEPEND=dev-lang/php[curl,crypt,gd,json,mysql,mysqli,pdo,sharedmem,sqlite]
+   virtual/httpd-php
 
 S=${WORKDIR}
 






[gentoo-commits] gentoo-x86 commit in www-apps/owncloud: owncloud-5.0.19.ebuild ChangeLog owncloud-6.0.7.ebuild owncloud-7.0.6.ebuild owncloud-6.0.8.ebuild owncloud-7.0.5.ebuild

2015-06-18 Thread Bernard Cafarelli (voyageur)
voyageur15/06/18 12:17:08

  Modified: owncloud-5.0.19.ebuild ChangeLog
owncloud-6.0.7.ebuild owncloud-7.0.6.ebuild
owncloud-6.0.8.ebuild owncloud-7.0.5.ebuild
  Log:
  Drop depend.php eclass use in older versions too
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)

Revision  ChangesPath
1.2  www-apps/owncloud/owncloud-5.0.19.ebuild

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

Index: owncloud-5.0.19.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/www-apps/owncloud/owncloud-5.0.19.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- owncloud-5.0.19.ebuild  11 Mar 2015 16:21:57 -  1.1
+++ owncloud-5.0.19.ebuild  18 Jun 2015 12:17:08 -  1.2
@@ -1,10 +1,10 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/owncloud/owncloud-5.0.19.ebuild,v 
1.1 2015/03/11 16:21:57 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/owncloud/owncloud-5.0.19.ebuild,v 
1.2 2015/06/18 12:17:08 voyageur Exp $
 
 EAPI=5
 
-inherit eutils webapp depend.php
+inherit eutils webapp
 
 DESCRIPTION=Web-based storage application where all your data is under your 
own control
 HOMEPAGE=http://owncloud.org;
@@ -16,9 +16,8 @@
 REQUIRED_USE=|| ( mysql postgres sqlite )
 
 DEPEND=
-RDEPEND=dev-lang/php[curl?,filter,gd,hash,json,mysql?,pdo,postgres?,simplexml,sqlite?,xmlwriter,zip]
-need_httpd_cgi
-need_php_httpd
+RDEPEND=dev-lang/php[curl?,filter,gd,hash,json,mysql?,pdo,postgres?,simplexml,sqlite?,xmlwriter,zip]
+   virtual/httpd-php
 
 S=${WORKDIR}/${PN}
 



1.67 www-apps/owncloud/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-apps/owncloud/ChangeLog,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- ChangeLog   10 Jun 2015 13:18:32 -  1.66
+++ ChangeLog   18 Jun 2015 12:17:08 -  1.67
@@ -1,6 +1,11 @@
 # ChangeLog for www-apps/owncloud
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/owncloud/ChangeLog,v 1.66 
2015/06/10 13:18:32 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/owncloud/ChangeLog,v 1.67 
2015/06/18 12:17:08 voyageur Exp $
+
+  18 Jun 2015; Bernard Cafarelli voyag...@gentoo.org owncloud-5.0.19.ebuild,
+  owncloud-6.0.7.ebuild, owncloud-6.0.8.ebuild, owncloud-7.0.5.ebuild,
+  owncloud-7.0.6.ebuild:
+  Drop depend.php eclass use in older versions too
 
 *owncloud-8.0.4 (10 Jun 2015)
 *owncloud-7.0.6 (10 Jun 2015)



1.2  www-apps/owncloud/owncloud-6.0.7.ebuild

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

Index: owncloud-6.0.7.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/www-apps/owncloud/owncloud-6.0.7.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- owncloud-6.0.7.ebuild   11 Mar 2015 16:21:57 -  1.1
+++ owncloud-6.0.7.ebuild   18 Jun 2015 12:17:08 -  1.2
@@ -1,10 +1,10 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/owncloud/owncloud-6.0.7.ebuild,v 
1.1 2015/03/11 16:21:57 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/owncloud/owncloud-6.0.7.ebuild,v 
1.2 2015/06/18 12:17:08 voyageur Exp $
 
 EAPI=5
 
-inherit eutils webapp depend.php
+inherit eutils webapp
 
 DESCRIPTION=Web-based storage application where all your data is under your 
own control
 HOMEPAGE=http://owncloud.org;
@@ -16,9 +16,8 @@
 REQUIRED_USE=|| ( mysql postgres sqlite )
 
 DEPEND=
-RDEPEND=dev-lang/php[curl?,filter,gd,hash,json,mysql?,pdo,postgres?,simplexml,sqlite?,xmlwriter,zip]
-need_httpd_cgi

[gentoo-commits] gentoo-x86 commit in sys-devel/llvm: metadata.xml ChangeLog llvm-2.8-r2.ebuild llvm-2.9-r2.ebuild

2015-06-18 Thread Bernard Cafarelli (voyageur)
voyageur15/06/18 12:40:13

  Modified: metadata.xml ChangeLog llvm-2.8-r2.ebuild
llvm-2.9-r2.ebuild
  Log:
  Remove last llvm-gcc references, this was removed years ago
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)

Revision  ChangesPath
1.16 sys-devel/llvm/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/metadata.xml?rev=1.16view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/metadata.xml?rev=1.16content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/metadata.xml?r1=1.15r2=1.16

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/metadata.xml,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- metadata.xml15 Jun 2015 12:52:14 -  1.15
+++ metadata.xml18 Jun 2015 12:40:13 -  1.16
@@ -20,7 +20,6 @@
flag name='doc'Build and install the HTML documentation and 
regenerate the man pages/flag
flag name='gold'Build the gold linker plugin/flag
flag name='lldb'Build the lldb debugger/flag
-   flag name='llvm-gcc'Build LLVM with 
pkgsys-devel/llvm-gcc/pkg/flag
flag name='multitarget'Build all host targets (default: host 
only)/flag
flag name='ncurses'Support querying terminal properties using 
ncurses' terminfo/flag
flag name='static-analyzer'Install the Clang static analyzer 
(requires USE=clang)/flag



1.254sys-devel/llvm/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v
retrieving revision 1.253
retrieving revision 1.254
diff -u -r1.253 -r1.254
--- ChangeLog   15 Jun 2015 22:26:52 -  1.253
+++ ChangeLog   18 Jun 2015 12:40:13 -  1.254
@@ -1,6 +1,10 @@
 # ChangeLog for sys-devel/llvm
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.253 2015/06/15 
22:26:52 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.254 2015/06/18 
12:40:13 voyageur Exp $
+
+  18 Jun 2015; Bernard Cafarelli voyag...@gentoo.org llvm-2.8-r2.ebuild,
+  llvm-2.9-r2.ebuild, metadata.xml:
+  Remove last llvm-gcc references, this was removed years ago
 
   15 Jun 2015; Bernard Cafarelli voyag...@gentoo.org llvm-.ebuild:
   lldb fixes thanks to mgorny's review



1.11 sys-devel/llvm/llvm-2.8-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-2.8-r2.ebuild?rev=1.11view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-2.8-r2.ebuild?rev=1.11content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-2.8-r2.ebuild?r1=1.10r2=1.11

Index: llvm-2.8-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-2.8-r2.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- llvm-2.8-r2.ebuild  10 Jun 2013 22:26:20 -  1.10
+++ llvm-2.8-r2.ebuild  18 Jun 2015 12:40:13 -  1.11
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-2.8-r2.ebuild,v 1.10 
2013/06/10 22:26:20 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-2.8-r2.ebuild,v 1.11 
2015/06/18 12:40:13 voyageur Exp $
 
 EAPI=4
 inherit eutils multilib toolchain-funcs
@@ -14,7 +14,7 @@
 LICENSE=UoI-NCSA
 SLOT=0
 KEYWORDS=amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos
-IUSE=debug +libffi llvm-gcc multitarget ocaml test udis86
+IUSE=debug +libffi multitarget ocaml test udis86
 
 DEPEND=dev-lang/perl
=sys-devel/make-3.79
@@ -117,31 +117,10 @@
CONF_FLAGS=${CONF_FLAGS} --enable-pic
fi
 
-   # things would be built differently depending on whether llvm-gcc is
-   # used or not.
-   local LLVM_GCC_DIR=/dev/null
-   local LLVM_GCC_DRIVER=nope ; local LLVM_GPP_DRIVER=nope
-   if use llvm-gcc ; then
-   if has_version sys-devel/llvm-gcc; then
-   LLVM_GCC_DIR=$(ls -d 
${EROOT}/usr/$(get_libdir)/llvm-gcc* 2 /dev/null)
-   LLVM_GCC_DRIVER=$(find ${LLVM_GCC_DIR} 

[gentoo-commits] gentoo-x86 commit in sys-devel/llvm: metadata.xml ChangeLog llvm-9999.ebuild

2015-06-15 Thread Bernard Cafarelli (voyageur)
voyageur15/06/15 12:52:14

  Modified: metadata.xml ChangeLog llvm-.ebuild
  Log:
  Add initial support for lldb debugger, bug #464354. Also enable USE=doc by 
default for live ebuild, useful if you want the man pages
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)

Revision  ChangesPath
1.15 sys-devel/llvm/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/metadata.xml?rev=1.15view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/metadata.xml?rev=1.15content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/metadata.xml?r1=1.14r2=1.15

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/metadata.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- metadata.xml18 Feb 2015 15:08:43 -  1.14
+++ metadata.xml15 Jun 2015 12:52:14 -  1.15
@@ -19,6 +19,7 @@
flag name='cmake'Enable cmake support (experimental)/flag
flag name='doc'Build and install the HTML documentation and 
regenerate the man pages/flag
flag name='gold'Build the gold linker plugin/flag
+   flag name='lldb'Build the lldb debugger/flag
flag name='llvm-gcc'Build LLVM with 
pkgsys-devel/llvm-gcc/pkg/flag
flag name='multitarget'Build all host targets (default: host 
only)/flag
flag name='ncurses'Support querying terminal properties using 
ncurses' terminfo/flag



1.252sys-devel/llvm/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v
retrieving revision 1.251
retrieving revision 1.252
diff -u -r1.251 -r1.252
--- ChangeLog   14 Jun 2015 17:56:07 -  1.251
+++ ChangeLog   15 Jun 2015 12:52:14 -  1.252
@@ -1,6 +1,11 @@
 # ChangeLog for sys-devel/llvm
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.251 2015/06/14 
17:56:07 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.252 2015/06/15 
12:52:14 voyageur Exp $
+
+  15 Jun 2015; Bernard Cafarelli voyag...@gentoo.org llvm-.ebuild,
+  metadata.xml:
+  Add initial support for lldb debugger, bug #464354. Also enable USE=doc by
+  default for live ebuild, useful if you want the man pages
 
   14 Jun 2015; Michał Górny mgo...@gentoo.org
   +files/clang-3.6-fbsd-gcc49.patch, llvm-3.6.1.ebuild:



1.117sys-devel/llvm/llvm-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-.ebuild?rev=1.117view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-.ebuild?rev=1.117content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-.ebuild?r1=1.116r2=1.117

Index: llvm-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-.ebuild,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -r1.116 -r1.117
--- llvm-.ebuild13 Jun 2015 20:51:45 -  1.116
+++ llvm-.ebuild15 Jun 2015 12:52:14 -  1.117
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-.ebuild,v 1.116 
2015/06/13 20:51:45 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-.ebuild,v 1.117 
2015/06/15 12:52:14 voyageur Exp $
 
 EAPI=5
 
@@ -19,7 +19,7 @@
 LICENSE=UoI-NCSA
 SLOT=0/${PV}
 KEYWORDS=
-IUSE=clang debug doc gold libedit +libffi multitarget ncurses ocaml
+IUSE=clang debug +doc gold libedit +libffi lldb multitarget ncurses ocaml
python +static-analyzer test xml video_cards_radeon kernel_Darwin
 
 COMMON_DEPEND=
@@ -54,6 +54,7 @@
clang? ( xml? ( virtual/pkgconfig ) )
doc? ( dev-python/sphinx )
libffi? ( virtual/pkgconfig )
+   lldb? ( dev-lang/swig )
!!dev-python/configparser-3.3.0.2
${PYTHON_DEPS}
 RDEPEND=${COMMON_DEPEND}
@@ -65,7 +66,8 @@
 # pypy gives me around 1700 unresolved tests due to open file limit
 # being exceeded. probably GC does not close them fast enough.
 REQUIRED_USE=${PYTHON_REQUIRED_USE}
-   test? ( || ( $(python_gen_useflags 'python*') ) )
+   test? ( || ( $(python_gen_useflags 

[gentoo-commits] gentoo-x86 commit in sys-devel/llvm: ChangeLog llvm-9999.ebuild

2015-06-15 Thread Bernard Cafarelli (voyageur)
voyageur15/06/15 22:26:52

  Modified: ChangeLog llvm-.ebuild
  Log:
  lldb fixes thanks to mgorny's review
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)

Revision  ChangesPath
1.253sys-devel/llvm/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v
retrieving revision 1.252
retrieving revision 1.253
diff -u -r1.252 -r1.253
--- ChangeLog   15 Jun 2015 12:52:14 -  1.252
+++ ChangeLog   15 Jun 2015 22:26:52 -  1.253
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/llvm
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.252 2015/06/15 
12:52:14 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.253 2015/06/15 
22:26:52 voyageur Exp $
+
+  15 Jun 2015; Bernard Cafarelli voyag...@gentoo.org llvm-.ebuild:
+  lldb fixes thanks to mgorny's review
 
   15 Jun 2015; Bernard Cafarelli voyag...@gentoo.org llvm-.ebuild,
   metadata.xml:



1.118sys-devel/llvm/llvm-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-.ebuild?rev=1.118view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-.ebuild?rev=1.118content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-.ebuild?r1=1.117r2=1.118

Index: llvm-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-.ebuild,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -r1.117 -r1.118
--- llvm-.ebuild15 Jun 2015 12:52:14 -  1.117
+++ llvm-.ebuild15 Jun 2015 22:26:52 -  1.118
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-.ebuild,v 1.117 
2015/06/15 12:52:14 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-.ebuild,v 1.118 
2015/06/15 22:26:52 voyageur Exp $
 
 EAPI=5
 
@@ -66,8 +66,8 @@
 # pypy gives me around 1700 unresolved tests due to open file limit
 # being exceeded. probably GC does not close them fast enough.
 REQUIRED_USE=${PYTHON_REQUIRED_USE}
-   test? ( || ( $(python_gen_useflags 'python*') ) )
-   lldb? ( clang )
+   lldb? ( clang )
+   test? ( || ( $(python_gen_useflags 'python*') ) )
 
 pkg_pretend() {
# in megs
@@ -243,12 +243,16 @@
-DFFI_LIBRARY_DIR=${ffi_ldflags#-L}
 
-DHAVE_HISTEDIT_H=$(usex libedit)
-
-   -DLLDB_DISABLE_LIBEDIT=$(usex libedit 0 1)
-   -DLLDB_DISABLE_CURSES=$(usex libedit 0 1)
-   -DLLDB_ENABLE_TERMINFO=$(usex ncurses)
)
 
+   if use lldb; then
+   mycmakeargs+=(
+   -DLLDB_DISABLE_LIBEDIT=$(usex !libedit)
+   -DLLDB_DISABLE_CURSES=$(usex !ncurses)
+   -DLLDB_ENABLE_TERMINFO=$(usex ncurses)
+   )
+   fi
+
if ! multilib_is_native_abi || ! use ocaml; then
mycmakeargs+=(
-DOCAMLFIND=NO
@@ -284,7 +288,7 @@
 
if use lldb; then
mycmakeargs+=(
-   -DLLDB_DISABLE_PYTHON=$(usex python 0 1)
+   -DLLDB_DISABLE_PYTHON=$(usex !python)
)
fi
 






[gentoo-commits] gentoo-x86 commit in sys-devel/llvm: ChangeLog llvm-9999.ebuild

2015-06-11 Thread Bernard Cafarelli (voyageur)
voyageur15/06/11 17:05:20

  Modified: ChangeLog llvm-.ebuild
  Log:
  Documentation build can be made optional again, add back pax markings
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)

Revision  ChangesPath
1.247sys-devel/llvm/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v
retrieving revision 1.246
retrieving revision 1.247
diff -u -r1.246 -r1.247
--- ChangeLog   9 Jun 2015 21:17:33 -   1.246
+++ ChangeLog   11 Jun 2015 17:05:20 -  1.247
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/llvm
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.246 2015/06/09 
21:17:33 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.247 2015/06/11 
17:05:20 voyageur Exp $
+
+  11 Jun 2015; Bernard Cafarelli voyag...@gentoo.org llvm-.ebuild:
+  Documentation build can be made optional again, add back pax markings
 
   09 Jun 2015; Michał Górny mgo...@gentoo.org llvm-.ebuild:
   Enable EH  RTTI for better compatibility



1.113sys-devel/llvm/llvm-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-.ebuild?rev=1.113view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-.ebuild?rev=1.113content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-.ebuild?r1=1.112r2=1.113

Index: llvm-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-.ebuild,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -r1.112 -r1.113
--- llvm-.ebuild9 Jun 2015 21:17:33 -   1.112
+++ llvm-.ebuild11 Jun 2015 17:05:20 -  1.113
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-.ebuild,v 1.112 
2015/06/09 21:17:33 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-.ebuild,v 1.113 
2015/06/11 17:05:20 voyageur Exp $
 
 EAPI=5
 
@@ -43,7 +43,6 @@
 # configparser-3.2 breaks the build (3.3 or none at all are fine)
 DEPEND=${COMMON_DEPEND}
dev-lang/perl
-   dev-python/sphinx
=sys-devel/make-3.81
=sys-devel/flex-2.5.4
=sys-devel/bison-1.875d
@@ -53,6 +52,7 @@
|| ( =sys-devel/binutils-2.18 =sys-devel/binutils-apple-5.1 )
kernel_Darwin? ( sys-libs/libcxx )
clang? ( xml? ( virtual/pkgconfig ) )
+   doc? ( dev-python/sphinx )
libffi? ( virtual/pkgconfig )
!!dev-python/configparser-3.3.0.2
${PYTHON_DEPS}
@@ -243,11 +243,10 @@
 
if multilib_is_native_abi; then
mycmakeargs+=(
-   -DLLVM_BUILD_DOCS=ON
+   $(cmake-utils_use doc LLVM_BUILD_DOCS)
+   $(cmake-utils_use doc LLVM_ENABLE_SPHINX)
+   $(cmake-utils_use doc SPHINX_OUTPUT_HTML)
-DLLVM_ENABLE_DOXYGEN=OFF
-   -DLLVM_ENABLE_SPHINX=ON
-   -DSPHINX_OUTPUT_HTML=$(usex doc)
-

-DLLVM_INSTALL_HTML=${EPREFIX}/usr/share/doc/${PF}/html
)
 
@@ -296,6 +295,10 @@
 multilib_src_compile() {
cmake-utils_src_compile
 
+   pax-mark m ${BUILD_DIR}/bin/llvm-rtdyld
+   pax-mark m ${BUILD_DIR}/bin/lli
+   pax-mark m ${BUILD_DIR}/bin/lli-child-target
+
if use test; then
pax-mark m 
${BUILD_DIR}/unittests/ExecutionEngine/Orc/OrcJITTests
pax-mark m 
${BUILD_DIR}/unittests/ExecutionEngine/MCJIT/MCJITTests
@@ -340,7 +343,6 @@
)
fi
 
-
multilib-minimal_src_install
 }
 






[gentoo-commits] gentoo-x86 commit in net-misc/nxplayer: ChangeLog nxplayer-4.5.0.1.ebuild

2015-06-10 Thread Bernard Cafarelli (voyageur)
voyageur15/06/10 12:42:44

  Modified: ChangeLog
  Removed:  nxplayer-4.5.0.1.ebuild
  Log:
  Remove old version, upstream recommends current release for clients
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)

Revision  ChangesPath
1.4  net-misc/nxplayer/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/nxplayer/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   3 Jun 2015 13:56:41 -   1.3
+++ ChangeLog   10 Jun 2015 12:42:44 -  1.4
@@ -1,6 +1,10 @@
 # ChangeLog for net-misc/nxplayer
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/nxplayer/ChangeLog,v 1.3 
2015/06/03 13:56:41 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/nxplayer/ChangeLog,v 1.4 
2015/06/10 12:42:44 voyageur Exp $
+
+  10 Jun 2015; Bernard Cafarelli voyag...@gentoo.org
+  -nxplayer-4.5.0.1.ebuild:
+  Remove old version, upstream recommends current release for clients
 
 *nxplayer-4.6.3.13 (03 Jun 2015)
 






[gentoo-commits] gentoo-x86 commit in www-apps/owncloud: ChangeLog owncloud-8.0.4.ebuild owncloud-7.0.6.ebuild owncloud-6.0.8.ebuild owncloud-8.0.0.ebuild owncloud-8.0.2.ebuild

2015-06-10 Thread Bernard Cafarelli (voyageur)
voyageur15/06/10 13:18:32

  Modified: ChangeLog
  Added:owncloud-8.0.4.ebuild owncloud-7.0.6.ebuild
owncloud-6.0.8.ebuild
  Removed:  owncloud-8.0.0.ebuild owncloud-8.0.2.ebuild
  Log:
  Version bumps, mostly stability fixes
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)

Revision  ChangesPath
1.66 www-apps/owncloud/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-apps/owncloud/ChangeLog,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- ChangeLog   4 May 2015 08:36:09 -   1.65
+++ ChangeLog   10 Jun 2015 13:18:32 -  1.66
@@ -1,6 +1,15 @@
 # ChangeLog for www-apps/owncloud
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/owncloud/ChangeLog,v 1.65 
2015/05/04 08:36:09 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/owncloud/ChangeLog,v 1.66 
2015/06/10 13:18:32 voyageur Exp $
+
+*owncloud-8.0.4 (10 Jun 2015)
+*owncloud-7.0.6 (10 Jun 2015)
+*owncloud-6.0.8 (10 Jun 2015)
+
+  10 Jun 2015; Bernard Cafarelli voyag...@gentoo.org +owncloud-6.0.8.ebuild,
+  +owncloud-7.0.6.ebuild, -owncloud-8.0.0.ebuild, -owncloud-8.0.2.ebuild,
+  +owncloud-8.0.4.ebuild:
+  Version bumps, mostly stability fixes
 
   04 May 2015; Bernard Cafarelli voyag...@gentoo.org +owncloud-8.0.3.ebuild:
   Version bump, drop depend.php eclass use



1.1  www-apps/owncloud/owncloud-8.0.4.ebuild

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

Index: owncloud-8.0.4.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-apps/owncloud/owncloud-8.0.4.ebuild,v 
1.1 2015/06/10 13:18:32 voyageur Exp $

EAPI=5

inherit eutils webapp

DESCRIPTION=Web-based storage application where all your data is under your 
own control
HOMEPAGE=http://owncloud.org;
SRC_URI=http://download.owncloud.org/community/${P}.tar.bz2 - ${PF}.tar.bz2
LICENSE=AGPL-3

KEYWORDS=~amd64 ~arm ~x86
IUSE=+curl mysql postgres +sqlite
REQUIRED_USE=|| ( mysql postgres sqlite )

DEPEND=
RDEPEND=dev-lang/php[curl?,filter,gd,hash,json,mysql?,pdo,postgres?,simplexml,sqlite?,xmlwriter,zip]
virtual/httpd-php

S=${WORKDIR}/${PN}

pkg_setup() {
webapp_pkg_setup
}

src_prepare() {
epatch_user
}

src_install() {
webapp_src_preinst

insinto ${MY_HTDOCSDIR}
doins -r .
dodir ${MY_HTDOCSDIR}/data

webapp_serverowned -R ${MY_HTDOCSDIR}/apps
webapp_serverowned -R ${MY_HTDOCSDIR}/data
webapp_serverowned -R ${MY_HTDOCSDIR}/config
webapp_configfile ${MY_HTDOCSDIR}/.htaccess

webapp_src_install
}

pkg_postinst() {
elog Additional applications (calendar, ...) are no longer provided by 
default.
elog You can install them after login via the applications management 
page
elog (check the recommended tab). No application data is lost.
webapp_pkg_postinst
}



1.1  www-apps/owncloud/owncloud-7.0.6.ebuild

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

Index: owncloud-7.0.6.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-apps/owncloud/owncloud-7.0.6.ebuild,v 
1.1 2015/06/10 13:18:32 voyageur Exp $

EAPI=5

inherit eutils webapp depend.php

DESCRIPTION=Web-based storage application where all your data is under your 
own control
HOMEPAGE=http://owncloud.org;
SRC_URI=http://download.owncloud.org/community/${P}.tar.bz2 - ${PF}.tar.bz2
LICENSE=AGPL-3

KEYWORDS=~amd64 ~arm ~x86
IUSE=+curl mysql postgres +sqlite
REQUIRED_USE=|| ( mysql postgres sqlite )

DEPEND=
RDEPEND=dev-lang/php[curl?,filter,gd,hash,json,mysql?,pdo,postgres?,simplexml,sqlite?,xmlwriter,zip]
need_httpd_cgi
need_php_httpd

S=${WORKDIR}/${PN}

pkg_setup() {
webapp_pkg_setup
}

src_prepare() {
epatch_user
}


[gentoo-commits] gentoo-x86 commit in x11-wm/windowmaker: ChangeLog windowmaker-9999.ebuild windowmaker-0.95.6.ebuild

2015-06-10 Thread Bernard Cafarelli (voyageur)
voyageur15/06/10 15:25:30

  Modified: ChangeLog windowmaker-0.95.6.ebuild
  Added:windowmaker-.ebuild
  Log:
  Move live ebuild from gnustep overlay
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)

Revision  ChangesPath
1.154x11-wm/windowmaker/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/ChangeLog,v
retrieving revision 1.153
retrieving revision 1.154
diff -u -r1.153 -r1.154
--- ChangeLog   27 May 2015 20:24:52 -  1.153
+++ ChangeLog   10 Jun 2015 15:25:30 -  1.154
@@ -1,6 +1,12 @@
 # ChangeLog for x11-wm/windowmaker
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/ChangeLog,v 1.153 
2015/05/27 20:24:52 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/ChangeLog,v 1.154 
2015/06/10 15:25:30 voyageur Exp $
+
+*windowmaker- (10 Jun 2015)
+
+  10 Jun 2015; Bernard Cafarelli voyag...@gentoo.org
+  +windowmaker-.ebuild:
+  Move live ebuild from gnustep overlay
 
   27 May 2015; Pacho Ramos pa...@gentoo.org windowmaker-0.92.0-r11.ebuild,
   windowmaker-0.95.5-r1.ebuild, windowmaker-0.95.6.ebuild:



1.6  x11-wm/windowmaker/windowmaker-0.95.6.ebuild

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

Index: windowmaker-0.95.6.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/windowmaker-0.95.6.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- windowmaker-0.95.6.ebuild   27 May 2015 20:24:52 -  1.5
+++ windowmaker-0.95.6.ebuild   10 Jun 2015 15:25:30 -  1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/x11-wm/windowmaker/windowmaker-0.95.6.ebuild,v 1.5 
2015/05/27 20:24:52 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/x11-wm/windowmaker/windowmaker-0.95.6.ebuild,v 1.6 
2015/06/10 15:25:30 voyageur Exp $
 
 EAPI=5
 inherit autotools eutils
@@ -23,7 +23,7 @@
x11-libs/libXv
gif? ( =media-libs/giflib-4.1.0-r3 )
imagemagick? ( media-gfx/imagemagick )
-   jpeg? ( virtual/jpeg )
+   jpeg? ( virtual/jpeg:0= )
png? ( media-libs/libpng:0= )
tiff? ( media-libs/tiff:0 )
webp? ( media-libs/libwebp )



1.1  x11-wm/windowmaker/windowmaker-.ebuild

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

Index: windowmaker-.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/windowmaker-.ebuild,v 
1.1 2015/06/10 15:25:30 voyageur Exp $

EAPI=5
inherit autotools eutils git-r3

DESCRIPTION=The fast and light GNUstep window manager
HOMEPAGE=http://www.windowmaker.org/;
SRC_URI=http://www.windowmaker.org/pub/source/release/WindowMaker-extra-0.1.tar.gz;
EGIT_REPO_URI=git://repo.or.cz/wmaker-crm.git
EGIT_BRANCH=next

SLOT=0
LICENSE=GPL-2
IUSE=gif imagemagick jpeg modelock nls png tiff webp xinerama +xpm xrandr
KEYWORDS=

DEPEND=media-libs/fontconfig
=x11-libs/libXft-2.1.0
x11-libs/libXmu
x11-libs/libXt
x11-libs/libXv
gif? ( =media-libs/giflib-4.1.0-r3 )
imagemagick? ( media-gfx/imagemagick )
jpeg? ( virtual/jpeg:0= )
png? ( media-libs/libpng:0= )
tiff? ( media-libs/tiff:0 )
webp? ( media-libs/libwebp )
xinerama? ( x11-libs/libXinerama )
xrandr? ( x11-libs/libXrandr )
RDEPEND=${DEPEND}
nls? ( =sys-devel/gettext-0.10.39 )
!app-i18n/scim-anthy[gtk3]

src_unpack() {
# wm-extras
unpack ${A}

git-r3_src_unpack
}

src_prepare() {
# Fix some paths
for file in WindowMaker/*menu* util/wmgenmenu.c; do
if [[ -r $file ]] ; 

[gentoo-commits] gentoo-x86 commit in sys-devel/llvm: llvm-3.6.1.ebuild ChangeLog llvm-9999.ebuild

2015-06-05 Thread Bernard Cafarelli (voyageur)
voyageur15/06/05 14:48:25

  Modified: llvm-3.6.1.ebuild ChangeLog llvm-.ebuild
  Log:
  Add large file support flags, thanks zmedico in bug #550708
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)

Revision  ChangesPath
1.4  sys-devel/llvm/llvm-3.6.1.ebuild

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

Index: llvm-3.6.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.6.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- llvm-3.6.1.ebuild   31 May 2015 14:38:44 -  1.3
+++ llvm-3.6.1.ebuild   5 Jun 2015 14:48:25 -   1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.6.1.ebuild,v 1.3 
2015/05/31 14:38:44 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.6.1.ebuild,v 1.4 
2015/06/05 14:48:25 voyageur Exp $
 
 EAPI=5
 
@@ -243,6 +243,8 @@
append-cppflags $(pkg-config --cflags libffi)
fi
 
+   # Enable large file support, bug #550708
+   append-lfs-flags
# llvm prefers clang over gcc, so we may need to force that
tc-export CC CXX
 



1.244sys-devel/llvm/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v
retrieving revision 1.243
retrieving revision 1.244
diff -u -r1.243 -r1.244
--- ChangeLog   31 May 2015 14:38:44 -  1.243
+++ ChangeLog   5 Jun 2015 14:48:25 -   1.244
@@ -1,6 +1,10 @@
 # ChangeLog for sys-devel/llvm
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.243 2015/05/31 
14:38:44 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.244 2015/06/05 
14:48:25 voyageur Exp $
+
+  05 Jun 2015; Bernard Cafarelli voyag...@gentoo.org llvm-3.6.1.ebuild,
+  llvm-.ebuild:
+  Add large file support flags, thanks zmedico in bug #550708
 
   31 May 2015; Fabian Groffen grob...@gentoo.org llvm-3.4.2.ebuild,
   llvm-3.5.2.ebuild, llvm-3.6.1.ebuild, llvm-.ebuild:



1.110sys-devel/llvm/llvm-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-.ebuild?rev=1.110view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-.ebuild?rev=1.110content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-.ebuild?r1=1.109r2=1.110

Index: llvm-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-.ebuild,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -r1.109 -r1.110
--- llvm-.ebuild31 May 2015 14:38:44 -  1.109
+++ llvm-.ebuild5 Jun 2015 14:48:25 -   1.110
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-.ebuild,v 1.109 
2015/05/31 14:38:44 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-.ebuild,v 1.110 
2015/06/05 14:48:25 voyageur Exp $
 
 EAPI=5
 
@@ -235,6 +235,8 @@
append-cppflags $(pkg-config --cflags libffi)
fi
 
+   # Enable large file support, bug #550708
+   append-lfs-flags
# llvm prefers clang over gcc, so we may need to force that
tc-export CC CXX
 






[gentoo-commits] gentoo-x86 commit in net-ftp/filezilla: filezilla-3.11.0.2.ebuild ChangeLog

2015-06-03 Thread Bernard Cafarelli (voyageur)
voyageur15/06/03 11:39:34

  Modified: ChangeLog
  Added:filezilla-3.11.0.2.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)

Revision  ChangesPath
1.126net-ftp/filezilla/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/filezilla/ChangeLog?rev=1.126view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/filezilla/ChangeLog?rev=1.126content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/filezilla/ChangeLog?r1=1.125r2=1.126

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-ftp/filezilla/ChangeLog,v
retrieving revision 1.125
retrieving revision 1.126
diff -u -r1.125 -r1.126
--- ChangeLog   22 May 2015 15:45:33 -  1.125
+++ ChangeLog   3 Jun 2015 11:39:34 -   1.126
@@ -1,6 +1,12 @@
 # ChangeLog for net-ftp/filezilla
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/filezilla/ChangeLog,v 1.125 
2015/05/22 15:45:33 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/filezilla/ChangeLog,v 1.126 
2015/06/03 11:39:34 voyageur Exp $
+
+*filezilla-3.11.0.2 (03 Jun 2015)
+
+  03 Jun 2015; Bernard Cafarelli voyag...@gentoo.org
+  +filezilla-3.11.0.2.ebuild:
+  Version bump
 
 *filezilla-3.11.0.1 (22 May 2015)
 



1.1  net-ftp/filezilla/filezilla-3.11.0.2.ebuild

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

Index: filezilla-3.11.0.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-ftp/filezilla/filezilla-3.11.0.2.ebuild,v 1.1 
2015/06/03 11:39:34 voyageur Exp $

EAPI=5

WX_GTK_VER=3.0

inherit autotools eutils flag-o-matic multilib wxwidgets

MY_PV=${PV/_/-}
MY_P=FileZilla_${MY_PV}

DESCRIPTION=FTP client with lots of useful features and an intuitive interface
HOMEPAGE=http://filezilla-project.org/;
SRC_URI=mirror://sourceforge/${PN}/${MY_P}_src.tar.bz2

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~arm ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~ia64-linux 
~x86-linux ~x86-macos
IUSE=aqua dbus nls test

RDEPEND==app-eselect/eselect-wxwidgets-0.7-r1
=dev-db/sqlite-3.7
=dev-libs/tinyxml-2.6.1-r1[stl]
net-dns/libidn
=net-libs/gnutls-3.1.12
aqua? ( =x11-libs/wxGTK-3.0.2.0-r1:3.0[aqua] )
!aqua? ( =x11-libs/wxGTK-3.0.2.0-r1:3.0[X] x11-misc/xdg-utils )
dbus? ( sys-apps/dbus )
DEPEND=${RDEPEND}
virtual/pkgconfig
=sys-devel/libtool-1.4
nls? ( =sys-devel/gettext-0.11 )
test? ( dev-util/cppunit )

S=${WORKDIR}/${PN}-${MY_PV}

src_prepare() {
epatch ${FILESDIR}/${PN}-3.10.2-debug.patch
append-cppflags -DTIXML_USE_STL
eautoreconf
}

src_configure() {
econf $(use_with dbus) $(use_enable nls locales) \
--with-tinyxml=system \
--disable-autoupdatecheck
}

src_install() {
emake DESTDIR=${D} install

doicon src/interface/resources/48x48/${PN}.png

dodoc AUTHORS ChangeLog NEWS

if use aqua ; then
cat  ${T}/${PN} -EOF
#!${EPREFIX}/bin/bash
open ${EPREFIX}/Applications/FileZilla.app
EOF
rm ${ED}/usr/bin/${PN} || die
dobin ${T}/${PN}
insinto /Applications
doins -r ${S}/FileZilla.app
fi
}






[gentoo-commits] gentoo-x86 commit in net-misc/nxplayer: ChangeLog nxplayer-4.6.3.13.ebuild nxplayer-4.4.12.11.ebuild

2015-06-03 Thread Bernard Cafarelli (voyageur)
voyageur15/06/03 13:56:41

  Modified: ChangeLog
  Added:nxplayer-4.6.3.13.ebuild
  Removed:  nxplayer-4.4.12.11.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)

Revision  ChangesPath
1.3  net-misc/nxplayer/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/nxplayer/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   2 Apr 2015 22:51:07 -   1.2
+++ ChangeLog   3 Jun 2015 13:56:41 -   1.3
@@ -1,6 +1,12 @@
 # ChangeLog for net-misc/nxplayer
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/nxplayer/ChangeLog,v 1.2 
2015/04/02 22:51:07 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/nxplayer/ChangeLog,v 1.3 
2015/06/03 13:56:41 voyageur Exp $
+
+*nxplayer-4.6.3.13 (03 Jun 2015)
+
+  03 Jun 2015; Bernard Cafarelli voyag...@gentoo.org
+  -nxplayer-4.4.12.11.ebuild, +nxplayer-4.6.3.13.ebuild:
+  Version bump
 
 *nxplayer-4.5.0.1 (02 Apr 2015)
 



1.1  net-misc/nxplayer/nxplayer-4.6.3.13.ebuild

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

Index: nxplayer-4.6.3.13.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/nxplayer/nxplayer-4.6.3.13.ebuild,v 
1.1 2015/06/03 13:56:41 voyageur Exp $

EAPI=5
inherit eutils versionator

MY_P=nomachine-enterprise-client_$(get_version_component_range 
1-3)_$(get_version_component_range 4)

DESCRIPTION=Client for NoMachine remote servers
HOMEPAGE=http://www.nomachine.com;
SRC_URI=amd64? ( 
http://download.nomachine.com/download/$(get_version_component_range 
1-2)/Linux/${MY_P}_x86_64.tar.gz )
x86? ( 
http://download.nomachine.com/download/$(get_version_component_range 
1-2)/Linux/${MY_P}_i686.tar.gz )
LICENSE=nomachine
SLOT=0
KEYWORDS=-* ~amd64 ~x86
IUSE=
RESTRICT=strip

DEPEND=
RDEPEND=dev-libs/glib:2
dev-libs/openssl:0

S=${WORKDIR}/NX/etc/NX/player/packages

QA_PREBUILT=*

src_install()
{
local NXROOT=/opt/NX

#   dodir /etc/NX/localhost
#   echo 'PlayerRoot = '${NXROOT}''  ${D}/etc/NX/localhost/player.cfg

dodir /opt
tar xozf nxclient.tar.gz -C ${D}/opt
tar xozf nxplayer.tar.gz -C ${D}/opt

make_wrapper nxplayer ${NXROOT}/bin/nxplayer ${NXROOT} ${NXROOT}/lib 
/opt/bin
}






[gentoo-commits] gentoo-x86 commit in gnustep-apps/fisicalab: ChangeLog fisicalab-0.3.5.ebuild

2015-06-01 Thread Bernard Cafarelli (voyageur)
voyageur15/06/01 10:01:45

  Modified: ChangeLog
  Added:fisicalab-0.3.5.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)

Revision  ChangesPath
1.11 gnustep-apps/fisicalab/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/gnustep-apps/fisicalab/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   12 May 2014 13:19:00 -  1.10
+++ ChangeLog   1 Jun 2015 10:01:45 -   1.11
@@ -1,6 +1,11 @@
 # ChangeLog for gnustep-apps/fisicalab
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/fisicalab/ChangeLog,v 1.10 
2014/05/12 13:19:00 kensington Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/fisicalab/ChangeLog,v 1.11 
2015/06/01 10:01:45 voyageur Exp $
+
+*fisicalab-0.3.5 (01 Jun 2015)
+
+  01 Jun 2015; Bernard Cafarelli voyag...@gentoo.org +fisicalab-0.3.5.ebuild:
+  Version bump
 
   12 May 2014; Michael Palimaka kensing...@gentoo.org fisicalab-0.3.4.ebuild:
   Specify protocol in HOMEPAGE.



1.1  gnustep-apps/fisicalab/fisicalab-0.3.5.ebuild

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

Index: fisicalab-0.3.5.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/gnustep-apps/fisicalab/fisicalab-0.3.5.ebuild,v 1.1 
2015/06/01 10:01:45 voyageur Exp $

EAPI=5
inherit gnustep-2

DESCRIPTION=educational application to solve physics problems
HOMEPAGE=http://www.gnu.org/software/fisicalab;
SRC_URI=mirror://gnu/${PN}/${P}.tar.gz

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

DEPEND==sci-libs/gsl-1.10
=virtual/gnustep-back-0.16.0
RDEPEND=${DEPEND}






[gentoo-commits] gentoo-x86 commit in sys-devel/llvm: ChangeLog llvm-9999.ebuild

2015-05-29 Thread Bernard Cafarelli (voyageur)
voyageur15/05/29 09:24:43

  Modified: ChangeLog llvm-.ebuild
  Log:
  Revert accidental commit on live ebuild, should fix #550608 and #550682
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)

Revision  ChangesPath
1.241sys-devel/llvm/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v
retrieving revision 1.240
retrieving revision 1.241
diff -u -r1.240 -r1.241
--- ChangeLog   27 May 2015 11:58:56 -  1.240
+++ ChangeLog   29 May 2015 09:24:43 -  1.241
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/llvm
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.240 2015/05/27 
11:58:56 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.241 2015/05/29 
09:24:43 voyageur Exp $
+
+  29 May 2015; Bernard Cafarelli voyag...@gentoo.org llvm-.ebuild:
+  Revert accidental commit on live ebuild, should fix #550608 and #550682
 
 *llvm-3.6.1 (27 May 2015)
 



1.107sys-devel/llvm/llvm-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-.ebuild?rev=1.107view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-.ebuild?rev=1.107content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-.ebuild?r1=1.106r2=1.107

Index: llvm-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-.ebuild,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -r1.106 -r1.107
--- llvm-.ebuild27 May 2015 11:58:56 -  1.106
+++ llvm-.ebuild29 May 2015 09:24:43 -  1.107
@@ -1,12 +1,12 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-.ebuild,v 1.106 
2015/05/27 11:58:56 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-.ebuild,v 1.107 
2015/05/29 09:24:43 voyageur Exp $
 
 EAPI=5
 
 PYTHON_COMPAT=( python2_7 pypy )
 
-inherit eutils cmake-utils flag-o-matic git-r3 multibuild multilib \
+inherit eutils flag-o-matic git-r3 multibuild multilib \
multilib-minimal python-r1 toolchain-funcs pax-utils check-reqs
 
 DESCRIPTION=Low Level Virtual Machine
@@ -19,7 +19,8 @@
 SLOT=0/${PV}
 KEYWORDS=
 IUSE=clang debug doc gold libedit +libffi multitarget ncurses ocaml python
-   +static-analyzer test xml video_cards_radeon kernel_Darwin
+   +static-analyzer test xml video_cards_radeon
+   kernel_Darwin
 
 COMMON_DEPEND=
sys-libs/zlib:0=
@@ -43,6 +44,10 @@
=sys-devel/make-3.81
=sys-devel/flex-2.5.4
=sys-devel/bison-1.875d
+   || ( =sys-devel/gcc-3.0 =sys-devel/gcc-apple-4.2.1
+   ( =sys-freebsd/freebsd-lib-9.1-r10 sys-libs/libcxx )
+   )
+   || ( =sys-devel/binutils-2.18 =sys-devel/binutils-apple-5.1 )
clang? ( xml? ( virtual/pkgconfig ) )
libffi? ( virtual/pkgconfig )
!!dev-python/configparser-3.3.0.2
@@ -233,8 +238,7 @@
tc-export CC CXX
 
ECONF_SOURCE=${S} \
-   cmake-utils_src_configure
-   #econf ${conf_flags[@]}
+   econf ${conf_flags[@]}
 }
 
 set_makeargs() {
@@ -466,6 +470,7 @@
insinto /usr/share/vim/vimfiles/${dir}
doins ${dir}/*.vim
done
+   popd /dev/null || die
 
if use clang; then
pushd tools/clang /dev/null || die
@@ -506,5 +511,6 @@
python_doscript 
${S}/projects/compiler-rt/lib/asan/scripts/asan_symbolize.py
}
python_foreach_impl python_inst
+   popd /dev/null || die
fi
 }






[gentoo-commits] gentoo-x86 commit in media-gfx/geeqie/files: geeqie-1.0-automake-1.11.patch geeqie-1.0-copy_chown.patch geeqie-1.0-ui_pathsel.patch geeqie-1.0-filedata_compare.patch geeqie-1.0-up_pat

2015-05-29 Thread Bernard Cafarelli (voyageur)
voyageur15/05/29 15:41:51

  Removed:  geeqie-1.0-automake-1.11.patch
geeqie-1.0-copy_chown.patch
geeqie-1.0-ui_pathsel.patch
geeqie-1.0-filedata_compare.patch
geeqie-1.0-up_path_restore.patch
geeqie-1.0-fix_fullscreen.patch
geeqie-1.0-vflist-refresh.patch
geeqie-1.0-lfs_support.patch
geeqie-1.1-fix_comment_update.patch
  Log:
  Remove old versions, new homepage, host tarball on my devspace for now (bug 
#544850)
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)



[gentoo-commits] gentoo-x86 commit in media-gfx/geeqie: geeqie-1.2-r1.ebuild ChangeLog geeqie-1.1.ebuild geeqie-1.0-r4.ebuild

2015-05-29 Thread Bernard Cafarelli (voyageur)
voyageur15/05/29 15:41:50

  Modified: geeqie-1.2-r1.ebuild ChangeLog
  Removed:  geeqie-1.1.ebuild geeqie-1.0-r4.ebuild
  Log:
  Remove old versions, new homepage, host tarball on my devspace for now (bug 
#544850)
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)

Revision  ChangesPath
1.5  media-gfx/geeqie/geeqie-1.2-r1.ebuild

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

Index: geeqie-1.2-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-gfx/geeqie/geeqie-1.2-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- geeqie-1.2-r1.ebuild26 Jan 2015 10:43:21 -  1.4
+++ geeqie-1.2-r1.ebuild29 May 2015 15:41:50 -  1.5
@@ -1,13 +1,14 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/geeqie/geeqie-1.2-r1.ebuild,v 1.4 
2015/01/26 10:43:21 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/geeqie/geeqie-1.2-r1.ebuild,v 1.5 
2015/05/29 15:41:50 voyageur Exp $
 
 EAPI=5
 inherit autotools base eutils
 
 DESCRIPTION=A lightweight GTK image viewer forked from GQview
-HOMEPAGE=http://geeqie.sourceforge.net/;
-SRC_URI=https://gitorious.org/${PN}/${PN}/archive/v${PV}.tar.gz - 
${P}.tar.gz
+HOMEPAGE=http://www.geeqie.org;
+# Grab from tag snapshot: http://www.geeqie.org/cgi-bin/gitweb.cgi?p=geeqie.git
+SRC_URI=http://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz;
 
 LICENSE=GPL-2
 SLOT=0
@@ -20,7 +21,7 @@
jpeg? ( virtual/jpeg:0 )
lcms? ( media-libs/lcms:2 )
lirc? ( app-misc/lirc )
-   lua? ( =dev-lang/lua-5.1 )
+   lua? ( =dev-lang/lua-5.1:= )
xmp? ( =media-gfx/exiv2-0.17:=[xmp] )
!xmp? ( exif? ( =media-gfx/exiv2-0.17 ) )
tiff? ( media-libs/tiff:0 )



1.32 media-gfx/geeqie/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-gfx/geeqie/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog   26 Jan 2015 10:43:21 -  1.31
+++ ChangeLog   29 May 2015 15:41:50 -  1.32
@@ -1,6 +1,17 @@
 # ChangeLog for media-gfx/geeqie
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/geeqie/ChangeLog,v 1.31 
2015/01/26 10:43:21 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/geeqie/ChangeLog,v 1.32 
2015/05/29 15:41:50 voyageur Exp $
+
+  29 May 2015; Bernard Cafarelli voyag...@gentoo.org -geeqie-1.0-r4.ebuild,
+  -geeqie-1.1.ebuild, geeqie-1.2-r1.ebuild,
+  -files/geeqie-1.0-automake-1.11.patch, -files/geeqie-1.0-copy_chown.patch,
+  -files/geeqie-1.0-filedata_compare.patch,
+  -files/geeqie-1.0-fix_fullscreen.patch, -files/geeqie-1.0-lfs_support.patch,
+  -files/geeqie-1.0-ui_pathsel.patch, -files/geeqie-1.0-up_path_restore.patch,
+  -files/geeqie-1.0-vflist-refresh.patch,
+  -files/geeqie-1.1-fix_comment_update.patch:
+  Remove old versions, new homepage, host tarball on my devspace for now (bug
+  #544850)
 
   26 Jan 2015; Agostino Sarubbo a...@gentoo.org geeqie-1.2-r1.ebuild:
   Stable for x86, wrt bug #536862






[gentoo-commits] gentoo-x86 commit in sys-devel/clang: clang-3.6.1-r100.ebuild ChangeLog

2015-05-27 Thread Bernard Cafarelli (voyageur)
voyageur15/05/27 12:02:40

  Modified: ChangeLog
  Added:clang-3.6.1-r100.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)

Revision  ChangesPath
1.124sys-devel/clang/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/clang/ChangeLog,v
retrieving revision 1.123
retrieving revision 1.124
diff -u -r1.123 -r1.124
--- ChangeLog   8 Apr 2015 18:25:48 -   1.123
+++ ChangeLog   27 May 2015 12:02:40 -  1.124
@@ -1,6 +1,12 @@
 # ChangeLog for sys-devel/clang
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/ChangeLog,v 1.123 
2015/04/08 18:25:48 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/ChangeLog,v 1.124 
2015/05/27 12:02:40 voyageur Exp $
+
+*clang-3.6.1-r100 (27 May 2015)
+
+  27 May 2015; Bernard Cafarelli voyag...@gentoo.org
+  +clang-3.6.1-r100.ebuild:
+  Version bump
 
   08 Apr 2015; Michał Górny mgo...@gentoo.org clang-3.2.ebuild,
   clang-.ebuild:



1.1  sys-devel/clang/clang-3.6.1-r100.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/clang/clang-3.6.1-r100.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/clang/clang-3.6.1-r100.ebuild?rev=1.1content-type=text/plain

Index: clang-3.6.1-r100.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/clang-3.6.1-r100.ebuild,v 
1.1 2015/05/27 12:02:40 voyageur Exp $

EAPI=5

inherit multilib-build

DESCRIPTION=C language family frontend for LLVM (meta-ebuild)
HOMEPAGE=http://clang.llvm.org/;
SRC_URI=

LICENSE=UoI-NCSA
SLOT=0/3.6
KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos
IUSE=debug multitarget python +static-analyzer

RDEPEND=~sys-devel/llvm-${PV}[clang(-),debug=,multitarget?,python?,static-analyzer,${MULTILIB_USEDEP}]

# Please keep this package around since it's quite likely that we'll
# return to separate LLVM  clang ebuilds when the cmake build system
# is complete.

pkg_postinst() {
if has_version =dev-util/ccache-3.1.9-r2 ; then
#add ccache links as clang might get installed after ccache
${EROOT}/usr/bin/ccache-config --install-links
fi
}

pkg_postrm() {
if has_version =dev-util/ccache-3.1.9-r2  [[ -z 
${REPLACED_BY_VERSION} ]]; then
# --remove-links would remove all links, --install-links 
updates them
${EROOT}/usr/bin/ccache-config --install-links
fi
}






[gentoo-commits] gentoo-x86 commit in net-misc/x2goclient: ChangeLog x2goclient-4.0.4.0.ebuild

2015-05-27 Thread Bernard Cafarelli (voyageur)
voyageur15/05/27 12:48:09

  Modified: ChangeLog
  Added:x2goclient-4.0.4.0.ebuild
  Log:
  Version bump, only install icon for desktop file (and not all resources)
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)

Revision  ChangesPath
1.41 net-misc/x2goclient/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/x2goclient/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog   19 Apr 2015 09:58:21 -  1.40
+++ ChangeLog   27 May 2015 12:48:09 -  1.41
@@ -1,6 +1,12 @@
 # ChangeLog for net-misc/x2goclient
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/x2goclient/ChangeLog,v 1.40 
2015/04/19 09:58:21 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/x2goclient/ChangeLog,v 1.41 
2015/05/27 12:48:09 voyageur Exp $
+
+*x2goclient-4.0.4.0 (27 May 2015)
+
+  27 May 2015; Bernard Cafarelli voyag...@gentoo.org
+  +x2goclient-4.0.4.0.ebuild:
+  Version bump, only install icon for desktop file (and not all resources)
 
   19 Apr 2015; Agostino Sarubbo a...@gentoo.org x2goclient-4.0.3.2.ebuild:
   Stable for x86, wrt bug #546624



1.1  net-misc/x2goclient/x2goclient-4.0.4.0.ebuild

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

Index: x2goclient-4.0.4.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-misc/x2goclient/x2goclient-4.0.4.0.ebuild,v 1.1 
2015/05/27 12:48:09 voyageur Exp $

EAPI=5
inherit eutils nsplugins qt4-r2

DESCRIPTION=The X2Go Qt client
HOMEPAGE=http://www.x2go.org;
SRC_URI=http://code.x2go.org/releases/source/${PN}/${P}.tar.gz;

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=ldap nsplugin

DEPEND==net-libs/libssh-0.6.0_rc1
net-print/cups
dev-qt/qtcore:4[ssl]
dev-qt/qtgui:4
dev-qt/qtsvg:4
x11-libs/libXpm
ldap? ( net-nds/openldap )
RDEPEND=${DEPEND}
net-misc/nx

CLIENT_BUILD=${WORKDIR}/${P}.client_build
PLUGIN_BUILD=${WORKDIR}/${P}.plugin_build

src_prepare() {
if ! use ldap; then
sed -e s/-lldap// -i x2goclient.pro || die
sed -e s/#define USELDAP// -i src/x2goclientconfig.h || die
fi

mkdir -p ${CLIENT_BUILD}
use nsplugin  mkdir -p ${PLUGIN_BUILD}
}

src_configure() {
cd ${CLIENT_BUILD}
eqmake4 ${S}/x2goclient.pro

if use nsplugin;
then
cd ${PLUGIN_BUILD}
X2GO_CLIENT_TARGET=plugin eqmake4 ${S}/x2goclient.pro
fi
}

src_compile() {
cd ${CLIENT_BUILD}
qt4-r2_src_compile

if use nsplugin;
then
cd ${PLUGIN_BUILD}
qt4-r2_src_compile
fi
}

src_install() {
dobin ${CLIENT_BUILD}/${PN}

insinto /usr/share/pixmaps/x2goclient
doins res/img/icons/${PN}.xpm

domenu desktop/${PN}.desktop
doman man/man?/*

if use nsplugin;
then
# PLUGINS_DIR comes from nsplugins.eclass
exeinto /usr/$(get_libdir)/${PLUGINS_DIR}
doexe ${PLUGIN_BUILD}/libx2goplugin.so
fi

emake DESTDIR=${D} PREFIX=/usr install_pluginprovider
}






[gentoo-commits] gentoo-x86 commit in sys-devel/llvm: llvm-3.6.1.ebuild ChangeLog llvm-9999.ebuild

2015-05-27 Thread Bernard Cafarelli (voyageur)
voyageur15/05/27 11:58:57

  Modified: ChangeLog llvm-.ebuild
  Added:llvm-3.6.1.ebuild
  Log:
  Version bump, mostly MIPS and R600 bug fixes
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)

Revision  ChangesPath
1.240sys-devel/llvm/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v
retrieving revision 1.239
retrieving revision 1.240
diff -u -r1.239 -r1.240
--- ChangeLog   4 May 2015 16:01:35 -   1.239
+++ ChangeLog   27 May 2015 11:58:56 -  1.240
@@ -1,6 +1,12 @@
 # ChangeLog for sys-devel/llvm
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.239 2015/05/04 
16:01:35 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.240 2015/05/27 
11:58:56 voyageur Exp $
+
+*llvm-3.6.1 (27 May 2015)
+
+  27 May 2015; Bernard Cafarelli voyag...@gentoo.org +llvm-3.6.1.ebuild,
+  llvm-.ebuild:
+  Version bump, mostly MIPS and R600 bug fixes
 
   04 May 2015; Bernard Cafarelli voyag...@gentoo.org llvm-.ebuild:
   Fix vim files installation, thanks Tobias Jakobi. Note this does not fix



1.106sys-devel/llvm/llvm-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-.ebuild?rev=1.106view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-.ebuild?rev=1.106content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-.ebuild?r1=1.105r2=1.106

Index: llvm-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-.ebuild,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -r1.105 -r1.106
--- llvm-.ebuild4 May 2015 16:01:35 -   1.105
+++ llvm-.ebuild27 May 2015 11:58:56 -  1.106
@@ -1,12 +1,12 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-.ebuild,v 1.105 
2015/05/04 16:01:35 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-.ebuild,v 1.106 
2015/05/27 11:58:56 voyageur Exp $
 
 EAPI=5
 
 PYTHON_COMPAT=( python2_7 pypy )
 
-inherit eutils flag-o-matic git-r3 multibuild multilib \
+inherit eutils cmake-utils flag-o-matic git-r3 multibuild multilib \
multilib-minimal python-r1 toolchain-funcs pax-utils check-reqs
 
 DESCRIPTION=Low Level Virtual Machine
@@ -19,8 +19,7 @@
 SLOT=0/${PV}
 KEYWORDS=
 IUSE=clang debug doc gold libedit +libffi multitarget ncurses ocaml python
-   +static-analyzer test xml video_cards_radeon
-   kernel_Darwin
+   +static-analyzer test xml video_cards_radeon kernel_Darwin
 
 COMMON_DEPEND=
sys-libs/zlib:0=
@@ -44,10 +43,6 @@
=sys-devel/make-3.81
=sys-devel/flex-2.5.4
=sys-devel/bison-1.875d
-   || ( =sys-devel/gcc-3.0 =sys-devel/gcc-apple-4.2.1
-   ( =sys-freebsd/freebsd-lib-9.1-r10 sys-libs/libcxx )
-   )
-   || ( =sys-devel/binutils-2.18 =sys-devel/binutils-apple-5.1 )
clang? ( xml? ( virtual/pkgconfig ) )
libffi? ( virtual/pkgconfig )
!!dev-python/configparser-3.3.0.2
@@ -238,7 +233,8 @@
tc-export CC CXX
 
ECONF_SOURCE=${S} \
-   econf ${conf_flags[@]}
+   cmake-utils_src_configure
+   #econf ${conf_flags[@]}
 }
 
 set_makeargs() {



1.1  sys-devel/llvm/llvm-3.6.1.ebuild

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

Index: llvm-3.6.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.6.1.ebuild,v 1.1 
2015/05/27 11:58:56 voyageur Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 pypy )

inherit eutils flag-o-matic multibuild multilib \
multilib-minimal python-r1 toolchain-funcs pax-utils check-reqs prefix

DESCRIPTION=Low Level Virtual Machine
HOMEPAGE=http://llvm.org/;
SRC_URI=http://llvm.org/releases/${PV}/${P}.src.tar.xz
clang? ( http://llvm.org/releases/${PV}/compiler-rt-${PV}.src.tar.xz

[gentoo-commits] gentoo-x86 commit in gnustep-apps/gorm: ChangeLog gorm-1.2.22.ebuild

2015-05-22 Thread Bernard Cafarelli (voyageur)
voyageur15/05/22 13:15:40

  Modified: ChangeLog
  Added:gorm-1.2.22.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)

Revision  ChangesPath
1.50 gnustep-apps/gorm/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/gnustep-apps/gorm/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog   25 Jun 2013 18:42:54 -  1.49
+++ ChangeLog   22 May 2015 13:15:40 -  1.50
@@ -1,6 +1,11 @@
 # ChangeLog for gnustep-apps/gorm
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gorm/ChangeLog,v 1.49 
2013/06/25 18:42:54 ago Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gorm/ChangeLog,v 1.50 
2015/05/22 13:15:40 voyageur Exp $
+
+*gorm-1.2.22 (22 May 2015)
+
+  22 May 2015; Bernard Cafarelli voyag...@gentoo.org +gorm-1.2.22.ebuild:
+  Version bump
 
   25 Jun 2013; Agostino Sarubbo a...@gentoo.org gorm-1.2.20.ebuild:
   Stable for amd64, wrt bug #474218



1.1  gnustep-apps/gorm/gorm-1.2.22.ebuild

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

Index: gorm-1.2.22.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gorm/gorm-1.2.22.ebuild,v 1.1 
2015/05/22 13:15:40 voyageur Exp $

EAPI=5
inherit gnustep-2

DESCRIPTION=A clone of the NeXTstep Interface Builder application for GNUstep
HOMEPAGE=http://www.gnustep.org/experience/Gorm.html;
SRC_URI=ftp://ftp.gnustep.org/pub/gnustep/dev-apps/${P}.tar.gz;

KEYWORDS=~amd64 ~x86 ~x86-fbsd
LICENSE=GPL-2
SLOT=0
IUSE=

DEPEND==gnustep-base/gnustep-gui-0.22.0
RDEPEND=${DEPEND}

src_prepare() {
sed -i -e /DOCUMENT_NAME =.*/a \Gorm_DOC_INSTALL_DIR=Developer/Gorm \
-e /DOCUMENT_TEXT_NAME =.*/a 
\ANNOUNCE_DOC_INSTALL_DIR=Developer/Gorm/ReleaseNotes \
-e /DOCUMENT_TEXT_NAME =.*/a 
\README_DOC_INSTALL_DIR=Developer/Gorm/ReleaseNotes \
-e /DOCUMENT_TEXT_NAME =.*/a 
\NEWS_DOC_INSTALL_DIR=Developer/Gorm/ReleaseNotes \
-e /DOCUMENT_TEXT_NAME =.*/a 
\INSTALL_DOC_INSTALL_DIR=Developer/Gorm/ReleaseNotes \
Documentation/GNUmakefile
}






[gentoo-commits] gentoo-x86 commit in net-ftp/filezilla: ChangeLog filezilla-3.11.0.1.ebuild

2015-05-22 Thread Bernard Cafarelli (voyageur)
voyageur15/05/22 15:45:33

  Modified: ChangeLog
  Added:filezilla-3.11.0.1.ebuild
  Log:
  Version bump, rejects Diffie-Hellman Groups smaller than 1024 bits when using 
FTP over TLS (Logjam vulnerability)
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)

Revision  ChangesPath
1.125net-ftp/filezilla/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-ftp/filezilla/ChangeLog,v
retrieving revision 1.124
retrieving revision 1.125
diff -u -r1.124 -r1.125
--- ChangeLog   20 May 2015 13:27:34 -  1.124
+++ ChangeLog   22 May 2015 15:45:33 -  1.125
@@ -1,6 +1,13 @@
 # ChangeLog for net-ftp/filezilla
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/filezilla/ChangeLog,v 1.124 
2015/05/20 13:27:34 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/filezilla/ChangeLog,v 1.125 
2015/05/22 15:45:33 voyageur Exp $
+
+*filezilla-3.11.0.1 (22 May 2015)
+
+  22 May 2015; Bernard Cafarelli voyag...@gentoo.org
+  +filezilla-3.11.0.1.ebuild:
+  Version bump, rejects Diffie-Hellman Groups smaller than 1024 bits when using
+  FTP over TLS (Logjam vulnerability)
 
 *filezilla-3.11.0 (20 May 2015)
 



1.1  net-ftp/filezilla/filezilla-3.11.0.1.ebuild

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

Index: filezilla-3.11.0.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-ftp/filezilla/filezilla-3.11.0.1.ebuild,v 1.1 
2015/05/22 15:45:33 voyageur Exp $

EAPI=5

WX_GTK_VER=3.0

inherit autotools eutils flag-o-matic multilib wxwidgets

MY_PV=${PV/_/-}
MY_P=FileZilla_${MY_PV}

DESCRIPTION=FTP client with lots of useful features and an intuitive interface
HOMEPAGE=http://filezilla-project.org/;
SRC_URI=mirror://sourceforge/${PN}/${MY_P}_src.tar.bz2

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~arm ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~ia64-linux 
~x86-linux ~x86-macos
IUSE=aqua dbus nls test

RDEPEND==app-eselect/eselect-wxwidgets-0.7-r1
=dev-db/sqlite-3.7
=dev-libs/tinyxml-2.6.1-r1[stl]
net-dns/libidn
=net-libs/gnutls-3.1.12
aqua? ( =x11-libs/wxGTK-3.0.2.0-r1:3.0[aqua] )
!aqua? ( =x11-libs/wxGTK-3.0.2.0-r1:3.0[X] x11-misc/xdg-utils )
dbus? ( sys-apps/dbus )
DEPEND=${RDEPEND}
virtual/pkgconfig
=sys-devel/libtool-1.4
nls? ( =sys-devel/gettext-0.11 )
test? ( dev-util/cppunit )

S=${WORKDIR}/${PN}-${MY_PV}

src_prepare() {
epatch ${FILESDIR}/${PN}-3.10.2-debug.patch
append-cppflags -DTIXML_USE_STL
eautoreconf
}

src_configure() {
econf $(use_with dbus) $(use_enable nls locales) \
--with-tinyxml=system \
--disable-autoupdatecheck
}

src_install() {
emake DESTDIR=${D} install

doicon src/interface/resources/48x48/${PN}.png

dodoc AUTHORS ChangeLog NEWS

if use aqua ; then
cat  ${T}/${PN} -EOF
#!${EPREFIX}/bin/bash
open ${EPREFIX}/Applications/FileZilla.app
EOF
rm ${ED}/usr/bin/${PN} || die
dobin ${T}/${PN}
insinto /Applications
doins -r ${S}/FileZilla.app
fi
}






[gentoo-commits] gentoo-x86 commit in gnustep-base/libobjc2/files: - New directory

2015-05-20 Thread Bernard Cafarelli (voyageur)
voyageur15/05/20 11:22:37

  Log:
  Directory /var/cvsroot/gentoo-x86/gnustep-base/libobjc2/files added to the 
repository



[gentoo-commits] gentoo-x86 commit in gnustep-base/libobjc2/files: libobjc2-1.7-fix_soname.patch

2015-05-20 Thread Bernard Cafarelli (voyageur)
voyageur15/05/20 11:27:34

  Added:libobjc2-1.7-fix_soname.patch
  Log:
  Fix SONAME, thanks adr in bug #465668
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)

Revision  ChangesPath
1.1  gnustep-base/libobjc2/files/libobjc2-1.7-fix_soname.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-base/libobjc2/files/libobjc2-1.7-fix_soname.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-base/libobjc2/files/libobjc2-1.7-fix_soname.patch?rev=1.1content-type=text/plain

Index: libobjc2-1.7-fix_soname.patch
===
diff -Naur libobjc2-1.7.orig/CMakeLists.txt libobjc2-1.7/CMakeLists.txt
--- libobjc2-1.7.orig/CMakeLists.txt2013-06-27 13:30:41.0 +0200
+++ libobjc2-1.7/CMakeLists.txt 2015-05-20 13:20:55.214244088 +0200
@@ -8,7 +8,8 @@
 set(CMAKE_C_FLAGS_RELEASE -O3 ${CMAKE_C_FLAGS_RELEASE})
 set(CMAKE_C_FLAGS -std=gnu99 ${CMAKE_C_FLAGS})
 
-set(libobjc_VERSION 4.6)
+set(libobjc_SOVERSION 4)
+set(libobjc_VERSION 4.6.0)
 
 set(CMAKE_C_FLAGS ${CMAKE_C_FLAGS} -fexceptions)
 # Build configuration
@@ -204,7 +205,8 @@
add_library(objcxx SHARED ${libobjcxx_CXX_SRCS})
set_target_properties(objcxx PROPERTIES
LINKER_LANGUAGE C
-   SOVERSION ${libobjc_VERSION}
+SOVERSION ${libobjc_SOVERSION}
+VERSION ${libobjc_VERSION}
)
target_link_libraries(objcxx ${CXX_RUNTIME})
set(CXX_RUNTIME )
@@ -220,7 +222,8 @@
add_library(objcxx SHARED ${libobjcxx_CXX_SRCS})
set_target_properties(objcxx PROPERTIES
LINKER_LANGUAGE C
-   SOVERSION ${libobjc_VERSION}
+ SOVERSION ${libobjc_SOVERSION}
+ VERSION ${libobjc_VERSION}
)
set(CXX_RUNTIME )
list(APPEND INSTALL_TARGETS objcxx)
@@ -241,7 +244,8 @@
 
 set_target_properties(objc PROPERTIES
LINKER_LANGUAGE C
-   SOVERSION ${libobjc_VERSION}
+   SOVERSION ${libobjc_SOVERSION}
+   VERSION ${libobjc_VERSION}
OUTPUT_NAME ${LIBOBJC_NAME}
LINK_FLAGS ${objc_LINK_FLAGS}
)
@@ -349,3 +353,14 @@
add_subdirectory(Test)
 endif (TESTS)
 
+
+MESSAGE(STATUS  Gentoo configuration 
+Build type  ${CMAKE_BUILD_TYPE}
+Install path${CMAKE_INSTALL_PREFIX}
+Compiler flags:
+C   ${CMAKE_C_FLAGS}
+C++ ${CMAKE_CXX_FLAGS}
+Linker flags:
+Executable  ${CMAKE_EXE_LINKER_FLAGS}
+Module  ${CMAKE_MODULE_LINKER_FLAGS}
+Shared  ${CMAKE_SHARED_LINKER_FLAGS}\n)






[gentoo-commits] gentoo-x86 commit in gnustep-base/libobjc2: ChangeLog libobjc2-1.7-r1.ebuild libobjc2-1.6.ebuild

2015-05-20 Thread Bernard Cafarelli (voyageur)
voyageur15/05/20 11:27:34

  Modified: ChangeLog
  Added:libobjc2-1.7-r1.ebuild
  Removed:  libobjc2-1.6.ebuild
  Log:
  Fix SONAME, thanks adr in bug #465668
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)

Revision  ChangesPath
1.14 gnustep-base/libobjc2/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-base/libobjc2/ChangeLog?rev=1.14view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-base/libobjc2/ChangeLog?rev=1.14content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-base/libobjc2/ChangeLog?r1=1.13r2=1.14

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/gnustep-base/libobjc2/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog   27 Sep 2013 20:09:55 -  1.13
+++ ChangeLog   20 May 2015 11:27:34 -  1.14
@@ -1,6 +1,12 @@
 # ChangeLog for gnustep-base/libobjc2
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnustep-base/libobjc2/ChangeLog,v 1.13 
2013/09/27 20:09:55 voyageur Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/gnustep-base/libobjc2/ChangeLog,v 1.14 
2015/05/20 11:27:34 voyageur Exp $
+
+*libobjc2-1.7-r1 (20 May 2015)
+
+  20 May 2015; Bernard Cafarelli voyag...@gentoo.org -libobjc2-1.6.ebuild,
+  +libobjc2-1.7-r1.ebuild, +files/libobjc2-1.7-fix_soname.patch:
+  Fix SONAME, thanks adr in bug #465668
 
   27 Sep 2013; Bernard Cafarelli voyag...@gentoo.org libobjc2-1.7.ebuild,
   metadata.xml:



1.1  gnustep-base/libobjc2/libobjc2-1.7-r1.ebuild

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

Index: libobjc2-1.7-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/gnustep-base/libobjc2/libobjc2-1.7-r1.ebuild,v 1.1 
2015/05/20 11:27:34 voyageur Exp $

EAPI=5
inherit cmake-utils eutils

DESCRIPTION=GNUstep Objective-C runtime
HOMEPAGE=http://www.gnustep.org;
SRC_URI=http://download.gna.org/gnustep/${P}.tar.bz2;

LICENSE=MIT
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=boehm-gc cxx test

RDEPEND=boehm-gc? ( dev-libs/boehm-gc )
cxx? ( sys-libs/libcxx )
DEPEND=${DEPEND}
=sys-devel/clang-2.9

src_prepare() {
epatch ${FILESDIR}/${P}-fix_soname.patch

if ! use cxx;
then
sed -e 's/addtest_flags(CXXExceptions.*//' \
-i Test/CMakeLists.txt || die test sed failed
fi
}

src_configure() {
export CC=clang
export CXX=clang++

export PREFIX=/usr
local mycmakeargs=(
-DGNUSTEP_CONFIG=GNUSTEP_CONFIG-NOTFOUND
$(cmake-utils_use boehm-gc BOEHM_GC)
$(cmake-utils_use_enable cxx OBJCXX)
$(cmake-utils_use test TESTS)
)
cmake-utils_src_configure
}






[gentoo-commits] gentoo-x86 commit in net-ftp/filezilla: ChangeLog filezilla-3.11.0.ebuild

2015-05-20 Thread Bernard Cafarelli (voyageur)
voyageur15/05/20 13:27:34

  Modified: ChangeLog
  Added:filezilla-3.11.0.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)

Revision  ChangesPath
1.124net-ftp/filezilla/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/filezilla/ChangeLog?rev=1.124view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/filezilla/ChangeLog?rev=1.124content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/filezilla/ChangeLog?r1=1.123r2=1.124

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-ftp/filezilla/ChangeLog,v
retrieving revision 1.123
retrieving revision 1.124
diff -u -r1.123 -r1.124
--- ChangeLog   31 Mar 2015 20:01:26 -  1.123
+++ ChangeLog   20 May 2015 13:27:34 -  1.124
@@ -1,6 +1,12 @@
 # ChangeLog for net-ftp/filezilla
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/filezilla/ChangeLog,v 1.123 
2015/03/31 20:01:26 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/filezilla/ChangeLog,v 1.124 
2015/05/20 13:27:34 voyageur Exp $
+
+*filezilla-3.11.0 (20 May 2015)
+
+  20 May 2015; Bernard Cafarelli voyag...@gentoo.org
+  +filezilla-3.11.0.ebuild:
+  Version bump
 
   31 Mar 2015; Ulrich Müller u...@gentoo.org filezilla-3.7.3.ebuild,
   filezilla-3.8.1.ebuild, filezilla-3.9.0.5.ebuild, filezilla-3.9.0.6.ebuild,



1.1  net-ftp/filezilla/filezilla-3.11.0.ebuild

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

Index: filezilla-3.11.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-ftp/filezilla/filezilla-3.11.0.ebuild,v 
1.1 2015/05/20 13:27:34 voyageur Exp $

EAPI=5

WX_GTK_VER=3.0

inherit autotools eutils flag-o-matic multilib wxwidgets

MY_PV=${PV/_/-}
MY_P=FileZilla_${MY_PV}

DESCRIPTION=FTP client with lots of useful features and an intuitive interface
HOMEPAGE=http://filezilla-project.org/;
SRC_URI=mirror://sourceforge/${PN}/${MY_P}_src.tar.bz2

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~arm ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~ia64-linux 
~x86-linux ~x86-macos
IUSE=aqua dbus nls test

RDEPEND==app-eselect/eselect-wxwidgets-0.7-r1
=dev-db/sqlite-3.7
=dev-libs/tinyxml-2.6.1-r1[stl]
net-dns/libidn
=net-libs/gnutls-3.1.12
aqua? ( =x11-libs/wxGTK-3.0.2.0-r1:3.0[aqua] )
!aqua? ( =x11-libs/wxGTK-3.0.2.0-r1:3.0[X] x11-misc/xdg-utils )
dbus? ( sys-apps/dbus )
DEPEND=${RDEPEND}
virtual/pkgconfig
=sys-devel/libtool-1.4
nls? ( =sys-devel/gettext-0.11 )
test? ( dev-util/cppunit )

S=${WORKDIR}/${PN}-${MY_PV}

src_prepare() {
epatch ${FILESDIR}/${PN}-3.10.2-debug.patch
append-cppflags -DTIXML_USE_STL
eautoreconf
}

src_configure() {
econf $(use_with dbus) $(use_enable nls locales) \
--with-tinyxml=system \
--disable-autoupdatecheck
}

src_install() {
emake DESTDIR=${D} install

doicon src/interface/resources/48x48/${PN}.png

dodoc AUTHORS ChangeLog NEWS

if use aqua ; then
cat  ${T}/${PN} -EOF
#!${EPREFIX}/bin/bash
open ${EPREFIX}/Applications/FileZilla.app
EOF
rm ${ED}/usr/bin/${PN} || die
dobin ${T}/${PN}
insinto /Applications
doins -r ${S}/FileZilla.app
fi
}






[gentoo-commits] gentoo-x86 commit in gnustep-base/gnustep-back-xlib: ChangeLog gnustep-back-xlib-0.24.1.ebuild

2015-05-18 Thread Bernard Cafarelli (voyageur)
voyageur15/05/18 14:57:53

  Modified: ChangeLog
  Added:gnustep-back-xlib-0.24.1.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)

Revision  ChangesPath
1.74 gnustep-base/gnustep-back-xlib/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-base/gnustep-back-xlib/ChangeLog?rev=1.74view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-base/gnustep-back-xlib/ChangeLog?rev=1.74content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-base/gnustep-back-xlib/ChangeLog?r1=1.73r2=1.74

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-back-xlib/ChangeLog,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- ChangeLog   27 Dec 2014 19:28:10 -  1.73
+++ ChangeLog   18 May 2015 14:57:53 -  1.74
@@ -1,6 +1,12 @@
 # ChangeLog for gnustep-base/gnustep-back-xlib
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-back-xlib/ChangeLog,v 
1.73 2014/12/27 19:28:10 ago Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-back-xlib/ChangeLog,v 
1.74 2015/05/18 14:57:53 voyageur Exp $
+
+*gnustep-back-xlib-0.24.1 (18 May 2015)
+
+  18 May 2015; Bernard Cafarelli voyag...@gentoo.org
+  +gnustep-back-xlib-0.24.1.ebuild:
+  Version bump
 
   27 Dec 2014; Agostino Sarubbo a...@gentoo.org
   gnustep-back-xlib-0.24.0.ebuild:



1.1  
gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.24.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.24.1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.24.1.ebuild?rev=1.1content-type=text/plain

Index: gnustep-back-xlib-0.24.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.24.1.ebuild,v
 1.1 2015/05/18 14:57:53 voyageur Exp $

EAPI=5
inherit gnustep-base

DESCRIPTION=Default X11 back-end component for the GNUstep GUI Library
HOMEPAGE=http://www.gnustep.org;
SRC_URI=ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-back-${PV}.tar.gz;

LICENSE=LGPL-2.1
SLOT=0
KEYWORDS=~amd64 ~ppc ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux 
~x86-solaris
IUSE=opengl xim

RDEPEND=${GNUSTEP_CORE_DEPEND}
=gnustep-base/gnustep-gui-${PV%.*}*
opengl? ( virtual/opengl virtual/glu )
x11-libs/libICE
x11-libs/libSM
x11-libs/libX11
x11-libs/libXext
x11-libs/libXi
x11-libs/libXmu
x11-libs/libXt
x11-libs/libXft
x11-libs/libXrender
=media-libs/freetype-2.1.9

!gnustep-base/gnustep-back-art
!gnustep-base/gnustep-back-cairo
DEPEND=${RDEPEND}

S=${WORKDIR}/gnustep-back-${PV}

src_configure() {
egnustep_env

myconf=$(use_enable opengl glx)
myconf=$myconf $(use_enable xim)
myconf=$myconf --enable-server=x11
myconf=$myconf --enable-graphics=xlib

econf $myconf
}






[gentoo-commits] gentoo-x86 commit in gnustep-base/gnustep-back-art: ChangeLog gnustep-back-art-0.24.1.ebuild

2015-05-18 Thread Bernard Cafarelli (voyageur)
voyageur15/05/18 14:58:15

  Modified: ChangeLog
  Added:gnustep-back-art-0.24.1.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)

Revision  ChangesPath
1.94 gnustep-base/gnustep-back-art/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-base/gnustep-back-art/ChangeLog?rev=1.94view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-base/gnustep-back-art/ChangeLog?rev=1.94content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-base/gnustep-back-art/ChangeLog?r1=1.93r2=1.94

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-back-art/ChangeLog,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -r1.93 -r1.94
--- ChangeLog   27 Dec 2014 19:28:02 -  1.93
+++ ChangeLog   18 May 2015 14:58:15 -  1.94
@@ -1,6 +1,12 @@
 # ChangeLog for gnustep-base/gnustep-back-art
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-back-art/ChangeLog,v 
1.93 2014/12/27 19:28:02 ago Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-back-art/ChangeLog,v 
1.94 2015/05/18 14:58:15 voyageur Exp $
+
+*gnustep-back-art-0.24.1 (18 May 2015)
+
+  18 May 2015; Bernard Cafarelli voyag...@gentoo.org
+  +gnustep-back-art-0.24.1.ebuild:
+  Version bump
 
   27 Dec 2014; Agostino Sarubbo a...@gentoo.org 
gnustep-back-art-0.24.0.ebuild:
   Stable for amd64, wrt bug #508626



1.1  
gnustep-base/gnustep-back-art/gnustep-back-art-0.24.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-base/gnustep-back-art/gnustep-back-art-0.24.1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-base/gnustep-back-art/gnustep-back-art-0.24.1.ebuild?rev=1.1content-type=text/plain

Index: gnustep-back-art-0.24.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/gnustep-base/gnustep-back-art/gnustep-back-art-0.24.1.ebuild,v
 1.1 2015/05/18 14:58:15 voyageur Exp $

EAPI=5
inherit gnustep-base

DESCRIPTION=libart_lgpl back-end component for the GNUstep GUI Library
HOMEPAGE=http://www.gnustep.org;
SRC_URI=ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-back-${PV}.tar.gz;

LICENSE=LGPL-2.1
SLOT=0
KEYWORDS=~alpha ~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris
IUSE=opengl xim

RDEPEND=${GNUSTEP_CORE_DEPEND}
=gnustep-base/gnustep-gui-${PV%.*}*
opengl? ( virtual/opengl virtual/glu )
x11-libs/libICE
x11-libs/libSM
x11-libs/libX11
x11-libs/libXext
x11-libs/libXi
x11-libs/libXmu
x11-libs/libXt
x11-libs/libXft
x11-libs/libXrender
=media-libs/freetype-2.1.9

=media-libs/libart_lgpl-2.3
=gnustep-base/mknfonts-0.5-r1
media-fonts/dejavu

!gnustep-base/gnustep-back-cairo
!gnustep-base/gnustep-back-xlib
DEPEND=${RDEPEND}

S=${WORKDIR}/gnustep-back-${PV}

src_configure() {
egnustep_env

myconf=$(use_enable opengl glx)
myconf=$myconf $(use_enable xim)
myconf=$myconf --enable-server=x11
myconf=$myconf --enable-graphics=art

econf $myconf
}

src_compile() {
gnustep-base_src_compile

# Create font lists for DejaVu
einfo Generating nfonts support files
(
cd Fonts
export ${GS_ENV[@]}
${GNUSTEP_SYSTEM_TOOLS}/mknfonts \
$(fc-list : file|grep -v '\.gz'|cut -d: -f1) \
|| die nfonts support files creation failed
# Trim whitepsaces
for fdir in *\ */; do
mv $fdir `echo $fdir | tr -d [:space:]`
done
)
}

src_install() {
gnustep-base_src_install

mkdir -p ${D}/${GNUSTEP_SYSTEM_LIBRARY}/Fonts
cp -pPR Fonts/*.nfont ${D}/${GNUSTEP_SYSTEM_LIBRARY}/Fonts
}

gnustep_config_script() {
echo echo ' * setting normal font to DejaVuSans'
echo defaults write NSGlobalDomain NSFont DejaVuSans
echo echo ' * setting bold font to DejaVuSans-Bold'
echo defaults write NSGlobalDomain NSBoldFont DejaVuSans-Bold
echo echo ' * setting fixed font to DejaVuSansMono'
echo defaults write NSGlobalDomain NSUserFixedPitchFont DejaVuSansMono
}






[gentoo-commits] gentoo-x86 commit in gnustep-base/gnustep-gui: ChangeLog gnustep-gui-0.24.1.ebuild

2015-05-18 Thread Bernard Cafarelli (voyageur)
voyageur15/05/18 14:57:02

  Modified: ChangeLog
  Added:gnustep-gui-0.24.1.ebuild
  Log:
  Version bump, add icu USE-flag in sync with gnustep-base
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)

Revision  ChangesPath
1.107gnustep-base/gnustep-gui/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-gui/ChangeLog,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -r1.106 -r1.107
--- ChangeLog   21 Apr 2015 19:12:12 -  1.106
+++ ChangeLog   18 May 2015 14:57:02 -  1.107
@@ -1,6 +1,12 @@
 # ChangeLog for gnustep-base/gnustep-gui
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-gui/ChangeLog,v 1.106 
2015/04/21 19:12:12 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-gui/ChangeLog,v 1.107 
2015/05/18 14:57:02 voyageur Exp $
+
+*gnustep-gui-0.24.1 (18 May 2015)
+
+  18 May 2015; Bernard Cafarelli voyag...@gentoo.org
+  +gnustep-gui-0.24.1.ebuild:
+  Version bump, add icu USE-flag in sync with gnustep-base
 
   21 Apr 2015; Pacho Ramos pa...@gentoo.org gnustep-gui-0.24.0.ebuild:
   ppc stable wrt bug #508626



1.1  gnustep-base/gnustep-gui/gnustep-gui-0.24.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-base/gnustep-gui/gnustep-gui-0.24.1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-base/gnustep-gui/gnustep-gui-0.24.1.ebuild?rev=1.1content-type=text/plain

Index: gnustep-gui-0.24.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/gnustep-base/gnustep-gui/gnustep-gui-0.24.1.ebuild,v 
1.1 2015/05/18 14:57:02 voyageur Exp $

EAPI=5
inherit gnustep-base multilib

DESCRIPTION=Library of GUI classes written in Obj-C
HOMEPAGE=http://www.gnustep.org/;
SRC_URI=ftp://ftp.gnustep.org/pub/gnustep/core/${P}.tar.gz;

LICENSE=LGPL-2.1
SLOT=0
KEYWORDS=~alpha ~amd64 ~ppc ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux 
~x86-solaris
IUSE=cups gif icu jpeg png speech

DEPEND=${GNUSTEP_CORE_DEPEND}
app-text/aspell
=gnustep-base/gnustep-base-1.24.6[icu?]
media-libs/audiofile
=media-libs/tiff-3:=
x11-libs/libXt
cups? ( =net-print/cups-1.7.4:= )
gif? ( =media-libs/giflib-4.1:= )
icu? ( dev-libs/icu:= )
jpeg? ( virtual/jpeg:= )
png? ( =media-libs/libpng-1.2:= )
speech? ( app-accessibility/flite )
RDEPEND=${DEPEND}

src_prepare() {
gnustep-base_src_prepare

# remove hardcoded -g -Werror, bug #378179
sed -i -e 's/-g -Werror//' \
Tools/say/GNUmakefile \
Tools/speech/GNUmakefile \
|| die
}

src_configure() {
egnustep_env

local myconf=
use gif  myconf=--disable-ungif --enable-libgif

econf \
$(use_enable cups) \
$(use_enable icu) \
$(use_enable jpeg) \
$(use_enable png) \
$(use_enable speech) \
--with-tiff-include=${EPREFIX}/usr/include \
--with-tiff-library=${EPREFIX}/usr/$(get_libdir) \
${myconf}
}






[gentoo-commits] gentoo-x86 commit in gnustep-base/gnustep-make: gnustep-make-2.6.6.ebuild ChangeLog gnustep-make-2.6.7.ebuild gnustep-make-2.6.4.ebuild gnustep-make-2.6.2-r2.ebuild gnustep-make-2.6.3

2015-05-18 Thread Bernard Cafarelli (voyageur)
voyageur15/05/18 14:45:37

  Modified: gnustep-make-2.6.6.ebuild ChangeLog
  Added:gnustep-make-2.6.7.ebuild
  Removed:  gnustep-make-2.6.4.ebuild
gnustep-make-2.6.2-r2.ebuild
gnustep-make-2.6.3.ebuild gnustep-make-2.6.5.ebuild
  Log:
  Version bump, force install path thanks Nick Bowler nbow...@draconx.ca in 
bug #532196. Drop some versions
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)

Revision  ChangesPath
1.2  gnustep-base/gnustep-make/gnustep-make-2.6.6.ebuild

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

Index: gnustep-make-2.6.6.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/gnustep-base/gnustep-make/gnustep-make-2.6.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gnustep-make-2.6.6.ebuild   29 Jan 2014 14:48:32 -  1.1
+++ gnustep-make-2.6.6.ebuild   18 May 2015 14:45:37 -  1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/gnustep-base/gnustep-make/gnustep-make-2.6.6.ebuild,v 
1.1 2014/01/29 14:48:32 voyageur Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/gnustep-base/gnustep-make/gnustep-make-2.6.6.ebuild,v 
1.2 2015/05/18 14:45:37 voyageur Exp $
 
 EAPI=5
 inherit gnustep-base eutils prefix toolchain-funcs
@@ -18,7 +18,7 @@
=sys-devel/make-3.75
libobjc2? ( gnustep-base/libobjc2
=sys-devel/clang-2.9 )
-   !libobjc2? ( =sys-devel/gcc-3.3[objc]
+   !libobjc2? ( =sys-devel/gcc-3.3:=[objc]
!!gnustep-base/libobjc2 )
 RDEPEND=${DEPEND}
 
@@ -75,6 +75,7 @@
 src_configure() {
#--enable-objc-nonfragile-abi: only working in clang for now
econf \
+   INSTALL=${EPREFIX}/usr/bin/install \
--with-layout=fhs-system \
--with-config-file=${EPREFIX}/etc/GNUstep/GNUstep.conf \
--with-objc-lib-flag=-l:${libobjc_version} \



1.121gnustep-base/gnustep-make/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-base/gnustep-make/ChangeLog?rev=1.121view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-base/gnustep-make/ChangeLog?rev=1.121content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-base/gnustep-make/ChangeLog?r1=1.120r2=1.121

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-make/ChangeLog,v
retrieving revision 1.120
retrieving revision 1.121
diff -u -r1.120 -r1.121
--- ChangeLog   6 Jun 2014 12:44:31 -   1.120
+++ ChangeLog   18 May 2015 14:45:37 -  1.121
@@ -1,6 +1,15 @@
 # ChangeLog for gnustep-base/gnustep-make
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-make/ChangeLog,v 1.120 
2014/06/06 12:44:31 jer Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-make/ChangeLog,v 1.121 
2015/05/18 14:45:37 voyageur Exp $
+
+*gnustep-make-2.6.7 (18 May 2015)
+
+  18 May 2015; Bernard Cafarelli voyag...@gentoo.org
+  -gnustep-make-2.6.2-r2.ebuild, -gnustep-make-2.6.3.ebuild,
+  -gnustep-make-2.6.4.ebuild, -gnustep-make-2.6.5.ebuild,
+  gnustep-make-2.6.6.ebuild, +gnustep-make-2.6.7.ebuild:
+  Version bump, force install path thanks Nick Bowler nbow...@draconx.ca in
+  bug #532196. Drop some versions
 
 *gnustep-make-2.6.6 (29 Jan 2014)
 



1.1  gnustep-base/gnustep-make/gnustep-make-2.6.7.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-base/gnustep-make/gnustep-make-2.6.7.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-base/gnustep-make/gnustep-make-2.6.7.ebuild?rev=1.1content-type=text/plain

Index: gnustep-make-2.6.7.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/gnustep-base/gnustep-make/gnustep-make-2.6.7.ebuild,v 
1.1 2015/05/18 14:45:37 voyageur Exp $

EAPI=5
inherit gnustep-base eutils prefix toolchain-funcs

DESCRIPTION=GNUstep Makefile Package
HOMEPAGE=http://www.gnustep.org;

[gentoo-commits] gentoo-x86 commit in gnustep-base/gnustep-base: gnustep-base-1.24.8.ebuild ChangeLog

2015-05-18 Thread Bernard Cafarelli (voyageur)
voyageur15/05/18 14:49:43

  Modified: ChangeLog
  Added:gnustep-base-1.24.8.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)

Revision  ChangesPath
1.130gnustep-base/gnustep-base/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-base/ChangeLog,v
retrieving revision 1.129
retrieving revision 1.130
diff -u -r1.129 -r1.130
--- ChangeLog   20 Oct 2014 13:16:57 -  1.129
+++ ChangeLog   18 May 2015 14:49:43 -  1.130
@@ -1,6 +1,12 @@
 # ChangeLog for gnustep-base/gnustep-base
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-base/ChangeLog,v 1.129 
2014/10/20 13:16:57 voyageur Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-base/ChangeLog,v 1.130 
2015/05/18 14:49:43 voyageur Exp $
+
+*gnustep-base-1.24.8 (18 May 2015)
+
+  18 May 2015; Bernard Cafarelli voyag...@gentoo.org
+  +gnustep-base-1.24.8.ebuild:
+  Version bump
 
 *gnustep-base-1.24.7 (20 Oct 2014)
 



1.1  gnustep-base/gnustep-base/gnustep-base-1.24.8.ebuild

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

Index: gnustep-base-1.24.8.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/gnustep-base/gnustep-base/gnustep-base-1.24.8.ebuild,v 
1.1 2015/05/18 14:49:43 voyageur Exp $

EAPI=5
inherit eutils gnustep-base

DESCRIPTION=A library of general-purpose, non-graphical Objective C objects
HOMEPAGE=http://www.gnustep.org;
SRC_URI=ftp://ftp.gnustep.org/pub/gnustep/core/${P}.tar.gz;

LICENSE=GPL-2 LGPL-2.1
SLOT=0
KEYWORDS=~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux 
~x86-linux ~sparc-solaris ~x86-solaris
IUSE=+icu +libffi ssl zeroconf

RDEPEND=${GNUSTEP_CORE_DEPEND}
=gnustep-base/gnustep-make-2.6.0
icu? ( =dev-libs/icu-4.0:= )
!libffi? ( dev-libs/ffcall
gnustep-base/gnustep-make[-native-exceptions] )
libffi? ( virtual/libffi )
ssl? ( net-libs/gnutls )
=dev-libs/libxml2-2.6
=dev-libs/libxslt-1.1
=dev-libs/gmp-4.1:=
=dev-libs/openssl-0.9.7:=
=sys-libs/zlib-1.2
zeroconf? ( net-dns/avahi )
DEPEND=${RDEPEND}
virtual/pkgconfig

src_configure() {
egnustep_env

local myconf
if use libffi;
then
myconf=--enable-libffi --disable-ffcall 
--with-ffi-include=$(pkg-config --variable=includedir libffi)
else
myconf=--disable-libffi --enable-ffcall
fi

myconf=$myconf $(use_enable icu)
myconf=$myconf $(use_enable ssl tls)
myconf=$myconf $(use_enable zeroconf)
myconf=$myconf --with-xml-prefix=${EPREFIX}/usr
myconf=$myconf --with-gmp-include=${EPREFIX}/usr/include 
--with-gmp-library=${EPREFIX}/usr/lib
myconf=$myconf 
--with-default-config=${EPREFIX}/etc/GNUstep/GNUstep.conf

econf $myconf
}

src_install() {
# We need to set LD_LIBRARY_PATH because the doc generation program
# uses the gnustep-base libraries.  Since egnustep_env cleans the
# environment including our LD_LIBRARY_PATH, we're left no choice
# but doing it like this.

egnustep_env
egnustep_install

if use doc ; then
export LD_LIBRARY_PATH=${S}/Source/obj:${LD_LIBRARY_PATH}
egnustep_doc
fi
egnustep_install_config
}






[gentoo-commits] gentoo-x86 commit in virtual/gnustep-back: gnustep-back-0.24.1.ebuild ChangeLog

2015-05-18 Thread Bernard Cafarelli (voyageur)
voyageur15/05/18 14:59:59

  Modified: ChangeLog
  Added:gnustep-back-0.24.1.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)

Revision  ChangesPath
1.52 virtual/gnustep-back/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/virtual/gnustep-back/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog   27 Dec 2014 19:28:14 -  1.51
+++ ChangeLog   18 May 2015 14:59:59 -  1.52
@@ -1,6 +1,12 @@
 # ChangeLog for virtual/gnustep-back
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/gnustep-back/ChangeLog,v 1.51 
2014/12/27 19:28:14 ago Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/virtual/gnustep-back/ChangeLog,v 1.52 
2015/05/18 14:59:59 voyageur Exp $
+
+*gnustep-back-0.24.1 (18 May 2015)
+
+  18 May 2015; Bernard Cafarelli voyag...@gentoo.org
+  +gnustep-back-0.24.1.ebuild:
+  Version bump
 
   27 Dec 2014; Agostino Sarubbo a...@gentoo.org gnustep-back-0.24.0.ebuild:
   Stable for amd64, wrt bug #508626



1.1  virtual/gnustep-back/gnustep-back-0.24.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/gnustep-back/gnustep-back-0.24.1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/gnustep-back/gnustep-back-0.24.1.ebuild?rev=1.1content-type=text/plain

Index: gnustep-back-0.24.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/virtual/gnustep-back/gnustep-back-0.24.1.ebuild,v 1.1 
2015/05/18 14:59:59 voyageur Exp $

EAPI=5

DESCRIPTION=Virtual for back-end component for the GNUstep GUI Library
HOMEPAGE=
SRC_URI=

LICENSE=
SLOT=0
KEYWORDS=~alpha ~amd64 ~ppc ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux 
~x86-solaris
IUSE=

RDEPEND=|| (
~gnustep-base/gnustep-back-cairo-${PV}
~gnustep-base/gnustep-back-art-${PV}
~gnustep-base/gnustep-back-xlib-${PV}
)
DEPEND=






[gentoo-commits] gentoo-x86 commit in gnustep-base/gnustep-back-cairo: gnustep-back-cairo-0.24.1.ebuild ChangeLog

2015-05-18 Thread Bernard Cafarelli (voyageur)
voyageur15/05/18 14:59:17

  Modified: ChangeLog
  Added:gnustep-back-cairo-0.24.1.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)

Revision  ChangesPath
1.44 gnustep-base/gnustep-back-cairo/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-base/gnustep-back-cairo/ChangeLog?rev=1.44view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-base/gnustep-back-cairo/ChangeLog?rev=1.44content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-base/gnustep-back-cairo/ChangeLog?r1=1.43r2=1.44

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-back-cairo/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog   20 Feb 2015 12:09:50 -  1.43
+++ ChangeLog   18 May 2015 14:59:17 -  1.44
@@ -1,6 +1,12 @@
 # ChangeLog for gnustep-base/gnustep-back-cairo
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-back-cairo/ChangeLog,v 
1.43 2015/02/20 12:09:50 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-back-cairo/ChangeLog,v 
1.44 2015/05/18 14:59:17 voyageur Exp $
+
+*gnustep-back-cairo-0.24.1 (18 May 2015)
+
+  18 May 2015; Bernard Cafarelli voyag...@gentoo.org
+  +gnustep-back-cairo-0.24.1.ebuild:
+  Version bump
 
 *gnustep-back-cairo-0.24.0-r1 (20 Feb 2015)
 



1.1  
gnustep-base/gnustep-back-cairo/gnustep-back-cairo-0.24.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-base/gnustep-back-cairo/gnustep-back-cairo-0.24.1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-base/gnustep-back-cairo/gnustep-back-cairo-0.24.1.ebuild?rev=1.1content-type=text/plain

Index: gnustep-back-cairo-0.24.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/gnustep-base/gnustep-back-cairo/gnustep-back-cairo-0.24.1.ebuild,v
 1.1 2015/05/18 14:59:17 voyageur Exp $

EAPI=5
inherit eutils gnustep-base

DESCRIPTION=Cairo back-end component for the GNUstep GUI Library
HOMEPAGE=http://www.gnustep.org;
SRC_URI=ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-back-${PV}.tar.gz;

LICENSE=LGPL-2.1
SLOT=0
KEYWORDS=~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris
IUSE=opengl xim

RDEPEND=${GNUSTEP_CORE_DEPEND}
=gnustep-base/gnustep-gui-${PV%.*}*
opengl? ( virtual/opengl virtual/glu )
x11-libs/libICE
x11-libs/libSM
x11-libs/libX11
x11-libs/libXext
x11-libs/libXi
x11-libs/libXmu
x11-libs/libXt
x11-libs/libXft
x11-libs/libXrender
=media-libs/freetype-2.1.9

=x11-libs/cairo-1.2.0[X]

!gnustep-base/gnustep-back-art
!gnustep-base/gnustep-back-xlib
DEPEND=${RDEPEND}
virtual/pkgconfig

S=${WORKDIR}/gnustep-back-${PV}

src_configure() {
egnustep_env

myconf=$(use_enable opengl glx)
myconf=$myconf $(use_enable xim)
myconf=$myconf --enable-server=x11
myconf=$myconf --enable-graphics=cairo

econf $myconf
}






[gentoo-commits] gentoo-x86 commit in app-text/paperwork: paperwork-0.2.3.ebuild ChangeLog paperwork-0.2.4.ebuild paperwork-0.2.2.ebuild paperwork-0.2.1.ebuild paperwork-0.2.ebuild

2015-05-16 Thread Bernard Cafarelli (voyageur)
voyageur15/05/16 19:29:45

  Modified: paperwork-0.2.3.ebuild ChangeLog
  Added:paperwork-0.2.4.ebuild
  Removed:  paperwork-0.2.2.ebuild paperwork-0.2.1.ebuild
paperwork-0.2.ebuild
  Log:
  Version bump, block newer whoosh in older release, drop previous 0.2.x 
versions
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)

Revision  ChangesPath
1.3  app-text/paperwork/paperwork-0.2.3.ebuild

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

Index: paperwork-0.2.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-text/paperwork/paperwork-0.2.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- paperwork-0.2.3.ebuild  18 Apr 2015 08:07:50 -  1.2
+++ paperwork-0.2.3.ebuild  16 May 2015 19:29:45 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/paperwork/paperwork-0.2.3.ebuild,v 
1.2 2015/04/18 08:07:50 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/paperwork/paperwork-0.2.3.ebuild,v 
1.3 2015/05/16 19:29:45 voyageur Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -26,7 +26,7 @@
=dev-python/pyocr-0.3.0[${PYTHON_USEDEP}]
dev-python/python-levenshtein[${PYTHON_USEDEP}]
dev-python/termcolor[${PYTHON_USEDEP}]
-   dev-python/whoosh[${PYTHON_USEDEP}]
+   dev-python/whoosh-2.7.0[${PYTHON_USEDEP}]
dev-util/glade[introspection,python]
sci-libs/scikits_learn[${PYTHON_USEDEP}]
sci-libs/scikits_image[${PYTHON_USEDEP}]



1.8  app-text/paperwork/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/paperwork/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   18 Apr 2015 08:07:50 -  1.7
+++ ChangeLog   16 May 2015 19:29:45 -  1.8
@@ -1,6 +1,14 @@
 # ChangeLog for app-text/paperwork
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/paperwork/ChangeLog,v 1.7 
2015/04/18 08:07:50 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/paperwork/ChangeLog,v 1.8 
2015/05/16 19:29:45 voyageur Exp $
+
+*paperwork-0.2.4 (16 May 2015)
+
+  16 May 2015; Bernard Cafarelli voyag...@gentoo.org -paperwork-0.2.ebuild,
+  -paperwork-0.2.1.ebuild, -paperwork-0.2.2.ebuild, paperwork-0.2.3.ebuild,
+  +paperwork-0.2.4.ebuild:
+  Version bump, block newer whoosh in older release, drop previous 0.2.x
+  versions
 
   18 Apr 2015; Bernard Cafarelli voyag...@gentoo.org paperwork-0.2.3.ebuild:
   Drop postinst log, this version mostly relies on OCR tool for orientation



1.1  app-text/paperwork/paperwork-0.2.4.ebuild

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

Index: paperwork-0.2.4.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/paperwork/paperwork-0.2.4.ebuild,v 
1.1 2015/05/16 19:29:45 voyageur Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )

inherit distutils-r1

DESCRIPTION=a personal document manager for scanned documents (and PDFs)
HOMEPAGE=https://github.com/jflesch/paperwork;
SRC_URI=https://github.com/jflesch/${PN}/archive/${PV}.tar.gz - ${P}.tar.gz

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

RDEPEND=app-text/poppler[introspection]
dev-python/joblib[${PYTHON_USEDEP}]
dev-python/pycairo[${PYTHON_USEDEP}]
dev-python/pycountry[${PYTHON_USEDEP}]
dev-python/pyenchant[${PYTHON_USEDEP}]
dev-python/pygobject:3[${PYTHON_USEDEP}]
=dev-python/pyinsane-1.3.8[${PYTHON_USEDEP}]
=dev-python/pyocr-0.3.0[${PYTHON_USEDEP}]
dev-python/python-levenshtein[${PYTHON_USEDEP}]
dev-python/termcolor[${PYTHON_USEDEP}]

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

2015-05-12 Thread Bernard Cafarelli (voyageur)
voyageur15/05/12 15:15:31

  Modified: ChangeLog webapp.eclass
  Log:
  Drop elog in webapp_serverowned, discussed with blueness in bug #542024

Revision  ChangesPath
1.1614   eclass/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
retrieving revision 1.1613
retrieving revision 1.1614
diff -u -r1.1613 -r1.1614
--- ChangeLog   10 May 2015 15:24:30 -  1.1613
+++ ChangeLog   12 May 2015 15:15:31 -  1.1614
@@ -1,6 +1,9 @@
 # ChangeLog for eclass directory
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1613 2015/05/10 
15:24:30 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1614 2015/05/12 
15:15:31 voyageur Exp $
+
+  12 May 2015; Bernard Cafarelli voyag...@gentoo.org webapp.eclass:
+  Drop elog in webapp_serverowned, discussed with blueness in bug #542024
 
   10 May 2015; Davide Pesavento p...@gentoo.org qmake-utils.eclass:
   Don't prepend EPREFIX for {header,mkspecs}dir since these are mostly used



1.73 eclass/webapp.eclass

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

Index: webapp.eclass
===
RCS file: /var/cvsroot/gentoo-x86/eclass/webapp.eclass,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- webapp.eclass   18 Jul 2012 14:59:29 -  1.72
+++ webapp.eclass   12 May 2015 15:15:31 -  1.73
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/webapp.eclass,v 1.72 2012/07/18 
14:59:29 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/webapp.eclass,v 1.73 2015/05/12 
15:15:31 voyageur Exp $
 
 # @ECLASS: webapp.eclass
 # @MAINTAINER:
@@ -244,7 +244,6 @@
local my_file=$(webapp_strip_appdir ${1})
my_file=$(webapp_strip_cwd ${my_file})
 
-   elog (server owned) ${my_file}
echo ${my_file}  ${D}/${WA_SOLIST}
 }
 






[gentoo-commits] gentoo-x86 commit in net-misc/owncloud-client: ChangeLog owncloud-client-1.8.1.ebuild owncloud-client-1.6.3.ebuild owncloud-client-1.6.2.ebuild owncloud-client-1.6.1.ebuild owncloud-c

2015-05-07 Thread Bernard Cafarelli (voyageur)
voyageur15/05/07 15:06:57

  Modified: ChangeLog
  Added:owncloud-client-1.8.1.ebuild
  Removed:  owncloud-client-1.6.3.ebuild
owncloud-client-1.6.2.ebuild
owncloud-client-1.6.1.ebuild
owncloud-client-1.6.4.ebuild
  Log:
  Version bump, drop 1.6.x versions
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)

Revision  ChangesPath
1.23 net-misc/owncloud-client/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/owncloud-client/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog   17 Mar 2015 16:10:06 -  1.22
+++ ChangeLog   7 May 2015 15:06:57 -   1.23
@@ -1,259 +1,13 @@
 # ChangeLog for net-misc/owncloud-client
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/owncloud-client/ChangeLog,v 1.22 
2015/03/17 16:10:06 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/owncloud-client/ChangeLog,v 1.23 
2015/05/07 15:06:57 voyageur Exp $
 
-*owncloud-client-1.8.0 (17 Mar 2015)
+*owncloud-client-1.8.1 (07 May 2015)
 
-  17 Mar 2015; Bernard Cafarelli voyag...@gentoo.org
-  +owncloud-client-1.8.0.ebuild:
-  Version bump, default to qt5 as recommended upstream
+  07 May 2015; Bernard Cafarelli voyag...@gentoo.org
+  -owncloud-client-1.6.1.ebuild, -owncloud-client-1.6.2.ebuild,
+  -owncloud-client-1.6.3.ebuild, -owncloud-client-1.6.4.ebuild,
+  +owncloud-client-1.8.1.ebuild,
+  -files/owncloud-client-1.5.3-man-page-location-fix.patch:
+  Version bump, drop 1.6.x versions
 
-*owncloud-client-1.7.1 (18 Dec 2014)
-
-  18 Dec 2014; Bernard Cafarelli voyag...@gentoo.org
-  +owncloud-client-1.7.1.ebuild:
-  Version bump, improvements for timeout handling, as well as fixes for syncing
-  multiple folders. Also fix nautilus extension when XDG_RUNTIME_DIR is not set
-
-  20 Nov 2014; Bernard Cafarelli voyag...@gentoo.org
-  owncloud-client-1.7.0.ebuild:
-  Add qtquickcontrols dep with USE=qt5, fixes bug #529860. Also make qttest
-  deps optional
-
-*owncloud-client-1.7.0 (12 Nov 2014)
-
-  12 Nov 2014; Bernard Cafarelli voyag...@gentoo.org
-  +owncloud-client-1.7.0.ebuild, metadata.xml:
-  Version bump, with nautilus integration
-
-*owncloud-client-1.6.4 (27 Oct 2014)
-
-  27 Oct 2014; Bernard Cafarelli voyag...@gentoo.org
-  -owncloud-client-1.5.4.ebuild, -owncloud-client-1.6.0.ebuild,
-  +owncloud-client-1.6.4.ebuild:
-  Version bump, reported by Frank Krömmelbein kroemmelb...@gmx.de in bug
-  #526794. Drop some versions
-
-  24 Sep 2014; Michael Palimaka kensing...@gentoo.org
-  owncloud-client-1.6.1.ebuild, owncloud-client-1.6.2.ebuild,
-  owncloud-client-1.6.3.ebuild:
-  dev-qt/qtwebkit:5 no longer has a widgets USE flag.
-
-  11 Sep 2014; Michael Palimaka kensing...@gentoo.org
-  owncloud-client-1.6.1.ebuild, owncloud-client-1.6.2.ebuild,
-  owncloud-client-1.6.3.ebuild:
-  Pin dev-qt/linguist-tools to SLOT 5.
-
-*owncloud-client-1.6.3 (05 Sep 2014)
-
-  05 Sep 2014; Bernard Cafarelli voyag...@gentoo.org
-  +owncloud-client-1.6.3.ebuild:
-  Version bump
-
-*owncloud-client-1.6.2 (05 Aug 2014)
-
-  05 Aug 2014; Bernard Cafarelli voyag...@gentoo.org
-  +owncloud-client-1.6.2.ebuild:
-  Version bump
-
-  30 Jun 2014; Bernard Cafarelli voyag...@gentoo.org
-  owncloud-client-1.6.1.ebuild:
-  Make qt4/qt5 builds exclusive
-
-*owncloud-client-1.6.1 (27 Jun 2014)
-
-  27 Jun 2014; Bernard Cafarelli voyag...@gentoo.org
-  +owncloud-client-1.6.1.ebuild:
-  Version bump, handle qt4/qt5 thanks to everyone in bug #512726
-
-*owncloud-client-1.6.0 (07 Jun 2014)
-
-  07 Jun 2014; Bernard Cafarelli voyag...@gentoo.org
-  -owncloud-client-1.5.3-r1.ebuild, +owncloud-client-1.6.0.ebuild:
-  Version bump, fixes bug #512322. Also adds a postinstallation message with
-  USE=-doc, bug #bug 509716
-
-*owncloud-client-1.5.4 (22 Apr 2014)
-
-  22 Apr 2014; Bernard Cafarelli voyag...@gentoo.org
-  -owncloud-client-1.5.0.ebuild, -owncloud-client-1.5.1.ebuild,
-  -owncloud-client-1.5.2.ebuild, -owncloud-client-1.5.3.ebuild,
-  +owncloud-client-1.5.4.ebuild:
-  Version bump, reported by Clemente Aguiar clemente.agu...@gmail.com in bug
-  #507886, remove some previous versions
-
-*owncloud-client-1.5.3-r1 (16 Apr 2014)
-
-  16 Apr 2014; Bernard Cafarelli voyag...@gentoo.org
-  +owncloud-client-1.5.3-r1.ebuild,
-  +files/owncloud-client-1.5.3-man-page-location-fix.patch:
-  Fix man pages installation path, thanks Ian 

[gentoo-commits] gentoo-x86 commit in net-misc/owncloud-client/files: owncloud-client-1.5.3-man-page-location-fix.patch

2015-05-07 Thread Bernard Cafarelli (voyageur)
voyageur15/05/07 15:06:57

  Removed:  owncloud-client-1.5.3-man-page-location-fix.patch
  Log:
  Version bump, drop 1.6.x versions
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)



[gentoo-commits] gentoo-x86 commit in media-gfx/argyllcms: ChangeLog argyllcms-1.7.0.ebuild

2015-05-07 Thread Bernard Cafarelli (voyageur)
voyageur15/05/07 14:54:32

  Modified: ChangeLog
  Added:argyllcms-1.7.0.ebuild
  Log:
  Version bump, bug #548758
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)

Revision  ChangesPath
1.40 media-gfx/argyllcms/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-gfx/argyllcms/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog   30 Mar 2015 17:24:54 -  1.39
+++ ChangeLog   7 May 2015 14:54:32 -   1.40
@@ -1,6 +1,11 @@
 # ChangeLog for media-gfx/argyllcms
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/argyllcms/ChangeLog,v 1.39 
2015/03/30 17:24:54 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/argyllcms/ChangeLog,v 1.40 
2015/05/07 14:54:32 voyageur Exp $
+
+*argyllcms-1.7.0 (07 May 2015)
+
+  07 May 2015; Bernard Cafarelli voyag...@gentoo.org +argyllcms-1.7.0.ebuild:
+  Version bump, bug #548758
 
 *argyllcms-1.6.3-r1 (30 Mar 2015)
 



1.1  media-gfx/argyllcms/argyllcms-1.7.0.ebuild

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

Index: argyllcms-1.7.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/argyllcms/argyllcms-1.7.0.ebuild,v 
1.1 2015/05/07 14:54:32 voyageur Exp $

EAPI=5

inherit base flag-o-matic multiprocessing toolchain-funcs udev

MY_P=Argyll_V${PV}

DESCRIPTION=Open source, ICC compatible color management system
HOMEPAGE=http://www.argyllcms.com/;
SRC_URI=http://www.argyllcms.com/${MY_P}_src.zip;

LICENSE=AGPL-3
SLOT=0
KEYWORDS=~amd64 ~hppa ~x86
IUSE=doc

RDEPEND=
media-libs/tiff:0
sys-libs/zlib
virtual/jpeg:0
x11-libs/libX11
x11-libs/libXau
x11-libs/libXdmcp
x11-libs/libXext
x11-libs/libXinerama
x11-libs/libXrandr
x11-libs/libXxf86vm
x11-libs/libXScrnSaver
DEPEND=${RDEPEND}
app-arch/unzip
dev-util/ftjam

S=${WORKDIR}/${MY_P}

PATCHES=(
)

src_compile() {
# Make it respect LDFLAGS
echo LINKFLAGS += ${LDFLAGS} ;  Jamtop

# Evil hack to get --as-needed working. The build system unfortunately 
lists all
# the shared libraries by default on the command line _before_ the 
object to be built...
echo STDLIBS += -ldl -lrt -lX11 -lXext -lXxf86vm -lXinerama -lXrandr 
-lXau -lXdmcp -lXss -ltiff -ljpeg ;  Jamtop

append-cflags -DUNIX -D_THREAD_SAFE

sed \
-e 's:CCFLAGS:CFLAGS:g' \
-e s:ar rusc:$(tc-getAR) rusc:g \
-i Jambase || die

tc-export CC RANLIB

jam -dx -fJambase -j$(makeopts_jobs) || die
}

src_install() {
jam -dx -fJambase install || die

rm bin/License.txt || die

pushd bin  /dev/null
local binname
for binname in * ; do
newbin ${binname} argyll-${binname}
done
popd  /dev/null

use doc  dohtml doc/*

dodoc log.txt Readme.txt ttbd.txt notes.txt

insinto /usr/share/${PN}
doins -r ref

udev_dorules usb/55-Argyll.rules
}

pkg_postinst() {
elog If you have a Spyder2 you need to extract the firmware
elog from the CVSpyder.dll of the windows driver package
elog and store it as /usr/share/color/spyd2PLD.bin
echo
elog For further info on setting up instrument access read
elog http://www.argyllcms.com/doc/Installing_Linux.html;
echo
}






[gentoo-commits] gentoo-x86 commit in kde-misc/kdiff3/files: kdiff3-0.9.97-relativepath.patch

2015-05-05 Thread Bernard Cafarelli (voyageur)
voyageur15/05/05 09:19:38

  Added:kdiff3-0.9.97-relativepath.patch
  Log:
  Restore previous stable version, bug #546494
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 00F7AB331B0F097F)

Revision  ChangesPath
1.3  kde-misc/kdiff3/files/kdiff3-0.9.97-relativepath.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kdiff3/files/kdiff3-0.9.97-relativepath.patch?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kdiff3/files/kdiff3-0.9.97-relativepath.patch?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kdiff3/files/kdiff3-0.9.97-relativepath.patch?r1=1.2r2=1.3







[gentoo-commits] gentoo-x86 commit in kde-misc/kdiff3: ChangeLog kdiff3-0.9.97-r2.ebuild

2015-05-05 Thread Bernard Cafarelli (voyageur)
voyageur15/05/05 09:19:38

  Modified: ChangeLog
  Added:kdiff3-0.9.97-r2.ebuild
  Log:
  Restore previous stable version, bug #546494
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 00F7AB331B0F097F)

Revision  ChangesPath
1.80 kde-misc/kdiff3/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kdiff3/ChangeLog?rev=1.80view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kdiff3/ChangeLog?rev=1.80content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kdiff3/ChangeLog?r1=1.79r2=1.80

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/kde-misc/kdiff3/ChangeLog,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- ChangeLog   28 Mar 2015 21:47:04 -  1.79
+++ ChangeLog   5 May 2015 09:19:38 -   1.80
@@ -1,6 +1,10 @@
 # ChangeLog for kde-misc/kdiff3
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/kdiff3/ChangeLog,v 1.79 2015/03/28 
21:47:04 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/kdiff3/ChangeLog,v 1.80 2015/05/05 
09:19:38 voyageur Exp $
+
+  05 May 2015; Bernard Cafarelli voyag...@gentoo.org
+  +kdiff3-0.9.97-r2.ebuild, +files/kdiff3-0.9.97-relativepath.patch:
+  Restore previous stable version, bug #546494
 
   28 Mar 2015; Johannes Huber j...@gentoo.org
   -files/kdiff3-0.9.97-relativepath.patch, -kdiff3-0.9.97-r2.ebuild:



1.5  kde-misc/kdiff3/kdiff3-0.9.97-r2.ebuild

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







[gentoo-commits] gentoo-x86 commit in www-apps/owncloud: ChangeLog owncloud-8.0.3.ebuild

2015-05-04 Thread Bernard Cafarelli (voyageur)
voyageur15/05/04 08:36:09

  Modified: ChangeLog
  Added:owncloud-8.0.3.ebuild
  Log:
  Version bump, drop depend.php eclass use
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)

Revision  ChangesPath
1.65 www-apps/owncloud/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-apps/owncloud/ChangeLog,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- ChangeLog   11 Mar 2015 16:21:57 -  1.64
+++ ChangeLog   4 May 2015 08:36:09 -   1.65
@@ -1,6 +1,14 @@
 # ChangeLog for www-apps/owncloud
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/owncloud/ChangeLog,v 1.64 
2015/03/11 16:21:57 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/owncloud/ChangeLog,v 1.65 
2015/05/04 08:36:09 voyageur Exp $
+
+  04 May 2015; Bernard Cafarelli voyag...@gentoo.org +owncloud-8.0.3.ebuild:
+  Version bump, drop depend.php eclass use
+
+*owncloud-8.0.3 (04 May 2015)
+
+  04 May 2015; Bernard Cafarelli voyag...@gentoo.org +owncloud-8.0.3.ebuild:
+  Version bump
 
 *owncloud-8.0.2 (11 Mar 2015)
 *owncloud-7.0.5 (11 Mar 2015)



1.1  www-apps/owncloud/owncloud-8.0.3.ebuild

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

Index: owncloud-8.0.3.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-apps/owncloud/owncloud-8.0.3.ebuild,v 
1.1 2015/05/04 08:36:09 voyageur Exp $

EAPI=5

inherit eutils webapp

DESCRIPTION=Web-based storage application where all your data is under your 
own control
HOMEPAGE=http://owncloud.org;
SRC_URI=http://download.owncloud.org/community/${P}.tar.bz2 - ${PF}.tar.bz2
LICENSE=AGPL-3

KEYWORDS=~amd64 ~arm ~x86
IUSE=+curl mysql postgres +sqlite
REQUIRED_USE=|| ( mysql postgres sqlite )

DEPEND=
RDEPEND=dev-lang/php[curl?,filter,gd,hash,json,mysql?,pdo,postgres?,simplexml,sqlite?,xmlwriter,zip]
virtual/httpd-php

S=${WORKDIR}/${PN}

pkg_setup() {
webapp_pkg_setup
}

src_prepare() {
epatch_user
}

src_install() {
webapp_src_preinst

insinto ${MY_HTDOCSDIR}
doins -r .
dodir ${MY_HTDOCSDIR}/data

webapp_serverowned -R ${MY_HTDOCSDIR}/apps
webapp_serverowned -R ${MY_HTDOCSDIR}/data
webapp_serverowned -R ${MY_HTDOCSDIR}/config
webapp_configfile ${MY_HTDOCSDIR}/.htaccess

webapp_src_install
}

pkg_postinst() {
elog Additional applications (calendar, ...) are no longer provided by 
default.
elog You can install them after login via the applications management 
page
elog (check the recommended tab). No application data is lost.
webapp_pkg_postinst
}






[gentoo-commits] gentoo-x86 commit in sys-devel/llvm: ChangeLog llvm-9999.ebuild

2015-05-04 Thread Bernard Cafarelli (voyageur)
voyageur15/05/04 16:01:36

  Modified: ChangeLog llvm-.ebuild
  Log:
  Fix vim files installation, thanks Tobias Jakobi. Note this does not fix 
USE=clang build, which still needs the cmake rewrite
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)

Revision  ChangesPath
1.239sys-devel/llvm/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v
retrieving revision 1.238
retrieving revision 1.239
diff -u -r1.238 -r1.239
--- ChangeLog   16 Apr 2015 11:55:18 -  1.238
+++ ChangeLog   4 May 2015 16:01:35 -   1.239
@@ -1,6 +1,10 @@
 # ChangeLog for sys-devel/llvm
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.238 2015/04/16 
11:55:18 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.239 2015/05/04 
16:01:35 voyageur Exp $
+
+  04 May 2015; Bernard Cafarelli voyag...@gentoo.org llvm-.ebuild:
+  Fix vim files installation, thanks Tobias Jakobi. Note this does not fix
+  USE=clang build, which still needs the cmake rewrite
 
   16 Apr 2015; Bernard Cafarelli voyag...@gentoo.org llvm-3.3-r3.ebuild,
   llvm-3.4.2.ebuild, llvm-3.5.0.ebuild, llvm-3.5.1.ebuild, llvm-3.5.2.ebuild,



1.105sys-devel/llvm/llvm-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-.ebuild?rev=1.105view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-.ebuild?rev=1.105content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-.ebuild?r1=1.104r2=1.105

Index: llvm-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-.ebuild,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -r1.104 -r1.105
--- llvm-.ebuild16 Apr 2015 11:55:18 -  1.104
+++ llvm-.ebuild4 May 2015 16:01:35 -   1.105
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-.ebuild,v 1.104 
2015/04/16 11:55:18 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-.ebuild,v 1.105 
2015/05/04 16:01:35 voyageur Exp $
 
 EAPI=5
 
@@ -465,11 +465,14 @@
 }
 
 multilib_src_install_all() {
-   insinto /usr/share/vim/vimfiles/syntax
-   doins utils/vim/*.vim
+   pushd utils/vim /dev/null || die
+   for dir in */; do
+   insinto /usr/share/vim/vimfiles/${dir}
+   doins ${dir}/*.vim
+   done
 
if use clang; then
-   cd tools/clang || die
+   pushd tools/clang /dev/null || die
 
if use static-analyzer ; then
dobin tools/scan-build/ccc-analyzer






[gentoo-commits] gentoo-x86 commit in net-misc/plowshare: ChangeLog plowshare-2.1.1.ebuild

2015-05-04 Thread Bernard Cafarelli (voyageur)
voyageur15/05/04 16:16:07

  Modified: ChangeLog
  Added:plowshare-2.1.1.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)

Revision  ChangesPath
1.36 net-misc/plowshare/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/plowshare/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog   30 Apr 2015 14:47:02 -  1.35
+++ ChangeLog   4 May 2015 16:16:07 -   1.36
@@ -1,6 +1,11 @@
 # ChangeLog for net-misc/plowshare
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/plowshare/ChangeLog,v 1.35 
2015/04/30 14:47:02 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/plowshare/ChangeLog,v 1.36 
2015/05/04 16:16:07 voyageur Exp $
+
+*plowshare-2.1.1 (04 May 2015)
+
+  04 May 2015; Bernard Cafarelli voyag...@gentoo.org +plowshare-2.1.1.ebuild:
+  Version bump
 
   30 Apr 2015; Bernard Cafarelli voyag...@gentoo.org
   plowshare-2.1.0-r1.ebuild:



1.1  net-misc/plowshare/plowshare-2.1.1.ebuild

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

Index: plowshare-2.1.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/plowshare/plowshare-2.1.1.ebuild,v 
1.1 2015/05/04 16:16:07 voyageur Exp $

EAPI=5

inherit bash-completion-r1

DESCRIPTION=Command-line downloader and uploader for file-sharing websites
HOMEPAGE=https://github.com/mcrapet/plowshare;

LICENSE=GPL-3
SLOT=0
KEYWORDS=~amd64 ~arm ~ppc ~x86
IUSE=bash-completion +javascript view-captcha

SRC_URI=https://github.com/mcrapet/${PN}/archive/v${PV}.tar.gz - ${P}.tar.gz

RDEPEND=
=app-shells/bash-4
|| ( app-text/recode ( dev-lang/perl dev-perl/HTML-Parser ) )
dev-vcs/git
|| ( media-gfx/imagemagick[tiff] 
media-gfx/graphicsmagick[imagemagick,tiff] )
net-misc/curl
sys-apps/util-linux
javascript? ( || ( dev-lang/spidermonkey:0 dev-java/rhino ) )
view-captcha? ( || ( media-gfx/aview media-libs/libcaca ) )
DEPEND=

# NOTES:
# javascript dep should be any javascript interpreter using /usr/bin/js

src_prepare() {
# Fix doc install path
sed -i -e /^DOCDIR/s|plowshare|${PF}| Makefile || die sed failed

if ! use bash-completion
then
sed -i -e \ /^install:/s/install_bash_completion// \
Makefile || die sed failed
fi
}

src_compile() {
# There is a Makefile but it's not compiling anything, let's not try.
:
}

src_test() {
# Disable tests because all of them need a working Internet connection.
:
}

src_install() {
emake DESTDIR=${D} PREFIX=/usr \
PLOWSHARE_FORCE_VERSION=${PV} install
}

pkg_postinst() {
elog plowshare is not delivered with modules by default anymore
elog Per-user modules can be installed/updated with the plowmod 
command
if ! use javascript; then
ewarn Without javascript you will not be able to use modules
ewarn requering a Javascript shell (/usr/bin/js)
fi
}






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

2015-04-30 Thread Bernard Cafarelli (voyageur)
voyageur15/04/30 14:47:02

  Modified: ChangeLog plowshare-2.1.0-r1.ebuild
  Log:
  Fix the doc install path again
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)

Revision  ChangesPath
1.35 net-misc/plowshare/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/plowshare/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog   14 Apr 2015 11:55:28 -  1.34
+++ ChangeLog   30 Apr 2015 14:47:02 -  1.35
@@ -1,6 +1,10 @@
 # ChangeLog for net-misc/plowshare
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/plowshare/ChangeLog,v 1.34 
2015/04/14 11:55:28 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/plowshare/ChangeLog,v 1.35 
2015/04/30 14:47:02 voyageur Exp $
+
+  30 Apr 2015; Bernard Cafarelli voyag...@gentoo.org
+  plowshare-2.1.0-r1.ebuild:
+  Fix the doc install path again
 
 *plowshare-2.1.0-r1 (14 Apr 2015)
 



1.2  net-misc/plowshare/plowshare-2.1.0-r1.ebuild

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

Index: plowshare-2.1.0-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/plowshare/plowshare-2.1.0-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- plowshare-2.1.0-r1.ebuild   14 Apr 2015 11:55:28 -  1.1
+++ plowshare-2.1.0-r1.ebuild   30 Apr 2015 14:47:02 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-misc/plowshare/plowshare-2.1.0-r1.ebuild,v 1.1 
2015/04/14 11:55:28 voyageur Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-misc/plowshare/plowshare-2.1.0-r1.ebuild,v 1.2 
2015/04/30 14:47:02 voyageur Exp $
 
 EAPI=5
 
@@ -34,7 +34,7 @@
epatch ${FILESDIR}/${P}-fix_git_invocation.patch
 
# Fix doc install path
-   sed -i -e /^DOCDIR/s|plowshare4|${P}| Makefile || die sed failed
+   sed -i -e /^DOCDIR/s|plowshare|${PF}| Makefile || die sed failed
 
if ! use bash-completion
then






[gentoo-commits] gentoo-x86 commit in net-misc/nx: ChangeLog nx-3.5.0.30.ebuild

2015-04-24 Thread Bernard Cafarelli (voyageur)
voyageur15/04/24 13:55:21

  Modified: ChangeLog nx-3.5.0.30.ebuild
  Log:
  Fix libX11 underlinking, bug #546868 by Erik Zeek zee...@mad.scientist.com
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)

Revision  ChangesPath
1.95 net-misc/nx/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/nx/ChangeLog,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -r1.94 -r1.95
--- ChangeLog   19 Apr 2015 09:58:18 -  1.94
+++ ChangeLog   24 Apr 2015 13:55:21 -  1.95
@@ -1,6 +1,10 @@
 # ChangeLog for net-misc/nx
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/nx/ChangeLog,v 1.94 2015/04/19 
09:58:18 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/nx/ChangeLog,v 1.95 2015/04/24 
13:55:21 voyageur Exp $
+
+  24 Apr 2015; Bernard Cafarelli voyag...@gentoo.org nx-3.5.0.30.ebuild,
+  +files/nx-3.5.0.30-fix_X11_underlinking.patch:
+  Fix libX11 underlinking, bug #546868 by Erik Zeek zee...@mad.scientist.com
 
   19 Apr 2015; Agostino Sarubbo a...@gentoo.org nx-3.5.0.30.ebuild:
   Stable for x86, wrt bug #546624



1.5  net-misc/nx/nx-3.5.0.30.ebuild

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

Index: nx-3.5.0.30.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/nx/nx-3.5.0.30.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- nx-3.5.0.30.ebuild  19 Apr 2015 09:58:18 -  1.4
+++ nx-3.5.0.30.ebuild  24 Apr 2015 13:55:21 -  1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/nx/nx-3.5.0.30.ebuild,v 1.4 
2015/04/19 09:58:18 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/nx/nx-3.5.0.30.ebuild,v 1.5 
2015/04/24 13:55:21 voyageur Exp $
 
 EAPI=5
 inherit autotools eutils multilib readme.gentoo
@@ -39,9 +39,12 @@
cd ${S}
# -fPIC
epatch ${FILESDIR}/1.5.0/nxcomp-1.5.0-pic.patch
-   # Drop force -O3, set AR/RANLIB and
-   # run autoreconf in all neeed folders
+   # Drop force -O3, set AR/RANLIB
epatch ${FILESDIR}/${PN}-3.5.0.17-cflags_ar_ranlib.patch
+   # Fix libX11 underlinking, #546868
+   epatch ${FILESDIR}/${P}-fix_X11_underlinking.patch
+
+   # run autoreconf in all neeed folders
for i in nxcomp nxcompext nxcompshad nxproxy; do
cd ${S}/${i}
eautoreconf ${i}






[gentoo-commits] gentoo-x86 commit in net-misc/nx/files: nx-3.5.0.30-fix_X11_underlinking.patch

2015-04-24 Thread Bernard Cafarelli (voyageur)
voyageur15/04/24 13:55:21

  Added:nx-3.5.0.30-fix_X11_underlinking.patch
  Log:
  Fix libX11 underlinking, bug #546868 by Erik Zeek zee...@mad.scientist.com
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)

Revision  ChangesPath
1.1  net-misc/nx/files/nx-3.5.0.30-fix_X11_underlinking.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/nx/files/nx-3.5.0.30-fix_X11_underlinking.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/nx/files/nx-3.5.0.30-fix_X11_underlinking.patch?rev=1.1content-type=text/plain

Index: nx-3.5.0.30-fix_X11_underlinking.patch
===
--- nx-X11/lib/X11/Imakefile.orig   2015-04-24 15:24:36.171666957 +0200
+++ nx-X11/lib/X11/Imakefile2015-04-24 15:25:17.516179627 +0200
@@ -107,7 +107,7 @@
 EXCLUDE_SYMBOL = -Wl,--exclude-symbol,XdmcpWrap:_XdmcpWrapperToOddParity
 #endif
 
-REQUIREDLIBS=$(REQUIREDX11LIBS) $(REQUIREDI18NLIBS) $(EXCLUDE_SYMBOL) 
$(NX_REQUIREDLIBS)
+REQUIREDLIBS=$(REQUIREDX11LIBS) $(REQUIREDI18NLIBS) $(EXCLUDE_SYMBOL) 
$(NX_REQUIREDLIBS) -ldl
 
 #if defined(MacIIArchitecture) || defined(SequentArchitecture) || 
defined(i386ScoArchitecture)
 XBSDLIB = /**/






[gentoo-commits] gentoo-x86 commit in app-text/paperwork: paperwork-0.2.3.ebuild ChangeLog

2015-04-18 Thread Bernard Cafarelli (voyageur)
voyageur15/04/18 08:02:04

  Modified: ChangeLog
  Added:paperwork-0.2.3.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)

Revision  ChangesPath
1.6  app-text/paperwork/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/paperwork/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   8 Apr 2015 07:30:30 -   1.5
+++ ChangeLog   18 Apr 2015 08:02:04 -  1.6
@@ -1,6 +1,11 @@
 # ChangeLog for app-text/paperwork
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/paperwork/ChangeLog,v 1.5 
2015/04/08 07:30:30 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/paperwork/ChangeLog,v 1.6 
2015/04/18 08:02:04 voyageur Exp $
+
+*paperwork-0.2.3 (18 Apr 2015)
+
+  18 Apr 2015; Bernard Cafarelli voyag...@gentoo.org +paperwork-0.2.3.ebuild:
+  Version bump
 
   08 Apr 2015; Michał Górny mgo...@gentoo.org paperwork-0.2.1.ebuild,
   paperwork-0.2.2.ebuild, paperwork-0.2.ebuild:



1.1  app-text/paperwork/paperwork-0.2.3.ebuild

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

Index: paperwork-0.2.3.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/paperwork/paperwork-0.2.3.ebuild,v 
1.1 2015/04/18 08:02:04 voyageur Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )

inherit distutils-r1

DESCRIPTION=a personal document manager for scanned documents (and PDFs)
HOMEPAGE=https://github.com/jflesch/paperwork;
SRC_URI=https://github.com/jflesch/${PN}/archive/${PV}.tar.gz - ${P}.tar.gz

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

RDEPEND=app-text/poppler[introspection]
dev-python/joblib[${PYTHON_USEDEP}]
dev-python/pycairo[${PYTHON_USEDEP}]
dev-python/pycountry[${PYTHON_USEDEP}]
dev-python/pyenchant[${PYTHON_USEDEP}]
dev-python/pygobject:3[${PYTHON_USEDEP}]
=dev-python/pyinsane-1.3.8[${PYTHON_USEDEP}]
=dev-python/pyocr-0.3.0[${PYTHON_USEDEP}]
dev-python/python-levenshtein[${PYTHON_USEDEP}]
dev-python/termcolor[${PYTHON_USEDEP}]
dev-python/whoosh[${PYTHON_USEDEP}]
dev-util/glade[introspection,python]
sci-libs/scikits_learn[${PYTHON_USEDEP}]
sci-libs/scikits_image[${PYTHON_USEDEP}]
virtual/python-imaging[${PYTHON_USEDEP}]
x11-libs/gtk+:3[introspection]
DEPEND=${RDEPEND}

pkg_postinst() {
elog To improve page orientation detection, you can optionally 
install:
elog  app-dicts/aspell-your language
}






[gentoo-commits] gentoo-x86 commit in app-text/paperwork: paperwork-0.2.3.ebuild ChangeLog

2015-04-18 Thread Bernard Cafarelli (voyageur)
voyageur15/04/18 08:07:50

  Modified: paperwork-0.2.3.ebuild ChangeLog
  Log:
  Drop postinst log, this version mostly relies on OCR tool for orientation 
detection
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)

Revision  ChangesPath
1.2  app-text/paperwork/paperwork-0.2.3.ebuild

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

Index: paperwork-0.2.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-text/paperwork/paperwork-0.2.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- paperwork-0.2.3.ebuild  18 Apr 2015 08:02:04 -  1.1
+++ paperwork-0.2.3.ebuild  18 Apr 2015 08:07:50 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/paperwork/paperwork-0.2.3.ebuild,v 
1.1 2015/04/18 08:02:04 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/paperwork/paperwork-0.2.3.ebuild,v 
1.2 2015/04/18 08:07:50 voyageur Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -33,8 +33,3 @@
virtual/python-imaging[${PYTHON_USEDEP}]
x11-libs/gtk+:3[introspection]
 DEPEND=${RDEPEND}
-
-pkg_postinst() {
-   elog To improve page orientation detection, you can optionally 
install:
-   elog  app-dicts/aspell-your language
-}



1.7  app-text/paperwork/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/paperwork/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   18 Apr 2015 08:02:04 -  1.6
+++ ChangeLog   18 Apr 2015 08:07:50 -  1.7
@@ -1,6 +1,10 @@
 # ChangeLog for app-text/paperwork
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/paperwork/ChangeLog,v 1.6 
2015/04/18 08:02:04 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/paperwork/ChangeLog,v 1.7 
2015/04/18 08:07:50 voyageur Exp $
+
+  18 Apr 2015; Bernard Cafarelli voyag...@gentoo.org paperwork-0.2.3.ebuild:
+  Drop postinst log, this version mostly relies on OCR tool for orientation
+  detection
 
 *paperwork-0.2.3 (18 Apr 2015)
 






[gentoo-commits] gentoo-x86 commit in x11-plugins/wmbattery: ChangeLog wmbattery-2.47.ebuild

2015-04-17 Thread Bernard Cafarelli (voyageur)
voyageur15/04/17 12:10:54

  Modified: ChangeLog
  Added:wmbattery-2.47.ebuild
  Log:
  Version bump, better upower support and apm is now optional
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)

Revision  ChangesPath
1.36 x11-plugins/wmbattery/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmbattery/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog   5 Nov 2014 13:05:51 -   1.35
+++ ChangeLog   17 Apr 2015 12:10:54 -  1.36
@@ -1,6 +1,11 @@
 # ChangeLog for x11-plugins/wmbattery
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbattery/ChangeLog,v 1.35 
2014/11/05 13:05:51 voyageur Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbattery/ChangeLog,v 1.36 
2015/04/17 12:10:54 voyageur Exp $
+
+*wmbattery-2.47 (17 Apr 2015)
+
+  17 Apr 2015; Bernard Cafarelli voyag...@gentoo.org +wmbattery-2.47.ebuild:
+  Version bump, better upower support and apm is now optional
 
   05 Nov 2014; Bernard Cafarelli voyag...@gentoo.org wmbattery-2.45.ebuild:
   Host tarball on my devspace, bug #527610



1.1  x11-plugins/wmbattery/wmbattery-2.47.ebuild

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

Index: wmbattery-2.47.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/x11-plugins/wmbattery/wmbattery-2.47.ebuild,v 1.1 
2015/04/17 12:10:54 voyageur Exp $

EAPI=5
inherit autotools

DESCRIPTION=A dockable app to report APM, ACPI, or SPIC battery status
HOMEPAGE=http://windowmaker.org/dockapps/?name=wmbattery;
# Grab from http://windowmaker.org/dockapps/?download=${P}.tar.gz
SRC_URI=http://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz;

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~ppc -sparc ~x86
IUSE=apm +upower

RDEPEND=apm? ( sys-apps/apmd )
x11-libs/libX11
x11-libs/libXext
x11-libs/libXpm
upower? ( || ( =sys-power/upower-0.9.23 sys-power/upower-pm-utils ) )
DEPEND=${RDEPEND}
virtual/pkgconfig

S=${WORKDIR}/dockapps

DOCS=( ChangeLog README TODO )

src_prepare() {
sed -i \
-e '/^icondir/s:icons:pixmaps:' \
autoconf/makeinfo.in || die

use upower || { sed -i -e 's:USE_UPOWER = 1:#:' autoconf/makeinfo.in 
|| die; }

eautoreconf
}






[gentoo-commits] gentoo-x86 commit in x11-plugins/wmmemload: ChangeLog wmmemload-0.1.8.ebuild

2015-04-17 Thread Bernard Cafarelli (voyageur)
voyageur15/04/17 12:34:54

  Modified: ChangeLog
  Added:wmmemload-0.1.8.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)

Revision  ChangesPath
1.24 x11-plugins/wmmemload/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmmemload/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog   5 Nov 2014 13:12:25 -   1.23
+++ ChangeLog   17 Apr 2015 12:34:54 -  1.24
@@ -1,6 +1,11 @@
 # ChangeLog for x11-plugins/wmmemload
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmemload/ChangeLog,v 1.23 
2014/11/05 13:12:25 voyageur Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmemload/ChangeLog,v 1.24 
2015/04/17 12:34:54 voyageur Exp $
+
+*wmmemload-0.1.8 (17 Apr 2015)
+
+  17 Apr 2015; Bernard Cafarelli voyag...@gentoo.org +wmmemload-0.1.8.ebuild:
+  Version bump
 
   05 Nov 2014; Bernard Cafarelli voyag...@gentoo.org wmmemload-0.1.7.ebuild:
   Host tarball on my devspace, bug #527610



1.1  x11-plugins/wmmemload/wmmemload-0.1.8.ebuild

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

Index: wmmemload-0.1.8.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/x11-plugins/wmmemload/wmmemload-0.1.8.ebuild,v 1.1 
2015/04/17 12:34:54 voyageur Exp $

EAPI=5
inherit autotools eutils

DESCRIPTION=dockapp that displays memory and swap space usage
HOMEPAGE=http://windowmaker.org/dockapps/?name=wmmemload;
# Grab from http://windowmaker.org/dockapps/?download=${P}.tar.gz
SRC_URI=http://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz;

LICENSE=GPL-2
SLOT=0
KEYWORDS=~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86
IUSE=

RDEPEND=x11-libs/libX11
x11-libs/libXext
x11-libs/libXpm
DEPEND=${RDEPEND}
x11-proto/xextproto
x11-libs/libICE
x11-libs/libXt

S=${WORKDIR}/dockapps

src_prepare() {
eautoreconf
}

src_install() {
emake DESTDIR=${D} install
dodoc AUTHORS ChangeLog THANKS
}






[gentoo-commits] gentoo-x86 commit in x11-plugins/wmload/files: wmload-0.9.6-solaris.patch

2015-04-17 Thread Bernard Cafarelli (voyageur)
voyageur15/04/17 12:52:59

  Added:wmload-0.9.6-solaris.patch
  Log:
  Version bump with new homepage, ebuild cleanup
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)

Revision  ChangesPath
1.1  x11-plugins/wmload/files/wmload-0.9.6-solaris.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmload/files/wmload-0.9.6-solaris.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmload/files/wmload-0.9.6-solaris.patch?rev=1.1content-type=text/plain

Index: wmload-0.9.6-solaris.patch
===
* original: http://www.rampant.org/~dp/software/wmload.solaris.patch

--- wmload.c
+++ wmload.c
@@ -6,6 +6,11 @@
 #include math.h
 #include fcntl.h
 #include X11/Xatom.h
+#ifdef sun
+#include sys/types.h
+#include sys/sysinfo.h
+#include kstat.h
+#endif
 
 #include back.xpm
 #include mask2.xbm
@@ -410,6 +415,107 @@
 return (char *)p;
 }
 
+#ifdef sun
+
+static kstat_ctl_t *kc;
+static kstat_t **cpu_ksp_list;
+static int ncpus;
+
+void
+cpu_stats_init()
+{
+   int i = 0;
+   kstat_t *ksp;
+   static int kstats_ready = 0;
+
+   if (!kstats_ready) {
+   if ((kc = kstat_open()) == NULL) {
+ fprintf(stderr,wmload: can't open /dev/kstat\n);
+ exit (1);
+   }
+   kstats_ready = 1;
+   }
+
+   for (ksp = kc-kc_chain; ksp; ksp = ksp-ks_next) {
+if (strcmp(ksp-ks_module, cpu_stat) == 0)
+   i++;
+   }
+
+   if (cpu_ksp_list) {
+   free(cpu_ksp_list);
+   }
+   cpu_ksp_list = (kstat_t **) calloc(i * sizeof (kstat_t *), 1); 
+   ncpus = i;
+
+   /*
+* stash the ksp for each CPU.
+*/
+   i = 0;
+   for (ksp = kc-kc_chain; ksp; ksp = ksp-ks_next) {
+if (strcmp(ksp-ks_module, cpu_stat) == 0) {
+   cpu_ksp_list[i] = ksp;
+   i++;
+   }
+   }
+}
+
+int
+get_cpu_stats()
+{
+   int i;
+   cpu_stat_t stat;
+   static int firsttime = 1;
+
+   if (firsttime) {
+   firsttime = 0;
+   return (1); /* force code to go initialize kstat stuff */
+   }
+
+   /*
+* Read each cpu's data.  If the chain has changed (a state change
+* has happened, maybe a new cpu was added to the system), then
+* return 1.  This will cause the code to reinitialize the cpu_ksp_list
+* array.  word.
+*/
+   cp_time[0] = cp_time[1] = cp_time[2] = cp_time[3] = 0;
+   for (i = 0; i  ncpus; i++) {
+   if (kstat_read(kc, cpu_ksp_list[i], (void *) stat) == -1)
+   return (1);
+   cp_time[0] += stat.cpu_sysinfo.cpu[CPU_USER]; /* user */
+   cp_time[1] += stat.cpu_sysinfo.cpu[CPU_WAIT]; /* nice */
+   cp_time[2] += stat.cpu_sysinfo.cpu[CPU_KERNEL]; /* sys */
+   cp_time[3] += stat.cpu_sysinfo.cpu[CPU_IDLE]; /* idle (free)*/
+   }
+   return (0);
+}
+
+void GetLoad(int Maximum, int *usr, int *nice, int *sys, int *free)
+{
+  int total;
+
+  while (get_cpu_stats() != 0) {
+ cpu_stats_init();
+  }
+
+  *usr  = cp_time[0] - last[0];
+  *nice = cp_time[1] - last[1];
+  *sys  = cp_time[2] - last[2];
+  *free = cp_time[3] - last[3];
+
+  /* printf([%d %d %d %d]\n, *usr, *nice, *sys, *free); */
+
+  total = *usr + *nice + *sys + *free;
+  last[0] = cp_time[0];
+  last[1] = cp_time[1];
+  last[2] = cp_time[2];
+  last[3] = cp_time[3];
+
+  *usr = rint(Maximum * (float)(*usr)   /total);
+  *nice =rint(Maximum * (float)(*nice)  /total);
+  *sys = rint(Maximum * (float)(*sys)   /total);
+  *free = rint(Maximum * (float)(*free) /total);
+}
+#else /* sun */
 void GetLoad(int Maximum, int *usr, int *nice, int *sys, int *free)
 { 
   char buffer[100];/*[4096+1];*/
@@ -445,6 +551,7 @@
   *sys = rint(Maximum * (float)(*sys)   /total);
   *free = rint(Maximum * (float)(*free) /total);
 }
+#endif
 
 void InsertLoad()
 {






[gentoo-commits] gentoo-x86 commit in x11-plugins/wmload: ChangeLog wmload-0.9.6.ebuild

2015-04-17 Thread Bernard Cafarelli (voyageur)
voyageur15/04/17 12:52:59

  Modified: ChangeLog
  Added:wmload-0.9.6.ebuild
  Log:
  Version bump with new homepage, ebuild cleanup
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)

Revision  ChangesPath
1.15 x11-plugins/wmload/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmload/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   20 Mar 2015 08:01:37 -  1.14
+++ ChangeLog   17 Apr 2015 12:52:59 -  1.15
@@ -1,6 +1,12 @@
 # ChangeLog for x11-plugins/wmload
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmload/ChangeLog,v 1.14 
2015/03/20 08:01:37 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmload/ChangeLog,v 1.15 
2015/04/17 12:52:59 voyageur Exp $
+
+*wmload-0.9.6 (17 Apr 2015)
+
+  17 Apr 2015; Bernard Cafarelli voyag...@gentoo.org +wmload-0.9.6.ebuild,
+  +files/wmload-0.9.6-solaris.patch:
+  Version bump with new homepage, ebuild cleanup
 
   20 Mar 2015; Justin Lecher j...@gentoo.org files/wmload.desktop:
   Fix desktop file



1.1  x11-plugins/wmload/wmload-0.9.6.ebuild

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

Index: wmload-0.9.6.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmload/wmload-0.9.6.ebuild,v 1.1 
2015/04/17 12:52:59 voyageur Exp $

EAPI=5
inherit eutils toolchain-funcs

DESCRIPTION=yet another dock application showing a system load gauge
HOMEPAGE=http://windowmaker.org/dockapps/?name=wmload;
# Grab from http://windowmaker.org/dockapps/?download=${P}.tar.gz
SRC_URI=http://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz;

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~sparc-solaris 
~x64-solaris ~x86-solaris
IUSE=

RDEPEND=x11-libs/libX11
x11-libs/libXext
x11-libs/libXpm
DEPEND=${RDEPEND}
x11-proto/xproto

S=${WORKDIR}/dockapps

src_prepare() {
epatch ${FILESDIR}/${P}-solaris.patch
}

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

src_install() {
emake DESTDIR=${D} PREFIX=${EPREFIX}/usr install

dodoc README
domenu ${FILESDIR}/${PN}.desktop
}






[gentoo-commits] gentoo-x86 commit in x11-plugins/wmmenu: ChangeLog wmmenu-1.3.ebuild

2015-04-17 Thread Bernard Cafarelli (voyageur)
voyageur15/04/17 11:56:48

  Modified: ChangeLog
  Added:wmmenu-1.3.ebuild
  Log:
  Version bump with new homepage, ebuild cleanup
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)

Revision  ChangesPath
1.12 x11-plugins/wmmenu/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmmenu/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   10 Aug 2014 20:08:05 -  1.11
+++ ChangeLog   17 Apr 2015 11:56:48 -  1.12
@@ -1,6 +1,12 @@
 # ChangeLog for x11-plugins/wmmenu
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmenu/ChangeLog,v 1.11 
2014/08/10 20:08:05 slyfox Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmenu/ChangeLog,v 1.12 
2015/04/17 11:56:48 voyageur Exp $
+
+*wmmenu-1.3 (17 Apr 2015)
+
+  17 Apr 2015; Bernard Cafarelli voyag...@gentoo.org +wmmenu-1.3.ebuild,
+  +files/wmmenu-1.3-Makefile.patch:
+  Version bump with new homepage, ebuild cleanup
 
   10 Aug 2014; Sergei Trofimovich sly...@gentoo.org wmmenu-1.2-r1.ebuild:
   QA: drop trailing '.' from DESCRIPTION



1.1  x11-plugins/wmmenu/wmmenu-1.3.ebuild

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

Index: wmmenu-1.3.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmenu/wmmenu-1.3.ebuild,v 1.1 
2015/04/17 11:56:48 voyageur Exp $

EAPI=5
inherit eutils toolchain-funcs

DESCRIPTION=a popup menu of icons like in AfterStep, as a dockable application
HOMEPAGE=http://windowmaker.org/dockapps/?name=wmmenu;
# Grab from http://windowmaker.org/dockapps/?download=${P}.tar.gz
SRC_URI=http://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz;

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

RDEPEND=x11-libs/gdk-pixbuf
x11-libs/libdockapp
DEPEND=${RDEPEND}

S=${WORKDIR}/dockapps

src_prepare() {
epatch ${FILESDIR}/${P}-Makefile.patch
}

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

src_install() {
dobin wmmenu
doman wmmenu.1
dodoc README TODO example/apps example/defaults 
example/extract_icon_back
}






[gentoo-commits] gentoo-x86 commit in x11-plugins/wmmenu/files: wmmenu-1.3-Makefile.patch

2015-04-17 Thread Bernard Cafarelli (voyageur)
voyageur15/04/17 11:56:48

  Added:wmmenu-1.3-Makefile.patch
  Log:
  Version bump with new homepage, ebuild cleanup
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)

Revision  ChangesPath
1.1  x11-plugins/wmmenu/files/wmmenu-1.3-Makefile.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmmenu/files/wmmenu-1.3-Makefile.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmmenu/files/wmmenu-1.3-Makefile.patch?rev=1.1content-type=text/plain

Index: wmmenu-1.3-Makefile.patch
===
--- Makefile.orig   2015-04-17 13:43:08.122972280 +0200
+++ Makefile2015-04-17 13:43:11.569975854 +0200
@@ -14,12 +14,12 @@
 PIXBUF_LIB := -rdynamic -L$(shell $(PIXBUF_CFG) --variable=prefix)/lib 
-lgdk_pixbuf_xlib-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0
 endif
 
-CC = gcc #-g
-CFLAGS = -pipe -O2
-CPPFLAGS = -MMD -ansi -pedantic -Wall
+CC ?= gcc #-g
+CFLAGS ?= -pipe -O2
+CPPFLAGS ?= -MMD -ansi -pedantic -Wall
 INCDIRS = $(PIXBUF_INC)
 DEFINES = -DETCDIR='$(ETCDIR)' $(PIXBUF_DEF)
-LDFLAGS = -s
+LDFLAGS ?= -s
 LIBDIRS = $(PIXBUF_LIB)
 LDLIBS = -ldockapp -lXpm -lXext -lX11 -lm
 






[gentoo-commits] gentoo-x86 commit in x11-plugins/wmfsm: wmfsm-0.35.ebuild ChangeLog

2015-04-17 Thread Bernard Cafarelli (voyageur)
voyageur15/04/17 11:35:13

  Modified: wmfsm-0.35.ebuild ChangeLog
  Log:
  Unneeded dependency
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)

Revision  ChangesPath
1.2  x11-plugins/wmfsm/wmfsm-0.35.ebuild

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

Index: wmfsm-0.35.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmfsm/wmfsm-0.35.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- wmfsm-0.35.ebuild   17 Apr 2015 11:31:20 -  1.1
+++ wmfsm-0.35.ebuild   17 Apr 2015 11:35:13 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfsm/wmfsm-0.35.ebuild,v 1.1 
2015/04/17 11:31:20 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfsm/wmfsm-0.35.ebuild,v 1.2 
2015/04/17 11:35:13 voyageur Exp $
 
 EAPI=5
 
@@ -21,8 +21,7 @@
x11-libs/libXt
x11-libs/libXpm
 DEPEND=${RDEPEND}
-   x11-proto/xproto
-   x11-proto/xextproto
+   x11-proto/xproto
 
 S=${WORKDIR}/dockapps
 



1.17 x11-plugins/wmfsm/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmfsm/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog   17 Apr 2015 11:31:20 -  1.16
+++ ChangeLog   17 Apr 2015 11:35:13 -  1.17
@@ -1,6 +1,9 @@
 # ChangeLog for x11-plugins/wmfsm
 # Copyright 2002-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfsm/ChangeLog,v 1.16 
2015/04/17 11:31:20 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfsm/ChangeLog,v 1.17 
2015/04/17 11:35:13 voyageur Exp $
+
+  17 Apr 2015; Bernard Cafarelli voyag...@gentoo.org wmfsm-0.35.ebuild:
+  Unneeded dependency
 
 *wmfsm-0.35 (17 Apr 2015)
 






[gentoo-commits] gentoo-x86 commit in x11-plugins/wmfsm: ChangeLog wmfsm-0.35.ebuild

2015-04-17 Thread Bernard Cafarelli (voyageur)
voyageur15/04/17 11:31:20

  Modified: ChangeLog
  Added:wmfsm-0.35.ebuild
  Log:
  Version bump with new homepage
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)

Revision  ChangesPath
1.16 x11-plugins/wmfsm/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmfsm/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog   1 Sep 2014 21:18:24 -   1.15
+++ ChangeLog   17 Apr 2015 11:31:20 -  1.16
@@ -1,6 +1,11 @@
 # ChangeLog for x11-plugins/wmfsm
-# Copyright 2002-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfsm/ChangeLog,v 1.15 
2014/09/01 21:18:24 voyageur Exp $
+# Copyright 2002-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfsm/ChangeLog,v 1.16 
2015/04/17 11:31:20 voyageur Exp $
+
+*wmfsm-0.35 (17 Apr 2015)
+
+  17 Apr 2015; Bernard Cafarelli voyag...@gentoo.org +wmfsm-0.35.ebuild:
+  Version bump with new homepage
 
 *wmfsm-0.34-r2 (01 Sep 2014)
 



1.1  x11-plugins/wmfsm/wmfsm-0.35.ebuild

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

Index: wmfsm-0.35.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfsm/wmfsm-0.35.ebuild,v 1.1 
2015/04/17 11:31:20 voyageur Exp $

EAPI=5

inherit autotools

IUSE=
DESCRIPTION=dockapp for monitoring filesystem usage
HOMEPAGE=http://windowmaker.org/dockapps/?name=wmfsm;
# Grab from http://windowmaker.org/dockapps/?download=${P}.tar.gz
SRC_URI=http://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz;

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

RDEPEND=x11-libs/libX11
x11-libs/libXext
x11-libs/libXt
x11-libs/libXpm
DEPEND=${RDEPEND}
x11-proto/xproto
x11-proto/xextproto

S=${WORKDIR}/dockapps

src_prepare() {
sed -e /^X11LIBS/s/-I$x_includes // -i configure.ac || die sed 
failed

eautoreconf
}

src_install() {
emake DESTDIR=${D} install
dodoc AUTHORS ChangeLog
}






[gentoo-commits] gentoo-x86 commit in sys-devel/llvm: llvm-3.5.2.ebuild llvm-3.6.0.ebuild llvm-3.5.0.ebuild ChangeLog llvm-3.3-r3.ebuild llvm-3.5.1.ebuild llvm-3.4.2.ebuild llvm-9999.ebuild

2015-04-16 Thread Bernard Cafarelli (voyageur)
voyageur15/04/16 11:55:18

  Modified: llvm-3.5.2.ebuild llvm-3.6.0.ebuild
llvm-3.5.0.ebuild ChangeLog llvm-3.3-r3.ebuild
llvm-3.5.1.ebuild llvm-3.4.2.ebuild
llvm-.ebuild
  Log:
  Update debug CFLAGS check, bug #545630
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)

Revision  ChangesPath
1.2  sys-devel/llvm/llvm-3.5.2.ebuild

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

Index: llvm-3.5.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.5.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- llvm-3.5.2.ebuild   3 Apr 2015 08:59:51 -   1.1
+++ llvm-3.5.2.ebuild   16 Apr 2015 11:55:18 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.5.2.ebuild,v 1.1 
2015/04/03 08:59:51 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.5.2.ebuild,v 1.2 
2015/04/16 11:55:18 voyageur Exp $
 
 EAPI=5
 
@@ -94,7 +94,7 @@
ewarn
 
(( build_size *= 14 ))
-   elif is-flagq -g || is-flagq -ggdb; then
+   elif is-flagq '-g?(gdb)?([1-9])'; then
ewarn The C++ compiler -g option is known to increase the size 
of the package
ewarn considerably. If you run out of space, please consider 
removing it.
ewarn



1.2  sys-devel/llvm/llvm-3.6.0.ebuild

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

Index: llvm-3.6.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.6.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- llvm-3.6.0.ebuild   28 Feb 2015 09:38:22 -  1.1
+++ llvm-3.6.0.ebuild   16 Apr 2015 11:55:18 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.6.0.ebuild,v 1.1 
2015/02/28 09:38:22 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.6.0.ebuild,v 1.2 
2015/04/16 11:55:18 voyageur Exp $
 
 EAPI=5
 
@@ -19,7 +19,7 @@
 
 LICENSE=UoI-NCSA
 SLOT=0/3.6
-KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd 
~x64-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos
+KEYWORDS=~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd 
~x64-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos
 IUSE=clang debug doc gold libedit +libffi multitarget ncurses ocaml python
+static-analyzer test xml video_cards_radeon
kernel_Darwin kernel_FreeBSD
@@ -94,7 +94,7 @@
ewarn
 
(( build_size *= 14 ))
-   elif is-flagq -g || is-flagq -ggdb; then
+   elif is-flagq '-g?(gdb)?([1-9])'; then
ewarn The C++ compiler -g option is known to increase the size 
of the package
ewarn considerably. If you run out of space, please consider 
removing it.
ewarn



1.15 sys-devel/llvm/llvm-3.5.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.5.0.ebuild?rev=1.15view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.5.0.ebuild?rev=1.15content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.5.0.ebuild?r1=1.14r2=1.15

Index: llvm-3.5.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.5.0.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- llvm-3.5.0.ebuild   21 Feb 2015 10:07:58 -  1.14
+++ llvm-3.5.0.ebuild   16 Apr 2015 11:55:18 -  1.15
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.5.0.ebuild,v 1.14 
2015/02/21 10:07:58 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.5.0.ebuild,v 1.15 
2015/04/16 

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

2015-04-14 Thread Bernard Cafarelli (voyageur)
voyageur15/04/14 11:55:29

  Modified: ChangeLog
  Added:plowshare-2.1.0-r1.ebuild
  Removed:  plowshare-2.1.0.ebuild
  Log:
  Backport upstream fix for git invocation
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)

Revision  ChangesPath
1.34 net-misc/plowshare/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/plowshare/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog   13 Apr 2015 21:50:02 -  1.33
+++ ChangeLog   14 Apr 2015 11:55:28 -  1.34
@@ -1,6 +1,12 @@
 # ChangeLog for net-misc/plowshare
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/plowshare/ChangeLog,v 1.33 
2015/04/13 21:50:02 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/plowshare/ChangeLog,v 1.34 
2015/04/14 11:55:28 voyageur Exp $
+
+*plowshare-2.1.0-r1 (14 Apr 2015)
+
+  14 Apr 2015; Bernard Cafarelli voyag...@gentoo.org -plowshare-2.1.0.ebuild,
+  +plowshare-2.1.0-r1.ebuild, +files/plowshare-2.1.0-fix_git_invocation.patch:
+  Backport upstream fix for git invocation
 
 *plowshare-2.1.0 (13 Apr 2015)
 



1.1  net-misc/plowshare/plowshare-2.1.0-r1.ebuild

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

Index: plowshare-2.1.0-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-misc/plowshare/plowshare-2.1.0-r1.ebuild,v 1.1 
2015/04/14 11:55:28 voyageur Exp $

EAPI=5

inherit bash-completion-r1 eutils

DESCRIPTION=Command-line downloader and uploader for file-sharing websites
HOMEPAGE=https://github.com/mcrapet/plowshare;

LICENSE=GPL-3
SLOT=0
KEYWORDS=~amd64 ~arm ~ppc ~x86
IUSE=bash-completion +javascript view-captcha

SRC_URI=https://github.com/mcrapet/${PN}/archive/v${PV}.tar.gz - ${P}.tar.gz

RDEPEND=
=app-shells/bash-4
|| ( app-text/recode ( dev-lang/perl dev-perl/HTML-Parser ) )
dev-vcs/git
|| ( media-gfx/imagemagick[tiff] 
media-gfx/graphicsmagick[imagemagick,tiff] )
net-misc/curl
sys-apps/util-linux
javascript? ( || ( dev-lang/spidermonkey:0 dev-java/rhino ) )
view-captcha? ( || ( media-gfx/aview media-libs/libcaca ) )
DEPEND=

# NOTES:
# javascript dep should be any javascript interpreter using /usr/bin/js

src_prepare() {
epatch ${FILESDIR}/${P}-fix_git_invocation.patch

# Fix doc install path
sed -i -e /^DOCDIR/s|plowshare4|${P}| Makefile || die sed failed

if ! use bash-completion
then
sed -i -e \ /^install:/s/install_bash_completion// \
Makefile || die sed failed
fi
}

src_compile() {
# There is a Makefile but it's not compiling anything, let's not try.
:
}

src_test() {
# Disable tests because all of them need a working Internet connection.
:
}

src_install() {
emake DESTDIR=${D} PREFIX=/usr \
PLOWSHARE_FORCE_VERSION=${PV} install
}

pkg_postinst() {
elog plowshare is not delivered with modules by default anymore
elog Per-user modules can be installed/updated with the plowmod 
command
if ! use javascript; then
ewarn Without javascript you will not be able to use modules
ewarn requering a Javascript shell (/usr/bin/js)
fi
}






[gentoo-commits] gentoo-x86 commit in net-misc/plowshare/files: plowshare-2.1.0-fix_git_invocation.patch

2015-04-14 Thread Bernard Cafarelli (voyageur)
voyageur15/04/14 11:55:28

  Added:plowshare-2.1.0-fix_git_invocation.patch
  Log:
  Backport upstream fix for git invocation
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)

Revision  ChangesPath
1.1  
net-misc/plowshare/files/plowshare-2.1.0-fix_git_invocation.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/plowshare/files/plowshare-2.1.0-fix_git_invocation.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/plowshare/files/plowshare-2.1.0-fix_git_invocation.patch?rev=1.1content-type=text/plain

Index: plowshare-2.1.0-fix_git_invocation.patch
===
diff --git a/src/core.sh b/src/core.sh
index bccdafc..0f38473 100644
--- a/src/core.sh
+++ b/src/core.sh
@@ -2883,7 +2883,7 @@ process_configfile_module_options() {
 # $1: absolute path to plowshare's libdir
 log_report_info() {
 local -r LIBDIR1=$1
-local G GIT_DIR LIBDIR2
+local G LIBDIR2
 
 if test $VERBOSE -ge 4; then
 log_report '=== SYSTEM INFO BEGIN ==='
@@ -2908,10 +2908,9 @@ log_report_info() {
 fi
 done
 
-GIT_DIR=$(git --work-tree $LIBDIR rev-parse --quiet --git-dir) || 
true
-if [ -d $GIT_DIR ]; then
-local -r GIT_BRANCH=$(git --git-dir=$GIT_DIR rev-parse --quiet 
--abbrev-ref HEAD)
-local -r GIT_REV=$(git --git-dir=$GIT_DIR describe --tags --always 
2/dev/null)
+if git -C $LIBDIR rev-parse --is-inside-work-tree /dev/null; then
+local -r GIT_BRANCH=$(git -C $LIBDIR rev-parse --quiet 
--abbrev-ref HEAD)
+local -r GIT_REV=$(git -C $LIBDIR describe --tags --always 
2/dev/null)
 log_report [git ] $GIT_REV ($GIT_BRANCH branch)
 fi
 
diff --git a/src/mod.sh b/src/mod.sh
index 42795a8..b4c6475 100755
--- a/src/mod.sh
+++ b/src/mod.sh
@@ -98,10 +98,9 @@ mod_install() {
 log_notice - installing new directory: $L
 
 if [ -d $L -a -n $HAVE_GIT ]; then
-GIT_DIR=$(git --work-tree $L rev-parse --quiet --git-dir) || true
-if [ -d $GIT_DIR ]; then
+if git -C $L rev-parse --is-inside-work-tree /dev/null; then
 log_notice 'WARNING: directory already exists! Do a git pull.'
-git pull --quiet
+git -C $L pull --quiet
 else
 log_error 'ERROR: directory exists but it does not appear to be a 
git repository, abort'
 RET=$ERR_FATAL
@@ -124,9 +123,8 @@ mod_update() {
 
 if [ -d $L ]; then
 if [ -n $HAVE_GIT ]; then
-GIT_DIR=$(git --work-tree $L rev-parse --quiet --git-dir) || true
-if [ -d $GIT_DIR ]; then
-git pull --quiet
+if git -C $L rev-parse --is-inside-work-tree /dev/null; then
+git -C $L pull --quiet
 else
 log_error 'ERROR: directory exists but it does not appear to 
be a git repository, abort!'
 RET=$ERR_FATAL






[gentoo-commits] gentoo-x86 commit in net-misc/plowshare/files: - New directory

2015-04-14 Thread Bernard Cafarelli (voyageur)
voyageur15/04/14 11:53:41

  Log:
  Directory /var/cvsroot/gentoo-x86/net-misc/plowshare/files added to the 
repository



[gentoo-commits] gentoo-x86 commit in net-misc/plowshare: metadata.xml ChangeLog plowshare-2.1.0.ebuild plowshare-1.0.0.ebuild plowshare-1.0.4.ebuild plowshare-1.0.6.ebuild plowshare-1.0.2.ebuild

2015-04-13 Thread Bernard Cafarelli (voyageur)
voyageur15/04/13 21:50:02

  Modified: metadata.xml ChangeLog
  Added:plowshare-2.1.0.ebuild
  Removed:  plowshare-1.0.0.ebuild plowshare-1.0.4.ebuild
plowshare-1.0.6.ebuild plowshare-1.0.2.ebuild
  Log:
  Version bump, new homepage, modules are now fetched by user with plowmod 
command, drop some old versions
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)

Revision  ChangesPath
1.10 net-misc/plowshare/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/plowshare/metadata.xml?rev=1.10view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/plowshare/metadata.xml?rev=1.10content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/plowshare/metadata.xml?r1=1.9r2=1.10

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/plowshare/metadata.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- metadata.xml10 Mar 2015 13:30:38 -  1.9
+++ metadata.xml13 Apr 2015 21:50:02 -  1.10
@@ -10,6 +10,6 @@
flag name=view-captchaView captcha with aview/flag
/use
upstream
-   remote-id type=google-codeplowshare/remote-id
+   remote-id type=githubmcrapet/plowshare/remote-id
/upstream
 /pkgmetadata



1.33 net-misc/plowshare/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/plowshare/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog   10 Mar 2015 13:30:38 -  1.32
+++ ChangeLog   13 Apr 2015 21:50:02 -  1.33
@@ -1,6 +1,14 @@
 # ChangeLog for net-misc/plowshare
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/plowshare/ChangeLog,v 1.32 
2015/03/10 13:30:38 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/plowshare/ChangeLog,v 1.33 
2015/04/13 21:50:02 voyageur Exp $
+
+*plowshare-2.1.0 (13 Apr 2015)
+
+  13 Apr 2015; Bernard Cafarelli voyag...@gentoo.org -plowshare-1.0.0.ebuild,
+  -plowshare-1.0.2.ebuild, -plowshare-1.0.4.ebuild, -plowshare-1.0.6.ebuild,
+  +plowshare-2.1.0.ebuild, metadata.xml:
+  Version bump, new homepage, modules are now fetched by user with plowmod
+  command, drop some old versions
 
 *plowshare-2.0.1 (10 Mar 2015)
 



1.1  net-misc/plowshare/plowshare-2.1.0.ebuild

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

Index: plowshare-2.1.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/plowshare/plowshare-2.1.0.ebuild,v 
1.1 2015/04/13 21:50:02 voyageur Exp $

EAPI=5

inherit bash-completion-r1

DESCRIPTION=Command-line downloader and uploader for file-sharing websites
HOMEPAGE=https://github.com/mcrapet/plowshare;

LICENSE=GPL-3
SLOT=0
KEYWORDS=~amd64 ~arm ~ppc ~x86
IUSE=bash-completion +javascript view-captcha

SRC_URI=https://github.com/mcrapet/${PN}/archive/v${PV}.tar.gz - ${P}.tar.gz

RDEPEND=
=app-shells/bash-4
|| ( app-text/recode ( dev-lang/perl dev-perl/HTML-Parser ) )
dev-vcs/git
|| ( media-gfx/imagemagick[tiff] 
media-gfx/graphicsmagick[imagemagick,tiff] )
net-misc/curl
sys-apps/util-linux
javascript? ( || ( dev-lang/spidermonkey:0 dev-java/rhino ) )
view-captcha? ( || ( media-gfx/aview media-libs/libcaca ) )
DEPEND=

# NOTES:
# javascript dep should be any javascript interpreter using /usr/bin/js

src_prepare() {
# Fix doc install path
sed -i -e /^DOCDIR/s|plowshare4|${P}| Makefile || die sed failed

if ! use bash-completion
then
sed -i -e \ /^install:/s/install_bash_completion// \
Makefile || die sed failed
fi
}

src_compile() {
# There is a Makefile but it's not compiling anything, let's not try.
:
}

src_test() {
# Disable tests because all of them need a working Internet connection.
:
}

src_install() {
emake DESTDIR=${D} PREFIX=/usr \

[gentoo-commits] gentoo-x86 commit in sys-devel/clang: ChangeLog clang-3.5.2-r100.ebuild

2015-04-03 Thread Bernard Cafarelli (voyageur)
voyageur15/04/03 09:03:03

  Modified: ChangeLog
  Added:clang-3.5.2-r100.ebuild
  Log:
  3.5 bugfix release bump
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)

Revision  ChangesPath
1.122sys-devel/clang/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/clang/ChangeLog,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -r1.121 -r1.122
--- ChangeLog   28 Feb 2015 09:38:31 -  1.121
+++ ChangeLog   3 Apr 2015 09:03:03 -   1.122
@@ -1,6 +1,12 @@
 # ChangeLog for sys-devel/clang
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/ChangeLog,v 1.121 
2015/02/28 09:38:31 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/ChangeLog,v 1.122 
2015/04/03 09:03:03 voyageur Exp $
+
+*clang-3.5.2-r100 (03 Apr 2015)
+
+  03 Apr 2015; Bernard Cafarelli voyag...@gentoo.org
+  +clang-3.5.2-r100.ebuild:
+  3.5 bugfix release bump
 
 *clang-3.6.0-r100 (27 Feb 2015)
 



1.1  sys-devel/clang/clang-3.5.2-r100.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/clang/clang-3.5.2-r100.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/clang/clang-3.5.2-r100.ebuild?rev=1.1content-type=text/plain

Index: clang-3.5.2-r100.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/clang-3.5.2-r100.ebuild,v 
1.1 2015/04/03 09:03:03 voyageur Exp $

EAPI=5

inherit multilib-build

DESCRIPTION=C language family frontend for LLVM (meta-ebuild)
HOMEPAGE=http://clang.llvm.org/;
SRC_URI=

LICENSE=UoI-NCSA
SLOT=0/3.5
KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos
IUSE=debug multitarget python +static-analyzer

RDEPEND=~sys-devel/llvm-${PV}[clang(-),debug=,multitarget?,python?,static-analyzer,${MULTILIB_USEDEP}]

# Please keep this package around since it's quite likely that we'll
# return to separate LLVM  clang ebuilds when the cmake build system
# is complete.

pkg_postinst() {
if has_version =dev-util/ccache-3.1.9-r2 ; then
#add ccache links as clang might get installed after ccache
${EROOT}/usr/bin/ccache-config --install-links
fi
}

pkg_postrm() {
if has_version =dev-util/ccache-3.1.9-r2  [[ -z 
${REPLACED_BY_VERSION} ]]; then
# --remove-links would remove all links, --install-links 
updates them
${EROOT}/usr/bin/ccache-config --install-links
fi
}






[gentoo-commits] gentoo-x86 commit in sys-devel/llvm: ChangeLog llvm-3.5.2.ebuild

2015-04-03 Thread Bernard Cafarelli (voyageur)
voyageur15/04/03 08:59:51

  Modified: ChangeLog
  Added:llvm-3.5.2.ebuild
  Log:
  3.5 bugfix release bump
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)

Revision  ChangesPath
1.236sys-devel/llvm/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v
retrieving revision 1.235
retrieving revision 1.236
diff -u -r1.235 -r1.236
--- ChangeLog   2 Apr 2015 15:05:26 -   1.235
+++ ChangeLog   3 Apr 2015 08:59:51 -   1.236
@@ -1,6 +1,11 @@
 # ChangeLog for sys-devel/llvm
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.235 2015/04/02 
15:05:26 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.236 2015/04/03 
08:59:51 voyageur Exp $
+
+*llvm-3.5.2 (03 Apr 2015)
+
+  03 Apr 2015; Bernard Cafarelli voyag...@gentoo.org +llvm-3.5.2.ebuild:
+  3.5 bugfix release bump
 
   02 Apr 2015; Bernard Cafarelli voyag...@gentoo.org llvm-.ebuild,
   +files/llvm-3.7-nodoctargz.patch:



1.1  sys-devel/llvm/llvm-3.5.2.ebuild

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

Index: llvm-3.5.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.5.2.ebuild,v 1.1 
2015/04/03 08:59:51 voyageur Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 pypy )

inherit eutils flag-o-matic multibuild multilib \
multilib-minimal python-r1 toolchain-funcs pax-utils check-reqs prefix

DESCRIPTION=Low Level Virtual Machine
HOMEPAGE=http://llvm.org/;
SRC_URI=http://llvm.org/releases/${PV}/${P}.src.tar.xz
clang? ( http://llvm.org/releases/${PV}/compiler-rt-${PV}.src.tar.xz
http://llvm.org/releases/${PV}/cfe-${PV}.src.tar.xz

http://llvm.org/releases/${PV}/clang-tools-extra-${PV}.src.tar.xz )
!doc? ( 
http://dev.gentoo.org/~voyageur/distfiles/${PN}-3.5.0-manpages.tar.bz2 )

LICENSE=UoI-NCSA
SLOT=0/3.5
KEYWORDS=~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd 
~x64-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos
IUSE=clang debug doc gold libedit +libffi multitarget ncurses ocaml python
+static-analyzer test xml video_cards_radeon
kernel_Darwin kernel_FreeBSD

COMMON_DEPEND=
sys-libs/zlib:0=
clang? (
python? ( ${PYTHON_DEPS} )
static-analyzer? (
dev-lang/perl:*
${PYTHON_DEPS}
)
xml? ( dev-libs/libxml2:2= )
)
gold? ( =sys-devel/binutils-2.22:*[cxx] )
libedit? ( dev-libs/libedit:0=[${MULTILIB_USEDEP}] )
libffi? ( =virtual/libffi-3.0.13-r1:0=[${MULTILIB_USEDEP}] )
ncurses? ( =sys-libs/ncurses-5.9-r3:5=[${MULTILIB_USEDEP}] )
ocaml? ( dev-lang/ocaml:0= )
# configparser-3.2 breaks the build (3.3 or none at all are fine)
DEPEND=${COMMON_DEPEND}
app-arch/xz-utils
dev-lang/perl
=sys-devel/make-3.81
=sys-devel/flex-2.5.4
=sys-devel/bison-1.875d
|| ( =sys-devel/gcc-3.0 =sys-devel/gcc-apple-4.2.1
( =sys-freebsd/freebsd-lib-9.1-r10 sys-libs/libcxx )
)
|| ( =sys-devel/binutils-2.18 =sys-devel/binutils-apple-5.1 )
clang? ( xml? ( virtual/pkgconfig ) )
doc? ( dev-python/sphinx )
libffi? ( virtual/pkgconfig )
!!dev-python/configparser-3.3.0.2
${PYTHON_DEPS}
RDEPEND=${COMMON_DEPEND}
clang? ( !=sys-devel/clang-${PV}-r99
!=sys-devel/clang- )
abi_x86_32? ( !=app-emulation/emul-linux-x86-baselibs-20130224-r2
!app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] )
PDEPEND=clang? ( =sys-devel/clang-${PV}-r100 )

# pypy gives me around 1700 unresolved tests due to open file limit
# being exceeded. probably GC does not close them fast enough.
REQUIRED_USE=${PYTHON_REQUIRED_USE}
test? ( || ( $(python_gen_useflags 'python*') ) )

S=${WORKDIR}/${P}.src

# Some people actually override that in make.conf. That sucks since
# we need to run install per-directory, and ninja can't do that...
# so why did it call 

[gentoo-commits] gentoo-x86 commit in net-misc/nxplayer: ChangeLog nxplayer-4.5.0.1.ebuild

2015-04-02 Thread Bernard Cafarelli (voyageur)
voyageur15/04/02 22:51:07

  Modified: ChangeLog
  Added:nxplayer-4.5.0.1.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)

Revision  ChangesPath
1.2  net-misc/nxplayer/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/nxplayer/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   26 Mar 2015 14:29:15 -  1.1
+++ ChangeLog   2 Apr 2015 22:51:07 -   1.2
@@ -1,6 +1,12 @@
 # ChangeLog for net-misc/nxplayer
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/nxplayer/ChangeLog,v 1.1 
2015/03/26 14:29:15 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/nxplayer/ChangeLog,v 1.2 
2015/04/02 22:51:07 voyageur Exp $
+
+*nxplayer-4.5.0.1 (02 Apr 2015)
+
+  02 Apr 2015; Bernard Cafarelli voyag...@gentoo.org
+  +nxplayer-4.5.0.1.ebuild:
+  Version bump
 
 *nxplayer-4.4.12.11 (26 Mar 2015)
 



1.1  net-misc/nxplayer/nxplayer-4.5.0.1.ebuild

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

Index: nxplayer-4.5.0.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/nxplayer/nxplayer-4.5.0.1.ebuild,v 
1.1 2015/04/02 22:51:07 voyageur Exp $

EAPI=5
inherit eutils versionator

MY_P=nomachine-enterprise-client_$(get_version_component_range 
1-3)_$(get_version_component_range 4)

DESCRIPTION=Client for NoMachine remote servers
HOMEPAGE=http://www.nomachine.com;
SRC_URI=amd64? ( 
http://download.nomachine.com/download/$(get_version_component_range 
1-2)/Linux/${MY_P}_x86_64.tar.gz )
x86? ( 
http://download.nomachine.com/download/$(get_version_component_range 
1-2)/Linux/${MY_P}_i686.tar.gz )
LICENSE=nomachine
SLOT=0
KEYWORDS=-* ~amd64 ~x86
IUSE=
RESTRICT=strip

DEPEND=
RDEPEND=dev-libs/glib:2
dev-libs/openssl:0

S=${WORKDIR}/NX/etc/NX/player/packages

QA_PREBUILT=*

src_install()
{
local NXROOT=/opt/NX

#   dodir /etc/NX/localhost
#   echo 'PlayerRoot = '${NXROOT}''  ${D}/etc/NX/localhost/player.cfg

dodir /opt
tar xozf nxclient.tar.gz -C ${D}/opt
tar xozf nxplayer.tar.gz -C ${D}/opt

make_wrapper nxplayer ${NXROOT}/bin/nxplayer ${NXROOT} ${NXROOT}/lib 
/opt/bin
}






[gentoo-commits] gentoo-x86 commit in sys-devel/llvm/files: llvm-3.7-nodoctargz.patch

2015-04-02 Thread Bernard Cafarelli (voyageur)
voyageur15/04/02 15:05:26

  Added:llvm-3.7-nodoctargz.patch
  Log:
  Fix live ebuild patch, though it requires a rewrite for cmake build system, 
bug #543536
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)

Revision  ChangesPath
1.1  sys-devel/llvm/files/llvm-3.7-nodoctargz.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/files/llvm-3.7-nodoctargz.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/files/llvm-3.7-nodoctargz.patch?rev=1.1content-type=text/plain

Index: llvm-3.7-nodoctargz.patch
===
--- docs/Makefile.orig  2012-04-30 17:00:01.0 +0200
+++ docs/Makefile   2012-04-30 17:15:52.0 +0200
@@ -52,11 +52,10 @@
 # 'make generated BUILD_FOR_WEBSITE=1'
 generated:: $(generated_targets)
 
-install-html: $(PROJ_OBJ_DIR)/html.tar.gz
+install-html:
$(Echo) Installing HTML documentation
$(Verb) $(MKDIR) $(DESTDIR)$(PROJ_docsdir)/html
$(Verb) $(DataInstall) $(HTML) $(DESTDIR)$(PROJ_docsdir)/html
-   $(Verb) $(DataInstall) $(PROJ_OBJ_DIR)/html.tar.gz 
$(DESTDIR)$(PROJ_docsdir)
 
 $(PROJ_OBJ_DIR)/html.tar.gz: $(HTML)
$(Echo) Packaging HTML documentation
@@ -68,12 +67,11 @@
 
 install-doxygen: doxygen
$(Echo) Installing doxygen documentation
-   $(Verb) $(DataInstall) $(PROJ_OBJ_DIR)/doxygen.tar.gz 
$(DESTDIR)$(PROJ_docsdir)
$(Verb) cd $(PROJ_OBJ_DIR)/doxygen/html  \
  for DIR in $$($(FIND) . -type d); do \
DESTSUB=$(DESTDIR)$(PROJ_docsdir)/html/doxygen/$$(echo $$DIR | cut 
-c 3-); \
$(MKDIR) $$DESTSUB  \
$(FIND) $$DIR -maxdepth 1 -type f -exec $(DataInstall) {} $$DESTSUB 
\; ; \
if [ $$? != 0 ]; then exit 1; fi \
  done
 
-doxygen: regendoc $(PROJ_OBJ_DIR)/doxygen.tar.gz
+doxygen: regendoc
 
 regendoc:
$(Echo) Building doxygen documentation
@@ -99,7 +97,6 @@
 install-ocamldoc: ocamldoc
$(Echo) Installing ocamldoc documentation
$(Verb) $(MKDIR) $(DESTDIR)$(PROJ_docsdir)/ocamldoc/html
-   $(Verb) $(DataInstall) $(PROJ_OBJ_DIR)/ocamldoc.tar.gz 
$(DESTDIR)$(PROJ_docsdir)
$(Verb) cd $(PROJ_OBJ_DIR)/ocamldoc  \
  $(FIND) . -type f -exec \
$(DataInstall) {} $(DESTDIR)$(PROJ_docsdir)/ocamldoc/html \;
@@ -109,7 +106,6 @@
$(Verb) $(RM) -rf $(PROJ_OBJ_DIR)/ocamldoc.tar*
$(Verb) $(TAR) cf $(PROJ_OBJ_DIR)/ocamldoc.tar ocamldoc
$(Verb) $(GZIPBIN) $(PROJ_OBJ_DIR)/ocamldoc.tar
-   $(Verb) $(CP) $(PROJ_OBJ_DIR)/ocamldoc.tar.gz 
$(PROJ_OBJ_DIR)/ocamldoc/html/
 
 regen-ocamldoc:
$(Echo) Building ocamldoc documentation






[gentoo-commits] gentoo-x86 commit in sys-devel/llvm: ChangeLog llvm-9999.ebuild

2015-04-02 Thread Bernard Cafarelli (voyageur)
voyageur15/04/02 15:05:26

  Modified: ChangeLog llvm-.ebuild
  Log:
  Fix live ebuild patch, though it requires a rewrite for cmake build system, 
bug #543536
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)

Revision  ChangesPath
1.235sys-devel/llvm/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v
retrieving revision 1.234
retrieving revision 1.235
diff -u -r1.234 -r1.235
--- ChangeLog   19 Mar 2015 09:28:02 -  1.234
+++ ChangeLog   2 Apr 2015 15:05:26 -   1.235
@@ -1,6 +1,11 @@
 # ChangeLog for sys-devel/llvm
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.234 2015/03/19 
09:28:02 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.235 2015/04/02 
15:05:26 voyageur Exp $
+
+  02 Apr 2015; Bernard Cafarelli voyag...@gentoo.org llvm-.ebuild,
+  +files/llvm-3.7-nodoctargz.patch:
+  Fix live ebuild patch, though it requires a rewrite for cmake build system,
+  bug #543536
 
   19 Mar 2015; Bernard Cafarelli voyag...@gentoo.org llvm-3.1-r2.ebuild,
   +files/llvm-3.1-docs-pod-markup-fixes.patch,



1.103sys-devel/llvm/llvm-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-.ebuild?rev=1.103view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-.ebuild?rev=1.103content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-.ebuild?r1=1.102r2=1.103

Index: llvm-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-.ebuild,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -r1.102 -r1.103
--- llvm-.ebuild4 Feb 2015 10:55:25 -   1.102
+++ llvm-.ebuild2 Apr 2015 15:05:26 -   1.103
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-.ebuild,v 1.102 
2015/02/04 10:55:25 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-.ebuild,v 1.103 
2015/04/02 15:05:26 voyageur Exp $
 
 EAPI=5
 
@@ -143,7 +143,7 @@
 }
 
 src_prepare() {
-   epatch ${FILESDIR}/${PN}-3.2-nodoctargz.patch
+   epatch ${FILESDIR}/${PN}-3.7-nodoctargz.patch
epatch ${FILESDIR}/${PN}-3.5-gcc-4.9.patch
epatch ${FILESDIR}/${PN}-3.6-gentoo-install.patch
# Make ocaml warnings non-fatal, bug #537308






[gentoo-commits] gentoo-x86 commit in x11-plugins/wmswallow: ChangeLog wmswallow-0.6.1-r1.ebuild

2015-04-01 Thread Bernard Cafarelli (voyageur)
voyageur15/04/01 15:22:06

  Modified: ChangeLog wmswallow-0.6.1-r1.ebuild
  Log:
  Fix compilation with format-security, bug #544644
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)

Revision  ChangesPath
1.12 x11-plugins/wmswallow/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmswallow/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   27 Mar 2015 16:28:48 -  1.11
+++ ChangeLog   1 Apr 2015 15:22:06 -   1.12
@@ -1,6 +1,10 @@
 # ChangeLog for x11-plugins/wmswallow
 # Copyright 2000-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmswallow/ChangeLog,v 1.11 
2015/03/27 16:28:48 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmswallow/ChangeLog,v 1.12 
2015/04/01 15:22:06 voyageur Exp $
+
+  01 Apr 2015; Bernard Cafarelli voyag...@gentoo.org
+  wmswallow-0.6.1-r1.ebuild, +files/wmswallow-0.6.1-format-security.patch:
+  Fix compilation with format-security, bug #544644
 
   27 Mar 2015; Agostino Sarubbo a...@gentoo.org wmswallow-0.6.1-r1.ebuild:
   Stable for amd64, wrt bug #541774



1.3  x11-plugins/wmswallow/wmswallow-0.6.1-r1.ebuild

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

Index: wmswallow-0.6.1-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/x11-plugins/wmswallow/wmswallow-0.6.1-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- wmswallow-0.6.1-r1.ebuild   27 Mar 2015 16:28:48 -  1.2
+++ wmswallow-0.6.1-r1.ebuild   1 Apr 2015 15:22:06 -   1.3
@@ -1,9 +1,9 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/x11-plugins/wmswallow/wmswallow-0.6.1-r1.ebuild,v 1.2 
2015/03/27 16:28:48 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/x11-plugins/wmswallow/wmswallow-0.6.1-r1.ebuild,v 1.3 
2015/04/01 15:22:06 voyageur Exp $
 
 EAPI=5
-inherit toolchain-funcs
+inherit eutils toolchain-funcs
 
 DESCRIPTION=A dock applet to make any application dockable
 HOMEPAGE=http://burse.uni-hamburg.de/~friedel/software/wmswallow.html;
@@ -22,6 +22,7 @@
 S=${WORKDIR}/wmswallow
 
 src_prepare() {
+   epatch ${FILESDIR}/${P}-format-security.patch
sed -e s:\${OBJS} -o:\${OBJS} \${LDFLAGS} -o: \
-e /LIBS/s/-lXext/-lX11 \0/\
-i Makefile || die






[gentoo-commits] gentoo-x86 commit in x11-plugins/wmswallow/files: wmswallow-0.6.1-format-security.patch

2015-04-01 Thread Bernard Cafarelli (voyageur)
voyageur15/04/01 15:22:06

  Added:wmswallow-0.6.1-format-security.patch
  Log:
  Fix compilation with format-security, bug #544644
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)

Revision  ChangesPath
1.1  
x11-plugins/wmswallow/files/wmswallow-0.6.1-format-security.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmswallow/files/wmswallow-0.6.1-format-security.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmswallow/files/wmswallow-0.6.1-format-security.patch?rev=1.1content-type=text/plain

Index: wmswallow-0.6.1-format-security.patch
===
--- wmswallow.c.orig2015-04-01 17:12:29.420177608 +0200
+++ wmswallow.c 2015-04-01 17:13:14.947182921 +0200
@@ -445,11 +445,11 @@
 int printlist(FILE * stream, char * string, char **stringlist) {
   int i=0;
 
-  fprintf(stream, string);
+  fprintf(stream, %s, string);
   if (stringlist!=NULL) {
 while (stringlist[i]!=NULL) {
   fprintf(stream,  �);
-  fprintf(stream, stringlist[i]);
+  fprintf(stream, %s, stringlist[i]);
   fprintf(stream, � );
   ++i;
 }






[gentoo-commits] gentoo-x86 commit in net-ftp/filezilla: filezilla-3.10.3.ebuild ChangeLog

2015-03-30 Thread Bernard Cafarelli (voyageur)
voyageur15/03/30 12:05:01

  Modified: ChangeLog
  Added:filezilla-3.10.3.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)

Revision  ChangesPath
1.122net-ftp/filezilla/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/filezilla/ChangeLog?rev=1.122view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/filezilla/ChangeLog?rev=1.122content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/filezilla/ChangeLog?r1=1.121r2=1.122

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-ftp/filezilla/ChangeLog,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -r1.121 -r1.122
--- ChangeLog   3 Mar 2015 16:10:37 -   1.121
+++ ChangeLog   30 Mar 2015 12:05:01 -  1.122
@@ -1,6 +1,12 @@
 # ChangeLog for net-ftp/filezilla
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/filezilla/ChangeLog,v 1.121 
2015/03/03 16:10:37 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/filezilla/ChangeLog,v 1.122 
2015/03/30 12:05:01 voyageur Exp $
+
+*filezilla-3.10.3 (30 Mar 2015)
+
+  30 Mar 2015; Bernard Cafarelli voyag...@gentoo.org
+  +filezilla-3.10.3.ebuild:
+  Version bump
 
 *filezilla-3.10.2 (03 Mar 2015)
 



1.1  net-ftp/filezilla/filezilla-3.10.3.ebuild

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

Index: filezilla-3.10.3.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-ftp/filezilla/filezilla-3.10.3.ebuild,v 
1.1 2015/03/30 12:05:01 voyageur Exp $

EAPI=5

WX_GTK_VER=3.0

inherit autotools eutils flag-o-matic multilib wxwidgets

MY_PV=${PV/_/-}
MY_P=FileZilla_${MY_PV}

DESCRIPTION=FTP client with lots of useful features and an intuitive interface
HOMEPAGE=http://filezilla-project.org/;
SRC_URI=mirror://sourceforge/${PN}/${MY_P}_src.tar.bz2

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~arm ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~ia64-linux 
~x86-linux ~x86-macos
IUSE=aqua dbus nls test

RDEPEND==app-admin/eselect-wxwidgets-0.7-r1
=dev-db/sqlite-3.7
=dev-libs/tinyxml-2.6.1-r1[stl]
net-dns/libidn
=net-libs/gnutls-3.1.12
aqua? ( =x11-libs/wxGTK-3.0.2.0-r1:3.0[aqua] )
!aqua? ( =x11-libs/wxGTK-3.0.2.0-r1:3.0[X] x11-misc/xdg-utils )
dbus? ( sys-apps/dbus )
DEPEND=${RDEPEND}
virtual/pkgconfig
=sys-devel/libtool-1.4
nls? ( =sys-devel/gettext-0.11 )
test? ( dev-util/cppunit )

S=${WORKDIR}/${PN}-${MY_PV}

src_prepare() {
epatch ${FILESDIR}/${PN}-3.10.2-debug.patch
append-cppflags -DTIXML_USE_STL
eautoreconf
}

src_configure() {
econf $(use_with dbus) $(use_enable nls locales) \
--with-tinyxml=system \
--disable-autoupdatecheck
}

src_install() {
emake DESTDIR=${D} install

doicon src/interface/resources/48x48/${PN}.png

dodoc AUTHORS ChangeLog NEWS

if use aqua ; then
cat  ${T}/${PN} -EOF
#!${EPREFIX}/bin/bash
open ${EPREFIX}/Applications/FileZilla.app
EOF
rm ${ED}/usr/bin/${PN} || die
dobin ${T}/${PN}
insinto /Applications
doins -r ${S}/FileZilla.app
fi
}






[gentoo-commits] gentoo-x86 commit in media-gfx/argyllcms: argyllcms-1.6.3-r1.ebuild ChangeLog

2015-03-30 Thread Bernard Cafarelli (voyageur)
voyageur15/03/30 17:24:54

  Modified: ChangeLog
  Added:argyllcms-1.6.3-r1.ebuild
  Log:
  Fix obsolete /lib/udev/usb-db use, patch from Debian, fixes bug #544728. Also 
add some slot operator deps
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)

Revision  ChangesPath
1.39 media-gfx/argyllcms/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-gfx/argyllcms/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog   14 Aug 2014 12:40:00 -  1.38
+++ ChangeLog   30 Mar 2015 17:24:54 -  1.39
@@ -1,6 +1,13 @@
 # ChangeLog for media-gfx/argyllcms
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/argyllcms/ChangeLog,v 1.38 
2014/08/14 12:40:00 jer Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/argyllcms/ChangeLog,v 1.39 
2015/03/30 17:24:54 voyageur Exp $
+
+*argyllcms-1.6.3-r1 (30 Mar 2015)
+
+  30 Mar 2015; Bernard Cafarelli voyag...@gentoo.org
+  +argyllcms-1.6.3-r1.ebuild, +files/argyllcms-1.6.3-usb-db.patch:
+  Fix obsolete /lib/udev/usb-db use, patch from Debian, fixes bug #544728. Also
+  add some slot operator deps
 
   14 Aug 2014; Jeroen Roovers j...@gentoo.org argyllcms-1.6.3.ebuild:
   Stable for HPPA (bug #517804).



1.1  media-gfx/argyllcms/argyllcms-1.6.3-r1.ebuild

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

Index: argyllcms-1.6.3-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-gfx/argyllcms/argyllcms-1.6.3-r1.ebuild,v 1.1 
2015/03/30 17:24:54 voyageur Exp $

EAPI=5

inherit base flag-o-matic multiprocessing toolchain-funcs udev

MY_P=Argyll_V${PV}

DESCRIPTION=Open source, ICC compatible color management system
HOMEPAGE=http://www.argyllcms.com/;
SRC_URI=http://www.argyllcms.com/${MY_P}_src.zip;

LICENSE=AGPL-3
SLOT=0
KEYWORDS=~amd64 ~hppa ~x86
IUSE=doc

RDEPEND=
media-libs/tiff:0
sys-libs/zlib
virtual/jpeg:0
x11-libs/libX11
x11-libs/libXau
x11-libs/libXdmcp
x11-libs/libXext
x11-libs/libXinerama
x11-libs/libXrandr
x11-libs/libXxf86vm
x11-libs/libXScrnSaver
DEPEND=${RDEPEND}
app-arch/unzip
dev-util/ftjam

S=${WORKDIR}/${MY_P}

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

src_compile() {
# Make it respect LDFLAGS
echo LINKFLAGS += ${LDFLAGS} ;  Jamtop

# Evil hack to get --as-needed working. The build system unfortunately 
lists all
# the shared libraries by default on the command line _before_ the 
object to be built...
echo STDLIBS += -ldl -lrt -lX11 -lXext -lXxf86vm -lXinerama -lXrandr 
-lXau -lXdmcp -lXss -ltiff -ljpeg ;  Jamtop

append-cflags -DUNIX -D_THREAD_SAFE

sed \
-e 's:CCFLAGS:CFLAGS:g' \
-e s:ar rusc:$(tc-getAR) rusc:g \
-i Jambase || die

tc-export CC RANLIB

jam -dx -fJambase -j$(makeopts_jobs) || die
}

src_install() {
jam -dx -fJambase install || die

rm bin/License.txt || die

pushd bin  /dev/null
local binname
for binname in * ; do
newbin ${binname} argyll-${binname}
done
popd  /dev/null

use doc  dohtml doc/*

dodoc log.txt Readme.txt ttbd.txt notes.txt

insinto /usr/share/${PN}
doins -r ref

udev_dorules usb/55-Argyll.rules
}

pkg_postinst() {
elog If you have a Spyder2 you need to extract the firmware
elog from the CVSpyder.dll of the windows driver package
elog and store it as /usr/share/color/spyd2PLD.bin
echo
elog For further info on setting up instrument access read
elog http://www.argyllcms.com/doc/Installing_Linux.html;
echo
}






[gentoo-commits] gentoo-x86 commit in media-gfx/argyllcms/files: argyllcms-1.6.3-usb-db.patch

2015-03-30 Thread Bernard Cafarelli (voyageur)
voyageur15/03/30 17:24:55

  Added:argyllcms-1.6.3-usb-db.patch
  Log:
  Fix obsolete /lib/udev/usb-db use, patch from Debian, fixes bug #544728. Also 
add some slot operator deps
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)

Revision  ChangesPath
1.1  media-gfx/argyllcms/files/argyllcms-1.6.3-usb-db.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/argyllcms/files/argyllcms-1.6.3-usb-db.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/argyllcms/files/argyllcms-1.6.3-usb-db.patch?rev=1.1content-type=text/plain

Index: argyllcms-1.6.3-usb-db.patch
===
Index: trunk/usb/55-Argyll.rules
===
--- trunk.orig/usb/55-Argyll.rules  2014-09-25 11:10:12.0 +0200
+++ trunk/usb/55-Argyll.rules   2014-09-26 14:08:21.067295380 +0200
@@ -85,6 +85,6 @@
 ENV{COLOR_MEASUREMENT_DEVICE}==*?, ENV{ACL_MANAGE}!=*?, MODE=660, 
GROUP=plugdev
 
 # Set ID_VENDOR and ID_MODEL acording to VID and PID
-TEST==/lib/udev/usb-db, IMPORT{program}=usb-db %p
+IMPORT{builtin}=hwdb --subsystem=usb
 
 LABEL=argyll_rules_end






[gentoo-commits] gentoo-x86 commit in net-misc/nx: ChangeLog nx-3.5.0.28.ebuild nx-3.5.0.30.ebuild nx-3.5.0.20.ebuild

2015-03-27 Thread Bernard Cafarelli (voyageur)
voyageur15/03/27 14:47:37

  Modified: ChangeLog nx-3.5.0.28.ebuild nx-3.5.0.30.ebuild
nx-3.5.0.20.ebuild
  Log:
  No need to depend on libtirpc (yet), thanks F. Kater fka...@googlemail.com 
in bug #370767
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)

Revision  ChangesPath
1.92 net-misc/nx/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/nx/ChangeLog,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -r1.91 -r1.92
--- ChangeLog   16 Mar 2015 09:30:57 -  1.91
+++ ChangeLog   27 Mar 2015 14:47:37 -  1.92
@@ -1,6 +1,11 @@
 # ChangeLog for net-misc/nx
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/nx/ChangeLog,v 1.91 2015/03/16 
09:30:57 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/nx/ChangeLog,v 1.92 2015/03/27 
14:47:37 voyageur Exp $
+
+  27 Mar 2015; Bernard Cafarelli voyag...@gentoo.org nx-3.5.0.20.ebuild,
+  nx-3.5.0.28.ebuild, nx-3.5.0.30.ebuild:
+  No need to depend on libtirpc (yet), thanks F. Kater fka...@googlemail.com
+  in bug #370767
 
 *nx-3.5.0.30 (16 Mar 2015)
 



1.3  net-misc/nx/nx-3.5.0.28.ebuild

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

Index: nx-3.5.0.28.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/nx/nx-3.5.0.28.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- nx-3.5.0.28.ebuild  18 Feb 2015 17:19:38 -  1.2
+++ nx-3.5.0.28.ebuild  27 Mar 2015 14:47:37 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/nx/nx-3.5.0.28.ebuild,v 1.2 
2015/02/18 17:19:38 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/nx/nx-3.5.0.28.ebuild,v 1.3 
2015/03/27 14:47:37 voyageur Exp $
 
 EAPI=5
 inherit autotools eutils multilib readme.gentoo
@@ -15,8 +15,7 @@
 KEYWORDS=~amd64 ~ppc ~x86
 IUSE=elibc_glibc
 
-RDEPEND=elibc_glibc? ( || ( net-libs/libtirpc sys-libs/glibc-2.14 ) )
-   media-libs/freetype:2
+RDEPEND=media-libs/freetype:2
=media-libs/libpng-1.2.8:*
=sys-libs/zlib-1.2.3
virtual/jpeg:*



1.2  net-misc/nx/nx-3.5.0.30.ebuild

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

Index: nx-3.5.0.30.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/nx/nx-3.5.0.30.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nx-3.5.0.30.ebuild  16 Mar 2015 09:30:57 -  1.1
+++ nx-3.5.0.30.ebuild  27 Mar 2015 14:47:37 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/nx/nx-3.5.0.30.ebuild,v 1.1 
2015/03/16 09:30:57 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/nx/nx-3.5.0.30.ebuild,v 1.2 
2015/03/27 14:47:37 voyageur Exp $
 
 EAPI=5
 inherit autotools eutils multilib readme.gentoo
@@ -15,8 +15,7 @@
 KEYWORDS=~amd64 ~ppc ~x86
 IUSE=elibc_glibc
 
-RDEPEND=elibc_glibc? ( || ( net-libs/libtirpc sys-libs/glibc-2.14 ) )
-   media-libs/freetype:2
+RDEPEND=media-libs/freetype:2
=media-libs/libpng-1.2.8:*
=sys-libs/zlib-1.2.3
virtual/jpeg:*



1.5  net-misc/nx/nx-3.5.0.20.ebuild

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

Index: nx-3.5.0.20.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/nx/nx-3.5.0.20.ebuild,v
retrieving revision 

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

2015-03-26 Thread Bernard Cafarelli (voyageur)
voyageur15/03/26 16:11:28

  Modified: ChangeLog package.mask
  Log:
  Last rites for old NX packages, bug #537774

Revision  ChangesPath
1.9881   profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.9880
retrieving revision 1.9881
diff -u -r1.9880 -r1.9881
--- ChangeLog   25 Mar 2015 07:45:14 -  1.9880
+++ ChangeLog   26 Mar 2015 16:11:28 -  1.9881
@@ -1,11 +1,14 @@
 # ChangeLog for profile directory
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9880 2015/03/25 
07:45:14 bircoph Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9881 2015/03/26 
16:11:28 voyageur 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!
 
+  26 Mar 2015; Bernard Cafarelli voyag...@gentoo.org package.mask:
+  Last rites for old NX packages, bug #537774
+
   25 Mar 2015; Andrew Savchenko birc...@gentoo.org package.mask:
   sys-power/nvclock is maintained again, removing mask: #537926.
 



1.16440  profiles/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.16439
retrieving revision 1.16440
diff -u -r1.16439 -r1.16440
--- package.mask25 Mar 2015 07:45:14 -  1.16439
+++ package.mask26 Mar 2015 16:11:28 -  1.16440
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16439 2015/03/25 
07:45:14 bircoph Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16440 2015/03/26 
16:11:28 voyageur 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,24 @@
 
 #--- END OF EXAMPLES ---
 
+# Bernard Cafarelli voyag...@gentoo.org (26 Mar 2015)
+# Dead upstreams, not working in some use cases, 
+# compatibility with current net-misc/nx not guaranteed,
+# some bundle old binary Xorg code that may be vulnerable,
+# modern alternative exist:
+# net-misc/x2go{client,server} and proprietary NX 4 (bug #488334)
+# These packages are now available in the NX overlay
+# Removal in a month (bug #537774)
+app-admin/eselect-nxserver
+net-misc/neatx
+net-misc/nxcl
+net-misc/nxclient
+net-misc/nxnode
+net-misc/nxsadmin
+net-misc/nxserver-freeedition
+net-misc/nxserver-freenx
+net-misc/qtnx
+
 # Michael Sterrett mr_bon...@gentoo.org (24 Mar 2015)
 # no need for the -bin version when we have a source build
 # masked for removal on 20150423






[gentoo-commits] gentoo-x86 commit in net-misc/nxplayer: metadata.xml ChangeLog nxplayer-4.4.12.11.ebuild

2015-03-26 Thread Bernard Cafarelli (voyageur)
voyageur15/03/26 14:29:15

  Added:metadata.xml ChangeLog nxplayer-4.4.12.11.ebuild
  Log:
  Initial portage commit, from the NX overlay. Bug #488334
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)

Revision  ChangesPath
1.1  net-misc/nxplayer/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/nxplayer/metadata.xml?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/nxplayer/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
herdnx/herd
longdescriptionEnterprise Client is a free easy-to-use connection 
interface to allow quick access to your remote host where you have installed 
one of the NoMachine products. It's available for those who prefer just a 
standalone client application, rather than the NoMachine server/client app, 
either because regulatory requirements dictate that thin clients must install 
\“client-side\” software only, or simply because a scaled-down client app is 
your personal preference./longdescription
/pkgmetadata



1.1  net-misc/nxplayer/ChangeLog

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

Index: ChangeLog
===
# ChangeLog for net-misc/nxplayer
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/nxplayer/ChangeLog,v 1.1 2015/03/26 
14:29:15 voyageur Exp $

*nxplayer-4.4.12.11 (26 Mar 2015)

  26 Mar 2015; Bernard Cafarelli voyag...@gentoo.org
  +nxplayer-4.4.12.11.ebuild, +metadata.xml:
  Initial portage commit, from the NX overlay. Bug #488334




1.1  net-misc/nxplayer/nxplayer-4.4.12.11.ebuild

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

Index: nxplayer-4.4.12.11.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-misc/nxplayer/nxplayer-4.4.12.11.ebuild,v 1.1 
2015/03/26 14:29:15 voyageur Exp $

EAPI=5
inherit eutils versionator

MY_P=nomachine-enterprise-client_$(get_version_component_range 
1-3)_$(get_version_component_range 4)

DESCRIPTION=Client for NoMachine remote servers
HOMEPAGE=http://www.nomachine.com;
SRC_URI=amd64? ( 
http://download.nomachine.com/download/$(get_version_component_range 
1-2)/Linux/${MY_P}_x86_64.tar.gz )
x86? ( 
http://download.nomachine.com/download/$(get_version_component_range 
1-2)/Linux/${MY_P}_i686.tar.gz )
LICENSE=nomachine
SLOT=0
KEYWORDS=-* ~amd64 ~x86
IUSE=
RESTRICT=strip

DEPEND=
RDEPEND=dev-libs/glib:2
dev-libs/openssl:0

S=${WORKDIR}/NX/etc/NX/player/packages

QA_PREBUILT=*

src_install()
{
local NXROOT=/opt/NX

#   dodir /etc/NX/localhost
#   echo 'PlayerRoot = '${NXROOT}''  ${D}/etc/NX/localhost/player.cfg

dodir /opt
tar xozf nxclient.tar.gz -C ${D}/opt
tar xozf nxplayer.tar.gz -C ${D}/opt

make_wrapper nxplayer ${NXROOT}/bin/nxplayer ${NXROOT} ${NXROOT}/lib 
/opt/bin
}






[gentoo-commits] gentoo-x86 commit in net-misc/nxplayer: - New directory

2015-03-26 Thread Bernard Cafarelli (voyageur)
voyageur15/03/26 14:26:42

  Log:
  Directory /var/cvsroot/gentoo-x86/net-misc/nxplayer added to the repository



[gentoo-commits] gentoo-x86 commit in licenses: nomachine

2015-03-26 Thread Bernard Cafarelli (voyageur)
voyageur15/03/26 14:33:41

  Modified: nomachine
  Log:
  Update NoMachine license

Revision  ChangesPath
1.3  licenses/nomachine

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/licenses/nomachine?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/licenses/nomachine?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/licenses/nomachine?r1=1.2r2=1.3

Index: nomachine
===
RCS file: /var/cvsroot/gentoo-x86/licenses/nomachine,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- nomachine   2 Jul 2007 21:13:12 -   1.2
+++ nomachine   26 Mar 2015 14:33:41 -  1.3
@@ -1,301 +1,313 @@
-End-User License Agreement
-
-NoMachine - Rome - Italy
-
-NoMachine NX Products License
-
-Copyright (c) 2002-2007 NoMachine. All Rights Reserved.
-
-Do not install or use NX products until you have read and accepted this
-Agreement. By installing or using NX products you accept this Agreement.
-
-If you do not agree to the terms of this license, you must not install
-or use the NoMachine NX products. When applicable you may return NX
-product you purchased, including all packaging, media, and documentation,
-to the place of purchase for a refund, provided that the return is made
-within ten days of the date of purchase.
-
-1. Licensee
-
-Licensee is the person, company or entity who uses this NX Product.
-The Licensee must accept and agree to this Agreement before installing
-or using the NX Product.
-
-2. License of NoMachine NX Product
-
-Subject to the other provisions of this Agreement, NoMachine grants to
-Licensee a nonexclusive, nontransferable license (the License) to use
-the NX Product on a single computer system. Additionally, this product
-may be installed on more than one computer system in a non-commercial
-setting. Rights to NoMachine not expressly granted to Licensee in this
-Agreement are reserved by NoMachine.
-
-3. NX Product
-
-The NX Product includes the NX Software (NX Client, NX Server, NX
-Server Manager, NX Web Companion any edition and add-on software) and,
-depending on the product, a License Certificate.
-
-4. NX Software
-
-The NX Software includes three categories of computer programs:
-Commercial Software developed by NoMachine, Open Source Software
-developed by NoMachine, Third Party Open Source Software. The term
-Software is used to mean any or all of the Commercial, Open Source,
-and Third Party Software.
-
-4.1 Commercial NoMachine Software
-
-NoMachine Commercial Software consists of the following computer programs
-that have been developed by NoMachine:
-
- - nxserver
- - nxnode
- - nxmanager
- - nxclient
- - nxapplet
-
-NoMachine owns the copyrights and intellectual property in and to each
-item of NoMachine Commercial Software. Redistribution of NX Server
-software is forbidden without written permission by NoMachine.
-Redistribution of NX Client software, including commercial Closed Source
-packages, is allowed, free of charge, for commercial and non-commercial
-use providing any copyright notices that pertain to the origins of the
-Software are not altered in any way or removed.
-
-No modification, adaptation, translation of the software is permitted,
-including modification to the graphical contents, without specific and
-prior permission from NoMachine.
-
-4.2 Open Source NoMachine Software
-
-Open Source NoMachine Software consists of packages developed by NoMachine
-for inclusion in NX products. NoMachine Open Source software packages
-and modifications to existing Open Source packages are released by
-NoMachine under the terms of the GNU Public License version 2. The license
-governs the software and the copying, distribution, modification, and
-use of the software. Source code of the Open Source software packages
-is included and distributed to Licensee, consistent with the requirements
-of the license agreement. Open Source Software developed by NoMachine
-is owned by NoMachine and distributed by NoMachine to Licensee for use
-by Licensee. NoMachine releases as Open Source software the following
-packages:
-
- - nxproxy
- - nxcomp
- - nxcompext
- - nxssh
- - nxuexec
- - nxspool
- - nxsensor
- - nx-X11
- - nxwin
- - nxauth
- - nxagent
- - nxviewer
- - nxdesktop
- - nxesd
- - nxscripts
- - nxcompsh
- - nxkill
- - nxservice
- - nxbuilder
-
-4.3 Third Party Open Source Software
-
-Many of the Software Programs included in the Software are distributed
-under the terms of agreements with third parties (Third Party Agreements)
-which may expand or limit your rights to use certain Software Programs
-as set forth in Section 2. Certain Software Programs may be licensed
-(or sublicensed) under the GNU General Public License and other similar
-open source license agreements (OSLAs) which, among other rights,
-permit the copying, modification and redistribution of certain Software
-Programs, or 

[gentoo-commits] gentoo-x86 commit in sys-devel/llvm/files: llvm-3.1-docs-pod-markup-fixes.patch llvm-3.6.0-ocaml-ctypes-0.4.0.patch

2015-03-19 Thread Bernard Cafarelli (voyageur)
voyageur15/03/19 09:28:02

  Added:llvm-3.1-docs-pod-markup-fixes.patch
llvm-3.6.0-ocaml-ctypes-0.4.0.patch
  Log:
  Fix compilation with newer perl versions, bug #541132
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)

Revision  ChangesPath
1.1  sys-devel/llvm/files/llvm-3.1-docs-pod-markup-fixes.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/files/llvm-3.1-docs-pod-markup-fixes.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/files/llvm-3.1-docs-pod-markup-fixes.patch?rev=1.1content-type=text/plain

Index: llvm-3.1-docs-pod-markup-fixes.patch
===
--- llvm-3.1.src/docs/CommandGuide/lit.pod~ 2012-03-27 03:01:14.0 
+0900
+++ llvm-3.1.src/docs/CommandGuide/lit.pod  2013-01-23 12:47:30.297510832 
+0900
@@ -386,8 +386,6 @@
 
 PASS: D (4 of 4)
 
-=back
-
 =head2 LIT EXAMPLE TESTS
 
 The Blit distribution contains several example implementations of test suites
--- llvm-3.1.src/docs/CommandGuide/llvm-cov.pod~2011-11-29 
08:39:25.0 +0900
+++ llvm-3.1.src/docs/CommandGuide/llvm-cov.pod 2013-01-23 13:44:32.184212441 
+0900
@@ -18,12 +18,12 @@
 
 =over
 
-=item B-gcno=filename]
+=item B-gcno=filename
 
 This option selects input description file generated by compiler while 
instrumenting
 program.
 
-=item B-gcda=filename]
+=item B-gcda=filename
 
 This option selects coverage data file generated by instrumented compiler.
 



1.1  sys-devel/llvm/files/llvm-3.6.0-ocaml-ctypes-0.4.0.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/files/llvm-3.6.0-ocaml-ctypes-0.4.0.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/files/llvm-3.6.0-ocaml-ctypes-0.4.0.patch?rev=1.1content-type=text/plain

Index: llvm-3.6.0-ocaml-ctypes-0.4.0.patch
===
diff -Naur 
llvm-3.6.0.src.orig/bindings/ocaml/executionengine/llvm_executionengine.ml 
llvm-3.6.0.src/bindings/ocaml/executionengine/llvm_executionengine.ml
--- llvm-3.6.0.src.orig/bindings/ocaml/executionengine/llvm_executionengine.ml  
2015-03-17 11:49:27.274824345 +0100
+++ llvm-3.6.0.src/bindings/ocaml/executionengine/llvm_executionengine.ml   
2015-03-17 11:49:40.333829421 +0100
@@ -43,11 +43,11 @@
   = llvm_ee_run_static_dtors
 external data_layout : llexecutionengine - Llvm_target.DataLayout.t
   = llvm_ee_get_data_layout
-external add_global_mapping_ : Llvm.llvalue - int64 - llexecutionengine - 
unit
+external add_global_mapping_ : Llvm.llvalue - nativeint - llexecutionengine 
- unit
   = llvm_ee_add_global_mapping
-external get_global_value_address_ : string - llexecutionengine - int64
+external get_global_value_address_ : string - llexecutionengine - nativeint
   = llvm_ee_get_global_value_address
-external get_function_address_ : string - llexecutionengine - int64
+external get_function_address_ : string - llexecutionengine - nativeint
   = llvm_ee_get_function_address
 
 let add_global_mapping llval ptr ee =
@@ -55,14 +55,14 @@
 
 let get_global_value_address name typ ee =
   let vptr = get_global_value_address_ name ee in
-  if Int64.to_int vptr  0 then
+  if Nativeint.to_int vptr  0 then
 let open Ctypes in !@ (coerce (ptr void) (ptr typ) (ptr_of_raw_address 
vptr))
   else
 raise (Error (Value  ^ name ^  not found))
 
 let get_function_address name typ ee =
   let fptr = get_function_address_ name ee in
-  if Int64.to_int fptr  0 then
+  if Nativeint.to_int fptr  0 then
 let open Ctypes in coerce (ptr void) typ (ptr_of_raw_address fptr)
   else
 raise (Error (Function  ^ name ^  not found))






[gentoo-commits] gentoo-x86 commit in sys-devel/llvm: ChangeLog llvm-3.1-r2.ebuild

2015-03-19 Thread Bernard Cafarelli (voyageur)
voyageur15/03/19 09:28:02

  Modified: ChangeLog llvm-3.1-r2.ebuild
  Log:
  Fix compilation with newer perl versions, bug #541132
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)

Revision  ChangesPath
1.234sys-devel/llvm/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v
retrieving revision 1.233
retrieving revision 1.234
diff -u -r1.233 -r1.234
--- ChangeLog   3 Mar 2015 10:00:26 -   1.233
+++ ChangeLog   19 Mar 2015 09:28:02 -  1.234
@@ -1,6 +1,11 @@
 # ChangeLog for sys-devel/llvm
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.233 2015/03/03 
10:00:26 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.234 2015/03/19 
09:28:02 voyageur Exp $
+
+  19 Mar 2015; Bernard Cafarelli voyag...@gentoo.org llvm-3.1-r2.ebuild,
+  +files/llvm-3.1-docs-pod-markup-fixes.patch,
+  +files/llvm-3.6.0-ocaml-ctypes-0.4.0.patch:
+  Fix compilation with newer perl versions, bug #541132
 
   03 Mar 2015; Yixun Lan d...@gentoo.org llvm-3.5.1.ebuild:
   add arm64 support, tested on A53 board



1.10 sys-devel/llvm/llvm-3.1-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.1-r2.ebuild?rev=1.10view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.1-r2.ebuild?rev=1.10content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.1-r2.ebuild?r1=1.9r2=1.10

Index: llvm-3.1-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.1-r2.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- llvm-3.1-r2.ebuild  3 Jan 2013 23:29:51 -   1.9
+++ llvm-3.1-r2.ebuild  19 Mar 2015 09:28:02 -  1.10
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.1-r2.ebuild,v 1.9 
2013/01/03 23:29:51 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.1-r2.ebuild,v 1.10 
2015/03/19 09:28:02 voyageur Exp $
 
 EAPI=4
 PYTHON_DEPEND=2
@@ -99,6 +99,7 @@
epatch ${FILESDIR}/${P}-ivybridge_support.patch
epatch ${FILESDIR}/${P}-fix_debug_line_info.patch
epatch ${FILESDIR}/${P}-ExecutionEngine_tests_xfail_arm.patch
+   epatch ${FILESDIR}/${P}-docs-pod-markup-fixes.patch
 
# Apply r600 OpenCL-related patches, bug #425688
epatch ${FILESDIR}/cl-patches/*.patch






[gentoo-commits] gentoo-x86 commit in x11-misc/xplanetFX: xplanetFX-2.6.4.ebuild ChangeLog

2015-03-18 Thread Bernard Cafarelli (voyageur)
voyageur15/03/18 09:51:09

  Modified: xplanetFX-2.6.4.ebuild ChangeLog
  Log:
  Fix doc installation
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)

Revision  ChangesPath
1.2  x11-misc/xplanetFX/xplanetFX-2.6.4.ebuild

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

Index: xplanetFX-2.6.4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xplanetFX/xplanetFX-2.6.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xplanetFX-2.6.4.ebuild  17 Mar 2015 16:52:18 -  1.1
+++ xplanetFX-2.6.4.ebuild  18 Mar 2015 09:51:08 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xplanetFX/xplanetFX-2.6.4.ebuild,v 
1.1 2015/03/17 16:52:18 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xplanetFX/xplanetFX-2.6.4.ebuild,v 
1.2 2015/03/18 09:51:08 voyageur Exp $
 
 EAPI=5
 
@@ -50,7 +50,7 @@
exeinto /usr/share/${PN}
doexe gentoo/autostart
 
-   dodoc usr/share/doc/${PN}/{changelog,README}
+   dodoc share/doc/${PN}/{changelog,README}
 
python_scriptinto /usr/share/${PN}/stars
python_foreach_impl python_doscript gentoo/catalog.py



1.2  x11-misc/xplanetFX/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xplanetFX/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   17 Mar 2015 16:52:18 -  1.1
+++ ChangeLog   18 Mar 2015 09:51:08 -  1.2
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/xplanetFX
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xplanetFX/ChangeLog,v 1.1 
2015/03/17 16:52:18 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xplanetFX/ChangeLog,v 1.2 
2015/03/18 09:51:08 voyageur Exp $
+
+  18 Mar 2015; Bernard Cafarelli voyag...@gentoo.org xplanetFX-2.6.4.ebuild:
+  Fix doc installation
 
 *xplanetFX-2.6.4 (17 Mar 2015)
 






[gentoo-commits] gentoo-x86 commit in kde-misc/kdiff3: ChangeLog kdiff3-0.9.98-r1.ebuild

2015-03-18 Thread Bernard Cafarelli (voyageur)
voyageur15/03/18 16:40:00

  Modified: ChangeLog
  Added:kdiff3-0.9.98-r1.ebuild
  Log:
  Support qt5 build, fixes bug #543286
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)

Revision  ChangesPath
1.75 kde-misc/kdiff3/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kdiff3/ChangeLog?rev=1.75view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kdiff3/ChangeLog?rev=1.75content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kdiff3/ChangeLog?r1=1.74r2=1.75

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/kde-misc/kdiff3/ChangeLog,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- ChangeLog   8 Aug 2014 09:48:23 -   1.74
+++ ChangeLog   18 Mar 2015 16:40:00 -  1.75
@@ -1,6 +1,12 @@
 # ChangeLog for kde-misc/kdiff3
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/kdiff3/ChangeLog,v 1.74 2014/08/08 
09:48:23 voyageur Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/kdiff3/ChangeLog,v 1.75 2015/03/18 
16:40:00 voyageur Exp $
+
+*kdiff3-0.9.98-r1 (18 Mar 2015)
+
+  18 Mar 2015; Bernard Cafarelli voyag...@gentoo.org
+  +kdiff3-0.9.98-r1.ebuild:
+  Support qt5 build, fixes bug #543286
 
   08 Aug 2014; Bernard Cafarelli voyag...@gentoo.org kdiff3-0.9.98.ebuild:
   Fix sed command for USE=-kde, bug #519370



1.1  kde-misc/kdiff3/kdiff3-0.9.98-r1.ebuild

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

Index: kdiff3-0.9.98-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-misc/kdiff3/kdiff3-0.9.98-r1.ebuild,v 
1.1 2015/03/18 16:40:00 voyageur Exp $

EAPI=5

if [[ ${PV} != ** ]]; then
KDE_LINGUAS=ar bg br bs ca ca@valencia cs cy da de el en_GB eo es et 
fr ga
gl hi hne hr hu is it ja ka lt mai ml nb nds nl nn pl pt pt_BR ro ru rw 
sk
sv ta tg tr ug uk zh_CN zh_TW
SRC_URI=mirror://sourceforge/${PN}/${P}.tar.gz
KEYWORDS=~amd64 ~ppc ~x86 ~amd64-linux
KDE_HANDBOOK=optional
else
KEYWORDS=
fi

KDE_REQUIRED=optional
inherit base kde4-base qmake-utils

DESCRIPTION=Qt/KDE based frontend to diff3
HOMEPAGE=http://kdiff3.sourceforge.net/;
EGIT_REPO_URI=( git://git.code.sf.net/p/kdiff3/code )

LICENSE=GPL-2
SLOT=4
IUSE=debug kde +qt4 qt5

REQUIRED_USE=kde? ( qt4 )
^^ ( qt4 qt5 )

CDEPEND=
qt4? ( dev-qt/qtcore:4
dev-qt/qtgui:4 )
qt5? ( dev-qt/qtcore:5
dev-qt/qtgui:5
dev-qt/qtprintsupport:5
dev-qt/qtwidgets:5 )
kde? ( $(add_kdebase_dep kdelibs) )

DEPEND=${CDEPEND}
sys-devel/gettext

RDEPEND=${CDEPEND}
sys-apps/diffutils


RESTRICT=!kde? ( test )

src_unpack(){
if [[ ${PV} == ** ]]; then
git-r3_src_unpack
mv ${S}/${PN}/* ${S} || die
else
base_src_unpack
fi
}

src_prepare() {
if ! use kde; then
# adapt to Gentoo paths
sed -e s,documentation.path.*$,documentation.path\ =\ 
${EPREFIX}/usr/share/doc/${PF}, \
-e s,target.path.*$,target.path\ =\ ${EPREFIX}/usr/bin, \
${S}/src-QT4/kdiff3.pro  ${S}/src-QT4/kdiff3_fixed.pro
else
kde4-base_src_prepare
fi
}

src_configure() {
if use kde; then
kde4-base_src_configure
elif use qt4; then
eqmake4 ${S}/src-QT4/kdiff3_fixed.pro
else
eqmake5 ${S}/src-QT4/kdiff3_fixed.pro
fi
}

src_compile() {
if use kde; then
kde4-base_src_compile
else
base_src_compile
fi
}

src_install() {
if use kde; then
kde4-base_src_install
else
base_src_install INSTALL_ROOT=${D}
fi
}

src_test() {
if use kde; then
kde4-base_src_test
fi
}






  1   2   3   4   >