[gentoo-commits] gentoo-x86 commit in dev-python/pastedeploy: ChangeLog pastedeploy-1.5.0-r1.ebuild pastedeploy-1.3.3.ebuild

2014-12-21 Thread Ian Delaney (idella4)
idella4 14/12/21 09:06:06

  Modified: ChangeLog
  Removed:  pastedeploy-1.5.0-r1.ebuild
pastedeploy-1.3.3.ebuild
  Log:
  rm old
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.27 dev-python/pastedeploy/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pastedeploy/ChangeLog?rev=1.27&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pastedeploy/ChangeLog?rev=1.27&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pastedeploy/ChangeLog?r1=1.26&r2=1.27

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pastedeploy/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog   9 Dec 2014 08:30:44 -   1.26
+++ ChangeLog   21 Dec 2014 09:06:06 -  1.27
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/pastedeploy
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pastedeploy/ChangeLog,v 1.26 
2014/12/09 08:30:44 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pastedeploy/ChangeLog,v 1.27 
2014/12/21 09:06:06 idella4 Exp $
+
+  21 Dec 2014; Ian Delaney  -pastedeploy-1.3.3.ebuild,
+  -pastedeploy-1.5.0-r1.ebuild:
+  rm old
 
   09 Dec 2014; Jeroen Roovers  pastedeploy-1.5.2.ebuild:
   Stable for HPPA (bug #531124).






[gentoo-commits] gentoo-x86 commit in net-p2p/deluge: deluge-1.3.11.ebuild ChangeLog

2014-12-21 Thread Benda XU (heroxbd)
heroxbd 14/12/21 09:12:14

  Modified: deluge-1.3.11.ebuild ChangeLog
  Log:
  Override _distutils-r1_create_setup_cfg to disable out-of-tree builds; needed 
for the deluge plugin system.  Bug 531370.  Credits Kostas Kavourakis, poncho, 
Anthony Ryan and Paolo Pedroni.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.2  net-p2p/deluge/deluge-1.3.11.ebuild

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

Index: deluge-1.3.11.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-p2p/deluge/deluge-1.3.11.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- deluge-1.3.11.ebuild1 Dec 2014 05:54:08 -   1.1
+++ deluge-1.3.11.ebuild21 Dec 2014 09:12:14 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/deluge/deluge-1.3.11.ebuild,v 1.1 
2014/12/01 05:54:08 heroxbd Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/deluge/deluge-1.3.11.ebuild,v 1.2 
2014/12/21 09:12:14 heroxbd Exp $
 
 EAPI="5"
 
@@ -53,6 +53,13 @@
distutils-r1_python_prepare_all
 }
 
+_distutils-r1_create_setup_cfg() {
+   # bug 531370: deluge has its own plugin system. No need to relocate its 
egg info files.
+   # Override this call from the distutils-r1 eclass.
+   # This does not respect the distutils-r1 API. DONOT copy this example.
+   :
+}
+
 python_install_all() {
distutils-r1_python_install_all
newinitd "${FILESDIR}"/deluged.init deluged



1.191net-p2p/deluge/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/deluge/ChangeLog?rev=1.191&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/deluge/ChangeLog?rev=1.191&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/deluge/ChangeLog?r1=1.190&r2=1.191

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-p2p/deluge/ChangeLog,v
retrieving revision 1.190
retrieving revision 1.191
diff -u -r1.190 -r1.191
--- ChangeLog   1 Dec 2014 05:54:08 -   1.190
+++ ChangeLog   21 Dec 2014 09:12:14 -  1.191
@@ -1,6 +1,11 @@
 # ChangeLog for net-p2p/deluge
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/deluge/ChangeLog,v 1.190 2014/12/01 
05:54:08 heroxbd Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/deluge/ChangeLog,v 1.191 2014/12/21 
09:12:14 heroxbd Exp $
+
+  21 Dec 2014; Benda Xu  deluge-1.3.11.ebuild:
+  Override _distutils-r1_create_setup_cfg to disable out-of-tree builds; needed
+  for the deluge plugin system.  Bug 531370.  Credits Kostas Kavourakis, 
poncho,
+  Anthony Ryan and Paolo Pedroni.
 
 *deluge-1.3.11 (01 Dec 2014)
 






[gentoo-commits] gentoo-x86 commit in www-servers/lighttpd: lighttpd-1.4.35-r1.ebuild ChangeLog

2014-12-21 Thread Jeroen Roovers (jer)
jer 14/12/21 09:21:35

  Modified: lighttpd-1.4.35-r1.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #516842).
  
  (Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.3  www-servers/lighttpd/lighttpd-1.4.35-r1.ebuild

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

Index: lighttpd-1.4.35-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/www-servers/lighttpd/lighttpd-1.4.35-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- lighttpd-1.4.35-r1.ebuild   2 Nov 2014 10:31:29 -   1.2
+++ lighttpd-1.4.35-r1.ebuild   21 Dec 2014 09:21:35 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/www-servers/lighttpd/lighttpd-1.4.35-r1.ebuild,v 1.2 
2014/11/02 10:31:29 swift Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/www-servers/lighttpd/lighttpd-1.4.35-r1.ebuild,v 1.3 
2014/12/21 09:21:35 jer Exp $
 
 EAPI="5"
 inherit base autotools eutils depend.php readme.gentoo user systemd
@@ -11,7 +11,7 @@
 
 LICENSE="BSD GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~sparc-fbsd ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~sparc-fbsd ~x86-fbsd"
 IUSE="bzip2 doc fam gdbm ipv6 kerberos ldap libev lua minimal mmap memcache 
mysql pcre php rrdtool selinux ssl test uploadprogress webdav xattr zlib"
 
 REQUIRED_USE="kerberos? ( ssl )"



1.336www-servers/lighttpd/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/lighttpd/ChangeLog?rev=1.336&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/lighttpd/ChangeLog?rev=1.336&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/lighttpd/ChangeLog?r1=1.335&r2=1.336

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-servers/lighttpd/ChangeLog,v
retrieving revision 1.335
retrieving revision 1.336
diff -u -r1.335 -r1.336
--- ChangeLog   2 Nov 2014 10:31:29 -   1.335
+++ ChangeLog   21 Dec 2014 09:21:35 -  1.336
@@ -1,6 +1,9 @@
 # ChangeLog for www-servers/lighttpd
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/ChangeLog,v 1.335 
2014/11/02 10:31:29 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/ChangeLog,v 1.336 
2014/12/21 09:21:35 jer Exp $
+
+  21 Dec 2014; Jeroen Roovers  lighttpd-1.4.35-r1.ebuild:
+  Stable for HPPA (bug #516842).
 
   02 Nov 2014; Sven Vermeulen  lighttpd-1.4.35-r1.ebuild,
   lighttpd-1.4.35.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-vcs/git: ChangeLog git-2.0.5.ebuild

2014-12-21 Thread Jeroen Roovers (jer)
jer 14/12/21 09:24:19

  Modified: ChangeLog git-2.0.5.ebuild
  Log:
  Stable for HPPA (bug #532984).
  
  (Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.299dev-vcs/git/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/ChangeLog?rev=1.299&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/ChangeLog?rev=1.299&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/ChangeLog?r1=1.298&r2=1.299

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v
retrieving revision 1.298
retrieving revision 1.299
diff -u -r1.298 -r1.299
--- ChangeLog   18 Dec 2014 22:07:08 -  1.298
+++ ChangeLog   21 Dec 2014 09:24:18 -  1.299
@@ -1,6 +1,9 @@
 # ChangeLog for dev-vcs/git
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v 1.298 2014/12/18 
22:07:08 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v 1.299 2014/12/21 
09:24:18 jer Exp $
+
+  21 Dec 2014; Jeroen Roovers  git-2.0.5.ebuild:
+  Stable for HPPA (bug #532984).
 
 *git-2.2.1 (18 Dec 2014)
 *git-2.1.4 (18 Dec 2014)



1.2  dev-vcs/git/git-2.0.5.ebuild

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

Index: git-2.0.5.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/git-2.0.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- git-2.0.5.ebuild18 Dec 2014 22:07:08 -  1.1
+++ git-2.0.5.ebuild21 Dec 2014 09:24:18 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-2.0.5.ebuild,v 1.1 
2014/12/18 22:07:08 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-2.0.5.ebuild,v 1.2 
2014/12/21 09:24:18 jer Exp $
 
 EAPI=5
 
@@ -33,10 +33,10 @@

${SRC_URI_KORG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX}

${SRC_URI_GOOG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX}
)"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 else
SRC_URI=""
-   KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+   KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 fi
 
 LICENSE="GPL-2"






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

2014-12-21 Thread Jeroen Roovers (jer)
jer 14/12/21 09:25:53

  Modified: php-5.4.36.ebuild php-5.5.20.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #532914).
  
  (Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.2  dev-lang/php/php-5.4.36.ebuild

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

Index: php-5.4.36.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.4.36.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- php-5.4.36.ebuild   19 Dec 2014 15:09:48 -  1.1
+++ php-5.4.36.ebuild   21 Dec 2014 09:25:53 -  1.2
@@ -1,12 +1,12 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.4.36.ebuild,v 1.1 
2014/12/19 15:09:48 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.4.36.ebuild,v 1.2 
2014/12/21 09:25:53 jer Exp $
 
 EAPI=5
 
 inherit eutils autotools flag-o-matic versionator depend.apache apache-module 
db-use libtool systemd
 
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
 
 function php_get_uri ()
 {



1.2  dev-lang/php/php-5.5.20.ebuild

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

Index: php-5.5.20.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.5.20.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- php-5.5.20.ebuild   19 Dec 2014 15:09:48 -  1.1
+++ php-5.5.20.ebuild   21 Dec 2014 09:25:53 -  1.2
@@ -1,12 +1,12 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.5.20.ebuild,v 1.1 
2014/12/19 15:09:48 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.5.20.ebuild,v 1.2 
2014/12/21 09:25:53 jer Exp $
 
 EAPI=5
 
 inherit eutils autotools flag-o-matic versionator depend.apache apache-module 
db-use libtool systemd
 
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
 
 function php_get_uri ()
 {



1.910dev-lang/php/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v
retrieving revision 1.909
retrieving revision 1.910
diff -u -r1.909 -r1.910
--- ChangeLog   19 Dec 2014 15:09:48 -  1.909
+++ ChangeLog   21 Dec 2014 09:25:53 -  1.910
@@ -1,6 +1,10 @@
 # ChangeLog for dev-lang/php
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.909 2014/12/19 
15:09:48 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.910 2014/12/21 
09:25:53 jer Exp $
+
+  21 Dec 2014; Jeroen Roovers  php-5.4.36.ebuild,
+  php-5.5.20.ebuild:
+  Stable for HPPA (bug #532914).
 
 *php-5.5.20 (19 Dec 2014)
 *php-5.4.36 (19 Dec 2014)






[gentoo-commits] gentoo-x86 commit in x11-libs/libxcb/files: xcb-rebuilder.sh

2014-12-21 Thread Michal Gorny (mgorny)
mgorny  14/12/21 09:42:18

  Modified: xcb-rebuilder.sh
  Log:
  Use sys-apps/gentoo-functions in xcb-rebuilder, bug #504420.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.4  x11-libs/libxcb/files/xcb-rebuilder.sh

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxcb/files/xcb-rebuilder.sh?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxcb/files/xcb-rebuilder.sh?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxcb/files/xcb-rebuilder.sh?r1=1.3&r2=1.4

Index: xcb-rebuilder.sh
===
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libxcb/files/xcb-rebuilder.sh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xcb-rebuilder.sh28 Sep 2009 13:13:20 -  1.3
+++ xcb-rebuilder.sh21 Dec 2014 09:42:18 -  1.4
@@ -3,7 +3,10 @@
 # To use something besides `emerge` to install packages, set
 # XCB_REBUILDER_INSTALL to that binary.
 
-. /etc/init.d/functions.sh
+if ! . /lib/gentoo/functions.sh 2>/dev/null; then
+   echo 'Please install sys-apps/gentoo-functions and rerun this script.'
+   exit 1
+fi
 
 case ${1} in
'') ;;






[gentoo-commits] gentoo-x86 commit in x11-libs/libxcb: ChangeLog

2014-12-21 Thread Michal Gorny (mgorny)
mgorny  14/12/21 09:42:18

  Modified: ChangeLog
  Log:
  Use sys-apps/gentoo-functions in xcb-rebuilder, bug #504420.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.147x11-libs/libxcb/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxcb/ChangeLog?rev=1.147&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxcb/ChangeLog?rev=1.147&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxcb/ChangeLog?r1=1.146&r2=1.147

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v
retrieving revision 1.146
retrieving revision 1.147
diff -u -r1.146 -r1.147
--- ChangeLog   22 Oct 2014 17:27:57 -  1.146
+++ ChangeLog   21 Dec 2014 09:42:18 -  1.147
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/libxcb
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v 1.146 
2014/10/22 17:27:57 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v 1.147 
2014/12/21 09:42:18 mgorny Exp $
+
+  21 Dec 2014; Michał Górny  files/xcb-rebuilder.sh:
+  Use sys-apps/gentoo-functions in xcb-rebuilder, bug #504420.
 
 *libxcb-1.11 (22 Oct 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-db/redis: redis-2.8.19.ebuild ChangeLog

2014-12-21 Thread Markos Chandras (hwoarang)
hwoarang14/12/21 09:48:39

  Modified: ChangeLog
  Added:redis-2.8.19.ebuild
  Log:
  Version bump. Thanks to Johan Bergström . Bug #533000
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
09BF4F54C2BA7F3C!)

Revision  ChangesPath
1.87 dev-db/redis/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/redis/ChangeLog?rev=1.87&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/redis/ChangeLog?rev=1.87&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/redis/ChangeLog?r1=1.86&r2=1.87

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/redis/ChangeLog,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- ChangeLog   2 Dec 2014 15:33:37 -   1.86
+++ ChangeLog   21 Dec 2014 09:48:39 -  1.87
@@ -1,6 +1,12 @@
 # ChangeLog for dev-db/redis
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/redis/ChangeLog,v 1.86 2014/12/02 
15:33:37 ultrabug Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/redis/ChangeLog,v 1.87 2014/12/21 
09:48:39 hwoarang Exp $
+
+*redis-2.8.19 (21 Dec 2014)
+
+  21 Dec 2014; Markos Chandras 
+  +files/redis-2.8.19-sharedlua.patch, +redis-2.8.19.ebuild:
+  Version bump. Thanks to Johan Bergström . Bug #533000
 
   02 Dec 2014; Ultrabug  redis-2.8.17.ebuild,
   +files/redis-2.8.17-config.patch, files/redis.initd-4:



1.1  dev-db/redis/redis-2.8.19.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/redis/redis-2.8.19.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/redis/redis-2.8.19.ebuild?rev=1.1&content-type=text/plain

Index: redis-2.8.19.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/redis/redis-2.8.19.ebuild,v 1.1 
2014/12/21 09:48:39 hwoarang Exp $

EAPI=5

inherit autotools eutils flag-o-matic systemd toolchain-funcs user

DESCRIPTION="A persistent caching system, key-value and data structures 
database"
HOMEPAGE="http://redis.io/";
SRC_URI="http://download.redis.io/releases/${P}.tar.gz";

LICENSE="BSD"
KEYWORDS="~amd64 ~amd64-linux ~hppa ~x86 ~x86-linux ~x86-macos ~x86-solaris"
IUSE="+jemalloc tcmalloc test"
SLOT="0"

RDEPEND=">=dev-lang/lua-5.1
tcmalloc? ( dev-util/google-perftools )
jemalloc? ( >=dev-libs/jemalloc-3.2 )"
DEPEND="virtual/pkgconfig
>=sys-devel/autoconf-2.63
test? ( dev-lang/tcl )
${RDEPEND}"
REQUIRED_USE="?? ( tcmalloc jemalloc )"

S="${WORKDIR}/${PN}-${PV/_/-}"

pkg_setup() {
enewgroup redis 75
enewuser redis 75 -1 /var/lib/redis redis
}

src_prepare() {
epatch "${FILESDIR}"/${PN}-2.8.3-shared.patch
epatch "${FILESDIR}"/${PN}-2.8.17-config.patch
epatch "${FILESDIR}"/${P}-sharedlua.patch

# Copy lua modules into build dir
cp 
"${S}"/deps/lua/src/{fpconv,lua_bit,lua_cjson,lua_cmsgpack,lua_struct,strbuf}.c 
"${S}"/src || die
cp "${S}"/deps/lua/src/{fpconv,strbuf}.h "${S}"/src || die
# Append cflag for lua_cjson
# 
https://github.com/antirez/redis/commit/4fdcd213#diff-3ba529ae517f6b57803af0502f52a40bL61
append-cflags "-DENABLE_CJSON_GLOBAL"

# Avoid glibc noise
# https://github.com/antirez/redis/pull/2189
[[ ${CHOST} == *linux* ]] && append-cflags "-D_DEFAULT_SOURCE"

# now we will rewrite present Makefiles
local makefiles=""
for MKF in $(find -name 'Makefile' | cut -b 3-); do
mv "${MKF}" "${MKF}.in"
sed -i  -e 's:$(CC):@CC@:g' \
-e 's:$(CFLAGS):@AM_CFLAGS@:g' \
-e 's: $(DEBUG)::g' \
-e 's:$(OBJARCH)::g' \
-e 's:ARCH:TARCH:g' \
-e '/^CCOPT=/s:$: $(LDFLAGS):g' \
"${MKF}.in" \
|| die "Sed failed for ${MKF}"
makefiles+=" ${MKF}"
done
# autodetection of compiler and settings; generates the modified 
Makefiles
cp "${FILESDIR}"/configure.ac-2.2 configure.ac
sed -i  -e 
"s:AC_CONFIG_FILES(\[Makefile\]):AC_CONFIG_FILES([${makefiles}]):g" \
configure.ac || die "Sed failed for configure.ac"
eautoconf
}

src_configure() {
econf

# Linenoise can't be built with -std=c99, see 
https://bugs.gentoo.org/451164
# also, don't define ANSI/c99 for lua twice
sed -i -e "s:-std=c99::g" deps/linenoise/Makefile deps/Makefile || die
}

src_compile() {
tc-export CC AR RANLIB

local myconf=""

if use tcmalloc ; then
 

[gentoo-commits] gentoo-x86 commit in dev-db/redis/files: redis-2.8.19-sharedlua.patch

2014-12-21 Thread Markos Chandras (hwoarang)
hwoarang14/12/21 09:48:39

  Added:redis-2.8.19-sharedlua.patch
  Log:
  Version bump. Thanks to Johan Bergström . Bug #533000
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
09BF4F54C2BA7F3C!)

Revision  ChangesPath
1.1  dev-db/redis/files/redis-2.8.19-sharedlua.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/redis/files/redis-2.8.19-sharedlua.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/redis/files/redis-2.8.19-sharedlua.patch?rev=1.1&content-type=text/plain

Index: redis-2.8.19-sharedlua.patch
===
commit de0d4973ddb629dcc80f0724769a0e997fe644ba
Author: Johan Bergström 
Date:   Wed Jul 16 09:47:44 2014 +1000

Use a shared lua

diff --git src/Makefile src/Makefile
index 134694c..a09832e 100644
--- src/Makefile
+++ src/Makefile
@@ -15,7 +15,7 @@
 release_hdr := $(shell sh -c './mkreleasehdr.sh')
 uname_S := $(shell sh -c 'uname -s 2>/dev/null || echo not')
 OPTIMIZATION?=-O2
-DEPENDENCY_TARGETS=hiredis linenoise lua
+DEPENDENCY_TARGETS=hiredis linenoise

 # Default settings
 STD=-std=c99 -pedantic
@@ -52,6 +52,7 @@ endif
 FINAL_CFLAGS=$(STD) $(WARN) $(OPT) $(DEBUG) $(CFLAGS) $(REDIS_CFLAGS)
 FINAL_LDFLAGS=$(LDFLAGS) $(REDIS_LDFLAGS) $(DEBUG)
 FINAL_LIBS=-lm
+FINAL_LIBS+=$(shell pkg-config --libs lua)
 DEBUG=-g -ggdb

 ifeq ($(uname_S),SunOS)
@@ -108,6 +109,7 @@ endif
 REDIS_SERVER_NAME=redis-server
 REDIS_SENTINEL_NAME=redis-sentinel
 REDIS_SERVER_OBJ=adlist.o ae.o anet.o dict.o redis.o sds.o zmalloc.o lzf_c.o 
lzf_d.o pqsort.o zipmap.o sha1.o ziplist.o release.o networking.o util.o 
object.o db.o replication.o rdb.o t_string.o t_list.o t_set.o t_zset.o t_hash.o 
config.o aof.o pubsub.o multi.o debug.o sort.o intset.o syncio.o migrate.o 
endianconv.o slowlog.o scripting.o bio.o rio.o rand.o memtest.o crc64.o 
bitops.o sentinel.o notify.o setproctitle.o hyperloglog.o latency.o sparkline.o
+REDIS_SERVER_OBJ+=fpconv.o strbuf.o lua_bit.o lua_cjson.o lua_cmsgpack.o 
lua_struct.o
 REDIS_CLI_NAME=redis-cli
 REDIS_CLI_OBJ=anet.o sds.o adlist.o redis-cli.o zmalloc.o release.o anet.o 
ae.o crc64.o
 REDIS_BENCHMARK_NAME=redis-benchmark
@@ -162,7 +164,7 @@ endif

 # redis-server
 $(REDIS_SERVER_NAME): $(REDIS_SERVER_OBJ)
-   $(REDIS_LD) -o $@ $^ ../deps/hiredis/libhiredis.a 
../deps/lua/src/liblua.a $(FINAL_LIBS)
+   $(REDIS_LD) -o $@ $^ ../deps/hiredis/libhiredis.a $(FINAL_LIBS)

 # redis-sentinel
 $(REDIS_SENTINEL_NAME): $(REDIS_SERVER_NAME)






[gentoo-commits] proj/zsh-completion:master commit in: src/

2014-12-21 Thread Tim Harder
commit: ce83f20e491242aabe4be81a6c6a5169c6eda3a7
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Dec 21 09:48:58 2014 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Dec 21 09:48:58 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/zsh-completion.git;a=commit;h=ce83f20e

_gentoolkit: initial eshowkw completion support

Still need to work on completing comma separated arches for the '--arch'
option. We currently only take one arch completion.

---
 src/_gentoolkit | 20 +++-
 1 file changed, 19 insertions(+), 1 deletion(-)

diff --git a/src/_gentoolkit b/src/_gentoolkit
index 7ed5ceb..b6a73b8 100644
--- a/src/_gentoolkit
+++ b/src/_gentoolkit
@@ -1,4 +1,4 @@
-#compdef equery euse eclean eclean-dist eclean-pkg epkginfo genpkgindex 
glsa-check revdep-rebuild
+#compdef equery euse eclean eclean-dist eclean-pkg epkginfo eshowkw 
genpkgindex glsa-check revdep-rebuild
 
 # XXX: shouldn't this go to _gentoo_package?
 _packages () {
@@ -304,6 +304,21 @@ _epkginfo () {
 '*:package:_gentoo_packages available'
 }
 
+_eshowkw () {
+  _arguments -s \
+'(: -)'{-h,--help}'[Display help and exit]' \
+'(: -)'{-v,--version}'[Show package version and exit]' \
+{'(--arch)-a','(-a)--arch'}'[Display only specified 
arch(es)]:arch(es):_gentoo_arches' \
+{'(--align)-A','(-A)--align'}'[Specify alignment for descriptions 
(default: bottom)]:alignment:((top bottom))' \
+{'(--top-position)-T','(-T)--top-position'}'[Specify which fields we want 
to have in top listing (default: archlist)]:field:((archlist versionlist))' \
+{'(--bold)-B','(-B)--bold'}'[Print out each other column in bold for 
easier visual separation]' \
+{'(--color)-C','(-C)--color'}'[Force colored output]' \
+{'(--overlays)-O','(-O)--overlays'}'[Include overlays in search]' \
+{'(--prefix)-P','(-P)--prefix'}'[Display prefix keywords in output]' \
+{'(--ignore-slot)-S','(-S)--ignore-slot'}'[Treat slots as irelevant during 
detection of redundant packages]' \
+'*:package:_gentoo_packages available'
+}
+
 _genpkgindex () {
   _arguments -s \
 '(: -)'{-h,--help}'[Display help and exit]' \
@@ -385,6 +400,9 @@ case "$service" in
   epkginfo)
 _epkginfo "$@" && return 0
 ;;
+  eshowkw)
+_eshowkw "$@" && return 0
+;;
   genpkgindex)
 _genpkgindex "$@" && return 0
 ;;



[gentoo-commits] proj/zsh-completion:master commit in: src/

2014-12-21 Thread Tim Harder
commit: 14ad3adb3606e7d7f7d538ae8f7cda2f8b11d93c
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Dec 21 09:33:06 2014 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Dec 21 09:33:06 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/zsh-completion.git;a=commit;h=14ad3adb

split out arches list into it's own completion file

This might be combined later on with _gentoo_repos to form a _gentoo
file that accepts command args related to the completion function
requested.

---
 src/_gentoo_arches | 11 +++
 src/_portage_utils | 13 +
 2 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/src/_gentoo_arches b/src/_gentoo_arches
new file mode 100644
index 000..7206ea3
--- /dev/null
+++ b/src/_gentoo_arches
@@ -0,0 +1,11 @@
+#autoload
+
+local arches arch allarches
+
+arches=(${(f)"$(<$(_gentoo_repos -m)/profiles/arch.list)"})
+for arch in $arches; do
+  [[ $arch =~ '^[^#]' ]] && allarches+=( $arch )
+done
+_describe -t available-arches "arch" allarches
+
+# vim: ft=zsh sw=2 ts=2 et

diff --git a/src/_portage_utils b/src/_portage_utils
index cab73f9..3e483a6 100644
--- a/src/_portage_utils
+++ b/src/_portage_utils
@@ -19,17 +19,6 @@ case $service in
   {'(--compare)-c','(-c)--compare'}'[Compare two atoms]'
 ;;
   qcache)
-local arch
-local -a arches allarches
-
-show_archs(){
-  arches=(${(f)"$(<$(_gentoo_repos -m)/profiles/arch.list)"})
-  for arch in $arches; do
-[[ $arch =~ '^[^#]' ]] && allarches+=( $arch )
-  done
-  _describe -t available-arches "arch" allarches
-}
-
 _arguments -s $common_args \
   {'(--matchpkg)-p','(-p)--matchpkg'}'[match pkgname]:package 
name:_gentoo_packages available_pkgnames_only' \
   {'(--matchcat)-c','(-c)--matchcat'}'[match 
catname]:category:_gentoo_packages category' \
@@ -39,7 +28,7 @@ case $service in
   {'(--stats)-s','(-s)--stats'}'[display statistics about the portage 
tree]' \
   {'(--all)-a','(-a)--all'}'[list packages that have at least one version 
keyworded for on a given arch]' \
   {'(--not)-n','(-n)--not'}"[list packages that aren't keyworded on a 
given arch]" \
-  '*:arch:show_archs'
+  '*:arch:_gentoo_arches'
 ;;
   qcheck)
 _arguments -s $common_args \



[gentoo-commits] gentoo-x86 commit in app-doc/devmanual: devmanual-9999.ebuild ChangeLog

2014-12-21 Thread Markos Chandras (hwoarang)
hwoarang14/12/21 10:11:45

  Modified: devmanual-.ebuild ChangeLog
  Log:
  Drop keywords from live ebuild now that the mask has been lifted
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
09BF4F54C2BA7F3C!)

Revision  ChangesPath
1.10 app-doc/devmanual/devmanual-.ebuild

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

Index: devmanual-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-doc/devmanual/devmanual-.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- devmanual-.ebuild   12 Nov 2013 18:36:02 -  1.9
+++ devmanual-.ebuild   21 Dec 2014 10:11:45 -  1.10
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-doc/devmanual/devmanual-.ebuild,v 
1.9 2013/11/12 18:36:02 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-doc/devmanual/devmanual-.ebuild,v 
1.10 2014/12/21 10:11:45 hwoarang Exp $
 
 EAPI=5
 
@@ -12,9 +12,7 @@
 
 LICENSE="CC-BY-SA-2.0"
 SLOT="0"
-# Live ebuild but does not build anything. It should work everywhere
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh
-~sparc ~x86"
+KEYWORDS=""
 IUSE=""
 
 DEPEND="dev-libs/libxslt



1.14 app-doc/devmanual/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-doc/devmanual/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog   16 Nov 2014 10:50:42 -  1.13
+++ ChangeLog   21 Dec 2014 10:11:45 -  1.14
@@ -1,6 +1,9 @@
 # ChangeLog for app-doc/devmanual
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-doc/devmanual/ChangeLog,v 1.13 
2014/11/16 10:50:42 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-doc/devmanual/ChangeLog,v 1.14 
2014/12/21 10:11:45 hwoarang Exp $
+
+  21 Dec 2014; Markos Chandras  devmanual-.ebuild:
+  Drop keywords from live ebuild now that the mask has been lifted
 
   16 Nov 2014; Markos Chandras 
   -devmanual-0_pre20130309.ebuild, -devmanual-0_pre20131109.ebuild:






[gentoo-commits] proj/devmanual:master commit in: ebuild-writing/functions/src_compile/build-environment/

2014-12-21 Thread Markos Chandras
commit: 02ed6207ed8d23ec59e6e04c9f14fa6d39685c62
Author: Markos Chandras  gentoo  org>
AuthorDate: Sun Dec 21 10:14:49 2014 +
Commit: Markos Chandras  gentoo  org>
CommitDate: Sun Dec 21 10:14:49 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/devmanual.git;a=commit;h=02ed6207

src_compile: Update wording for the filter-flags() function

It also affects {C,CPP,CXX,CCAS,F,FC,LD}FLAGS according to the
eclass.

X-Gentoo-Bug: 462436
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=462436

---
 ebuild-writing/functions/src_compile/build-environment/text.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ebuild-writing/functions/src_compile/build-environment/text.xml 
b/ebuild-writing/functions/src_compile/build-environment/text.xml
index b2ae77d..8c16587 100644
--- a/ebuild-writing/functions/src_compile/build-environment/text.xml
+++ b/ebuild-writing/functions/src_compile/build-environment/text.xml
@@ -64,7 +64,7 @@ line in the correct place.
 
 
 The filter-flags function can be used to remove a particular flag from
-CFLAGS. Multiple arguments can be supplied; each is the name of a flag 
to
+{C,CPP,CXX,CCAS,F,FC,LD}FLAGS. Multiple arguments can be supplied; each 
is the name of a flag to
 remove.
 
 



[gentoo-commits] gentoo-x86 commit in app-emulation/lxc: lxc-1.0.7.ebuild ChangeLog

2014-12-21 Thread Markos Chandras (hwoarang)
hwoarang14/12/21 10:18:14

  Modified: ChangeLog
  Added:lxc-1.0.7.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
09BF4F54C2BA7F3C!)

Revision  ChangesPath
1.54 app-emulation/lxc/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emulation/lxc/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog   9 Nov 2014 15:28:25 -   1.53
+++ ChangeLog   21 Dec 2014 10:18:14 -  1.54
@@ -1,6 +1,11 @@
 # ChangeLog for app-emulation/lxc
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/ChangeLog,v 1.53 
2014/11/09 15:28:25 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/ChangeLog,v 1.54 
2014/12/21 10:18:14 hwoarang Exp $
+
+*lxc-1.0.7 (21 Dec 2014)
+
+  21 Dec 2014; Markos Chandras  +lxc-1.0.7.ebuild:
+  Version bump
 
   09 Nov 2014; Justin Lecher  lxc-1.0.6-r1.ebuild:
   Fix for old bash-completion, #527520



1.1  app-emulation/lxc/lxc-1.0.7.ebuild

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

Index: lxc-1.0.7.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/lxc-1.0.7.ebuild,v 1.1 
2014/12/21 10:18:14 hwoarang Exp $

EAPI="5"

MY_P="${P/_/-}"
PYTHON_COMPAT=( python{3_2,3_3,3_4} )
DISTUTILS_OPTIONAL=1

inherit autotools bash-completion-r1 distutils-r1 eutils linux-info versionator 
flag-o-matic systemd

DESCRIPTION="LinuX Containers userspace utilities"
HOMEPAGE="https://linuxcontainers.org/";
SRC_URI="https://github.com/lxc/lxc/archive/${MY_P}.tar.gz";

KEYWORDS="~amd64 ~arm ~ppc64 ~x86"

LICENSE="LGPL-3"
SLOT="0"
IUSE="doc examples lua python seccomp"

RDEPEND="net-libs/gnutls
sys-libs/libcap
lua? ( >=dev-lang/lua-5.1 )
python? ( ${PYTHON_DEPS} )
seccomp? ( sys-libs/libseccomp )"

DEPEND="${RDEPEND}
doc? ( app-text/docbook-sgml-utils )
>=sys-kernel/linux-headers-3.2"

RDEPEND="${RDEPEND}
sys-apps/util-linux
app-misc/pax-utils
virtual/awk"

CONFIG_CHECK="~CGROUPS ~CGROUP_DEVICE
~CPUSETS ~CGROUP_CPUACCT
~RESOURCE_COUNTERS
~CGROUP_SCHED

~NAMESPACES
~IPC_NS ~USER_NS ~PID_NS

~DEVPTS_MULTIPLE_INSTANCES
~CGROUP_FREEZER
~UTS_NS ~NET_NS
~VETH ~MACVLAN

~POSIX_MQUEUE
~!NETPRIO_CGROUP

~!GRKERNSEC_CHROOT_MOUNT
~!GRKERNSEC_CHROOT_DOUBLE
~!GRKERNSEC_CHROOT_PIVOT
~!GRKERNSEC_CHROOT_CHMOD
~!GRKERNSEC_CHROOT_CAPS
"

ERROR_DEVPTS_MULTIPLE_INSTANCES="CONFIG_DEVPTS_MULTIPLE_INSTANCES:  needed 
for pts inside container"

ERROR_CGROUP_FREEZER="CONFIG_CGROUP_FREEZER:needed to freeze containers"

ERROR_UTS_NS="CONFIG_UTS_NS:needed to unshare hostnames and uname info"
ERROR_NET_NS="CONFIG_NET_NS:needed for unshared network"

ERROR_VETH="CONFIG_VETH:needed for internal (host-to-container) 
networking"
ERROR_MACVLAN="CONFIG_MACVLAN:  needed for internal (inter-container) 
networking"

ERROR_POSIX_MQUEUE="CONFIG_POSIX_MQUEUE:needed for lxc-execute command"

ERROR_NETPRIO_CGROUP="CONFIG_NETPRIO_CGROUP:as of kernel 3.3 and lxc 
0.8.0_rc1 this causes LXCs to fail booting."

ERROR_GRKERNSEC_CHROOT_MOUNT=":CONFIG_GRKERNSEC_CHROOT_MOUNTsome GRSEC 
features make LXC unusable see postinst notes"
ERROR_GRKERNSEC_CHROOT_DOUBLE=":CONFIG_GRKERNSEC_CHROOT_DOUBLE  some GRSEC 
features make LXC unusable see postinst notes"
ERROR_GRKERNSEC_CHROOT_PIVOT=":CONFIG_GRKERNSEC_CHROOT_PIVOTsome GRSEC 
features make LXC unusable see postinst notes"
ERROR_GRKERNSEC_CHROOT_CHMOD=":CONFIG_GRKERNSEC_CHROOT_CHMODsome GRSEC 
features make LXC unusable see postinst notes"
ERROR_GRKERNSEC_CHROOT_CAPS=":CONFIG_GRKERNSEC_CHROOT_CAPS  some GRSEC 
features make LXC unusable see postinst notes"

DOCS=(AUTHORS CONTRIBUTING MAINTAINERS NEWS README doc/FAQ.txt)

S="${WORKDIR}/${PN}-${MY_P}"

REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"

src_prepare() {
sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/g' configure.ac || die
if [[ -n ${BACKPORTS} ]]; then
ep

[gentoo-commits] gentoo-x86 commit in dev-haskell/monad-logger: monad-logger-0.3.11.1.ebuild ChangeLog

2014-12-21 Thread Mark Wright (gienah)
gienah  14/12/21 10:19:35

  Modified: ChangeLog
  Added:monad-logger-0.3.11.1.ebuild
  Log:
  Bump monad-logger to 0.3.11.1
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
618E971F)

Revision  ChangesPath
1.8  dev-haskell/monad-logger/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/monad-logger/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   13 Dec 2014 14:55:04 -  1.7
+++ ChangeLog   21 Dec 2014 10:19:35 -  1.8
@@ -1,6 +1,11 @@
 # ChangeLog for dev-haskell/monad-logger
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/monad-logger/ChangeLog,v 1.7 
2014/12/13 14:55:04 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/monad-logger/ChangeLog,v 1.8 
2014/12/21 10:19:35 gienah Exp $
+
+*monad-logger-0.3.11.1 (21 Dec 2014)
+
+  21 Dec 2014; Mark Wright  +monad-logger-0.3.11.1.ebuild:
+  Bump monad-logger to 0.3.11.1
 
 *monad-logger-0.3.11 (13 Dec 2014)
 



1.1  dev-haskell/monad-logger/monad-logger-0.3.11.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/monad-logger/monad-logger-0.3.11.1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/monad-logger/monad-logger-0.3.11.1.ebuild?rev=1.1&content-type=text/plain

Index: monad-logger-0.3.11.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/monad-logger/monad-logger-0.3.11.1.ebuild,v 
1.1 2014/12/21 10:19:35 gienah Exp $

EAPI=5

# ebuild generated by hackport 0.4.4.

CABAL_FEATURES="lib profile haddock hoogle hscolour"
inherit haskell-cabal

DESCRIPTION="A class of monads which can log messages"
HOMEPAGE="https://github.com/kazu-yamamoto/logger";
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"

LICENSE="MIT"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE="+template_haskell"

RDEPEND="dev-haskell/blaze-builder:=[profile?]
>=dev-haskell/conduit-1.0:=[profile?] 
=dev-haskell/conduit-extra-1.0:=[profile?] 
=dev-haskell/fast-logger-2.0:=[profile?] 
=dev-haskell/resourcet-0.4:=[profile?] 
=dev-lang/ghc-7.4.1:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.8
"

src_configure() {
haskell-cabal_src_configure \
$(cabal_flag template_haskell template_haskell)
}






[gentoo-commits] gentoo-x86 commit in dev-haskell/either: either-4.3.2.1.ebuild ChangeLog

2014-12-21 Thread Mark Wright (gienah)
gienah  14/12/21 10:20:30

  Modified: ChangeLog
  Added:either-4.3.2.1.ebuild
  Log:
  Bump either to 4.3.2.1
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
618E971F)

Revision  ChangesPath
1.5  dev-haskell/either/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/either/ChangeLog?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/either/ChangeLog?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/either/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/either/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   14 Dec 2014 05:02:45 -  1.4
+++ ChangeLog   21 Dec 2014 10:20:30 -  1.5
@@ -1,6 +1,11 @@
 # ChangeLog for dev-haskell/either
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/either/ChangeLog,v 1.4 
2014/12/14 05:02:45 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/either/ChangeLog,v 1.5 
2014/12/21 10:20:30 gienah Exp $
+
+*either-4.3.2.1 (21 Dec 2014)
+
+  21 Dec 2014; Mark Wright  +either-4.3.2.1.ebuild:
+  Bump either to 4.3.2.1
 
 *either-4.3.2 (14 Dec 2014)
 



1.1  dev-haskell/either/either-4.3.2.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/either/either-4.3.2.1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/either/either-4.3.2.1.ebuild?rev=1.1&content-type=text/plain

Index: either-4.3.2.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/either/either-4.3.2.1.ebuild,v 
1.1 2014/12/21 10:20:30 gienah Exp $

EAPI=5

# ebuild generated by hackport 0.4.4.

CABAL_FEATURES="lib profile haddock hoogle hscolour"
inherit haskell-cabal

DESCRIPTION="An either monad transformer"
HOMEPAGE="http://github.com/ekmett/either/";
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"

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

RDEPEND=">=dev-haskell/bifunctors-4:=[profile?] 
=dev-haskell/exceptions-0.5:=[profile?] 
=dev-haskell/free-4.9:=[profile?] =dev-haskell/monad-control-0.3.2:=[profile?] 
=dev-haskell/monadrandom-0.1:=[profile?] 
=dev-haskell/mtl-2.0:=[profile?] =dev-haskell/profunctors-4:=[profile?] 
=dev-haskell/semigroupoids-4:=[profile?] 
=dev-haskell/semigroups-0.8.3.1:=[profile?] 
=dev-haskell/transformers-0.2:=[profile?] 
=dev-haskell/transformers-base-0.4:=[profile?] 
=dev-lang/ghc-7.4.1:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.6
"






[gentoo-commits] gentoo-x86 commit in dev-haskell/resourcet: resourcet-1.1.3.3.ebuild ChangeLog

2014-12-21 Thread Mark Wright (gienah)
gienah  14/12/21 10:21:14

  Modified: ChangeLog
  Added:resourcet-1.1.3.3.ebuild
  Log:
  Bump resourcet to 1.1.3.3
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
618E971F)

Revision  ChangesPath
1.11 dev-haskell/resourcet/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/resourcet/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   14 Dec 2014 05:42:06 -  1.10
+++ ChangeLog   21 Dec 2014 10:21:14 -  1.11
@@ -1,6 +1,11 @@
 # ChangeLog for dev-haskell/resourcet
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/resourcet/ChangeLog,v 1.10 
2014/12/14 05:42:06 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/resourcet/ChangeLog,v 1.11 
2014/12/21 10:21:14 gienah Exp $
+
+*resourcet-1.1.3.3 (21 Dec 2014)
+
+  21 Dec 2014; Mark Wright  +resourcet-1.1.3.3.ebuild:
+  Bump resourcet to 1.1.3.3
 
 *resourcet-1.1.3.1 (14 Dec 2014)
 



1.1  dev-haskell/resourcet/resourcet-1.1.3.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/resourcet/resourcet-1.1.3.3.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/resourcet/resourcet-1.1.3.3.ebuild?rev=1.1&content-type=text/plain

Index: resourcet-1.1.3.3.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/resourcet/resourcet-1.1.3.3.ebuild,v 1.1 
2014/12/21 10:21:14 gienah Exp $

EAPI=5

# ebuild generated by hackport 0.4.4.

CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal

DESCRIPTION="Deterministic allocation and freeing of scarce resources"
HOMEPAGE="http://github.com/snoyberg/conduit";
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"

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

RDEPEND=">=dev-haskell/exceptions-0.5:=[profile?]
>=dev-haskell/lifted-base-0.1:=[profile?]
dev-haskell/mmorph:=[profile?]
>=dev-haskell/monad-control-0.3.1:=[profile?] 
=dev-haskell/mtl-2.0:=[profile?] =dev-haskell/transformers-0.2.2:=[profile?] 
=dev-haskell/transformers-base-0.4.1:=[profile?] 
=dev-lang/ghc-7.4.1:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.8
test? ( >=dev-haskell/hspec-1.3 )
"






[gentoo-commits] gentoo-x86 commit in dev-haskell/semigroups: semigroups-0.16.0.1.ebuild ChangeLog

2014-12-21 Thread Mark Wright (gienah)
gienah  14/12/21 10:22:03

  Modified: ChangeLog
  Added:semigroups-0.16.0.1.ebuild
  Log:
  Bump semigroups to 0.16.0.1
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
618E971F)

Revision  ChangesPath
1.12 dev-haskell/semigroups/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/semigroups/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   14 Dec 2014 05:46:11 -  1.11
+++ ChangeLog   21 Dec 2014 10:22:03 -  1.12
@@ -1,6 +1,11 @@
 # ChangeLog for dev-haskell/semigroups
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/semigroups/ChangeLog,v 1.11 
2014/12/14 05:46:11 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/semigroups/ChangeLog,v 1.12 
2014/12/21 10:22:03 gienah Exp $
+
+*semigroups-0.16.0.1 (21 Dec 2014)
+
+  21 Dec 2014; Mark Wright  +semigroups-0.16.0.1.ebuild:
+  Bump semigroups to 0.16.0.1
 
 *semigroups-0.16 (14 Dec 2014)
 



1.1  dev-haskell/semigroups/semigroups-0.16.0.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/semigroups/semigroups-0.16.0.1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/semigroups/semigroups-0.16.0.1.ebuild?rev=1.1&content-type=text/plain

Index: semigroups-0.16.0.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/semigroups/semigroups-0.16.0.1.ebuild,v 1.1 
2014/12/21 10:22:03 gienah Exp $

EAPI=5

# ebuild generated by hackport 0.4.4.

CABAL_FEATURES="lib profile haddock hoogle hscolour"
inherit haskell-cabal

DESCRIPTION="Anything that associates"
HOMEPAGE="http://github.com/ekmett/semigroups/";
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"

LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE="+bytestring +containers +deepseq +hashable +text +unordered-containers"

RDEPEND=">=dev-haskell/nats-0.1:=[profile?] =dev-lang/ghc-7.4.1:=
hashable? ( >=dev-haskell/hashable-1.1:=[profile?] 
=dev-haskell/unordered-containers-0.2:=[profile?] 
=dev-haskell/text-0.10:=[profile?] 


[gentoo-commits] gentoo-x86 commit in net-misc/tcpsound/files: tcpsound-0.3.1-makefile.patch

2014-12-21 Thread Jeroen Roovers (jer)
jer 14/12/21 10:27:09

  Modified: tcpsound-0.3.1-makefile.patch
  Log:
  Remove -L$(libdir) from LIBS (maybe bug #533164).
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.4  net-misc/tcpsound/files/tcpsound-0.3.1-makefile.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tcpsound/files/tcpsound-0.3.1-makefile.patch?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tcpsound/files/tcpsound-0.3.1-makefile.patch?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tcpsound/files/tcpsound-0.3.1-makefile.patch?r1=1.3&r2=1.4

Index: tcpsound-0.3.1-makefile.patch
===
RCS file: 
/var/cvsroot/gentoo-x86/net-misc/tcpsound/files/tcpsound-0.3.1-makefile.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- tcpsound-0.3.1-makefile.patch   18 Jul 2014 21:27:17 -  1.3
+++ tcpsound-0.3.1-makefile.patch   21 Dec 2014 10:27:09 -  1.4
@@ -20,7 +20,7 @@
 -CC = $(MKTOOL)
 +MKTOOL = install
 +CFLAGS += -I$(includedir) 
-+LIBS  = -L$(libdir) -lSDL -lmba -lpthread
++LIBS  = -lSDL -lmba -lpthread
  
  .SUFFIXES: .1 .1.gz
  






[gentoo-commits] gentoo-x86 commit in net-misc/tcpsound: ChangeLog

2014-12-21 Thread Jeroen Roovers (jer)
jer 14/12/21 10:27:09

  Modified: ChangeLog
  Log:
  Remove -L$(libdir) from LIBS (maybe bug #533164).
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.14 net-misc/tcpsound/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tcpsound/ChangeLog?rev=1.14&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tcpsound/ChangeLog?rev=1.14&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tcpsound/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/tcpsound/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog   18 Jul 2014 21:27:18 -  1.13
+++ ChangeLog   21 Dec 2014 10:27:09 -  1.14
@@ -1,6 +1,10 @@
 # ChangeLog for net-misc/tcpsound
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tcpsound/ChangeLog,v 1.13 
2014/07/18 21:27:18 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tcpsound/ChangeLog,v 1.14 
2014/12/21 10:27:09 jer Exp $
+
+  21 Dec 2014; Jeroen Roovers 
+  files/tcpsound-0.3.1-makefile.patch:
+  Remove -L$(libdir) from LIBS (maybe bug #533164).
 
   18 Jul 2014; Jeroen Roovers  -tcpsound-0.3.1.ebuild,
   tcpsound-0.3.1-r1.ebuild, files/tcpsound-0.3.1-makefile.patch,






[gentoo-commits] gentoo-x86 commit in dev-python/flask-wtf: ChangeLog flask-wtf-0.9.4.ebuild flask-wtf-0.9.3.ebuild flask-wtf-0.9.5.ebuild flask-wtf-0.10.0.ebuild flask-wtf-0.10.1.ebuild

2014-12-21 Thread Ian Delaney (idella4)
idella4 14/12/21 10:42:54

  Modified: ChangeLog
  Removed:  flask-wtf-0.9.4.ebuild flask-wtf-0.9.3.ebuild
flask-wtf-0.9.5.ebuild flask-wtf-0.10.0.ebuild
flask-wtf-0.10.1.ebuild
  Log:
  rm old
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.18 dev-python/flask-wtf/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/flask-wtf/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog   21 Nov 2014 05:20:16 -  1.17
+++ ChangeLog   21 Dec 2014 10:42:54 -  1.18
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/flask-wtf
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-wtf/ChangeLog,v 1.17 
2014/11/21 05:20:16 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-wtf/ChangeLog,v 1.18 
2014/12/21 10:42:54 idella4 Exp $
+
+  21 Dec 2014; Ian Delaney  -flask-wtf-0.10.0.ebuild,
+  -flask-wtf-0.10.1.ebuild, -flask-wtf-0.9.3.ebuild, -flask-wtf-0.9.4.ebuild,
+  -flask-wtf-0.9.5.ebuild:
+  rm old
 
 *flask-wtf-0.10.3 (21 Nov 2014)
 






[gentoo-commits] gentoo commit in xml/htdocs/proj/en/qa/treecleaners: maintainer-needed.xml

2014-12-21 Thread Markos Chandras (hwoarang)
hwoarang14/12/21 11:04:32

  Modified: maintainer-needed.xml
  Log:
  Automated update of maintainer-needed package list

Revision  ChangesPath
1.465xml/htdocs/proj/en/qa/treecleaners/maintainer-needed.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/qa/treecleaners/maintainer-needed.xml?rev=1.465&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/qa/treecleaners/maintainer-needed.xml?rev=1.465&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/qa/treecleaners/maintainer-needed.xml?r1=1.464&r2=1.465

Index: maintainer-needed.xml
===
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/proj/en/qa/treecleaners/maintainer-needed.xml,v
retrieving revision 1.464
retrieving revision 1.465
diff -u -r1.464 -r1.465
--- maintainer-needed.xml   19 Dec 2014 21:00:29 -  1.464
+++ maintainer-needed.xml   21 Dec 2014 11:04:32 -  1.465
@@ -1,6 +1,6 @@
 
 
-
+
 
 
 
@@ -23,7 +23,7 @@
   
 
   1.2
-  2014-12-19
+  2014-12-21
   
   Maintainer-Needed packages
   
@@ -38,7 +38,7 @@
 
 Package List
 
-The following 1208 packages are marked as maintainer-needed
+The following 1207 packages are marked as maintainer-needed
 
 
 Package NameDescriptionBugs
@@ -2955,9 +2955,6 @@
 http://packages.gentoo.org/package/sci-misc/pythoncad";>sci-misc/pythoncad
 CAD program written in PyGTK
 https://bugs.gentoo.org/buglist.cgi?quicksearch=sci-misc/pythoncad";>Open 
Bugs
-http://packages.gentoo.org/package/sci-visualization/paraview";>sci-visualization/paraview
-ParaView is a powerful scientific data visualization application
-https://bugs.gentoo.org/buglist.cgi?quicksearch=sci-visualization/paraview";>Open
 Bugs
 http://packages.gentoo.org/package/sys-apps/apmd";>sys-apps/apmd
 Advanced Power Management Daemon
 https://bugs.gentoo.org/buglist.cgi?quicksearch=sys-apps/apmd";>Open 
Bugs






[gentoo-commits] gentoo-x86 commit in gnome-extra/gnome-boxes: ChangeLog gnome-boxes-3.12.3.ebuild gnome-boxes-3.10.2.ebuild

2014-12-21 Thread Gilles Dartiguelongue (eva)
eva 14/12/21 11:23:11

  Modified: ChangeLog gnome-boxes-3.12.3.ebuild
  Removed:  gnome-boxes-3.10.2.ebuild
  Log:
  Fix kernel configuration check, bug #504822. Clean up old revision.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.10 gnome-extra/gnome-boxes/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-boxes/ChangeLog?rev=1.10&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-boxes/ChangeLog?rev=1.10&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-boxes/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/gnome-extra/gnome-boxes/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   24 Jul 2014 18:20:19 -  1.9
+++ ChangeLog   21 Dec 2014 11:23:11 -  1.10
@@ -1,6 +1,10 @@
 # ChangeLog for gnome-extra/gnome-boxes
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-boxes/ChangeLog,v 1.9 
2014/07/24 18:20:19 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-boxes/ChangeLog,v 1.10 
2014/12/21 11:23:11 eva Exp $
+
+  21 Dec 2014; Gilles Dartiguelongue 
+  -gnome-boxes-3.10.2.ebuild, gnome-boxes-3.12.3.ebuild:
+  Fix kernel configuration check, bug #504822. Clean up old revision.
 
   24 Jul 2014; Samuli Suominen  
gnome-boxes-3.10.2.ebuild,
   gnome-boxes-3.12.3.ebuild:



1.4  gnome-extra/gnome-boxes/gnome-boxes-3.12.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-boxes/gnome-boxes-3.12.3.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-boxes/gnome-boxes-3.12.3.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-boxes/gnome-boxes-3.12.3.ebuild?r1=1.3&r2=1.4

Index: gnome-boxes-3.12.3.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/gnome-extra/gnome-boxes/gnome-boxes-3.12.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gnome-boxes-3.12.3.ebuild   24 Jul 2014 18:20:19 -  1.3
+++ gnome-boxes-3.12.3.ebuild   21 Dec 2014 11:23:11 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/gnome-extra/gnome-boxes/gnome-boxes-3.12.3.ebuild,v 1.3 
2014/07/24 18:20:19 ssuominen Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/gnome-extra/gnome-boxes/gnome-boxes-3.12.3.ebuild,v 1.4 
2014/12/21 11:23:11 eva Exp $
 
 EAPI="5"
 GCONF_DEBUG="no"
@@ -62,11 +62,13 @@
 # modprobe kvm-amd"
 
 pkg_pretend() {
-   linux_config_exists
+   linux-info_get_any_version
 
-   if ! { linux_chkconfig_present KVM_AMD || \
-   linux_chkconfig_present KVM_INTEL; }; then
-   ewarn "You need KVM support in your kernel to use GNOME Boxes!"
+   if linux_config_exists; then
+   if ! { linux_chkconfig_present KVM_AMD || \
+   linux_chkconfig_present KVM_INTEL; }; then
+   ewarn "You need KVM support in your kernel to use GNOME 
Boxes!"
+   fi
fi
 }
 






[gentoo-commits] gentoo-x86 commit in dev-python/flask-security: ChangeLog flask-security-1.7.0.ebuild flask-security-1.7.1.ebuild flask-security-1.6.9.ebuild flask-security-1.7.3.ebuild flask-securit

2014-12-21 Thread Ian Delaney (idella4)
idella4 14/12/21 11:28:45

  Modified: ChangeLog
  Removed:  flask-security-1.7.0.ebuild
flask-security-1.7.1.ebuild
flask-security-1.6.9.ebuild
flask-security-1.7.3.ebuild
flask-security-1.7.2.ebuild
  Log:
  rm old
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.7  dev-python/flask-security/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-security/ChangeLog?rev=1.7&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-security/ChangeLog?rev=1.7&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-security/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/flask-security/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   19 Oct 2014 10:41:51 -  1.6
+++ ChangeLog   21 Dec 2014 11:28:45 -  1.7
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/flask-security
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-security/ChangeLog,v 1.6 
2014/10/19 10:41:51 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-security/ChangeLog,v 1.7 
2014/12/21 11:28:45 idella4 Exp $
+
+  21 Dec 2014; Ian Delaney  -flask-security-1.6.9.ebuild,
+  -flask-security-1.7.0.ebuild, -flask-security-1.7.1.ebuild,
+  -flask-security-1.7.2.ebuild, -flask-security-1.7.3.ebuild:
+  rm old
 
 *flask-security-1.7.4 (19 Oct 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-haskell/network-uri: network-uri-2.5.0.0.ebuild ChangeLog

2014-12-21 Thread Sergei Trofimovich (slyfox)
slyfox  14/12/21 11:32:48

  Modified: network-uri-2.5.0.0.ebuild ChangeLog
  Log:
  Stabilize for everything we have dev-haskell/netwotk-2.4: 
alpha/amd64/ia64/ppc/ppc64/sparc/x86
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.2  dev-haskell/network-uri/network-uri-2.5.0.0.ebuild

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

Index: network-uri-2.5.0.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-haskell/network-uri/network-uri-2.5.0.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- network-uri-2.5.0.0.ebuild  14 Dec 2014 05:23:37 -  1.1
+++ network-uri-2.5.0.0.ebuild  21 Dec 2014 11:32:48 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/network-uri/network-uri-2.5.0.0.ebuild,v 
1.1 2014/12/14 05:23:37 gienah Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/network-uri/network-uri-2.5.0.0.ebuild,v 
1.2 2014/12/21 11:32:48 slyfox Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE="BSD"
 SLOT="0/${PV}"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos"
 IUSE=""
 
 RDEPEND=">=dev-lang/ghc-7.4.1:=



1.2  dev-haskell/network-uri/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/network-uri/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   14 Dec 2014 05:23:37 -  1.1
+++ ChangeLog   21 Dec 2014 11:32:48 -  1.2
@@ -1,6 +1,11 @@
 # ChangeLog for dev-haskell/network-uri
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/network-uri/ChangeLog,v 1.1 
2014/12/14 05:23:37 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/network-uri/ChangeLog,v 1.2 
2014/12/21 11:32:48 slyfox Exp $
+
+  21 Dec 2014; Sergei Trofimovich 
+  network-uri-2.5.0.0.ebuild:
+  Stabilize for everything we have dev-haskell/netwotk-2.4:
+  alpha/amd64/ia64/ppc/ppc64/sparc/x86
 
 *network-uri-2.5.0.0 (14 Dec 2014)
 *network-uri-2.6.0.1 (14 Dec 2014)






[gentoo-commits] gentoo-x86 commit in net-misc/asterisk: asterisk-11.14.2.ebuild ChangeLog

2014-12-21 Thread Agostino Sarubbo (ago)
ago 14/12/21 11:35:50

  Modified: asterisk-11.14.2.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #532242
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.2  net-misc/asterisk/asterisk-11.14.2.ebuild

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

Index: asterisk-11.14.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/asterisk/asterisk-11.14.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- asterisk-11.14.2.ebuild 16 Dec 2014 10:21:06 -  1.1
+++ asterisk-11.14.2.ebuild 21 Dec 2014 11:35:50 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk/asterisk-11.14.2.ebuild,v 
1.1 2014/12/16 10:21:06 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk/asterisk-11.14.2.ebuild,v 
1.2 2014/12/21 11:35:50 ago Exp $
 
 EAPI=5
 inherit autotools base eutils linux-info multilib user
@@ -13,7 +13,7 @@
 mirror://gentoo/gentoo-asterisk-patchset-3.14.tar.bz2"
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 IUSE_VOICEMAIL_STORAGE="
+voicemail_storage_file



1.510net-misc/asterisk/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/asterisk/ChangeLog?rev=1.510&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/asterisk/ChangeLog?rev=1.510&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/asterisk/ChangeLog?r1=1.509&r2=1.510

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/asterisk/ChangeLog,v
retrieving revision 1.509
retrieving revision 1.510
diff -u -r1.509 -r1.510
--- ChangeLog   16 Dec 2014 10:21:06 -  1.509
+++ ChangeLog   21 Dec 2014 11:35:50 -  1.510
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/asterisk
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk/ChangeLog,v 1.509 
2014/12/16 10:21:06 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk/ChangeLog,v 1.510 
2014/12/21 11:35:50 ago Exp $
+
+  21 Dec 2014; Agostino Sarubbo  asterisk-11.14.2.ebuild:
+  Stable for amd64, wrt bug #532242
 
 *asterisk-12.7.2 (16 Dec 2014)
 *asterisk-11.14.2 (16 Dec 2014)






[gentoo-commits] gentoo-x86 commit in sys-apps/file: file-5.21.ebuild ChangeLog

2014-12-21 Thread Agostino Sarubbo (ago)
ago 14/12/21 11:35:57

  Modified: file-5.21.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #532686
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.3  sys-apps/file/file-5.21.ebuild

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

Index: file-5.21.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.21.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- file-5.21.ebuild17 Dec 2014 06:17:26 -  1.2
+++ file-5.21.ebuild21 Dec 2014 11:35:57 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.21.ebuild,v 1.2 
2014/12/17 06:17:26 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.21.ebuild,v 1.3 
2014/12/21 11:35:57 ago Exp $
 
 EAPI="4"
 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy2_0 )
@@ -14,7 +14,7 @@
 else
SRC_URI="ftp://ftp.astron.com/pub/file/${P}.tar.gz
ftp://ftp.gw.com/mirrors/pub/unix/file/${P}.tar.gz";
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
 fi
 
 DESCRIPTION="identify a file's format by scanning binary data for patterns"



1.290sys-apps/file/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v
retrieving revision 1.289
retrieving revision 1.290
diff -u -r1.289 -r1.290
--- ChangeLog   17 Dec 2014 06:17:26 -  1.289
+++ ChangeLog   21 Dec 2014 11:35:57 -  1.290
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/file
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v 1.289 2014/12/17 
06:17:26 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v 1.290 2014/12/21 
11:35:57 ago Exp $
+
+  21 Dec 2014; Agostino Sarubbo  file-5.21.ebuild:
+  Stable for amd64, wrt bug #532686
 
   17 Dec 2014; Jeroen Roovers  file-5.21.ebuild:
   Stable for HPPA (bug #532686).






[gentoo-commits] gentoo-x86 commit in sys-cluster/torque: torque-4.1.7.ebuild torque-2.5.13.ebuild ChangeLog

2014-12-21 Thread Agostino Sarubbo (ago)
ago 14/12/21 11:35:44

  Modified: torque-4.1.7.ebuild torque-2.5.13.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #491270
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.6  sys-cluster/torque/torque-4.1.7.ebuild

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

Index: torque-4.1.7.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/torque/torque-4.1.7.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- torque-4.1.7.ebuild 14 Dec 2014 10:40:19 -  1.5
+++ torque-4.1.7.ebuild 21 Dec 2014 11:35:44 -  1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/torque/torque-4.1.7.ebuild,v 
1.5 2014/12/14 10:40:19 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/torque/torque-4.1.7.ebuild,v 
1.6 2014/12/21 11:35:44 ago Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE="torque-2.5"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 IUSE="cpusets +crypt doc drmaa kernel_linux munge nvidia server +syslog tk"
 
 DEPEND_COMMON="



1.4  sys-cluster/torque/torque-2.5.13.ebuild

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

Index: torque-2.5.13.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/torque/torque-2.5.13.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- torque-2.5.13.ebuild16 Dec 2014 08:33:25 -  1.3
+++ torque-2.5.13.ebuild21 Dec 2014 11:35:44 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/torque/torque-2.5.13.ebuild,v 
1.3 2014/12/16 08:33:25 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/torque/torque-2.5.13.ebuild,v 
1.4 2014/12/21 11:35:44 ago Exp $
 
 EAPI=4
 
@@ -13,7 +13,7 @@
 LICENSE="torque-2.5"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 IUSE="cpusets +crypt doc drmaa kernel_linux munge server static-libs +syslog 
threads tk xml"
 
 # ed is used by makedepend-sh



1.177sys-cluster/torque/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/torque/ChangeLog?rev=1.177&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/torque/ChangeLog?rev=1.177&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/torque/ChangeLog?r1=1.176&r2=1.177

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/torque/ChangeLog,v
retrieving revision 1.176
retrieving revision 1.177
diff -u -r1.176 -r1.177
--- ChangeLog   16 Dec 2014 08:33:25 -  1.176
+++ ChangeLog   21 Dec 2014 11:35:44 -  1.177
@@ -1,6 +1,10 @@
 # ChangeLog for sys-cluster/torque
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/torque/ChangeLog,v 1.176 
2014/12/16 08:33:25 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/torque/ChangeLog,v 1.177 
2014/12/21 11:35:44 ago Exp $
+
+  21 Dec 2014; Agostino Sarubbo  torque-2.5.13.ebuild,
+  torque-4.1.7.ebuild:
+  Stable for amd64, wrt bug #491270
 
   16 Dec 2014; Jeroen Roovers  torque-2.5.13.ebuild:
   Stable for HPPA (bug #491270).






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

2014-12-21 Thread Agostino Sarubbo (ago)
ago 14/12/21 11:36:07

  Modified: php-5.5.20.ebuild php-5.4.36.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #532914
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.3  dev-lang/php/php-5.5.20.ebuild

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

Index: php-5.5.20.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.5.20.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- php-5.5.20.ebuild   21 Dec 2014 09:25:53 -  1.2
+++ php-5.5.20.ebuild   21 Dec 2014 11:36:07 -  1.3
@@ -1,12 +1,12 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.5.20.ebuild,v 1.2 
2014/12/21 09:25:53 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.5.20.ebuild,v 1.3 
2014/12/21 11:36:07 ago Exp $
 
 EAPI=5
 
 inherit eutils autotools flag-o-matic versionator depend.apache apache-module 
db-use libtool systemd
 
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
 
 function php_get_uri ()
 {



1.3  dev-lang/php/php-5.4.36.ebuild

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

Index: php-5.4.36.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.4.36.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- php-5.4.36.ebuild   21 Dec 2014 09:25:53 -  1.2
+++ php-5.4.36.ebuild   21 Dec 2014 11:36:07 -  1.3
@@ -1,12 +1,12 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.4.36.ebuild,v 1.2 
2014/12/21 09:25:53 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.4.36.ebuild,v 1.3 
2014/12/21 11:36:07 ago Exp $
 
 EAPI=5
 
 inherit eutils autotools flag-o-matic versionator depend.apache apache-module 
db-use libtool systemd
 
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
 
 function php_get_uri ()
 {



1.911dev-lang/php/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v
retrieving revision 1.910
retrieving revision 1.911
diff -u -r1.910 -r1.911
--- ChangeLog   21 Dec 2014 09:25:53 -  1.910
+++ ChangeLog   21 Dec 2014 11:36:07 -  1.911
@@ -1,6 +1,10 @@
 # ChangeLog for dev-lang/php
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.910 2014/12/21 
09:25:53 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.911 2014/12/21 
11:36:07 ago Exp $
+
+  21 Dec 2014; Agostino Sarubbo  php-5.4.36.ebuild,
+  php-5.5.20.ebuild:
+  Stable for amd64, wrt bug #532914
 
   21 Dec 2014; Jeroen Roovers  php-5.4.36.ebuild,
   php-5.5.20.ebuild:






[gentoo-commits] gentoo-x86 commit in app-emulation/qemu: qemu-2.1.2-r2.ebuild ChangeLog

2014-12-21 Thread Agostino Sarubbo (ago)
ago 14/12/21 11:36:15

  Modified: qemu-2.1.2-r2.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #531666
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.2  app-emulation/qemu/qemu-2.1.2-r2.ebuild

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

Index: qemu-2.1.2-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-2.1.2-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- qemu-2.1.2-r2.ebuild14 Dec 2014 22:45:07 -  1.1
+++ qemu-2.1.2-r2.ebuild21 Dec 2014 11:36:15 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-2.1.2-r2.ebuild,v 
1.1 2014/12/14 22:45:07 tamiko Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-2.1.2-r2.ebuild,v 
1.2 2014/12/21 11:36:15 ago Exp $
 
 EAPI=5
 
@@ -21,7 +21,7 @@
SRC_URI="http://wiki.qemu-project.org/download/${P}.tar.bz2
${BACKPORTS:+

http://dev.gentoo.org/~tamiko/distfiles/${P}-${BACKPORTS}.tar.xz}";
-   KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
+   KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
 fi
 
 DESCRIPTION="QEMU + Kernel-based Virtual Machine userland tools"



1.309app-emulation/qemu/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/ChangeLog?rev=1.309&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/ChangeLog?rev=1.309&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/ChangeLog?r1=1.308&r2=1.309

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v
retrieving revision 1.308
retrieving revision 1.309
diff -u -r1.308 -r1.309
--- ChangeLog   14 Dec 2014 22:45:07 -  1.308
+++ ChangeLog   21 Dec 2014 11:36:15 -  1.309
@@ -1,6 +1,9 @@
 # ChangeLog for app-emulation/qemu
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v 1.308 
2014/12/14 22:45:07 tamiko Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v 1.309 
2014/12/21 11:36:15 ago Exp $
+
+  21 Dec 2014; Agostino Sarubbo  qemu-2.1.2-r2.ebuild:
+  Stable for amd64, wrt bug #531666
 
 *qemu-2.1.2-r2 (14 Dec 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-vcs/git: git-1.9.5.ebuild git-1.8.5.6.ebuild git-2.0.5.ebuild ChangeLog

2014-12-21 Thread Agostino Sarubbo (ago)
ago 14/12/21 11:36:46

  Modified: git-1.9.5.ebuild git-1.8.5.6.ebuild
git-2.0.5.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #532984
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.2  dev-vcs/git/git-1.9.5.ebuild

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

Index: git-1.9.5.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.9.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- git-1.9.5.ebuild18 Dec 2014 22:07:08 -  1.1
+++ git-1.9.5.ebuild21 Dec 2014 11:36:46 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.9.5.ebuild,v 1.1 
2014/12/18 22:07:08 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.9.5.ebuild,v 1.2 
2014/12/21 11:36:46 ago Exp $
 
 EAPI=5
 
@@ -32,7 +32,7 @@

${SRC_URI_KORG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX}

${SRC_URI_GOOG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX}
)"
-   KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 else
SRC_URI=""
KEYWORDS=""



1.2  dev-vcs/git/git-1.8.5.6.ebuild

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

Index: git-1.8.5.6.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.8.5.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- git-1.8.5.6.ebuild  18 Dec 2014 22:07:08 -  1.1
+++ git-1.8.5.6.ebuild  21 Dec 2014 11:36:46 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.8.5.6.ebuild,v 1.1 
2014/12/18 22:07:08 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.8.5.6.ebuild,v 1.2 
2014/12/21 11:36:46 ago Exp $
 
 EAPI=5
 
@@ -32,7 +32,7 @@

${SRC_URI_KORG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX}

${SRC_URI_GOOG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX}
)"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 else
SRC_URI=""
KEYWORDS=""



1.3  dev-vcs/git/git-2.0.5.ebuild

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

Index: git-2.0.5.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/git-2.0.5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- git-2.0.5.ebuild21 Dec 2014 09:24:18 -000

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

2014-12-21 Thread Agostino Sarubbo (ago)
ago 14/12/21 11:36:22

  Modified: samba-3.6.24.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #514676
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.4  net-fs/samba/samba-3.6.24.ebuild

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

Index: samba-3.6.24.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.6.24.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- samba-3.6.24.ebuild 17 Dec 2014 06:22:15 -  1.3
+++ samba-3.6.24.ebuild 21 Dec 2014 11:36:22 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.6.24.ebuild,v 1.3 
2014/12/17 06:22:15 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.6.24.ebuild,v 1.4 
2014/12/21 11:36:22 ago Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 SRC_URI="mirror://samba/stable/${MY_P}.tar.gz"
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
 IUSE="acl addns ads +aio avahi caps +client cluster cups debug dmapi doc 
examples fam
ldap ldb +netapi pam quota +readline selinux +server +smbclient 
smbsharemodes
swat syslog +winbind"



1.694net-fs/samba/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v
retrieving revision 1.693
retrieving revision 1.694
diff -u -r1.693 -r1.694
--- ChangeLog   17 Dec 2014 06:22:15 -  1.693
+++ ChangeLog   21 Dec 2014 11:36:22 -  1.694
@@ -1,6 +1,9 @@
 # ChangeLog for net-fs/samba
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.693 2014/12/17 
06:22:15 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.694 2014/12/21 
11:36:22 ago Exp $
+
+  21 Dec 2014; Agostino Sarubbo  samba-3.6.24.ebuild:
+  Stable for amd64, wrt bug #514676
 
   17 Dec 2014; Jeroen Roovers  samba-3.6.24.ebuild:
   Stable for HPPA (bug #514676).






[gentoo-commits] gentoo-x86 commit in www-apps/dokuwiki: dokuwiki-20140929b.ebuild ChangeLog

2014-12-21 Thread Agostino Sarubbo (ago)
ago 14/12/21 11:36:27

  Modified: dokuwiki-20140929b.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #532190
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.2  www-apps/dokuwiki/dokuwiki-20140929b.ebuild

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

Index: dokuwiki-20140929b.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/www-apps/dokuwiki/dokuwiki-20140929b.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- dokuwiki-20140929b.ebuild   12 Dec 2014 13:47:14 -  1.1
+++ dokuwiki-20140929b.ebuild   21 Dec 2014 11:36:27 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/www-apps/dokuwiki/dokuwiki-20140929b.ebuild,v 1.1 
2014/12/12 13:47:14 jmbsvicetto Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/www-apps/dokuwiki/dokuwiki-20140929b.ebuild,v 1.2 
2014/12/21 11:36:27 ago Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 SRC_URI="http://download.dokuwiki.org/src/${PN}/${PN}-${MY_PV}.tgz";
 
 LICENSE="GPL-2"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~sparc ~x86"
 IUSE="gd"
 
 DEPEND=""



1.72 www-apps/dokuwiki/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/dokuwiki/ChangeLog?rev=1.72&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/dokuwiki/ChangeLog?rev=1.72&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/dokuwiki/ChangeLog?r1=1.71&r2=1.72

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-apps/dokuwiki/ChangeLog,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- ChangeLog   12 Dec 2014 13:47:14 -  1.71
+++ ChangeLog   21 Dec 2014 11:36:27 -  1.72
@@ -1,6 +1,9 @@
 # ChangeLog for www-apps/dokuwiki
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/dokuwiki/ChangeLog,v 1.71 
2014/12/12 13:47:14 jmbsvicetto Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/dokuwiki/ChangeLog,v 1.72 
2014/12/21 11:36:27 ago Exp $
+
+  21 Dec 2014; Agostino Sarubbo  dokuwiki-20140929b.ebuild:
+  Stable for amd64, wrt bug #532190
 
 *dokuwiki-20140929b (12 Dec 2014)
 *dokuwiki-20140505c (12 Dec 2014)






[gentoo-commits] gentoo-x86 commit in dev-vcs/subversion: subversion-1.8.11.ebuild subversion-1.7.19.ebuild ChangeLog

2014-12-21 Thread Agostino Sarubbo (ago)
ago 14/12/21 11:36:36

  Modified: subversion-1.8.11.ebuild subversion-1.7.19.ebuild
ChangeLog
  Log:
  Stable for amd64, wrt bug #532406
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.3  dev-vcs/subversion/subversion-1.8.11.ebuild

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

Index: subversion-1.8.11.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.8.11.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- subversion-1.8.11.ebuild17 Dec 2014 22:33:35 -  1.2
+++ subversion-1.8.11.ebuild21 Dec 2014 11:36:36 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.8.11.ebuild,v 1.2 
2014/12/17 22:33:35 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.8.11.ebuild,v 1.3 
2014/12/21 11:36:36 ago Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7} )
@@ -18,7 +18,7 @@
 
 LICENSE="Subversion GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~hppa-hpux ~ia64-hpux 
~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~hppa-hpux ~ia64-hpux 
~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="apache2 berkdb ctypes-python debug doc +dso extras gnome-keyring +http 
java kde nls perl python ruby sasl test vim-syntax"
 
 COMMON_DEPEND=">=dev-db/sqlite-3.7.12



1.4  dev-vcs/subversion/subversion-1.7.19.ebuild

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

Index: subversion-1.7.19.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.7.19.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- subversion-1.7.19.ebuild20 Dec 2014 08:50:45 -  1.3
+++ subversion-1.7.19.ebuild21 Dec 2014 11:36:36 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.7.19.ebuild,v 1.3 
2014/12/20 08:50:45 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.7.19.ebuild,v 1.4 
2014/12/21 11:36:36 ago Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7} )
@@ -18,7 +18,7 @@
 
 LICENSE="Subversion GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~hppa-hpux ~ia64-hpux 
~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~hppa-hpux ~ia64-hpux 
~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="apache2 berkdb ctypes-python debug doc +dso extras gnome-keyring java 
kde nls perl python ruby sasl test vim-syntax +webdav-neon webdav-serf"
 
 COMMON_DEPEND=">=dev-db/sqlite-3.6.18[threadsafe(+)]



1.211dev-vcs/subversion/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/subversion/ChangeLog?rev=1.211&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/subversion/ChangeLog?rev=1.211&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/subversion/ChangeLog?r1=1.210&r2=1.211

Index: ChangeLog
===
RCS file: /var

[gentoo-commits] gentoo-x86 commit in app-emulation/xen: xen-4.3.3-r3.ebuild xen-4.2.5-r3.ebuild ChangeLog

2014-12-21 Thread Agostino Sarubbo (ago)
ago 14/12/21 11:36:54

  Modified: xen-4.3.3-r3.ebuild xen-4.2.5-r3.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #532030
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.2  app-emulation/xen/xen-4.3.3-r3.ebuild

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

Index: xen-4.3.3-r3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-4.3.3-r3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xen-4.3.3-r3.ebuild 19 Dec 2014 06:44:44 -  1.1
+++ xen-4.3.3-r3.ebuild 21 Dec 2014 11:36:54 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-4.3.3-r3.ebuild,v 1.1 
2014/12/19 06:44:44 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-4.3.3-r3.ebuild,v 1.2 
2014/12/21 11:36:54 ago Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
live_eclass="mercurial"
 else
# Set to match entry in stable 4.3.1-r1, Bug 493944
-   KEYWORDS="~amd64 -x86"
+   KEYWORDS="amd64 -x86"
UPSTREAM_VER=2
GENTOO_VER=
 



1.2  app-emulation/xen/xen-4.2.5-r3.ebuild

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

Index: xen-4.2.5-r3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-4.2.5-r3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xen-4.2.5-r3.ebuild 19 Dec 2014 06:44:44 -  1.1
+++ xen-4.2.5-r3.ebuild 21 Dec 2014 11:36:54 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-4.2.5-r3.ebuild,v 1.1 
2014/12/19 06:44:44 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-4.2.5-r3.ebuild,v 1.2 
2014/12/21 11:36:54 ago Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
S="${WORKDIR}/${REPO}"
live_eclass="mercurial"
 else
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="amd64 ~x86"
UPSTREAM_VER=2
GENTOO_VER=
 



1.183app-emulation/xen/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen/ChangeLog?rev=1.183&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen/ChangeLog?rev=1.183&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen/ChangeLog?r1=1.182&r2=1.183

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emulation/xen/ChangeLog,v
retrieving revision 1.182
retrieving revision 1.183
diff -u -r1.182 -r1.183
--- ChangeLog   19 Dec 2014 06:44:44 -  1.182
+++ ChangeLog   21 Dec 2014 11:36:54 -  1.183
@@ -1,6 +1,10 @@
 # ChangeLog for app-emulation/xen
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/ChangeLog,v 1.182 
2014/12/19 06:44:44 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/ChangeLog,v 1.183 
2014/12/21 11:36:54 ago Exp $
+
+  21 Dec 2014; Agostino Sarubbo  xen-4.2.5-r3.ebuild,
+  xen-4.3.3-r3.ebuild:
+  Stable for amd64, wrt bug #532030
 
 *xen-4.5.0_rc4 (19 Dec 2014)
 *xen-4.4.1-r4 (19 Dec 2014)






[gentoo-commits] gentoo-x86 commit in sys-cluster/torque: torque-4.1.7.ebuild torque-2.5.13.ebuild ChangeLog

2014-12-21 Thread Agostino Sarubbo (ago)
ago 14/12/21 11:40:39

  Modified: torque-4.1.7.ebuild torque-2.5.13.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #491270
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches="x86", signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.7  sys-cluster/torque/torque-4.1.7.ebuild

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

Index: torque-4.1.7.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/torque/torque-4.1.7.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- torque-4.1.7.ebuild 21 Dec 2014 11:35:44 -  1.6
+++ torque-4.1.7.ebuild 21 Dec 2014 11:40:39 -  1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/torque/torque-4.1.7.ebuild,v 
1.6 2014/12/21 11:35:44 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/torque/torque-4.1.7.ebuild,v 
1.7 2014/12/21 11:40:39 ago Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE="torque-2.5"
 SLOT="0"
-KEYWORDS="~alpha amd64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
 IUSE="cpusets +crypt doc drmaa kernel_linux munge nvidia server +syslog tk"
 
 DEPEND_COMMON="



1.5  sys-cluster/torque/torque-2.5.13.ebuild

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

Index: torque-2.5.13.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/torque/torque-2.5.13.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- torque-2.5.13.ebuild21 Dec 2014 11:35:44 -  1.4
+++ torque-2.5.13.ebuild21 Dec 2014 11:40:39 -  1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/torque/torque-2.5.13.ebuild,v 
1.4 2014/12/21 11:35:44 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/torque/torque-2.5.13.ebuild,v 
1.5 2014/12/21 11:40:39 ago Exp $
 
 EAPI=4
 
@@ -13,7 +13,7 @@
 LICENSE="torque-2.5"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
 IUSE="cpusets +crypt doc drmaa kernel_linux munge server static-libs +syslog 
threads tk xml"
 
 # ed is used by makedepend-sh



1.178sys-cluster/torque/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/torque/ChangeLog?rev=1.178&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/torque/ChangeLog?rev=1.178&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/torque/ChangeLog?r1=1.177&r2=1.178

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/torque/ChangeLog,v
retrieving revision 1.177
retrieving revision 1.178
diff -u -r1.177 -r1.178
--- ChangeLog   21 Dec 2014 11:35:44 -  1.177
+++ ChangeLog   21 Dec 2014 11:40:39 -  1.178
@@ -1,6 +1,10 @@
 # ChangeLog for sys-cluster/torque
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/torque/ChangeLog,v 1.177 
2014/12/21 11:35:44 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/torque/ChangeLog,v 1.178 
2014/12/21 11:40:39 ago Exp $
+
+  21 Dec 2014; Agostino Sarubbo  torque-2.5.13.ebuild,
+  torque-4.1.7.ebuild:
+  Stable for x86, wrt bug #491270
 
   21 Dec 2014; Agostino Sarubbo  torque-2.5.13.ebuild,
   torque-4.1.7.ebuild:






[gentoo-commits] gentoo-x86 commit in net-misc/asterisk: asterisk-11.14.2.ebuild ChangeLog

2014-12-21 Thread Agostino Sarubbo (ago)
ago 14/12/21 11:40:44

  Modified: asterisk-11.14.2.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #532242
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches="x86", signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.3  net-misc/asterisk/asterisk-11.14.2.ebuild

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

Index: asterisk-11.14.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/asterisk/asterisk-11.14.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- asterisk-11.14.2.ebuild 21 Dec 2014 11:35:50 -  1.2
+++ asterisk-11.14.2.ebuild 21 Dec 2014 11:40:44 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk/asterisk-11.14.2.ebuild,v 
1.2 2014/12/21 11:35:50 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk/asterisk-11.14.2.ebuild,v 
1.3 2014/12/21 11:40:44 ago Exp $
 
 EAPI=5
 inherit autotools base eutils linux-info multilib user
@@ -13,7 +13,7 @@
 mirror://gentoo/gentoo-asterisk-patchset-3.14.tar.bz2"
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 IUSE_VOICEMAIL_STORAGE="
+voicemail_storage_file



1.511net-misc/asterisk/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/asterisk/ChangeLog?rev=1.511&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/asterisk/ChangeLog?rev=1.511&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/asterisk/ChangeLog?r1=1.510&r2=1.511

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/asterisk/ChangeLog,v
retrieving revision 1.510
retrieving revision 1.511
diff -u -r1.510 -r1.511
--- ChangeLog   21 Dec 2014 11:35:50 -  1.510
+++ ChangeLog   21 Dec 2014 11:40:44 -  1.511
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/asterisk
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk/ChangeLog,v 1.510 
2014/12/21 11:35:50 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk/ChangeLog,v 1.511 
2014/12/21 11:40:44 ago Exp $
+
+  21 Dec 2014; Agostino Sarubbo  asterisk-11.14.2.ebuild:
+  Stable for x86, wrt bug #532242
 
   21 Dec 2014; Agostino Sarubbo  asterisk-11.14.2.ebuild:
   Stable for amd64, wrt bug #532242






[gentoo-commits] gentoo-x86 commit in sys-apps/file: file-5.21.ebuild ChangeLog

2014-12-21 Thread Agostino Sarubbo (ago)
ago 14/12/21 11:40:50

  Modified: file-5.21.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #532686
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches="x86", signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.4  sys-apps/file/file-5.21.ebuild

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

Index: file-5.21.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.21.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- file-5.21.ebuild21 Dec 2014 11:35:57 -  1.3
+++ file-5.21.ebuild21 Dec 2014 11:40:50 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.21.ebuild,v 1.3 
2014/12/21 11:35:57 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.21.ebuild,v 1.4 
2014/12/21 11:40:50 ago Exp $
 
 EAPI="4"
 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy2_0 )
@@ -14,7 +14,7 @@
 else
SRC_URI="ftp://ftp.astron.com/pub/file/${P}.tar.gz
ftp://ftp.gw.com/mirrors/pub/unix/file/${P}.tar.gz";
-   KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
 fi
 
 DESCRIPTION="identify a file's format by scanning binary data for patterns"



1.291sys-apps/file/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v
retrieving revision 1.290
retrieving revision 1.291
diff -u -r1.290 -r1.291
--- ChangeLog   21 Dec 2014 11:35:57 -  1.290
+++ ChangeLog   21 Dec 2014 11:40:50 -  1.291
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/file
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v 1.290 2014/12/21 
11:35:57 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v 1.291 2014/12/21 
11:40:50 ago Exp $
+
+  21 Dec 2014; Agostino Sarubbo  file-5.21.ebuild:
+  Stable for x86, wrt bug #532686
 
   21 Dec 2014; Agostino Sarubbo  file-5.21.ebuild:
   Stable for amd64, wrt bug #532686






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

2014-12-21 Thread Agostino Sarubbo (ago)
ago 14/12/21 11:40:59

  Modified: php-5.4.36.ebuild php-5.5.20.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #532914
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches="x86", signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.4  dev-lang/php/php-5.4.36.ebuild

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

Index: php-5.4.36.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.4.36.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- php-5.4.36.ebuild   21 Dec 2014 11:36:07 -  1.3
+++ php-5.4.36.ebuild   21 Dec 2014 11:40:59 -  1.4
@@ -1,12 +1,12 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.4.36.ebuild,v 1.3 
2014/12/21 11:36:07 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.4.36.ebuild,v 1.4 
2014/12/21 11:40:59 ago Exp $
 
 EAPI=5
 
 inherit eutils autotools flag-o-matic versionator depend.apache apache-module 
db-use libtool systemd
 
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
 
 function php_get_uri ()
 {



1.4  dev-lang/php/php-5.5.20.ebuild

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

Index: php-5.5.20.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.5.20.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- php-5.5.20.ebuild   21 Dec 2014 11:36:07 -  1.3
+++ php-5.5.20.ebuild   21 Dec 2014 11:40:59 -  1.4
@@ -1,12 +1,12 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.5.20.ebuild,v 1.3 
2014/12/21 11:36:07 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.5.20.ebuild,v 1.4 
2014/12/21 11:40:59 ago Exp $
 
 EAPI=5
 
 inherit eutils autotools flag-o-matic versionator depend.apache apache-module 
db-use libtool systemd
 
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
 
 function php_get_uri ()
 {



1.912dev-lang/php/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v
retrieving revision 1.911
retrieving revision 1.912
diff -u -r1.911 -r1.912
--- ChangeLog   21 Dec 2014 11:36:07 -  1.911
+++ ChangeLog   21 Dec 2014 11:40:59 -  1.912
@@ -1,6 +1,10 @@
 # ChangeLog for dev-lang/php
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.911 2014/12/21 
11:36:07 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.912 2014/12/21 
11:40:59 ago Exp $
+
+  21 Dec 2014; Agostino Sarubbo  php-5.4.36.ebuild,
+  php-5.5.20.ebuild:
+  Stable for x86, wrt bug #532914
 
   21 Dec 2014; Agostino Sarubbo  php-5.4.36.ebuild,
   php-5.5.20.ebuild:






[gentoo-commits] gentoo-x86 commit in app-emulation/qemu: qemu-2.1.2-r2.ebuild ChangeLog

2014-12-21 Thread Agostino Sarubbo (ago)
ago 14/12/21 11:41:06

  Modified: qemu-2.1.2-r2.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #531666
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches="x86", signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.3  app-emulation/qemu/qemu-2.1.2-r2.ebuild

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

Index: qemu-2.1.2-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-2.1.2-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- qemu-2.1.2-r2.ebuild21 Dec 2014 11:36:15 -  1.2
+++ qemu-2.1.2-r2.ebuild21 Dec 2014 11:41:06 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-2.1.2-r2.ebuild,v 
1.2 2014/12/21 11:36:15 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-2.1.2-r2.ebuild,v 
1.3 2014/12/21 11:41:06 ago Exp $
 
 EAPI=5
 
@@ -21,7 +21,7 @@
SRC_URI="http://wiki.qemu-project.org/download/${P}.tar.bz2
${BACKPORTS:+

http://dev.gentoo.org/~tamiko/distfiles/${P}-${BACKPORTS}.tar.xz}";
-   KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
+   KEYWORDS="amd64 ~ppc ~ppc64 x86 ~x86-fbsd"
 fi
 
 DESCRIPTION="QEMU + Kernel-based Virtual Machine userland tools"



1.310app-emulation/qemu/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/ChangeLog?rev=1.310&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/ChangeLog?rev=1.310&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/ChangeLog?r1=1.309&r2=1.310

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v
retrieving revision 1.309
retrieving revision 1.310
diff -u -r1.309 -r1.310
--- ChangeLog   21 Dec 2014 11:36:15 -  1.309
+++ ChangeLog   21 Dec 2014 11:41:06 -  1.310
@@ -1,6 +1,9 @@
 # ChangeLog for app-emulation/qemu
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v 1.309 
2014/12/21 11:36:15 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v 1.310 
2014/12/21 11:41:06 ago Exp $
+
+  21 Dec 2014; Agostino Sarubbo  qemu-2.1.2-r2.ebuild:
+  Stable for x86, wrt bug #531666
 
   21 Dec 2014; Agostino Sarubbo  qemu-2.1.2-r2.ebuild:
   Stable for amd64, wrt bug #531666






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

2014-12-21 Thread Agostino Sarubbo (ago)
ago 14/12/21 11:41:12

  Modified: samba-3.6.24.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #514676
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches="x86", signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.5  net-fs/samba/samba-3.6.24.ebuild

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

Index: samba-3.6.24.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.6.24.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- samba-3.6.24.ebuild 21 Dec 2014 11:36:22 -  1.4
+++ samba-3.6.24.ebuild 21 Dec 2014 11:41:12 -  1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.6.24.ebuild,v 1.4 
2014/12/21 11:36:22 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.6.24.ebuild,v 1.5 
2014/12/21 11:41:12 ago Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 SRC_URI="mirror://samba/stable/${MY_P}.tar.gz"
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
 IUSE="acl addns ads +aio avahi caps +client cluster cups debug dmapi doc 
examples fam
ldap ldb +netapi pam quota +readline selinux +server +smbclient 
smbsharemodes
swat syslog +winbind"



1.695net-fs/samba/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v
retrieving revision 1.694
retrieving revision 1.695
diff -u -r1.694 -r1.695
--- ChangeLog   21 Dec 2014 11:36:22 -  1.694
+++ ChangeLog   21 Dec 2014 11:41:12 -  1.695
@@ -1,6 +1,9 @@
 # ChangeLog for net-fs/samba
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.694 2014/12/21 
11:36:22 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.695 2014/12/21 
11:41:12 ago Exp $
+
+  21 Dec 2014; Agostino Sarubbo  samba-3.6.24.ebuild:
+  Stable for x86, wrt bug #514676
 
   21 Dec 2014; Agostino Sarubbo  samba-3.6.24.ebuild:
   Stable for amd64, wrt bug #514676






[gentoo-commits] gentoo-x86 commit in dev-vcs/subversion: subversion-1.7.19.ebuild subversion-1.8.11.ebuild ChangeLog

2014-12-21 Thread Agostino Sarubbo (ago)
ago 14/12/21 11:41:25

  Modified: subversion-1.7.19.ebuild subversion-1.8.11.ebuild
ChangeLog
  Log:
  Stable for x86, wrt bug #532406
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches="x86", signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.5  dev-vcs/subversion/subversion-1.7.19.ebuild

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

Index: subversion-1.7.19.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.7.19.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- subversion-1.7.19.ebuild21 Dec 2014 11:36:36 -  1.4
+++ subversion-1.7.19.ebuild21 Dec 2014 11:41:25 -  1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.7.19.ebuild,v 1.4 
2014/12/21 11:36:36 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.7.19.ebuild,v 1.5 
2014/12/21 11:41:25 ago Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7} )
@@ -18,7 +18,7 @@
 
 LICENSE="Subversion GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~hppa-hpux ~ia64-hpux 
~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~hppa-hpux ~ia64-hpux 
~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="apache2 berkdb ctypes-python debug doc +dso extras gnome-keyring java 
kde nls perl python ruby sasl test vim-syntax +webdav-neon webdav-serf"
 
 COMMON_DEPEND=">=dev-db/sqlite-3.6.18[threadsafe(+)]



1.4  dev-vcs/subversion/subversion-1.8.11.ebuild

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

Index: subversion-1.8.11.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.8.11.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- subversion-1.8.11.ebuild21 Dec 2014 11:36:36 -  1.3
+++ subversion-1.8.11.ebuild21 Dec 2014 11:41:25 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.8.11.ebuild,v 1.3 
2014/12/21 11:36:36 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.8.11.ebuild,v 1.4 
2014/12/21 11:41:25 ago Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7} )
@@ -18,7 +18,7 @@
 
 LICENSE="Subversion GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~hppa-hpux ~ia64-hpux 
~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~hppa-hpux ~ia64-hpux 
~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="apache2 berkdb ctypes-python debug doc +dso extras gnome-keyring +http 
java kde nls perl python ruby sasl test vim-syntax"
 
 COMMON_DEPEND=">=dev-db/sqlite-3.7.12



1.212dev-vcs/subversion/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/subversion/ChangeLog?rev=1.212&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/subversion/ChangeLog?rev=1.212&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/subversion/ChangeLog?r1=1.211&r2=1.212

Index: ChangeLog
===
RCS file: /var/cvsroot

[gentoo-commits] gentoo-x86 commit in app-emulation/xen: xen-4.2.5-r3.ebuild ChangeLog

2014-12-21 Thread Agostino Sarubbo (ago)
ago 14/12/21 11:41:41

  Modified: xen-4.2.5-r3.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #532030
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches="x86", signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.3  app-emulation/xen/xen-4.2.5-r3.ebuild

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

Index: xen-4.2.5-r3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-4.2.5-r3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xen-4.2.5-r3.ebuild 21 Dec 2014 11:36:54 -  1.2
+++ xen-4.2.5-r3.ebuild 21 Dec 2014 11:41:41 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-4.2.5-r3.ebuild,v 1.2 
2014/12/21 11:36:54 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-4.2.5-r3.ebuild,v 1.3 
2014/12/21 11:41:41 ago Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
S="${WORKDIR}/${REPO}"
live_eclass="mercurial"
 else
-   KEYWORDS="amd64 ~x86"
+   KEYWORDS="amd64 x86"
UPSTREAM_VER=2
GENTOO_VER=
 



1.184app-emulation/xen/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen/ChangeLog?rev=1.184&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen/ChangeLog?rev=1.184&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen/ChangeLog?r1=1.183&r2=1.184

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emulation/xen/ChangeLog,v
retrieving revision 1.183
retrieving revision 1.184
diff -u -r1.183 -r1.184
--- ChangeLog   21 Dec 2014 11:36:54 -  1.183
+++ ChangeLog   21 Dec 2014 11:41:41 -  1.184
@@ -1,6 +1,9 @@
 # ChangeLog for app-emulation/xen
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/ChangeLog,v 1.183 
2014/12/21 11:36:54 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/ChangeLog,v 1.184 
2014/12/21 11:41:41 ago Exp $
+
+  21 Dec 2014; Agostino Sarubbo  xen-4.2.5-r3.ebuild:
+  Stable for x86, wrt bug #532030
 
   21 Dec 2014; Agostino Sarubbo  xen-4.2.5-r3.ebuild,
   xen-4.3.3-r3.ebuild:






[gentoo-commits] gentoo-x86 commit in www-apps/dokuwiki: dokuwiki-20140929b.ebuild ChangeLog

2014-12-21 Thread Agostino Sarubbo (ago)
ago 14/12/21 11:41:17

  Modified: dokuwiki-20140929b.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #532190
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches="x86", signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.3  www-apps/dokuwiki/dokuwiki-20140929b.ebuild

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

Index: dokuwiki-20140929b.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/www-apps/dokuwiki/dokuwiki-20140929b.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- dokuwiki-20140929b.ebuild   21 Dec 2014 11:36:27 -  1.2
+++ dokuwiki-20140929b.ebuild   21 Dec 2014 11:41:17 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/www-apps/dokuwiki/dokuwiki-20140929b.ebuild,v 1.2 
2014/12/21 11:36:27 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/www-apps/dokuwiki/dokuwiki-20140929b.ebuild,v 1.3 
2014/12/21 11:41:17 ago Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 SRC_URI="http://download.dokuwiki.org/src/${PN}/${PN}-${MY_PV}.tgz";
 
 LICENSE="GPL-2"
-KEYWORDS="amd64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~sparc x86"
 IUSE="gd"
 
 DEPEND=""



1.73 www-apps/dokuwiki/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/dokuwiki/ChangeLog?rev=1.73&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/dokuwiki/ChangeLog?rev=1.73&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/dokuwiki/ChangeLog?r1=1.72&r2=1.73

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-apps/dokuwiki/ChangeLog,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- ChangeLog   21 Dec 2014 11:36:27 -  1.72
+++ ChangeLog   21 Dec 2014 11:41:17 -  1.73
@@ -1,6 +1,9 @@
 # ChangeLog for www-apps/dokuwiki
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/dokuwiki/ChangeLog,v 1.72 
2014/12/21 11:36:27 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/dokuwiki/ChangeLog,v 1.73 
2014/12/21 11:41:17 ago Exp $
+
+  21 Dec 2014; Agostino Sarubbo  dokuwiki-20140929b.ebuild:
+  Stable for x86, wrt bug #532190
 
   21 Dec 2014; Agostino Sarubbo  dokuwiki-20140929b.ebuild:
   Stable for amd64, wrt bug #532190






[gentoo-commits] gentoo-x86 commit in dev-vcs/git: git-2.0.5.ebuild git-1.8.5.6.ebuild git-1.9.5.ebuild ChangeLog

2014-12-21 Thread Agostino Sarubbo (ago)
ago 14/12/21 11:41:35

  Modified: git-2.0.5.ebuild git-1.8.5.6.ebuild
git-1.9.5.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #532984
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches="x86", signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.4  dev-vcs/git/git-2.0.5.ebuild

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

Index: git-2.0.5.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/git-2.0.5.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- git-2.0.5.ebuild21 Dec 2014 11:36:46 -  1.3
+++ git-2.0.5.ebuild21 Dec 2014 11:41:35 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-2.0.5.ebuild,v 1.3 
2014/12/21 11:36:46 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-2.0.5.ebuild,v 1.4 
2014/12/21 11:41:35 ago Exp $
 
 EAPI=5
 
@@ -33,10 +33,10 @@

${SRC_URI_KORG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX}

${SRC_URI_GOOG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX}
)"
-   KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 else
SRC_URI=""
-   KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+   KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
 fi
 
 LICENSE="GPL-2"



1.3  dev-vcs/git/git-1.8.5.6.ebuild

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

Index: git-1.8.5.6.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.8.5.6.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- git-1.8.5.6.ebuild  21 Dec 2014 11:36:46 -  1.2
+++ git-1.8.5.6.ebuild  21 Dec 2014 11:41:35 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.8.5.6.ebuild,v 1.2 
2014/12/21 11:36:46 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.8.5.6.ebuild,v 1.3 
2014/12/21 11:41:35 ago Exp $
 
 EAPI=5
 
@@ -32,7 +32,7 @@

${SRC_URI_KORG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX}

${SRC_URI_GOOG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX}
)"
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 else
SRC_URI=""
KEYWORDS=""



1.3  dev-vcs/git/git-1.9.5.ebuild

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

Index: git-1.9.5.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/gi

[gentoo-commits] gentoo-x86 commit in dev-util/complexity: complexity-1.2.ebuild ChangeLog

2014-12-21 Thread Jeroen Roovers (jer)
jer 14/12/21 11:41:26

  Modified: ChangeLog
  Added:complexity-1.2.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.10 dev-util/complexity/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/complexity/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   23 May 2014 23:48:52 -  1.9
+++ ChangeLog   21 Dec 2014 11:41:25 -  1.10
@@ -1,6 +1,11 @@
 # ChangeLog for dev-util/complexity
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/complexity/ChangeLog,v 1.9 
2014/05/23 23:48:52 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/complexity/ChangeLog,v 1.10 
2014/12/21 11:41:25 jer Exp $
+
+*complexity-1.2 (21 Dec 2014)
+
+  21 Dec 2014; Jeroen Roovers  +complexity-1.2.ebuild:
+  Version bump.
 
   23 May 2014; Jeroen Roovers  -complexity-1.0.ebuild,
   -files/complexity-1.0-ac_aux_dir.patch:



1.1  dev-util/complexity/complexity-1.2.ebuild

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

Index: complexity-1.2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/complexity/complexity-1.2.ebuild,v 
1.1 2014/12/21 11:41:25 jer Exp $

EAPI=5

DESCRIPTION="a tool designed for analyzing the complexity of C program 
functions"
HOMEPAGE="http://www.gnu.org/software/complexity/";
SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~x86"

RDEPEND=">=sys-devel/autogen-5.11.7"
DEPEND="
${RDEPEND}
sys-devel/libtool
"

DOCS=( AUTHORS ChangeLog NEWS )






[gentoo-commits] gentoo-x86 commit in sys-kernel/git-sources: git-sources-3.19_rc1.ebuild ChangeLog

2014-12-21 Thread Agostino Sarubbo (ago)
ago 14/12/21 11:45:24

  Modified: ChangeLog
  Added:git-sources-3.19_rc1.ebuild
  Log:
  Automated version bump to 3.19_rc1
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
7194459F)

Revision  ChangesPath
1.1411   sys-kernel/git-sources/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/git-sources/ChangeLog?rev=1.1411&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/git-sources/ChangeLog?rev=1.1411&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/git-sources/ChangeLog?r1=1.1410&r2=1.1411

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v
retrieving revision 1.1410
retrieving revision 1.1411
diff -u -r1.1410 -r1.1411
--- ChangeLog   1 Dec 2014 15:44:32 -   1.1410
+++ ChangeLog   21 Dec 2014 11:45:23 -  1.1411
@@ -1,6 +1,11 @@
 # ChangeLog for sys-kernel/git-sources
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v 1.1410 
2014/12/01 15:44:32 mpagano Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v 1.1411 
2014/12/21 11:45:23 ago Exp $
+
+*git-sources-3.19_rc1 (21 Dec 2014)
+
+  21 Dec 2014; Agostino Sarubbo  +git-sources-3.19_rc1.ebuild:
+  Automated version bump to 3.19_rc1
 
   01 Dec 2014; Michael Pagano 
   -git-sources-3.18_rc1.ebuild, -git-sources-3.18_rc2.ebuild,



1.1  sys-kernel/git-sources/git-sources-3.19_rc1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/git-sources/git-sources-3.19_rc1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/git-sources/git-sources-3.19_rc1.ebuild?rev=1.1&content-type=text/plain

Index: git-sources-3.19_rc1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/git-sources/git-sources-3.19_rc1.ebuild,v 
1.1 2014/12/21 11:45:23 ago Exp $

EAPI="5"
UNIPATCH_STRICTORDER="yes"
K_NOUSENAME="yes"
K_NOSETEXTRAVERSION="yes"
K_NOUSEPR="yes"
K_SECURITY_UNSUPPORTED="yes"
K_DEBLOB_AVAILABLE=0
ETYPE="sources"
CKV="${PVR/-r/-git}"

# only use this if it's not an _rc/_pre release
[ "${PV/_pre}" == "${PV}" ] && [ "${PV/_rc}" == "${PV}" ] && OKV="${PV}"
inherit kernel-2
detect_version

DESCRIPTION="The very latest -git version of the Linux kernel"
HOMEPAGE="http://www.kernel.org";
SRC_URI="${KERNEL_URI}"

KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86"
IUSE=""

K_EXTRAEINFO="This kernel is not supported by Gentoo due to its unstable and
experimental nature. If you have any issues, try a matching vanilla-sources
ebuild -- if the problem is not there, please contact the upstream kernel
developers at http://bugzilla.kernel.org and on the linux-kernel mailing list to
report the problem so it can be fixed in time for the next kernel release."

RDEPEND=""
DEPEND="${RDEPEND}
>=sys-devel/patch-2.7.1-r3"

pkg_postinst() {
postinst_sources
}






[gentoo-commits] gentoo-x86 commit in app-misc/bijiben: ChangeLog bijiben-3.14.2.ebuild bijiben-3.10.2.ebuild bijiben-3.12.0.ebuild

2014-12-21 Thread Gilles Dartiguelongue (eva)
eva 14/12/21 11:50:26

  Modified: ChangeLog
  Added:bijiben-3.14.2.ebuild
  Removed:  bijiben-3.10.2.ebuild bijiben-3.12.0.ebuild
  Log:
  Version bump for Gnome 3.14. Clean up old revisions.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.20 app-misc/bijiben/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/bijiben/ChangeLog?rev=1.20&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/bijiben/ChangeLog?rev=1.20&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/bijiben/ChangeLog?r1=1.19&r2=1.20

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-misc/bijiben/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog   23 Jul 2014 15:13:21 -  1.19
+++ ChangeLog   21 Dec 2014 11:50:26 -  1.20
@@ -1,6 +1,12 @@
 # ChangeLog for app-misc/bijiben
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/bijiben/ChangeLog,v 1.19 
2014/07/23 15:13:21 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/bijiben/ChangeLog,v 1.20 
2014/12/21 11:50:26 eva Exp $
+
+*bijiben-3.14.2 (21 Dec 2014)
+
+  21 Dec 2014; Gilles Dartiguelongue  -bijiben-3.10.2.ebuild,
+  -bijiben-3.12.0.ebuild, +bijiben-3.14.2.ebuild:
+  Version bump for Gnome 3.14. Clean up old revisions.
 
   23 Jul 2014; Agostino Sarubbo  bijiben-3.12.2.ebuild:
   Stable for x86, wrt bug #512012



1.1  app-misc/bijiben/bijiben-3.14.2.ebuild

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

Index: bijiben-3.14.2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/bijiben/bijiben-3.14.2.ebuild,v 1.1 
2014/12/21 11:50:26 eva Exp $

EAPI="5"
GCONF_DEBUG="no"

inherit gnome2

DESCRIPTION="Note editor designed to remain simple to use"
HOMEPAGE="https://wiki.gnome.org/Apps/Bijiben";

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

# zeitgeist is optional but automagic
RDEPEND="
>=app-misc/tracker-1:=
>=dev-libs/glib-2.28:2
dev-libs/libxml2
>=gnome-extra/evolution-data-server-3
gnome-extra/zeitgeist
net-libs/gnome-online-accounts
net-libs/webkit-gtk:3
sys-apps/util-linux
>=x11-libs/gtk+-3.11.4:3
"
DEPEND="${RDEPEND}
>=dev-util/intltool-0.35.0
sys-devel/gettext
virtual/pkgconfig
"
#   app-text/yelp-tools

src_configure() {
gnome2_src_configure \
ITSTOOL="$(type -P true)" \
--disable-update-mimedb
}






[gentoo-commits] gentoo-x86 commit in app-misc/gnote: ChangeLog gnote-3.14.1.ebuild gnote-3.10.3.ebuild

2014-12-21 Thread Gilles Dartiguelongue (eva)
eva 14/12/21 11:51:21

  Modified: ChangeLog
  Added:gnote-3.14.1.ebuild
  Removed:  gnote-3.10.3.ebuild
  Log:
  Version bump for Gnome 3.14. Clean up old revisions.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.49 app-misc/gnote/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-misc/gnote/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog   23 Jul 2014 15:13:25 -  1.48
+++ ChangeLog   21 Dec 2014 11:51:21 -  1.49
@@ -1,6 +1,12 @@
 # ChangeLog for app-misc/gnote
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/gnote/ChangeLog,v 1.48 2014/07/23 
15:13:25 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/gnote/ChangeLog,v 1.49 2014/12/21 
11:51:21 eva Exp $
+
+*gnote-3.14.1 (21 Dec 2014)
+
+  21 Dec 2014; Gilles Dartiguelongue  -gnote-3.10.3.ebuild,
+  +gnote-3.14.1.ebuild:
+  Version bump for Gnome 3.14. Clean up old revisions.
 
   23 Jul 2014; Agostino Sarubbo  gnote-3.12.0.ebuild:
   Stable for x86, wrt bug #512012



1.1  app-misc/gnote/gnote-3.14.1.ebuild

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

Index: gnote-3.14.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/gnote/gnote-3.14.1.ebuild,v 1.1 
2014/12/21 11:51:21 eva Exp $

EAPI="5"
GCONF_DEBUG="no"

inherit gnome2 readme.gentoo

DESCRIPTION="Desktop note-taking application"
HOMEPAGE="https://wiki.gnome.org/Apps/Gnote";

LICENSE="GPL-3+ FDL-1.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug +X"

# Automagic glib-2.32 dep
COMMON_DEPEND="
>=app-crypt/libsecret-0.8
>=app-text/gtkspell-3.0:3
>=dev-cpp/glibmm-2.32:2
>=dev-cpp/gtkmm-3.10:3.0
>=dev-libs/boost-1.34
>=dev-libs/glib-2.32:2
>=dev-libs/libxml2-2:2
dev-libs/libxslt
>=sys-apps/util-linux-2.16:=
>=x11-libs/gtk+-3.10:3
X? ( x11-libs/libX11 )
"
RDEPEND="${COMMON_DEPEND}
gnome-base/gsettings-desktop-schemas
"
DEPEND="${DEPEND}
app-text/docbook-xml-dtd:4.1.2
dev-util/desktop-file-utils
>=dev-util/intltool-0.35.0
virtual/pkgconfig
"

src_prepare() {
# Do not alter CFLAGS
sed 's/-DDEBUG -g/-DDEBUG/' -i configure.ac configure || die
gnome2_src_prepare

if has_version net-fs/wdfs; then
DOC_CONTENTS="You have net-fs/wdfs installed. app-misc/gnote 
will use it to
synchronize notes."
else
DOC_CONTENTS="Gnote can use net-fs/wdfs to synchronize notes.
If you want to use that functionality just emerge net-fs/wdfs.
Gnote will automatically detect that you did and let you use 
it."
fi
}

src_configure() {
gnome2_src_configure \
--disable-static \
$(use_enable debug) \
$(use_with X x11-support) \
ITSTOOL=$(type -P true)
}

src_install() {
gnome2_src_install
readme.gentoo_create_doc
}

pkg_postinst() {
gnome2_pkg_postinst
readme.gentoo_print_elog
}






[gentoo-commits] gentoo-x86 commit in net-irc/eggdrop/files: eggdrop-installer

2014-12-21 Thread Michal Gorny (mgorny)
mgorny  14/12/21 12:08:00

  Modified: eggdrop-installer
  Log:
  Use sys-apps/gentoo-functions, bug #504418.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.11 net-irc/eggdrop/files/eggdrop-installer

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/eggdrop/files/eggdrop-installer?rev=1.11&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/eggdrop/files/eggdrop-installer?rev=1.11&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/eggdrop/files/eggdrop-installer?r1=1.10&r2=1.11

Index: eggdrop-installer
===
RCS file: /var/cvsroot/gentoo-x86/net-irc/eggdrop/files/eggdrop-installer,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- eggdrop-installer   14 Mar 2007 17:52:24 -  1.10
+++ eggdrop-installer   21 Dec 2014 12:08:00 -  1.11
@@ -1,10 +1,10 @@
 #!/bin/bash
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/eggdrop/files/eggdrop-installer,v 
1.10 2007/03/14 17:52:24 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/eggdrop/files/eggdrop-installer,v 
1.11 2014/12/21 12:08:00 mgorny Exp $
 
-source /etc/init.d/functions.sh || {
-   echo "${0}: Could not source /etc/init.d/functions.sh!"
+source /lib/gentoo/functions.sh || {
+   echo "${0}: Could not source /lib/gentoo/functions.sh!"
exit 1
 }
 






[gentoo-commits] gentoo-x86 commit in net-irc/eggdrop: eggdrop-1.6.21.ebuild ChangeLog

2014-12-21 Thread Michal Gorny (mgorny)
mgorny  14/12/21 12:08:00

  Modified: eggdrop-1.6.21.ebuild ChangeLog
  Log:
  Use sys-apps/gentoo-functions, bug #504418.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.6  net-irc/eggdrop/eggdrop-1.6.21.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/eggdrop/eggdrop-1.6.21.ebuild?rev=1.6&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/eggdrop/eggdrop-1.6.21.ebuild?rev=1.6&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/eggdrop/eggdrop-1.6.21.ebuild?r1=1.5&r2=1.6

Index: eggdrop-1.6.21.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-irc/eggdrop/eggdrop-1.6.21.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- eggdrop-1.6.21.ebuild   3 Nov 2014 13:37:41 -   1.5
+++ eggdrop-1.6.21.ebuild   21 Dec 2014 12:08:00 -  1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/eggdrop/eggdrop-1.6.21.ebuild,v 1.5 
2014/11/03 13:37:41 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/eggdrop/eggdrop-1.6.21.ebuild,v 1.6 
2014/12/21 12:08:00 mgorny Exp $
 
 EAPI=4
 
@@ -21,6 +21,7 @@
 REQUIRED_USE="vanilla? ( !mysql !postgres !ssl )"
 
 DEPEND="dev-lang/tcl
+   sys-apps/gentoo-functions
!vanilla? (
mysql? ( virtual/mysql )
postgres? ( virtual/postgresql[server] )



1.94 net-irc/eggdrop/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/eggdrop/ChangeLog?rev=1.94&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/eggdrop/ChangeLog?rev=1.94&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/eggdrop/ChangeLog?r1=1.93&r2=1.94

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-irc/eggdrop/ChangeLog,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -r1.93 -r1.94
--- ChangeLog   4 Nov 2014 04:14:08 -   1.93
+++ ChangeLog   21 Dec 2014 12:08:00 -  1.94
@@ -1,6 +1,10 @@
 # ChangeLog for net-irc/eggdrop
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/eggdrop/ChangeLog,v 1.93 2014/11/04 
04:14:08 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/eggdrop/ChangeLog,v 1.94 2014/12/21 
12:08:00 mgorny Exp $
+
+  21 Dec 2014; Michał Górny  eggdrop-1.6.21.ebuild,
+  files/eggdrop-installer:
+  Use sys-apps/gentoo-functions, bug #504418.
 
   04 Nov 2014; Patrick Lauer  -eggdrop-1.6.18-r3.ebuild,
   -eggdrop-1.6.19.ebuild:






[gentoo-commits] gentoo-x86 commit in x11-themes/adwaita-icon-theme: - New directory

2014-12-21 Thread Gilles Dartiguelongue (eva)
eva 14/12/21 12:09:45

  Log:
  Directory /var/cvsroot/gentoo-x86/x11-themes/adwaita-icon-theme added to the 
repository



[gentoo-commits] gentoo-x86 commit in net-irc/eggdrop: eggdrop-1.6.21-r1.ebuild ChangeLog

2014-12-21 Thread Michal Gorny (mgorny)
mgorny  14/12/21 12:12:35

  Modified: ChangeLog
  Added:eggdrop-1.6.21-r1.ebuild
  Log:
  Revbump to make sure people do not end up with broken eggdrop-installer.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.95 net-irc/eggdrop/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-irc/eggdrop/ChangeLog,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -r1.94 -r1.95
--- ChangeLog   21 Dec 2014 12:08:00 -  1.94
+++ ChangeLog   21 Dec 2014 12:12:35 -  1.95
@@ -1,6 +1,11 @@
 # ChangeLog for net-irc/eggdrop
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/eggdrop/ChangeLog,v 1.94 2014/12/21 
12:08:00 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/eggdrop/ChangeLog,v 1.95 2014/12/21 
12:12:35 mgorny Exp $
+
+*eggdrop-1.6.21-r1 (21 Dec 2014)
+
+  21 Dec 2014; Michał Górny  +eggdrop-1.6.21-r1.ebuild:
+  Revbump to make sure people do not end up with broken eggdrop-installer.
 
   21 Dec 2014; Michał Górny  eggdrop-1.6.21.ebuild,
   files/eggdrop-installer:



1.1  net-irc/eggdrop/eggdrop-1.6.21-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/eggdrop/eggdrop-1.6.21-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/eggdrop/eggdrop-1.6.21-r1.ebuild?rev=1.1&content-type=text/plain

Index: eggdrop-1.6.21-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-irc/eggdrop/eggdrop-1.6.21-r1.ebuild,v 
1.1 2014/12/21 12:12:35 mgorny Exp $

EAPI=4

inherit eutils

MY_P="eggdrop${PV}"
PATCHSET_V="1.0"

DESCRIPTION="An IRC bot extensible with C or TCL"
HOMEPAGE="http://www.eggheads.org/";
SRC_URI="ftp://ftp.eggheads.org/pub/eggdrop/source/1.6/${MY_P}.tar.bz2

http://dev.gentoo.org/~binki/distfiles/${CATEGORY}/${PN}/${P}-patches-${PATCHSET_V}.tar.bz2";

KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~sparc ~x86"
LICENSE="GPL-2"
SLOT="0"
IUSE="debug mysql postgres ssl static vanilla"
REQUIRED_USE="vanilla? ( !mysql !postgres !ssl )"

DEPEND="dev-lang/tcl
sys-apps/gentoo-functions
!vanilla? (
mysql? ( virtual/mysql )
postgres? ( virtual/postgresql[server] )
ssl? ( dev-libs/openssl )
)"
RDEPEND="${DEPEND}"

S=${WORKDIR}/${MY_P}

src_prepare()  {
if use vanilla; then
rm -f "${WORKDIR}"/patch/[1-6]*.patch || die
fi

EPATCH_SUFFIX="patch" epatch

# fix bug #335230
sed -i \
-e '/\$(LD)/s/-o/$(CFLAGS) $(LDFLAGS) &/' \
src/mod/*.mod/Makefile* src/Makefile.in || die
}

src_configure() {
use mysql|| ( echo mysql ; echo mystats ) >>disabled_modules
use postgres || echo pgstats >>disabled_modules
use static   && ( echo rijndael ; echo twofish ) >>disabled_modules

econf $(use_with ssl)

emake config
}

src_compile() {
local target=""

if use static && use debug; then
target="sdebug"
elif use static; then
target="static"
elif use debug; then
target="debug"
fi

emake ${target}
}

src_install() {
local a b
emake DEST="${D}"/opt/eggdrop install

for a in doc/*; do
[ -f ${a} ] && dodoc ${a}
done

for a in src/mod/*.mod; do
for b in README UPDATES INSTALL TODO CONTENTS; do
[[ -f ${a}/${b} ]] && newdoc ${a}/${b} ${b}.${a##*/}
done
done

dodoc text/motd.*

use vanilla || dodoc \
src/mod/botnetop.mod/botnetop.conf \
src/mod/gseen.mod/gseen.conf \
src/mod/mc_greet.mod/mc_greet.conf \
src/mod/stats.mod/stats.conf \
src/mod/away.mod/away.doc \
src/mod/rcon.mod/matchbot.tcl \
src/mod/mystats.mod/tools/mystats.{conf,sql} \
src/mod/pgstats.mod/tools/{pgstats.conf,setup.sql}

dohtml doc/html/*.html

dobin "${FILESDIR}"/eggdrop-installer
doman doc/man1/eggdrop.1
}

pkg_postinst() {
elog "Please run /usr/bin/eggdrop-installer to install your eggdrop 
bot."
}






[gentoo-commits] gentoo-x86 commit in x11-themes/adwaita-icon-theme: adwaita-icon-theme-3.14.1.ebuild ChangeLog metadata.xml

2014-12-21 Thread Gilles Dartiguelongue (eva)
eva 14/12/21 12:13:53

  Added:adwaita-icon-theme-3.14.1.ebuild ChangeLog
metadata.xml
  Log:
  New ebuild for Gnome 3.14. Required by gtk+. Superseeds gnome-icon-theme.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.1  
x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.14.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.14.1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.14.1.ebuild?rev=1.1&content-type=text/plain

Index: adwaita-icon-theme-3.14.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.14.1.ebuild,v
 1.1 2014/12/21 12:13:53 eva Exp $

EAPI="5"
GCONF_DEBUG="no"

inherit gnome2

DESCRIPTION="GNOME default icon theme"
HOMEPAGE="http://www.gnome.org/ 
http://people.freedesktop.org/~jimmac/icons/#git";

SRC_URI="${SRC_URI}
branding? ( 
http://www.mail-archive.com/tango-artists@lists.freedesktop.org/msg00043/tango-gentoo-v1.1.tar.gz
 )"

LICENSE="|| ( LGPL-3 CC-BY-SA-3.0 )
branding? ( CC-Sampling-Plus-1.0 )"
SLOT="0"
IUSE="branding"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux 
~sparc-solaris ~x64-solaris ~x86-solaris"

COMMON_DEPEND="
>=x11-themes/hicolor-icon-theme-0.10
"
RDEPEND="${COMMON_DEPEND}
!http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/adwaita-icon-theme/ChangeLog?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/adwaita-icon-theme/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===
# ChangeLog for x11-themes/adwaita-icon-theme
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/x11-themes/adwaita-icon-theme/ChangeLog,v 
1.1 2014/12/21 12:13:53 eva Exp $

*adwaita-icon-theme-3.14.1 (21 Dec 2014)

  21 Dec 2014; Gilles Dartiguelongue 
  +adwaita-icon-theme-3.14.1.ebuild, +metadata.xml:
  New ebuild for Gnome 3.14. Required by gtk+. Superseeds gnome-icon-theme.




1.1  x11-themes/adwaita-icon-theme/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/adwaita-icon-theme/metadata.xml?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/adwaita-icon-theme/metadata.xml?rev=1.1&content-type=text/plain

Index: metadata.xml
===

http://www.gentoo.org/dtd/metadata.dtd";>

gnome







[gentoo-commits] gentoo-x86 commit in net-irc/eggdrop: eggdrop-1.6.21-r1.ebuild ChangeLog eggdrop-1.6.21.ebuild

2014-12-21 Thread Michal Gorny (mgorny)
mgorny  14/12/21 12:14:04

  Modified: eggdrop-1.6.21-r1.ebuild ChangeLog
  Removed:  eggdrop-1.6.21.ebuild
  Log:
  Move stable keywords.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.2  net-irc/eggdrop/eggdrop-1.6.21-r1.ebuild

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

Index: eggdrop-1.6.21-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-irc/eggdrop/eggdrop-1.6.21-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- eggdrop-1.6.21-r1.ebuild21 Dec 2014 12:12:35 -  1.1
+++ eggdrop-1.6.21-r1.ebuild21 Dec 2014 12:14:04 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/eggdrop/eggdrop-1.6.21-r1.ebuild,v 
1.1 2014/12/21 12:12:35 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/eggdrop/eggdrop-1.6.21-r1.ebuild,v 
1.2 2014/12/21 12:14:04 mgorny Exp $
 
 EAPI=4
 
@@ -14,7 +14,7 @@
 SRC_URI="ftp://ftp.eggheads.org/pub/eggdrop/source/1.6/${MY_P}.tar.bz2

http://dev.gentoo.org/~binki/distfiles/${CATEGORY}/${PN}/${P}-patches-${PATCHSET_V}.tar.bz2";
 
-KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~sparc ~x86"
+KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86"
 LICENSE="GPL-2"
 SLOT="0"
 IUSE="debug mysql postgres ssl static vanilla"



1.96 net-irc/eggdrop/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-irc/eggdrop/ChangeLog,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -r1.95 -r1.96
--- ChangeLog   21 Dec 2014 12:12:35 -  1.95
+++ ChangeLog   21 Dec 2014 12:14:04 -  1.96
@@ -1,6 +1,10 @@
 # ChangeLog for net-irc/eggdrop
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/eggdrop/ChangeLog,v 1.95 2014/12/21 
12:12:35 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/eggdrop/ChangeLog,v 1.96 2014/12/21 
12:14:04 mgorny Exp $
+
+  21 Dec 2014; Michał Górny  -eggdrop-1.6.21.ebuild,
+  eggdrop-1.6.21-r1.ebuild:
+  Move stable keywords.
 
 *eggdrop-1.6.21-r1 (21 Dec 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-python/flask-login: ChangeLog flask-login-0.2.9.ebuild flask-login-0.2.7.ebuild flask-login-0.2.10.ebuild

2014-12-21 Thread Ian Delaney (idella4)
idella4 14/12/21 12:14:09

  Modified: ChangeLog
  Removed:  flask-login-0.2.9.ebuild flask-login-0.2.7.ebuild
flask-login-0.2.10.ebuild
  Log:
  rm old
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.16 dev-python/flask-login/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-login/ChangeLog?rev=1.16&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-login/ChangeLog?rev=1.16&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-login/ChangeLog?r1=1.15&r2=1.16

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/flask-login/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog   15 Jun 2014 02:00:31 -  1.15
+++ ChangeLog   21 Dec 2014 12:14:09 -  1.16
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/flask-login
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-login/ChangeLog,v 1.15 
2014/06/15 02:00:31 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-login/ChangeLog,v 1.16 
2014/12/21 12:14:09 idella4 Exp $
+
+  21 Dec 2014; Ian Delaney  -flask-login-0.2.10.ebuild,
+  -flask-login-0.2.7.ebuild, -flask-login-0.2.9.ebuild:
+  rm old
 
   15 Jun 2014; Ian Delaney  flask-login-0.2.11.ebuild:
   drop py2.6 add py3.4 pypy support






[gentoo-commits] gentoo-x86 commit in app-text/evince/files: evince-3.14.0-non-bash-support.patch

2014-12-21 Thread Gilles Dartiguelongue (eva)
eva 14/12/21 12:16:18

  Added:evince-3.14.0-non-bash-support.patch
  Log:
  Version bump for Gnome 3.14.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.1  app-text/evince/files/evince-3.14.0-non-bash-support.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/evince/files/evince-3.14.0-non-bash-support.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/evince/files/evince-3.14.0-non-bash-support.patch?rev=1.1&content-type=text/plain

Index: evince-3.14.0-non-bash-support.patch
===
>From 59daf398bc0f1d7895eee3a776b33a9c9310ad21 Mon Sep 17 00:00:00 2001
From: Alexander Tsoy 
Date: Sun, 26 Oct 2014 23:54:47 +0300
Subject: configure.ac: workaround quoting issues

BROWSER_PLUGIN_DIR variable substitution is not portable. In particular
it does not work in dash. Replace it with conditional.

https://bugzilla.gnome.org/show_bug.cgi?id=739226

diff --git a/configure.ac b/configure.ac
index 56bf93c..dd4bcab 100644
--- a/configure.ac
+++ b/configure.ac
@@ -455,7 +455,9 @@ AC_ARG_ENABLE([browser-plugin],
 if test x$enable_browser_plugin = "xyes" ; then
   PKG_CHECK_MODULES([BROWSER_PLUGIN],[gtk+-3.0 >= $GTK_REQUIRED gthread-2.0 
gio-2.0 >= $GLIB_REQUIRED])
 
-  BROWSER_PLUGIN_DIR="${BROWSER_PLUGIN_DIR:-"\${libdir}/mozilla/plugins"}"
+  if test -z "${BROWSER_PLUGIN_DIR}"; then
+BROWSER_PLUGIN_DIR="\${libdir}/mozilla/plugins"
+  fi
   AC_ARG_VAR([BROWSER_PLUGIN_DIR],[Where to install the plugin to])
 fi
 
-- 
cgit v0.10.1







[gentoo-commits] gentoo-x86 commit in app-text/evince: evince-3.14.1.ebuild ChangeLog

2014-12-21 Thread Gilles Dartiguelongue (eva)
eva 14/12/21 12:16:18

  Modified: ChangeLog
  Added:evince-3.14.1.ebuild
  Log:
  Version bump for Gnome 3.14.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.279app-text/evince/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/evince/ChangeLog?rev=1.279&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/evince/ChangeLog?rev=1.279&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/evince/ChangeLog?r1=1.278&r2=1.279

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/evince/ChangeLog,v
retrieving revision 1.278
retrieving revision 1.279
diff -u -r1.278 -r1.279
--- ChangeLog   19 Dec 2014 14:42:20 -  1.278
+++ ChangeLog   21 Dec 2014 12:16:18 -  1.279
@@ -1,6 +1,12 @@
 # ChangeLog for app-text/evince
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/evince/ChangeLog,v 1.278 
2014/12/19 14:42:20 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/evince/ChangeLog,v 1.279 
2014/12/21 12:16:18 eva Exp $
+
+*evince-3.14.1 (21 Dec 2014)
+
+  21 Dec 2014; Gilles Dartiguelongue  +evince-3.14.1.ebuild,
+  +files/evince-3.14.0-non-bash-support.patch:
+  Version bump for Gnome 3.14.
 
 *evince-3.12.2-r1 (19 Dec 2014)
 



1.1  app-text/evince/evince-3.14.1.ebuild

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

Index: evince-3.14.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/evince/evince-3.14.1.ebuild,v 1.1 
2014/12/21 12:16:18 eva Exp $

EAPI="5"
GCONF_DEBUG="yes"
GNOME2_LA_PUNT="yes"

inherit autotools eutils gnome2

DESCRIPTION="Simple document viewer for GNOME"
HOMEPAGE="https://wiki.gnome.org/Apps/Evince";

LICENSE="GPL-2+ CC-BY-SA-3.0"
# subslot = evd3.(suffix of libevdocument3)-evv3.(suffix of libevview3)
SLOT="0/evd3.4-evv3.3"
IUSE="debug djvu dvi gnome +introspection libsecret nautilus +postscript t1lib 
tiff xps"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris"

# Since 2.26.2, can handle poppler without cairo support. Make it optional ?
# not mature enough
# atk used in libview
# gdk-pixbuf used all over the place
# libX11 used for totem-screensaver
COMMON_DEPEND="
dev-libs/atk
>=dev-libs/glib-2.36:2
>=dev-libs/libxml2-2.5:2
sys-libs/zlib:=
x11-libs/gdk-pixbuf:2
>=x11-libs/gtk+-3.14:3[introspection?]
gnome-base/gsettings-desktop-schemas
>=x11-libs/cairo-1.10:=
>=app-text/poppler-0.24:=[cairo]
djvu? ( >=app-text/djvu-3.5.17:= )
dvi? (
virtual/tex-base
dev-libs/kpathsea:=
t1lib? ( >=media-libs/t1lib-5:= ) )
gnome? ( gnome-base/gnome-desktop:3 )
introspection? ( >=dev-libs/gobject-introspection-1 )
libsecret? ( >=app-crypt/libsecret-0.5 )
nautilus? ( >=gnome-base/nautilus-2.91.4[introspection?] )
postscript? ( >=app-text/libspectre-0.2:= )
tiff? ( >=media-libs/tiff-3.6:0= )
xps? ( >=app-text/libgxps-0.2.1:= )
"
RDEPEND="${COMMON_DEPEND}
gnome-base/librsvg
|| (
>=x11-themes/adwaita-icon-theme-2.17.1
>=x11-themes/gnome-icon-theme-2.17.1
>=x11-themes/hicolor-icon-theme-0.10 )
x11-themes/gnome-icon-theme-symbolic
"
DEPEND="${COMMON_DEPEND}
app-text/docbook-xml-dtd:4.3
dev-util/gdbus-codegen
sys-devel/gettext
>=dev-util/gtk-doc-am-1.13
>=dev-util/intltool-0.35
virtual/pkgconfig
"

# Needs dogtail and pyspi from http://fedorahosted.org/dogtail/
# Releases: http://people.redhat.com/zcerza/dogtail/releases/
RESTRICT="test"

src_prepare() {
# Fix build with non-bash /bin/sh, see bug #526410
epatch "${FILESDIR}"/${PN}-3.14.0-non-bash-support.patch

eautoreconf
gnome2_src_prepare

# Do not depend on adwaita-icon-theme, bug #326855, #391859
sed -e 's/adwaita-icon-theme >= $ADWAITA_ICON_THEME_REQUIRED//g' \
-i configure || die "sed failed"
}

src_configure() {
gnome2_src_configure \
--disable-static \
--disable-tests \
--enable-pdf \
--enable-comics \
--enable-thumbnailer \
--with-platform=gnome \
   

[gentoo-commits] gentoo-x86 commit in app-text/yelp-tools: yelp-tools-3.14.1.ebuild ChangeLog yelp-tools-3.10.0.ebuild

2014-12-21 Thread Gilles Dartiguelongue (eva)
eva 14/12/21 12:18:35

  Modified: ChangeLog
  Added:yelp-tools-3.14.1.ebuild
  Removed:  yelp-tools-3.10.0.ebuild
  Log:
  Version bump for Gnome 3.14. Clean up old revision.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.60 app-text/yelp-tools/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/yelp-tools/ChangeLog?rev=1.60&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/yelp-tools/ChangeLog?rev=1.60&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/yelp-tools/ChangeLog?r1=1.59&r2=1.60

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/yelp-tools/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- ChangeLog   11 Oct 2014 11:32:06 -  1.59
+++ ChangeLog   21 Dec 2014 12:18:35 -  1.60
@@ -1,6 +1,12 @@
 # ChangeLog for app-text/yelp-tools
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/yelp-tools/ChangeLog,v 1.59 
2014/10/11 11:32:06 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/yelp-tools/ChangeLog,v 1.60 
2014/12/21 12:18:35 eva Exp $
+
+*yelp-tools-3.14.1 (21 Dec 2014)
+
+  21 Dec 2014; Gilles Dartiguelongue 
+  -yelp-tools-3.10.0.ebuild, +yelp-tools-3.14.1.ebuild:
+  Version bump for Gnome 3.14. Clean up old revision.
 
   11 Oct 2014; Markus Meier  yelp-tools-3.12.1.ebuild:
   arm stable, bug #512012



1.1  app-text/yelp-tools/yelp-tools-3.14.1.ebuild

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

Index: yelp-tools-3.14.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-text/yelp-tools/yelp-tools-3.14.1.ebuild,v 1.1 
2014/12/21 12:18:35 eva Exp $

EAPI="5"
GCONF_DEBUG="no"

inherit gnome2

DESCRIPTION="Collection of tools for building and converting documentation"
HOMEPAGE="http://www.gnome.org/";

LICENSE="|| ( GPL-2+ freedist ) GPL-2+" # yelp.m4 is GPL2 || freely 
distributable
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~amd64-linux ~arm-linux ~x86-linux"
IUSE=""

RDEPEND="
>=dev-libs/libxml2-2.6.12
>=dev-libs/libxslt-1.1.8
dev-util/itstool
gnome-extra/yelp-xsl
virtual/awk
"
DEPEND="${RDEPEND}
virtual/pkgconfig
"






[gentoo-commits] gentoo-x86 commit in dev-cpp/glibmm: ChangeLog glibmm-2.42.0.ebuild glibmm-2.38.1.ebuild glibmm-2.38.2.ebuild

2014-12-21 Thread Gilles Dartiguelongue (eva)
eva 14/12/21 12:18:54

  Modified: ChangeLog
  Added:glibmm-2.42.0.ebuild
  Removed:  glibmm-2.38.1.ebuild glibmm-2.38.2.ebuild
  Log:
  Version bump for Gnome 3.14. Clean up old revisions.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.229dev-cpp/glibmm/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/glibmm/ChangeLog?rev=1.229&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/glibmm/ChangeLog?rev=1.229&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/glibmm/ChangeLog?r1=1.228&r2=1.229

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/glibmm/ChangeLog,v
retrieving revision 1.228
retrieving revision 1.229
diff -u -r1.228 -r1.229
--- ChangeLog   11 Oct 2014 11:35:57 -  1.228
+++ ChangeLog   21 Dec 2014 12:18:54 -  1.229
@@ -1,6 +1,12 @@
 # ChangeLog for dev-cpp/glibmm
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/glibmm/ChangeLog,v 1.228 2014/10/11 
11:35:57 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/glibmm/ChangeLog,v 1.229 2014/12/21 
12:18:54 eva Exp $
+
+*glibmm-2.42.0 (21 Dec 2014)
+
+  21 Dec 2014; Gilles Dartiguelongue  -glibmm-2.38.1.ebuild,
+  -glibmm-2.38.2.ebuild, +glibmm-2.42.0.ebuild:
+  Version bump for Gnome 3.14. Clean up old revisions.
 
   11 Oct 2014; Markus Meier  glibmm-2.40.0.ebuild:
   arm stable, bug #512012



1.1  dev-cpp/glibmm/glibmm-2.42.0.ebuild

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

Index: glibmm-2.42.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-cpp/glibmm/glibmm-2.42.0.ebuild,v 1.1 
2014/12/21 12:18:54 eva Exp $

EAPI="5"
GCONF_DEBUG="no"

inherit gnome2

DESCRIPTION="C++ interface for glib2"
HOMEPAGE="http://www.gtkmm.org";

LICENSE="LGPL-2.1+ GPL-2+" # GPL-2+ applies only to the build system
SLOT="2"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris 
~x86-solaris"
IUSE="doc debug examples test"

RDEPEND="
>=dev-libs/libsigc++-2.2.10:2
>=dev-libs/glib-2.42:2
"
DEPEND="${RDEPEND}
virtual/pkgconfig
doc? ( app-doc/doxygen )
"
# dev-cpp/mm-common needed for eautoreconf

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

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

# Test fails with IPv6 but not v4, upstream bug #720073
sed -e 's:giomm_tls_client/test::' \
-i tests/Makefile.{am,in} || die

gnome2_src_prepare
}

src_configure() {
gnome2_src_configure \
$(use_enable debug debug-refcounting) \
$(use_enable doc documentation) \
--enable-deprecated-api
}

src_test() {
cd "${S}/tests/"
default

for i in */test; do
${i} || die "Running tests failed at ${i}"
done
}

src_install() {
gnome2_src_install

if ! use doc && ! use examples; then
rm -fr "${ED}usr/share/doc/glibmm*"
fi

if use examples; then
find examples -type d -name '.deps' -exec rm -rf {} \; 
2>/dev/null
dodoc -r examples
fi
}






[gentoo-commits] gentoo-x86 commit in dev-cpp/gtkmm: ChangeLog gtkmm-3.14.0.ebuild gtkmm-3.10.1.ebuild

2014-12-21 Thread Gilles Dartiguelongue (eva)
eva 14/12/21 12:21:54

  Modified: ChangeLog
  Added:gtkmm-3.14.0.ebuild
  Removed:  gtkmm-3.10.1.ebuild
  Log:
  Version bump for Gnome 3.14. Clean up old revision.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.290dev-cpp/gtkmm/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtkmm/ChangeLog?rev=1.290&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtkmm/ChangeLog?rev=1.290&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtkmm/ChangeLog?r1=1.289&r2=1.290

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/gtkmm/ChangeLog,v
retrieving revision 1.289
retrieving revision 1.290
diff -u -r1.289 -r1.290
--- ChangeLog   11 Oct 2014 11:40:25 -  1.289
+++ ChangeLog   21 Dec 2014 12:21:54 -  1.290
@@ -1,6 +1,12 @@
 # ChangeLog for dev-cpp/gtkmm
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtkmm/ChangeLog,v 1.289 2014/10/11 
11:40:25 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtkmm/ChangeLog,v 1.290 2014/12/21 
12:21:54 eva Exp $
+
+*gtkmm-3.14.0 (21 Dec 2014)
+
+  21 Dec 2014; Gilles Dartiguelongue  -gtkmm-3.10.1.ebuild,
+  +gtkmm-3.14.0.ebuild:
+  Version bump for Gnome 3.14. Clean up old revision.
 
   11 Oct 2014; Markus Meier  gtkmm-3.12.0.ebuild:
   arm stable, bug #512012



1.1  dev-cpp/gtkmm/gtkmm-3.14.0.ebuild

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

Index: gtkmm-3.14.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtkmm/gtkmm-3.14.0.ebuild,v 1.1 
2014/12/21 12:21:54 eva Exp $

EAPI="5"
GCONF_DEBUG="no"

inherit gnome2

DESCRIPTION="C++ interface for GTK+"
HOMEPAGE="http://www.gtkmm.org";

LICENSE="LGPL-2.1"
SLOT="3.0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris"
IUSE="aqua doc examples test wayland +X"
REQUIRED_USE="|| ( aqua wayland X )"

RDEPEND="
>=dev-cpp/glibmm-2.41.2:2
>=x11-libs/gtk+-3.14:3[aqua?,wayland?,X?]
>=x11-libs/gdk-pixbuf-2.26:2
>=dev-cpp/atkmm-2.22.2
>=dev-cpp/cairomm-1.9.2.2
>=dev-cpp/pangomm-2.27.1:1.4
dev-libs/libsigc++:2
"
DEPEND="${RDEPEND}
virtual/pkgconfig
doc? (
media-gfx/graphviz
dev-libs/libxslt
app-doc/doxygen )
"
#   dev-cpp/mm-common"
# eautoreconf needs mm-common

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

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

gnome2_src_prepare
}

src_configure() {
DOCS="AUTHORS ChangeLog PORTING NEWS README"
gnome2_src_configure \
--enable-api-atkmm \
$(use_enable doc documentation) \
$(use_enable aqua quartz-backend) \
$(use_enable wayland wayland-backend) \
$(use_enable X x11-backend)
}






[gentoo-commits] gentoo-x86 commit in dev-libs/vala-common: vala-common-0.26.1.ebuild ChangeLog

2014-12-21 Thread Gilles Dartiguelongue (eva)
eva 14/12/21 12:23:17

  Modified: ChangeLog
  Added:vala-common-0.26.1.ebuild
  Log:
  Version bump for Gnome 3.14.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.56 dev-libs/vala-common/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/vala-common/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog   11 Oct 2014 11:42:41 -  1.55
+++ ChangeLog   21 Dec 2014 12:23:17 -  1.56
@@ -1,6 +1,12 @@
 # ChangeLog for dev-libs/vala-common
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/vala-common/ChangeLog,v 1.55 
2014/10/11 11:42:41 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/vala-common/ChangeLog,v 1.56 
2014/12/21 12:23:17 eva Exp $
+
+*vala-common-0.26.1 (21 Dec 2014)
+
+  21 Dec 2014; Gilles Dartiguelongue 
+  +vala-common-0.26.1.ebuild:
+  Version bump for Gnome 3.14.
 
   11 Oct 2014; Markus Meier  vala-common-0.24.0.ebuild:
   arm stable, bug #512012



1.1  dev-libs/vala-common/vala-common-0.26.1.ebuild

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

Index: vala-common-0.26.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/vala-common/vala-common-0.26.1.ebuild,v 1.1 
2014/12/21 12:23:17 eva Exp $

EAPI="5"
GNOME_ORG_MODULE="vala"

inherit gnome.org

DESCRIPTION="Build infrastructure for packages that use Vala"
HOMEPAGE="https://wiki.gnome.org/Vala";

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos 
~x64-solaris"
IUSE=""

# Previously ${PN} was part of dev-lang/vala
RDEPEND="
! /dev/null
eend $?
fi
if has_version ' /dev/null
eend $?
fi
if has_version ' /dev/null
eend $?
fi
if has_version ' /dev/null
eend $?
if [[ -f "${EROOT}usr/share/vala-0.16/Makefile.vapigen" ]]; then
ebegin "Removing old vala-0.16 makefile template"
rm "${EROOT}usr/share/vala-0.16/Makefile.vapigen" &> 
/dev/null
eend $?
fi
fi
if has_version ' /dev/null
eend $?
if [[ -f "${EROOT}usr/share/vala-0.18/Makefile.vapigen" ]]; then
ebegin "Removing old vala-0.18 makefile template"
rm "${EROOT}usr/share/vala-0.18/Makefile.vapigen" &> 
/dev/null
eend $?
fi
fi
}






[gentoo-commits] gentoo-x86 commit in dev-lang/vala: ChangeLog vala-0.26.1.ebuild vala-0.24.0.ebuild

2014-12-21 Thread Gilles Dartiguelongue (eva)
eva 14/12/21 12:25:00

  Modified: ChangeLog
  Added:vala-0.26.1.ebuild
  Removed:  vala-0.24.0.ebuild
  Log:
  Version bump for Gnome 3.14. Clean up old revision.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.187dev-lang/vala/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/vala/ChangeLog?rev=1.187&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/vala/ChangeLog?rev=1.187&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/vala/ChangeLog?r1=1.186&r2=1.187

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/vala/ChangeLog,v
retrieving revision 1.186
retrieving revision 1.187
diff -u -r1.186 -r1.187
--- ChangeLog   1 Nov 2014 17:40:23 -   1.186
+++ ChangeLog   21 Dec 2014 12:25:00 -  1.187
@@ -1,6 +1,12 @@
 # ChangeLog for dev-lang/vala
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/vala/ChangeLog,v 1.186 2014/11/01 
17:40:23 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/vala/ChangeLog,v 1.187 2014/12/21 
12:25:00 eva Exp $
+
+*vala-0.26.1 (21 Dec 2014)
+
+  21 Dec 2014; Gilles Dartiguelongue  -vala-0.24.0.ebuild,
+  +vala-0.26.1.ebuild:
+  Version bump for Gnome 3.14. Clean up old revision.
 
   01 Nov 2014; Pacho Ramos  -vala-0.18.1.ebuild:
   Drop no longer needed version



1.1  dev-lang/vala/vala-0.26.1.ebuild

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

Index: vala-0.26.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/vala/vala-0.26.1.ebuild,v 1.1 
2014/12/21 12:25:00 eva Exp $

EAPI="5"
GCONF_DEBUG="no"

inherit gnome2

DESCRIPTION="Compiler for the GObject type system"
HOMEPAGE="https://wiki.gnome.org/Vala";

LICENSE="LGPL-2.1"
SLOT="0.26"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
IUSE="test"

RDEPEND="
>=dev-libs/glib-2.24:2
>=dev-libs/vala-common-${PV}
"
DEPEND="${RDEPEND}
!${CATEGORY}/${PN}:0
dev-libs/libxslt
sys-devel/flex
virtual/pkgconfig
virtual/yacc
test? (
dev-libs/dbus-glib
>=dev-libs/glib-2.26:2 )
"

src_configure() {
DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"
gnome2_src_configure --disable-unversioned
}






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

2014-12-21 Thread Gilles Dartiguelongue (eva)
eva 14/12/21 12:25:49

  Modified: ChangeLog vala.eclass
  Log:
  Add support for vala 0.26

Revision  ChangesPath
1.1469   eclass/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
retrieving revision 1.1468
retrieving revision 1.1469
diff -u -r1.1468 -r1.1469
--- ChangeLog   18 Dec 2014 16:39:08 -  1.1468
+++ ChangeLog   21 Dec 2014 12:25:49 -  1.1469
@@ -1,6 +1,9 @@
 # ChangeLog for eclass directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1468 2014/12/18 
16:39:08 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1469 2014/12/21 
12:25:49 eva Exp $
+
+  21 Dec 2014; Gilles Dartiguelongue  vala.eclass:
+  Add support for vala 0.26.
 
   18 Dec 2014; Michael Palimaka  cmake-utils.eclass:
   Declare local CPPFLAGS to avoid multiple appends in cmake-multilib.



1.11 eclass/vala.eclass

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/vala.eclass?rev=1.11&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/vala.eclass?rev=1.11&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/vala.eclass?r1=1.10&r2=1.11

Index: vala.eclass
===
RCS file: /var/cvsroot/gentoo-x86/eclass/vala.eclass,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- vala.eclass 11 Nov 2014 11:00:24 -  1.10
+++ vala.eclass 21 Dec 2014 12:25:49 -  1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/vala.eclass,v 1.10 2014/11/11 
11:00:24 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/vala.eclass,v 1.11 2014/12/21 
12:25:49 eva Exp $
 
 # @ECLASS: vala.eclass
 # @MAINTAINER:
@@ -31,8 +31,8 @@
 
 # @ECLASS-VARIABLE: VALA_MAX_API_VERSION
 # @DESCRIPTION:
-# Maximum vala API version (e.g. 0.22).
-VALA_MAX_API_VERSION=${VALA_MAX_API_VERSION:-0.24}
+# Maximum vala API version (e.g. 0.26).
+VALA_MAX_API_VERSION=${VALA_MAX_API_VERSION:-0.26}
 
 # @ECLASS-VARIABLE: VALA_USE_DEPEND
 # @DEFAULT_UNSET
@@ -65,7 +65,7 @@
 # VALA_MIN_API_VERSION
 vala_depend() {
local u v versions=$(vala_api_versions)
-   [[ ${VALA_USE_DEPEND} ]] && u="[${VALA_USE_DEPEND}]"
+   [[ ${VALA_USE_DEPEND} ]] && u="[${VALA_USE_DEPEND}(+)]"
 
echo -n "|| ("
for v in ${versions}; do
@@ -80,7 +80,7 @@
 # VALA_MAX_API_VERSION, VALA_MIN_API_VERSION, and VALA_USE_DEPEND.
 vala_best_api_version() {
local u v
-   [[ ${VALA_USE_DEPEND} ]] && u="[${VALA_USE_DEPEND}]"
+   [[ ${VALA_USE_DEPEND} ]] && u="[${VALA_USE_DEPEND}(+)]"
for v in $(vala_api_versions); do
has_version "dev-lang/vala:${v}${u}" && echo "${v}" && return
done






[gentoo-commits] gentoo-x86 commit in dev-libs/atk: ChangeLog atk-2.14.0.ebuild atk-2.10.0-r1.ebuild atk-2.12.0.ebuild atk-2.10.0.ebuild

2014-12-21 Thread Gilles Dartiguelongue (eva)
eva 14/12/21 12:28:59

  Modified: ChangeLog
  Added:atk-2.14.0.ebuild
  Removed:  atk-2.10.0-r1.ebuild atk-2.12.0.ebuild
atk-2.10.0.ebuild
  Log:
  Version bump for Gnome 3.14. Clean up old revision.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.298dev-libs/atk/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/atk/ChangeLog,v
retrieving revision 1.297
retrieving revision 1.298
diff -u -r1.297 -r1.298
--- ChangeLog   11 Oct 2014 11:28:00 -  1.297
+++ ChangeLog   21 Dec 2014 12:28:59 -  1.298
@@ -1,6 +1,12 @@
 # ChangeLog for dev-libs/atk
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/ChangeLog,v 1.297 2014/10/11 
11:28:00 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/ChangeLog,v 1.298 2014/12/21 
12:28:59 eva Exp $
+
+*atk-2.14.0 (21 Dec 2014)
+
+  21 Dec 2014; Gilles Dartiguelongue  -atk-2.10.0.ebuild,
+  -atk-2.10.0-r1.ebuild, -atk-2.12.0.ebuild, +atk-2.14.0.ebuild:
+  Version bump for Gnome 3.14. Clean up old revision.
 
   11 Oct 2014; Markus Meier  atk-2.12.0-r1.ebuild:
   arm stable, bug #512012



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

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

Index: atk-2.14.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-2.14.0.ebuild,v 1.1 
2014/12/21 12:28:59 eva Exp $

EAPI="5"
GCONF_DEBUG="no"

inherit gnome2 multilib-minimal

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

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

RDEPEND="
>=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}]
introspection? ( >=dev-libs/gobject-introspection-0.6.7 )
abi_x86_32? (
!<=app-emulation/emul-linux-x86-gtklibs-20140508
!app-emulation/emul-linux-x86-gtklibs[-abi_x86_32(-)]
)
"
DEPEND="${RDEPEND}
>=dev-lang/perl-5
dev-util/gtk-doc-am
>=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]
nls? ( sys-devel/gettext )
"

src_prepare() {
gnome2_src_prepare

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

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

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

multilib_src_install() {
gnome2_src_install
}






[gentoo-commits] gentoo-x86 commit in dev-libs/gdl: ChangeLog gdl-3.14.0.ebuild gdl-3.10.0.ebuild

2014-12-21 Thread Gilles Dartiguelongue (eva)
eva 14/12/21 12:29:35

  Modified: ChangeLog
  Added:gdl-3.14.0.ebuild
  Removed:  gdl-3.10.0.ebuild
  Log:
  Version bump for Gnome 3.14.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.109dev-libs/gdl/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/gdl/ChangeLog,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -r1.108 -r1.109
--- ChangeLog   7 Aug 2014 17:59:37 -   1.108
+++ ChangeLog   21 Dec 2014 12:29:35 -  1.109
@@ -1,6 +1,12 @@
 # ChangeLog for dev-libs/gdl
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/gdl/ChangeLog,v 1.108 2014/08/07 
17:59:37 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/gdl/ChangeLog,v 1.109 2014/12/21 
12:29:35 eva Exp $
+
+*gdl-3.14.0 (21 Dec 2014)
+
+  21 Dec 2014; Gilles Dartiguelongue  -gdl-3.10.0.ebuild,
+  +gdl-3.14.0.ebuild:
+  Version bump for Gnome 3.14.
 
   07 Aug 2014; Jeroen Roovers  gdl-3.12.0.ebuild:
   Stable for HPPA (bug #512012).



1.1  dev-libs/gdl/gdl-3.14.0.ebuild

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

Index: gdl-3.14.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/gdl/gdl-3.14.0.ebuild,v 1.1 
2014/12/21 12:29:35 eva Exp $

EAPI="5"
GCONF_DEBUG="no"

inherit gnome2

DESCRIPTION="GNOME docking library"
HOMEPAGE="https://developer.gnome.org/gdl/";

LICENSE="LGPL-2.1+"
SLOT="3/5" # subslot = libgdl-3 soname version
IUSE="+introspection"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"

RDEPEND="
dev-libs/glib:2
>=x11-libs/gtk+-3.0.0:3[introspection?]
>=dev-libs/libxml2-2.4:2
introspection? ( >=dev-libs/gobject-introspection-0.6.7 )
"
DEPEND="${RDEPEND}
>=dev-util/gtk-doc-am-1.4
>=dev-util/intltool-0.40.4
virtual/pkgconfig
"

src_configure() {
DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"
gnome2_src_configure $(use_enable introspection)
}






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

2014-12-21 Thread Gilles Dartiguelongue (eva)
eva 14/12/21 12:39:19

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

Revision  ChangesPath
1.51 dev-libs/gobject-introspection-common/ChangeLog

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

Index: ChangeLog
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-libs/gobject-introspection-common/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog   11 Oct 2014 11:38:09 -  1.50
+++ ChangeLog   21 Dec 2014 12:39:19 -  1.51
@@ -1,6 +1,12 @@
 # ChangeLog for dev-libs/gobject-introspection-common
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/gobject-introspection-common/ChangeLog,v 1.50 
2014/10/11 11:38:09 maekke Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/gobject-introspection-common/ChangeLog,v 1.51 
2014/12/21 12:39:19 eva Exp $
+
+*gobject-introspection-common-1.42.0 (21 Dec 2014)
+
+  21 Dec 2014; Gilles Dartiguelongue 
+  +gobject-introspection-common-1.42.0.ebuild:
+  Version bump for Gnome 3.14.
 
   11 Oct 2014; Markus Meier 
   gobject-introspection-common-1.40.0.ebuild:



1.1  
dev-libs/gobject-introspection-common/gobject-introspection-common-1.42.0.ebuild

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

Index: gobject-introspection-common-1.42.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/gobject-introspection-common/gobject-introspection-common-1.42.0.ebuild,v
 1.1 2014/12/21 12:39:19 eva Exp $

EAPI="5"
GNOME_ORG_MODULE="gobject-introspection"

inherit gnome.org

DESCRIPTION="Build infrastructure for GObject Introspection"
HOMEPAGE="http://live.gnome.org/GObjectIntrospection/";

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

RDEPEND="!<${CATEGORY}/${PN/-common}-${PV}"
# Use !<${PV} because mixing gobject-introspection with different version of 
-common can cause issues like:
# http://forums.gentoo.org/viewtopic-p-7421930.html

src_configure() { :; }

src_compile() { :; }

src_install() {
dodir /usr/share/aclocal
insinto /usr/share/aclocal
doins m4/introspection.m4

dodir /usr/share/gobject-introspection-1.0
insinto /usr/share/gobject-introspection-1.0
doins Makefile.introspection
}






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

2014-12-21 Thread Gilles Dartiguelongue (eva)
eva 14/12/21 12:41:05

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

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

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/ChangeLog,v
retrieving revision 1.133
retrieving revision 1.134
diff -u -r1.133 -r1.134
--- ChangeLog   19 Dec 2014 13:35:18 -  1.133
+++ ChangeLog   21 Dec 2014 12:41:05 -  1.134
@@ -1,6 +1,12 @@
 # ChangeLog for dev-libs/gobject-introspection
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/ChangeLog,v 
1.133 2014/12/19 13:35:18 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/ChangeLog,v 
1.134 2014/12/21 12:41:05 eva Exp $
+
+*gobject-introspection-1.42.0 (21 Dec 2014)
+
+  21 Dec 2014; Gilles Dartiguelongue 
+  +gobject-introspection-1.42.0.ebuild:
+  Version bump for Gnome 3.14.
 
   19 Dec 2014; Pacho Ramos 
   gobject-introspection-1.40.0-r2.ebuild:



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

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

Index: gobject-introspection-1.42.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-1.42.0.ebuild,v
 1.1 2014/12/21 12:41:05 eva Exp $

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

inherit gnome2 python-single-r1 toolchain-funcs versionator

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

LICENSE="LGPL-2+ GPL-2+"
SLOT="0"
IUSE="cairo doctool test"
REQUIRED_USE="
${PYTHON_REQUIRED_USE}
test? ( cairo )
"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"

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

[gentoo-commits] gentoo-x86 commit in dev-libs/gjs/files: gjs-1.42.0-disable-unittest-3.patch gjs-1.42.0-disable-unittest-2.patch gjs-1.42.0-disable-unittest-1.patch gjs-1.38.1-fix-unittests.patch

2014-12-21 Thread Gilles Dartiguelongue (eva)
eva 14/12/21 12:41:14

  Added:gjs-1.42.0-disable-unittest-3.patch
gjs-1.42.0-disable-unittest-2.patch
gjs-1.42.0-disable-unittest-1.patch
  Removed:  gjs-1.38.1-fix-unittests.patch
  Log:
  Version bump for Gnome 3.14. Clean up old revision.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.1  dev-libs/gjs/files/gjs-1.42.0-disable-unittest-3.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gjs/files/gjs-1.42.0-disable-unittest-3.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gjs/files/gjs-1.42.0-disable-unittest-3.patch?rev=1.1&content-type=text/plain

Index: gjs-1.42.0-disable-unittest-3.patch
===
>From da18a2676477138693e893d3245316f987d74497 Mon Sep 17 00:00:00 2001
From: Gilles Dartiguelongue 
Date: Sun, 12 Oct 2014 21:57:45 +0200
Subject: [PATCH 2/2] Comment broken JS unittest

---
 installed-tests/js/testLocale.js | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/installed-tests/js/testLocale.js b/installed-tests/js/testLocale.js
index b086a66..0c5abb1 100644
--- a/installed-tests/js/testLocale.js
+++ b/installed-tests/js/testLocale.js
@@ -1,14 +1,14 @@
 // tests for JS_SetLocaleCallbacks().
 const JSUnit = imports.jsUnit;
 
-function testToLocaleDateString() {
-let date = new Date();
+//function testToLocaleDateString() {
+//let date = new Date();
 // %A is the weekday name, this tests locale_to_unicode
 // we're basically just testing for a non-crash, since
 // we'd have to run in a specific locale to have any
 // idea about the result.
-date.toLocaleDateString("%A");
-}
+//date.toLocaleDateString("%A");
+//}
 
 function testToLocaleLowerCase() {
 JSUnit.assertEquals("aaa", "AAA".toLocaleLowerCase());
-- 
2.1.2




1.1  dev-libs/gjs/files/gjs-1.42.0-disable-unittest-2.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gjs/files/gjs-1.42.0-disable-unittest-2.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gjs/files/gjs-1.42.0-disable-unittest-2.patch?rev=1.1&content-type=text/plain

Index: gjs-1.42.0-disable-unittest-2.patch
===
>From 4ea9fda3f323355d10e946d19d817fe8c4e6b533 Mon Sep 17 00:00:00 2001
From: Gilles Dartiguelongue 
Date: Sun, 12 Oct 2014 21:57:11 +0200
Subject: [PATCH 1/2] Comment broken unittests

---
 test/gjs-tests.cpp | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/test/gjs-tests.cpp b/test/gjs-tests.cpp
index 6cade7b..4d6c61e 100644
--- a/test/gjs-tests.cpp
+++ b/test/gjs-tests.cpp
@@ -324,18 +324,18 @@ main(intargc,
 
 g_test_init(&argc, &argv, NULL);
 
-g_test_add_func("/gjs/context/construct/destroy", 
gjstest_test_func_gjs_context_construct_destroy);
+/* g_test_add_func("/gjs/context/construct/destroy", 
gjstest_test_func_gjs_context_construct_destroy); */
 g_test_add_func("/gjs/context/construct/eval", 
gjstest_test_func_gjs_context_construct_eval);
-g_test_add_func("/gjs/jsapi/util/array", 
gjstest_test_func_gjs_jsapi_util_array);
-g_test_add_func("/gjs/jsapi/util/error/throw", 
gjstest_test_func_gjs_jsapi_util_error_throw);
-g_test_add_func("/gjs/jsapi/util/string/js/string/utf8", 
gjstest_test_func_gjs_jsapi_util_string_js_string_utf8);
+/* g_test_add_func("/gjs/jsapi/util/array", 
gjstest_test_func_gjs_jsapi_util_array); */
+/* g_test_add_func("/gjs/jsapi/util/error/throw", 
gjstest_test_func_gjs_jsapi_util_error_throw); */
+/* g_test_add_func("/gjs/jsapi/util/string/js/string/utf8", 
gjstest_test_func_gjs_jsapi_util_string_js_string_utf8); */
 g_test_add_func("/gjs/jsutil/strip_shebang/no_shebang", 
gjstest_test_strip_shebang_no_advance_for_no_shebang);
 g_test_add_func("/gjs/jsutil/strip_shebang/have_shebang", 
gjstest_test_strip_shebang_advance_for_shebang);
 g_test_add_func("/gjs/jsutil/strip_shebang/only_shebang", 
gjstest_test_strip_shebang_return_null_for_just_shebang);
 g_test_add_func("/util/glib/strv/concat/null", 
gjstest_test_func_util_glib_strv_concat_null);
 g_test_add_func("/util/glib/strv/concat/pointers", 
gjstest_test_func_util_glib_strv_concat_pointers);
 
-gjs_test_add_tests_for_coverage ();
+/* gjs_test_add_tests_for_coverage (); */
 
 g_test_run();
 
-- 
2.1.2




1.1  dev-libs/gjs/files/gjs-1.42.0-disable-unittest-1.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gjs/files/gjs-1.42.0-disable-unittest-1.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gjs/files/gjs-1.42.0-disable-unittest-1.patch?rev=1.1&content-type=text/plain

Index: gjs-1.42.0-disable-unittest-1.pa

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

2014-12-21 Thread Gilles Dartiguelongue (eva)
eva 14/12/21 12:41:14

  Modified: ChangeLog
  Added:gjs-1.42.0.ebuild
  Removed:  gjs-1.38.1.ebuild
  Log:
  Version bump for Gnome 3.14. Clean up old revision.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.56 dev-libs/gjs/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/gjs/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog   19 Dec 2014 13:35:05 -  1.55
+++ ChangeLog   21 Dec 2014 12:41:14 -  1.56
@@ -1,6 +1,15 @@
 # ChangeLog for dev-libs/gjs
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/gjs/ChangeLog,v 1.55 2014/12/19 
13:35:05 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/gjs/ChangeLog,v 1.56 2014/12/21 
12:41:14 eva Exp $
+
+*gjs-1.42.0 (21 Dec 2014)
+
+  21 Dec 2014; Gilles Dartiguelongue  -gjs-1.38.1.ebuild,
+  +gjs-1.42.0.ebuild, -files/gjs-1.38.1-fix-unittests.patch,
+  +files/gjs-1.42.0-disable-unittest-1.patch,
+  +files/gjs-1.42.0-disable-unittest-2.patch,
+  +files/gjs-1.42.0-disable-unittest-3.patch:
+  Version bump for Gnome 3.14. Clean up old revision.
 
   19 Dec 2014; Pacho Ramos  gjs-1.40.1-r1.ebuild:
   amd64 stable, bug 529964



1.1  dev-libs/gjs/gjs-1.42.0.ebuild

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

Index: gjs-1.42.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/gjs/gjs-1.42.0.ebuild,v 1.1 
2014/12/21 12:41:14 eva Exp $

EAPI="5"
GCONF_DEBUG="no"

inherit eutils gnome2 pax-utils virtualx

DESCRIPTION="Javascript bindings for GNOME"
HOMEPAGE="https://wiki.gnome.org/Projects/Gjs";

LICENSE="MIT || ( MPL-1.1 LGPL-2+ GPL-2+ )"
SLOT="0"
IUSE="+cairo examples gtk test"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"

RDEPEND="
>=dev-libs/glib-2.36:2
>=dev-libs/gobject-introspection-1.41.4

sys-libs/readline:0
dev-lang/spidermonkey:24
virtual/libffi
cairo? ( x11-libs/cairo[X] )
gtk? ( x11-libs/gtk+:3 )
"
DEPEND="${RDEPEND}
gnome-base/gnome-common
sys-devel/gettext
virtual/pkgconfig
test? ( sys-apps/dbus )
"

src_prepare() {
# Disable broken unittests
epatch "${FILESDIR}"/${PN}-1.42.0-disable-unittest-*.patch

gnome2_src_prepare
}

src_configure() {
# FIXME: add systemtap/dtrace support, like in glib:2
# FIXME: --enable-systemtap installs files in ${D}/${D} for some reason
# XXX: Do NOT enable coverage, completely useless for portage installs
gnome2_src_configure \
--disable-systemtap \
--disable-dtrace \
--disable-coverage \
$(use_with cairo cairo) \
$(use_with gtk)
}

src_test() {
Xemake check
}

src_install() {
# installation sometimes fails in parallel
gnome2_src_install -j1

if use examples; then
insinto /usr/share/doc/"${PF}"/examples
doins "${S}"/examples/*
fi

# Required for gjs-console to run correctly on PaX systems
pax-mark mr "${ED}/usr/bin/gjs-console"
}






[gentoo-commits] gentoo-x86 commit in dev-libs/libgee: ChangeLog libgee-0.16.1.ebuild libgee-0.12.1.ebuild

2014-12-21 Thread Gilles Dartiguelongue (eva)
eva 14/12/21 12:43:51

  Modified: ChangeLog
  Added:libgee-0.16.1.ebuild
  Removed:  libgee-0.12.1.ebuild
  Log:
  Version bump for Gnome 3.14. Clean up old revision.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.103dev-libs/libgee/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgee/ChangeLog?rev=1.103&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgee/ChangeLog?rev=1.103&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgee/ChangeLog?r1=1.102&r2=1.103

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libgee/ChangeLog,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -r1.102 -r1.103
--- ChangeLog   11 Oct 2014 11:45:40 -  1.102
+++ ChangeLog   21 Dec 2014 12:43:51 -  1.103
@@ -1,6 +1,12 @@
 # ChangeLog for dev-libs/libgee
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgee/ChangeLog,v 1.102 
2014/10/11 11:45:40 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgee/ChangeLog,v 1.103 
2014/12/21 12:43:51 eva Exp $
+
+*libgee-0.16.1 (21 Dec 2014)
+
+  21 Dec 2014; Gilles Dartiguelongue  -libgee-0.12.1.ebuild,
+  +libgee-0.16.1.ebuild:
+  Version bump for Gnome 3.14. Clean up old revision.
 
   11 Oct 2014; Markus Meier  libgee-0.14.0.ebuild:
   arm stable, bug #512012



1.1  dev-libs/libgee/libgee-0.16.1.ebuild

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

Index: libgee-0.16.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgee/libgee-0.16.1.ebuild,v 1.1 
2014/12/21 12:43:51 eva Exp $

EAPI="5"
GCONF_DEBUG="no"

inherit gnome2

DESCRIPTION="GObject-based interfaces and classes for commonly used data 
structures"
HOMEPAGE="https://wiki.gnome.org/Projects/Libgee";

LICENSE="LGPL-2.1+"
SLOT="0.8/2"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-linux"
IUSE="+introspection"

# FIXME: add doc support, requires valadoc
RDEPEND="
>=dev-libs/glib-2.36:2
introspection? ( >=dev-libs/gobject-introspection-0.9.6:= )
"
DEPEND="${RDEPEND}
virtual/pkgconfig
"

src_configure() {
DOCS="AUTHORS ChangeLog* MAINTAINERS NEWS README"
gnome2_src_configure \
$(use_enable introspection)
VALAC="$(type -P false)"
}






[gentoo-commits] gentoo-x86 commit in mail-mta/netqmail: ChangeLog netqmail-1.05-r8.ebuild netqmail-1.05-r4.ebuild

2014-12-21 Thread Michal Gorny (mgorny)
mgorny  14/12/21 12:46:03

  Modified: ChangeLog
  Removed:  netqmail-1.05-r8.ebuild netqmail-1.05-r4.ebuild
  Log:
  Remove 1.05* due to serious QA violations, bug #533182.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.76 mail-mta/netqmail/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/netqmail/ChangeLog?rev=1.76&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/netqmail/ChangeLog?rev=1.76&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/netqmail/ChangeLog?r1=1.75&r2=1.76

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/mail-mta/netqmail/ChangeLog,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- ChangeLog   9 Jun 2013 16:01:23 -   1.75
+++ ChangeLog   21 Dec 2014 12:46:03 -  1.76
@@ -1,6 +1,19 @@
 # ChangeLog for mail-mta/netqmail
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/netqmail/ChangeLog,v 1.75 
2013/06/09 16:01:23 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/netqmail/ChangeLog,v 1.76 
2014/12/21 12:46:03 mgorny Exp $
+
+  21 Dec 2014; Michał Górny  -files/99qmail,
+  -files/conf-common, -files/conf-pop3d, -files/conf-qmqpd, -files/conf-qmtpd,
+  -files/conf-send, -files/conf-smtpd, -files/dot-qmail, -files/mailer.conf,
+  -files/mkservercert, -files/qmail-config-system, -files/qmail-genrsacert.sh,
+  -files/run-qmail-pop3d, -files/run-qmail-pop3d-log, -files/run-qmail-qmqpd,
+  -files/run-qmail-qmqpd-log, -files/run-qmail-qmtpd,
+  -files/run-qmail-qmtpd-log, -files/run-qmail-send, -files/run-qmail-send-log,
+  -files/run-qmail-smtpd, -files/run-qmail-smtpd-log, -files/servercert.cnf,
+  -files/tcp.pop3.sample, -files/tcp.qmqp.sample, -files/tcp.qmtp.sample,
+  -files/tcp.smtp.sample, -files/tcprules.d-Makefile.qmail,
+  -netqmail-1.05-r4.ebuild, -netqmail-1.05-r8.ebuild:
+  Remove 1.05* due to serious QA violations, bug #533182.
 
   09 Jun 2013; Agostino Sarubbo  netqmail-1.06-r2.ebuild:
   Stable for sh, wrt bug #372967






[gentoo-commits] gentoo-x86 commit in mail-mta/netqmail/files: mailer.conf run-qmail-pop3d run-qmail-send run-qmail-qmqpd conf-common run-qmail-smtpd run-qmail-qmqpd-log conf-pop3d conf-smtpd qmail-ge

2014-12-21 Thread Michal Gorny (mgorny)
mgorny  14/12/21 12:46:03

  Removed:  mailer.conf run-qmail-pop3d run-qmail-send
run-qmail-qmqpd conf-common run-qmail-smtpd
run-qmail-qmqpd-log conf-pop3d conf-smtpd
qmail-genrsacert.sh run-qmail-smtpd-log
run-qmail-qmtpd-log run-qmail-pop3d-log
tcp.smtp.sample mkservercert conf-qmtpd
tcp.qmqp.sample conf-qmqpd servercert.cnf
tcp.qmtp.sample qmail-config-system dot-qmail
conf-send run-qmail-send-log
tcprules.d-Makefile.qmail run-qmail-qmtpd 99qmail
tcp.pop3.sample
  Log:
  Remove 1.05* due to serious QA violations, bug #533182.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)



[gentoo-commits] gentoo-x86 commit in dev-vcs/git: ChangeLog git-1.8.5.6.ebuild

2014-12-21 Thread Jeroen Roovers (jer)
jer 14/12/21 13:06:10

  Modified: ChangeLog git-1.8.5.6.ebuild
  Log:
  Stable for HPPA (bug #532984).
  
  (Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.302dev-vcs/git/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/ChangeLog?rev=1.302&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/ChangeLog?rev=1.302&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/ChangeLog?r1=1.301&r2=1.302

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v
retrieving revision 1.301
retrieving revision 1.302
diff -u -r1.301 -r1.302
--- ChangeLog   21 Dec 2014 11:41:35 -  1.301
+++ ChangeLog   21 Dec 2014 13:06:10 -  1.302
@@ -1,6 +1,9 @@
 # ChangeLog for dev-vcs/git
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v 1.301 2014/12/21 
11:41:35 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v 1.302 2014/12/21 
13:06:10 jer Exp $
+
+  21 Dec 2014; Jeroen Roovers  git-1.8.5.6.ebuild:
+  Stable for HPPA (bug #532984).
 
   21 Dec 2014; Agostino Sarubbo  git-1.8.5.6.ebuild,
   git-1.9.5.ebuild, git-2.0.5.ebuild:



1.4  dev-vcs/git/git-1.8.5.6.ebuild

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

Index: git-1.8.5.6.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.8.5.6.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- git-1.8.5.6.ebuild  21 Dec 2014 11:41:35 -  1.3
+++ git-1.8.5.6.ebuild  21 Dec 2014 13:06:10 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.8.5.6.ebuild,v 1.3 
2014/12/21 11:41:35 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.8.5.6.ebuild,v 1.4 
2014/12/21 13:06:10 jer Exp $
 
 EAPI=5
 
@@ -32,10 +32,10 @@

${SRC_URI_KORG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX}

${SRC_URI_GOOG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX}
)"
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 else
SRC_URI=""
-   KEYWORDS=""
+   KEYWORDS="hppa"
 fi
 
 LICENSE="GPL-2"






[gentoo-commits] proj/betagarden:master commit in: dev-vcs/hub/

2014-12-21 Thread Justin Lecher
commit: e30278cf2272c4a4e75f874bd4d5140bc2a0523b
Author: Justin Lecher  gentoo  org>
AuthorDate: Sun Dec 21 13:26:13 2014 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sun Dec 21 13:26:40 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=e30278cf

dev-vcs/hub: Add test phase

Package-Manager: portage-2.2.15
Signed-off-by: Justin Lecher  gentoo.org>

---
 dev-vcs/hub/ChangeLog   |  3 +++
 dev-vcs/hub/hub-.ebuild | 13 -
 2 files changed, 15 insertions(+), 1 deletion(-)

diff --git a/dev-vcs/hub/ChangeLog b/dev-vcs/hub/ChangeLog
index 6ab1fe5..ee268b0 100644
--- a/dev-vcs/hub/ChangeLog
+++ b/dev-vcs/hub/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: /var/cvsroot/gentoo-x86/dev-vcs/hub/ChangeLog,v 1.3 2013/05/31 
23:14:44 ottxor Exp $
 
+  21 Dec 2014; Justin Lecher  hub-.ebuild:
+  Add test phase
+
   22 Nov 2014; Justin Lecher  hub-.ebuild:
   Update to latest HEAD
 

diff --git a/dev-vcs/hub/hub-.ebuild b/dev-vcs/hub/hub-.ebuild
index 6c74230..fa0520b 100644
--- a/dev-vcs/hub/hub-.ebuild
+++ b/dev-vcs/hub/hub-.ebuild
@@ -14,9 +14,16 @@ EGIT_REPO_URI="https://github.com/github/hub.git";
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS=""
+IUSE="test"
 
 RDEPEND="dev-vcs/git"
-DEPEND="dev-lang/go"
+DEPEND="
+   dev-lang/go
+   test? (
+   app-misc/tmux
+   dev-util/cucumber
+   dev-ruby/bundler
+   )"
 
 DOC_CONTENTS="You may want to add 'alias git=hub' to your .{csh,bash}rc"
 
@@ -24,6 +31,10 @@ src_compile() {
bash ./script/build || die
 }
 
+src_test() {
+   bash ./script/test || die
+}
+
 src_install() {
dobin ${PN}
 



[gentoo-commits] proj/gnome:master commit in: net-misc/vinagre/

2014-12-21 Thread Gilles Dartiguelongue
commit: 61bc509f951d6fc931cd449c980370efe0658584
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sun Dec 21 10:44:51 2014 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sun Dec 21 10:44:51 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=61bc509f

net-misc/vinagre: 3.14.2 → 3.14.3

---
 net-misc/vinagre/{vinagre-3.14.2.ebuild => vinagre-3.14.3.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/net-misc/vinagre/vinagre-3.14.2.ebuild 
b/net-misc/vinagre/vinagre-3.14.3.ebuild
similarity index 100%
rename from net-misc/vinagre/vinagre-3.14.2.ebuild
rename to net-misc/vinagre/vinagre-3.14.3.ebuild



[gentoo-commits] proj/gnome:master commit in: net-misc/gnome-online-miners/

2014-12-21 Thread Gilles Dartiguelongue
commit: 3d278b1806371276e1039c81d4d4b3b1d73943e4
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sun Dec 21 10:48:02 2014 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sun Dec 21 10:48:02 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=3d278b18

net-misc/gnome-online-miners: 3.14.0 → 3.14.1

---
 ...nome-online-miners-3.14.0.ebuild => gnome-online-miners-3.14.1.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/net-misc/gnome-online-miners/gnome-online-miners-3.14.0.ebuild 
b/net-misc/gnome-online-miners/gnome-online-miners-3.14.1.ebuild
similarity index 100%
rename from net-misc/gnome-online-miners/gnome-online-miners-3.14.0.ebuild
rename to net-misc/gnome-online-miners/gnome-online-miners-3.14.1.ebuild



[gentoo-commits] proj/gnome:master commit in: x11-wm/mutter/

2014-12-21 Thread Gilles Dartiguelongue
commit: bdd936d1920b3ae0b534a913bf27c7d9b99d48ca
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sun Dec 21 10:54:58 2014 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sun Dec 21 10:54:58 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=bdd936d1

x11-wm/mutter: 3.14.2 → 3.14.3

---
 x11-wm/mutter/{mutter-3.14.2.ebuild => mutter-3.14.3.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/x11-wm/mutter/mutter-3.14.2.ebuild 
b/x11-wm/mutter/mutter-3.14.3.ebuild
similarity index 100%
rename from x11-wm/mutter/mutter-3.14.2.ebuild
rename to x11-wm/mutter/mutter-3.14.3.ebuild



[gentoo-commits] proj/gnome:master commit in: games-board/gnome-chess/

2014-12-21 Thread Gilles Dartiguelongue
commit: 5dc30e8573d5d83b4728f49dacf90e17b2e92208
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sun Dec 21 10:50:42 2014 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sun Dec 21 10:50:42 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=5dc30e85

games-board/gnome-chess: 3.14.1 → 3.14.2

---
 .../gnome-chess/{gnome-chess-3.14.1.ebuild => gnome-chess-3.14.2.ebuild}  | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/games-board/gnome-chess/gnome-chess-3.14.1.ebuild 
b/games-board/gnome-chess/gnome-chess-3.14.2.ebuild
similarity index 100%
rename from games-board/gnome-chess/gnome-chess-3.14.1.ebuild
rename to games-board/gnome-chess/gnome-chess-3.14.2.ebuild



[gentoo-commits] proj/gnome:master commit in: x11-themes/adwaita-icon-theme/

2014-12-21 Thread Gilles Dartiguelongue
commit: 8f509c7da4f2a90452bcee83dfdefcc84a4ded61
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sun Dec 21 12:13:22 2014 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sun Dec 21 12:14:29 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=8f509c7d

x11-themes/adwaita-icon-theme: moved to gentoo-x86

---
 .../adwaita-icon-theme-3.14.1.ebuild   | 63 --
 1 file changed, 63 deletions(-)

diff --git a/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.14.1.ebuild 
b/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.14.1.ebuild
deleted file mode 100644
index 8b2b536..000
--- a/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.14.1.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="5"
-GCONF_DEBUG="no"
-
-inherit gnome2
-
-DESCRIPTION="GNOME default icon theme"
-HOMEPAGE="http://www.gnome.org/ 
http://people.freedesktop.org/~jimmac/icons/#git";
-
-SRC_URI="${SRC_URI}
-   branding? ( 
http://www.mail-archive.com/tango-artists@lists.freedesktop.org/msg00043/tango-gentoo-v1.1.tar.gz
 )"
-
-LICENSE="|| ( LGPL-3 CC-BY-SA-3.0 )
-   branding? ( CC-Sampling-Plus-1.0 )"
-SLOT="0"
-IUSE="branding"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux 
~sparc-solaris ~x64-solaris ~x86-solaris"
-
-COMMON_DEPEND="
-   >=x11-themes/hicolor-icon-theme-0.10
-"
-RDEPEND="${COMMON_DEPEND}
-   !

[gentoo-commits] proj/gnome:master commit in: dev-libs/gobject-introspection-common/

2014-12-21 Thread Gilles Dartiguelongue
commit: c84dccb938ea0b7d44f2b6630b428bd0f6e2dc18
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sun Dec 21 12:38:53 2014 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sun Dec 21 12:39:10 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=c84dccb9

dev-libs/gobject-introspection-common: moved to gentoo-x86

---
 .../gobject-introspection-common-1.42.0.ebuild | 34 --
 1 file changed, 34 deletions(-)

diff --git 
a/dev-libs/gobject-introspection-common/gobject-introspection-common-1.42.0.ebuild
 
b/dev-libs/gobject-introspection-common/gobject-introspection-common-1.42.0.ebuild
deleted file mode 100644
index 3337962..000
--- 
a/dev-libs/gobject-introspection-common/gobject-introspection-common-1.42.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="5"
-GNOME_ORG_MODULE="gobject-introspection"
-
-inherit gnome.org
-
-DESCRIPTION="Build infrastructure for GObject Introspection"
-HOMEPAGE="http://live.gnome.org/GObjectIntrospection/";
-
-LICENSE="HPND"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND="!<${CATEGORY}/${PN/-common}-${PV}"
-# Use !<${PV} because mixing gobject-introspection with different version of 
-common can cause issues like:
-# http://forums.gentoo.org/viewtopic-p-7421930.html
-
-src_configure() { :; }
-
-src_compile() { :; }
-
-src_install() {
-   dodir /usr/share/aclocal
-   insinto /usr/share/aclocal
-   doins m4/introspection.m4
-
-   dodir /usr/share/gobject-introspection-1.0
-   insinto /usr/share/gobject-introspection-1.0
-   doins Makefile.introspection
-}



[gentoo-commits] proj/gnome:master commit in: dev-libs/libgee/

2014-12-21 Thread Gilles Dartiguelongue
commit: 1b284406ee6e5ae0de2f4fed666bd06e8af8d6b6
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sun Dec 21 12:43:20 2014 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sun Dec 21 12:43:20 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=1b284406

dev-libs/libgee: moved to gentoo-x86

---
 dev-libs/libgee/libgee-0.16.1.ebuild | 32 
 1 file changed, 32 deletions(-)

diff --git a/dev-libs/libgee/libgee-0.16.1.ebuild 
b/dev-libs/libgee/libgee-0.16.1.ebuild
deleted file mode 100644
index 0a756fd..000
--- a/dev-libs/libgee/libgee-0.16.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="5"
-GCONF_DEBUG="no"
-
-inherit gnome2
-
-DESCRIPTION="GObject-based interfaces and classes for commonly used data 
structures"
-HOMEPAGE="https://wiki.gnome.org/Projects/Libgee";
-
-LICENSE="LGPL-2.1+"
-SLOT="0.8/2"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-linux"
-IUSE="+introspection"
-
-# FIXME: add doc support, requires valadoc
-RDEPEND="
-   >=dev-libs/glib-2.36:2
-   introspection? ( >=dev-libs/gobject-introspection-0.9.6:= )
-"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-"
-
-src_configure() {
-   DOCS="AUTHORS ChangeLog* MAINTAINERS NEWS README"
-   gnome2_src_configure \
-   $(use_enable introspection)
-   VALAC="$(type -P false)"
-}



[gentoo-commits] proj/gnome:master commit in: app-text/evince/files/, app-text/evince/

2014-12-21 Thread Gilles Dartiguelongue
commit: 3805be6c8911066c6e27dd15eebf73bdec17fb24
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sun Dec 21 12:07:39 2014 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sun Dec 21 12:14:30 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=3805be6c

app-text/evince: moved to gentoo-x86, sync live ebuild

---
 app-text/evince/evince-3.14.1.ebuild   | 103 -
 app-text/evince/evince-.ebuild |   9 +-
 patch => evince-3.14.0-non-bash-support.patch} |   0
 3 files changed, 6 insertions(+), 106 deletions(-)

diff --git a/app-text/evince/evince-3.14.1.ebuild 
b/app-text/evince/evince-3.14.1.ebuild
deleted file mode 100644
index 0ed7b71..000
--- a/app-text/evince/evince-3.14.1.ebuild
+++ /dev/null
@@ -1,103 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="5"
-GCONF_DEBUG="yes"
-GNOME2_LA_PUNT="yes"
-
-inherit eutils autotools gnome2
-
-DESCRIPTION="Simple document viewer for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Apps/Evince";
-
-LICENSE="GPL-2+ CC-BY-SA-3.0"
-# subslot = evd3.(suffix of libevdocument3)-evv3.(suffix of libevview3)
-SLOT="0/evd3.4-evv3.3"
-IUSE="debug djvu dvi gnome +introspection libsecret nautilus +postscript t1lib 
tiff xps"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris"
-
-# Since 2.26.2, can handle poppler without cairo support. Make it optional ?
-# not mature enough
-# atk used in libview
-# gdk-pixbuf used all over the place
-# libX11 used for totem-screensaver
-COMMON_DEPEND="
-   dev-libs/atk
-   >=dev-libs/glib-2.36:2
-   >=dev-libs/libxml2-2.5:2
-   sys-libs/zlib:=
-   x11-libs/gdk-pixbuf:2
-   >=x11-libs/gtk+-3.14:3[introspection?]
-   gnome-base/gsettings-desktop-schemas
-   >=x11-libs/cairo-1.10:=
-   >=app-text/poppler-0.24:=[cairo]
-   djvu? ( >=app-text/djvu-3.5.17:= )
-   dvi? (
-   virtual/tex-base
-   dev-libs/kpathsea:=
-   t1lib? ( >=media-libs/t1lib-5:= ) )
-   gnome? ( gnome-base/gnome-desktop:3 )
-   introspection? ( >=dev-libs/gobject-introspection-1 )
-   libsecret? ( >=app-crypt/libsecret-0.5 )
-   nautilus? ( >=gnome-base/nautilus-2.91.4[introspection?] )
-   postscript? ( >=app-text/libspectre-0.2:= )
-   tiff? ( >=media-libs/tiff-3.6:0= )
-   xps? ( >=app-text/libgxps-0.2.1:= )
-"
-RDEPEND="${COMMON_DEPEND}
-   gnome-base/librsvg
-   || (
-   >=x11-themes/adwaita-icon-theme-2.17.1
-   >=x11-themes/gnome-icon-theme-2.17.1
-   >=x11-themes/hicolor-icon-theme-0.10 )
-   x11-themes/gnome-icon-theme-symbolic
-"
-DEPEND="${COMMON_DEPEND}
-   app-text/docbook-xml-dtd:4.3
-   dev-util/gdbus-codegen
-   sys-devel/gettext
-   >=dev-util/gtk-doc-am-1.13
-   >=dev-util/intltool-0.35
-   virtual/pkgconfig
-"
-
-# Needs dogtail and pyspi from http://fedorahosted.org/dogtail/
-# Releases: http://people.redhat.com/zcerza/dogtail/releases/
-RESTRICT="test"
-
-src_prepare() {
-   # Fix build with non-bash /bin/sh, see bug #526410
-   epatch "${FILESDIR}/${PN}-non-bash-support.patch"
-
-   eautoreconf
-
-   gnome2_src_prepare
-
-   # Do not depend on adwaita-icon-theme, bug #326855, #391859
-   sed -e 's/adwaita-icon-theme >= $ADWAITA_ICON_THEME_REQUIRED//g' \
-   -i configure || die "sed failed"
-}
-
-src_configure() {
-   gnome2_src_configure \
-   --disable-static \
-   --disable-tests \
-   --enable-pdf \
-   --enable-comics \
-   --enable-thumbnailer \
-   --with-platform=gnome \
-   --enable-dbus \
-   --enable-browser-plugin \
-   $(use_enable djvu) \
-   $(use_enable dvi) \
-   $(use_with libsecret keyring) \
-   $(use_enable gnome libgnome-desktop) \
-   $(use_enable introspection) \
-   $(use_enable nautilus) \
-   $(use_enable postscript ps) \
-   $(use_enable t1lib) \
-   $(use_enable tiff) \
-   $(use_enable xps) \
-   ITSTOOL=$(type -P true)
-}

diff --git a/app-text/evince/evince-.ebuild 
b/app-text/evince/evince-.ebuild
index 49309f4..0f581af 100644
--- a/app-text/evince/evince-.ebuild
+++ b/app-text/evince/evince-.ebuild
@@ -36,7 +36,7 @@ COMMON_DEPEND="
>=dev-libs/libxml2-2.5:2
sys-libs/zlib:=
x11-libs/gdk-pixbuf:2
-   >=x11-libs/gtk+-3.12:3[introspection?]
+   >=x11-libs/gtk+-3.14:3[introspection?]
gnome-base/gsettings-desktop-schemas
>=x11-libs/cairo-1.10:=
>=app-text/poppler-0.24:=[cairo]
@@ -76,13 +76,15 @@ if [[ ${PV} =  ]]; then
  

[gentoo-commits] proj/gnome:master commit in: app-text/yelp-tools/

2014-12-21 Thread Gilles Dartiguelongue
commit: 20c867bfe06d23f1992e4bac4fdaf93f1ba48639
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sun Dec 21 12:23:36 2014 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sun Dec 21 12:23:36 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=20c867bf

app-text/yelp-tools: moved to gentoo-x86

---
 app-text/yelp-tools/yelp-tools-3.14.1.ebuild | 27 ---
 1 file changed, 27 deletions(-)

diff --git a/app-text/yelp-tools/yelp-tools-3.14.1.ebuild 
b/app-text/yelp-tools/yelp-tools-3.14.1.ebuild
deleted file mode 100644
index a616e44..000
--- a/app-text/yelp-tools/yelp-tools-3.14.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="5"
-GCONF_DEBUG="no"
-
-inherit gnome2
-
-DESCRIPTION="Collection of tools for building and converting documentation"
-HOMEPAGE="http://www.gnome.org/";
-
-LICENSE="|| ( GPL-2+ freedist ) GPL-2+" # yelp.m4 is GPL2 || freely 
distributable
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~amd64-linux ~arm-linux ~x86-linux"
-IUSE=""
-
-RDEPEND="
-   >=dev-libs/libxml2-2.6.12
-   >=dev-libs/libxslt-1.1.8
-   dev-util/itstool
-   gnome-extra/yelp-xsl
-   virtual/awk
-"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-"



[gentoo-commits] proj/gnome:master commit in: dev-libs/gjs/

2014-12-21 Thread Gilles Dartiguelongue
commit: eea1bcd374173639460caf8bc6be670c4464a43b
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sun Dec 21 12:35:31 2014 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sun Dec 21 12:39:11 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=eea1bcd3

dev-libs/gjs: moved to gentoo-x86

---
 dev-libs/gjs/gjs-1.42.0.ebuild | 72 --
 1 file changed, 72 deletions(-)

diff --git a/dev-libs/gjs/gjs-1.42.0.ebuild b/dev-libs/gjs/gjs-1.42.0.ebuild
deleted file mode 100644
index 9b5800a..000
--- a/dev-libs/gjs/gjs-1.42.0.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="5"
-GCONF_DEBUG="no"
-
-inherit gnome2 pax-utils virtualx
-
-DESCRIPTION="Javascript bindings for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Projects/Gjs";
-
-LICENSE="MIT || ( MPL-1.1 LGPL-2+ GPL-2+ )"
-SLOT="0"
-IUSE="+cairo examples gtk test"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-
-RDEPEND="
-   >=dev-libs/glib-2.36:2
-   >=dev-libs/gobject-introspection-1.41.4
-
-   sys-libs/readline:0
-   dev-lang/spidermonkey:24
-   virtual/libffi
-   cairo? ( x11-libs/cairo[X] )
-   gtk? ( x11-libs/gtk+:3 )
-"
-DEPEND="${RDEPEND}
-   gnome-base/gnome-common
-   sys-devel/gettext
-   virtual/pkgconfig
-   test? ( sys-apps/dbus )
-"
-
-# Large amount of tests are broken even in master.
-#RESTRICT="test"
-
-src_prepare() {
-   # Disable broken unittests
-   epatch "${FILESDIR}"/${PN}-1.42.0-disable-unittest-*.patch
-
-   gnome2_src_prepare
-}
-
-src_configure() {
-   # FIXME: add systemtap/dtrace support, like in glib:2
-   # FIXME: --enable-systemtap installs files in ${D}/${D} for some reason
-   # XXX: Do NOT enable coverage, completely useless for portage installs
-   gnome2_src_configure \
-   --disable-systemtap \
-   --disable-dtrace \
-   --disable-coverage \
-   $(use_with cairo cairo) \
-   $(use_with gtk)
-}
-
-src_test() {
-   Xemake check
-}
-
-src_install() {
-   # installation sometimes fails in parallel
-   gnome2_src_install -j1
-
-   if use examples; then
-   insinto /usr/share/doc/"${PF}"/examples
-   doins "${S}"/examples/*
-   fi
-
-   # Required for gjs-console to run correctly on PaX systems
-   pax-mark mr "${ED}/usr/bin/gjs-console"
-}



[gentoo-commits] proj/gnome:master commit in: dev-cpp/gtkmm/

2014-12-21 Thread Gilles Dartiguelongue
commit: ef29333f808310ddd4557a5f2b39fe2386ad99bd
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sun Dec 21 12:23:57 2014 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sun Dec 21 12:23:57 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=ef29333f

dev-cpp/gtkmm: moved to gentoo-x86

---
 dev-cpp/gtkmm/gtkmm-3.14.0.ebuild | 62 ---
 1 file changed, 62 deletions(-)

diff --git a/dev-cpp/gtkmm/gtkmm-3.14.0.ebuild 
b/dev-cpp/gtkmm/gtkmm-3.14.0.ebuild
deleted file mode 100644
index c6a8619..000
--- a/dev-cpp/gtkmm/gtkmm-3.14.0.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="5"
-GCONF_DEBUG="no"
-
-inherit gnome2
-
-DESCRIPTION="C++ interface for GTK+"
-HOMEPAGE="http://www.gtkmm.org";
-
-LICENSE="LGPL-2.1"
-SLOT="3.0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris"
-IUSE="aqua doc examples test wayland +X"
-REQUIRED_USE="|| ( aqua wayland X )"
-
-RDEPEND="
-   >=dev-cpp/glibmm-2.41.2:2
-   >=x11-libs/gtk+-3.14:3[aqua?,wayland?,X?]
-   >=x11-libs/gdk-pixbuf-2.26:2
-   >=dev-cpp/atkmm-2.22.2
-   >=dev-cpp/cairomm-1.9.2.2
-   >=dev-cpp/pangomm-2.27.1:1.4
-   dev-libs/libsigc++:2
-"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   doc? (
-   media-gfx/graphviz
-   dev-libs/libxslt
-   app-doc/doxygen )
-"
-#  dev-cpp/mm-common"
-# eautoreconf needs mm-common
-
-src_prepare() {
-   if ! use test; then
-   # don't waste time building tests
-   sed 's/^\(SUBDIRS =.*\)tests\(.*\)$/\1\2/' -i Makefile.am 
Makefile.in \
-   || die "sed 1 failed"
-   fi
-
-   if ! use examples; then
-   # don't waste time building tests
-   sed 's/^\(SUBDIRS =.*\)demos\(.*\)$/\1\2/' -i Makefile.am 
Makefile.in \
-   || die "sed 2 failed"
-   fi
-
-   gnome2_src_prepare
-}
-
-src_configure() {
-   DOCS="AUTHORS ChangeLog PORTING NEWS README"
-   gnome2_src_configure \
-   --enable-api-atkmm \
-   $(use_enable doc documentation) \
-   $(use_enable aqua quartz-backend) \
-   $(use_enable wayland wayland-backend) \
-   $(use_enable X x11-backend)
-}



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

2014-12-21 Thread Gilles Dartiguelongue
commit: 72f1c7737400de16462f34afd775af3524814a5a
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sun Dec 21 11:02:39 2014 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sun Dec 21 11:02:39 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=72f1c773

gnome-extra/gnome-shell-extensions: 3.14.2 → 3.14.3

---
 ...hell-extensions-3.14.2.ebuild => gnome-shell-extensions-3.14.3.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git 
a/gnome-extra/gnome-shell-extensions/gnome-shell-extensions-3.14.2.ebuild 
b/gnome-extra/gnome-shell-extensions/gnome-shell-extensions-3.14.3.ebuild
similarity index 100%
rename from 
gnome-extra/gnome-shell-extensions/gnome-shell-extensions-3.14.2.ebuild
rename to 
gnome-extra/gnome-shell-extensions/gnome-shell-extensions-3.14.3.ebuild



[gentoo-commits] proj/gnome:master commit in: dev-cpp/glibmm/

2014-12-21 Thread Gilles Dartiguelongue
commit: 872b904b2bbb2724fc314b25fc58df1ede932062
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sun Dec 21 12:23:49 2014 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sun Dec 21 12:23:49 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=872b904b

dev-cpp/glibmm: moved to gentoo-x86

---
 dev-cpp/glibmm/glibmm-2.42.0.ebuild | 75 -
 1 file changed, 75 deletions(-)

diff --git a/dev-cpp/glibmm/glibmm-2.42.0.ebuild 
b/dev-cpp/glibmm/glibmm-2.42.0.ebuild
deleted file mode 100644
index ec3e3a7..000
--- a/dev-cpp/glibmm/glibmm-2.42.0.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="5"
-GCONF_DEBUG="no"
-
-inherit gnome2
-
-DESCRIPTION="C++ interface for glib2"
-HOMEPAGE="http://www.gtkmm.org";
-
-LICENSE="LGPL-2.1+ GPL-2+" # GPL-2+ applies only to the build system
-SLOT="2"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris 
~x86-solaris"
-IUSE="doc debug examples test"
-
-RDEPEND="
-   >=dev-libs/libsigc++-2.2.10:2
-   >=dev-libs/glib-2.42:2
-"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   doc? ( app-doc/doxygen )
-"
-# dev-cpp/mm-common needed for eautoreconf
-
-src_prepare() {
-   if ! use test; then
-   # don't waste time building tests
-   sed 's/^\(SUBDIRS =.*\)tests\(.*\)$/\1\2/' \
-   -i Makefile.am Makefile.in || die "sed 1 failed"
-   fi
-
-   if ! use examples; then
-   # don't waste time building examples
-   sed 's/^\(SUBDIRS =.*\)examples\(.*\)$/\1\2/' \
-   -i Makefile.am Makefile.in || die "sed 2 failed"
-   fi
-
-   # Test fails with IPv6 but not v4, upstream bug #720073
-   sed -e 's:giomm_tls_client/test::' \
-   -i tests/Makefile.{am,in} || die
-
-   gnome2_src_prepare
-}
-
-src_configure() {
-   gnome2_src_configure \
-   $(use_enable debug debug-refcounting) \
-   $(use_enable doc documentation) \
-   --enable-deprecated-api
-}
-
-src_test() {
-   cd "${S}/tests/"
-   default
-
-   for i in */test; do
-   ${i} || die "Running tests failed at ${i}"
-   done
-}
-
-src_install() {
-   gnome2_src_install
-
-   if ! use doc && ! use examples; then
-   rm -fr "${ED}usr/share/doc/glibmm*"
-   fi
-
-   if use examples; then
-   find examples -type d -name '.deps' -exec rm -rf {} \; 
2>/dev/null
-   dodoc -r examples
-   fi
-}



[gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-shell/, gnome-base/gnome-shell/files/

2014-12-21 Thread Gilles Dartiguelongue
commit: 3e30c7a3b814475de587d6c4d5e24f5adb4ec8e2
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sun Dec 21 11:00:18 2014 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sun Dec 21 11:00:18 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=3e30c7a3

gnome-base/gnome-shell: 3.14.2 → 3.14.3

---
 ...around-quoting-issues-in-configure-script.patch | 33 --
 ...ell-3.14.2.ebuild => gnome-shell-3.14.3.ebuild} |  5 +---
 gnome-base/gnome-shell/gnome-shell-.ebuild |  2 +-
 3 files changed, 2 insertions(+), 38 deletions(-)

diff --git 
a/gnome-base/gnome-shell/files/gnome-shell-3.14.2-build-Workaround-quoting-issues-in-configure-script.patch
 
b/gnome-base/gnome-shell/files/gnome-shell-3.14.2-build-Workaround-quoting-issues-in-configure-script.patch
deleted file mode 100644
index 9f5f457..000
--- 
a/gnome-base/gnome-shell/files/gnome-shell-3.14.2-build-Workaround-quoting-issues-in-configure-script.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-From b05ab0eaebd9e6e58f1b9c092e05323c5b901a2b Mon Sep 17 00:00:00 2001
-From: Alexander Tsoy 
-Date: Mon, 27 Oct 2014 16:45:10 +0300
-Subject: [PATCH] build: Workaround quoting issues in configure script
-
-Default value of BROWSER_PLUGIN_DIR variable contains special symbols.
-Thus quoting and inlining it in parameter expansion is not portable.
-In particular it does not work in dash. Replace ${a:-b} parameter
-expansion with conditional statement.
-
-https://bugzilla.gnome.org/show_bug.cgi?id=739241

- configure.ac | 4 +++-
- 1 file changed, 3 insertions(+), 1 deletion(-)
-
-diff --git a/configure.ac b/configure.ac
-index d55848b..5b8c306 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -232,7 +232,9 @@ esac
- AM_CFLAGS="$AM_CFLAGS $WARN_CFLAGS"
- AC_SUBST(AM_CFLAGS)
- 
--BROWSER_PLUGIN_DIR="${BROWSER_PLUGIN_DIR:-"\${libdir}/mozilla/plugins"}"
-+if test -z "${BROWSER_PLUGIN_DIR}"; then
-+  BROWSER_PLUGIN_DIR="\${libdir}/mozilla/plugins"
-+fi
- AC_ARG_VAR([BROWSER_PLUGIN_DIR],[Where to install the plugin to])
- 
- AC_CONFIG_FILES([
--- 
-2.1.3
-

diff --git a/gnome-base/gnome-shell/gnome-shell-3.14.2.ebuild 
b/gnome-base/gnome-shell/gnome-shell-3.14.3.ebuild
similarity index 97%
rename from gnome-base/gnome-shell/gnome-shell-3.14.2.ebuild
rename to gnome-base/gnome-shell/gnome-shell-3.14.3.ebuild
index d11763a..b740e0d 100644
--- a/gnome-base/gnome-shell/gnome-shell-3.14.2.ebuild
+++ b/gnome-base/gnome-shell/gnome-shell-3.14.3.ebuild
@@ -43,7 +43,7 @@ COMMON_DEPEND="
>=sys-auth/polkit-0.100[introspection]
>=x11-libs/libXfixes-5.0
x11-libs/libXtst
-   >=x11-wm/mutter-3.14.2[introspection]
+   >=x11-wm/mutter-3.14.3[introspection]
>=x11-libs/startup-notification-0.11
 
${PYTHON_DEPS}
@@ -128,9 +128,6 @@ src_prepare() {
# https://bugzilla.gnome.org/show_bug.cgi?id=726435
epatch "${FILESDIR}/${PN}-3.14.0-bluetooth-gold.patch"
 
-   # Fix build with non-bash /bin/sh, see bug #526408
-   epatch 
"${FILESDIR}/${PN}-3.14.2-build-Workaround-quoting-issues-in-configure-script.patch"
-
epatch_user
 
eautoreconf

diff --git a/gnome-base/gnome-shell/gnome-shell-.ebuild 
b/gnome-base/gnome-shell/gnome-shell-.ebuild
index 7624368..ad3903f 100644
--- a/gnome-base/gnome-shell/gnome-shell-.ebuild
+++ b/gnome-base/gnome-shell/gnome-shell-.ebuild
@@ -50,7 +50,7 @@ COMMON_DEPEND="
>=sys-auth/polkit-0.100[introspection]
>=x11-libs/libXfixes-5.0
x11-libs/libXtst
-   >=x11-wm/mutter-3.14.2[introspection]
+   >=x11-wm/mutter-3.14.3[introspection]
>=x11-libs/startup-notification-0.11
 
${PYTHON_DEPS}



[gentoo-commits] proj/gnome:master commit in: dev-lang/vala/

2014-12-21 Thread Gilles Dartiguelongue
commit: e78b7d23aaac39ed40355a1dcffe3e43b6225a34
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sun Dec 21 12:27:14 2014 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sun Dec 21 12:27:14 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=e78b7d23

dev-lang/vala: moved to gentoo-x86

---
 dev-lang/vala/vala-0.26.1.ebuild | 36 
 1 file changed, 36 deletions(-)

diff --git a/dev-lang/vala/vala-0.26.1.ebuild b/dev-lang/vala/vala-0.26.1.ebuild
deleted file mode 100644
index f757474..000
--- a/dev-lang/vala/vala-0.26.1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="5"
-GCONF_DEBUG="no"
-
-inherit gnome2
-
-DESCRIPTION="Compiler for the GObject type system"
-HOMEPAGE="https://wiki.gnome.org/Vala";
-
-LICENSE="LGPL-2.1"
-SLOT="0.26"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
-IUSE="test"
-
-RDEPEND="
-   >=dev-libs/glib-2.24:2
-   >=dev-libs/vala-common-${PV}
-"
-DEPEND="${RDEPEND}
-   !${CATEGORY}/${PN}:0
-   dev-libs/libxslt
-   sys-devel/flex
-   virtual/pkgconfig
-   virtual/yacc
-   test? (
-   dev-libs/dbus-glib
-   >=dev-libs/glib-2.26:2 )
-"
-
-src_configure() {
-   DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"
-   gnome2_src_configure --disable-unversioned
-}



[gentoo-commits] proj/gnome:master commit in: app-misc/bijiben/

2014-12-21 Thread Gilles Dartiguelongue
commit: 469ce4848d82ec4ab74affa062c4f71ff97e9ecc
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sun Dec 21 11:46:49 2014 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sun Dec 21 11:46:49 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=469ce484

app-misc/bijiben: moved to gentoo-x86

---
 app-misc/bijiben/bijiben-3.14.2.ebuild | 41 --
 1 file changed, 41 deletions(-)

diff --git a/app-misc/bijiben/bijiben-3.14.2.ebuild 
b/app-misc/bijiben/bijiben-3.14.2.ebuild
deleted file mode 100644
index 23c997e..000
--- a/app-misc/bijiben/bijiben-3.14.2.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="5"
-GCONF_DEBUG="no"
-
-inherit gnome2
-
-DESCRIPTION="Note editor designed to remain simple to use"
-HOMEPAGE="https://wiki.gnome.org/Apps/Bijiben";
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-# zeitgeist is optional but automagic
-RDEPEND="
-   >=app-misc/tracker-1:=
-   >=dev-libs/glib-2.28:2
-   dev-libs/libxml2
-   >=gnome-extra/evolution-data-server-3
-   gnome-extra/zeitgeist
-   net-libs/gnome-online-accounts
-   net-libs/webkit-gtk:3
-   sys-apps/util-linux
-   >=x11-libs/gtk+-3.11.4:3
-"
-DEPEND="${RDEPEND}
-   >=dev-util/intltool-0.35.0
-   sys-devel/gettext
-   virtual/pkgconfig
-"
-#  app-text/yelp-tools
-
-src_configure() {
-   gnome2_src_configure \
-   ITSTOOL="$(type -P true)" \
-   --disable-update-mimedb
-}



[gentoo-commits] proj/gnome:master commit in: app-misc/gnote/

2014-12-21 Thread Gilles Dartiguelongue
commit: 2fb0cf6dd233dc51808d9c2c3fac747474c7c147
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sun Dec 21 11:50:33 2014 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sun Dec 21 11:50:33 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=2fb0cf6d

app-misc/gnote: moved to gentoo-x86

---
 app-misc/gnote/gnote-3.14.1.ebuild | 73 --
 1 file changed, 73 deletions(-)

diff --git a/app-misc/gnote/gnote-3.14.1.ebuild 
b/app-misc/gnote/gnote-3.14.1.ebuild
deleted file mode 100644
index 255aab6..000
--- a/app-misc/gnote/gnote-3.14.1.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="5"
-GCONF_DEBUG="no"
-
-inherit gnome2 readme.gentoo
-
-DESCRIPTION="Desktop note-taking application"
-HOMEPAGE="https://wiki.gnome.org/Apps/Gnote";
-
-LICENSE="GPL-3+ FDL-1.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug +X"
-
-# Automagic glib-2.32 dep
-COMMON_DEPEND="
-   >=app-crypt/libsecret-0.8
-   >=app-text/gtkspell-3.0:3
-   >=dev-cpp/glibmm-2.32:2
-   >=dev-cpp/gtkmm-3.10:3.0
-   >=dev-libs/boost-1.34
-   >=dev-libs/glib-2.32:2
-   >=dev-libs/libxml2-2:2
-   dev-libs/libxslt
-   >=sys-apps/util-linux-2.16:=
-   >=x11-libs/gtk+-3.10:3
-   X? ( x11-libs/libX11 )
-"
-RDEPEND="${COMMON_DEPEND}
-   gnome-base/gsettings-desktop-schemas
-"
-DEPEND="${DEPEND}
-   app-text/docbook-xml-dtd:4.1.2
-   dev-util/desktop-file-utils
-   >=dev-util/intltool-0.35.0
-   virtual/pkgconfig
-"
-
-src_prepare() {
-   # Do not alter CFLAGS
-   sed 's/-DDEBUG -g/-DDEBUG/' -i configure.ac configure || die
-   gnome2_src_prepare
-
-   if has_version net-fs/wdfs; then
-   DOC_CONTENTS="You have net-fs/wdfs installed. app-misc/gnote 
will use it to
-   synchronize notes."
-   else
-   DOC_CONTENTS="Gnote can use net-fs/wdfs to synchronize notes.
-   If you want to use that functionality just emerge net-fs/wdfs.
-   Gnote will automatically detect that you did and let you use 
it."
-   fi
-}
-
-src_configure() {
-   gnome2_src_configure \
-   --disable-static \
-   $(use_enable debug) \
-   $(use_with X x11-support) \
-   ITSTOOL=$(type -P true)
-}
-
-src_install() {
-   gnome2_src_install
-   readme.gentoo_create_doc
-}
-
-pkg_postinst() {
-   gnome2_pkg_postinst
-   readme.gentoo_print_elog
-}



[gentoo-commits] proj/gnome:master commit in: dev-util/gnome-devel-docs/

2014-12-21 Thread Gilles Dartiguelongue
commit: 0156a7552557f2816c60d988400c997b1132dbd3
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sun Dec 21 10:47:16 2014 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sun Dec 21 10:47:16 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=0156a755

dev-util/gnome-devel-docs: 3.14.2 → 3.14.3

---
 .../{gnome-devel-docs-3.14.2.ebuild => gnome-devel-docs-3.14.3.ebuild}| 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/dev-util/gnome-devel-docs/gnome-devel-docs-3.14.2.ebuild 
b/dev-util/gnome-devel-docs/gnome-devel-docs-3.14.3.ebuild
similarity index 100%
rename from dev-util/gnome-devel-docs/gnome-devel-docs-3.14.2.ebuild
rename to dev-util/gnome-devel-docs/gnome-devel-docs-3.14.3.ebuild



[gentoo-commits] proj/gnome:master commit in: dev-libs/gdl/

2014-12-21 Thread Gilles Dartiguelongue
commit: d2ebd5044680df12999b0f12939871298b86dca7
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sun Dec 21 12:28:35 2014 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sun Dec 21 12:28:35 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=d2ebd504

dev-libs/gdl: moved to gentoo-x86

---
 dev-libs/gdl/gdl-3.14.0.ebuild | 33 -
 1 file changed, 33 deletions(-)

diff --git a/dev-libs/gdl/gdl-3.14.0.ebuild b/dev-libs/gdl/gdl-3.14.0.ebuild
deleted file mode 100644
index 03c9b54..000
--- a/dev-libs/gdl/gdl-3.14.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="5"
-GCONF_DEBUG="no"
-
-inherit gnome2
-
-DESCRIPTION="GNOME docking library"
-HOMEPAGE="https://developer.gnome.org/gdl/";
-
-LICENSE="LGPL-2.1+"
-SLOT="3/5" # subslot = libgdl-3 soname version
-IUSE="+introspection"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-
-RDEPEND="
-   dev-libs/glib:2
-   >=x11-libs/gtk+-3.0.0:3[introspection?]
-   >=dev-libs/libxml2-2.4:2
-   introspection? ( >=dev-libs/gobject-introspection-0.6.7 )
-"
-DEPEND="${RDEPEND}
-   >=dev-util/gtk-doc-am-1.4
-   >=dev-util/intltool-0.40.4
-   virtual/pkgconfig
-"
-
-src_configure() {
-   DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"
-   gnome2_src_configure $(use_enable introspection)
-}



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

2014-12-21 Thread Gilles Dartiguelongue
commit: 32e2a6d5e4d3820499dc6e1daf6d1c3d9d48bdbb
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sun Dec 21 10:52:02 2014 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sun Dec 21 10:52:02 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=32e2a6d5

gnome-extra/gnome-user-share: 3.14.1 → 3.14.2

---
 .../{gnome-user-share-3.14.1.ebuild => gnome-user-share-3.14.2.ebuild}| 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/gnome-extra/gnome-user-share/gnome-user-share-3.14.1.ebuild 
b/gnome-extra/gnome-user-share/gnome-user-share-3.14.2.ebuild
similarity index 100%
rename from gnome-extra/gnome-user-share/gnome-user-share-3.14.1.ebuild
rename to gnome-extra/gnome-user-share/gnome-user-share-3.14.2.ebuild



[gentoo-commits] proj/gnome:master commit in: dev-libs/vala-common/

2014-12-21 Thread Gilles Dartiguelongue
commit: ce18706a818a96174bd3d292a40bd156c73defb9
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sun Dec 21 12:27:01 2014 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sun Dec 21 12:27:01 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=ce18706a

dev-libs/vala-common: moved to gentoo-x86

---
 dev-libs/vala-common/vala-common-0.26.1.ebuild | 77 --
 1 file changed, 77 deletions(-)

diff --git a/dev-libs/vala-common/vala-common-0.26.1.ebuild 
b/dev-libs/vala-common/vala-common-0.26.1.ebuild
deleted file mode 100644
index b7a451e..000
--- a/dev-libs/vala-common/vala-common-0.26.1.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="5"
-GNOME_ORG_MODULE="vala"
-
-inherit gnome.org
-
-DESCRIPTION="Build infrastructure for packages that use Vala"
-HOMEPAGE="https://wiki.gnome.org/Vala";
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos 
~x64-solaris"
-IUSE=""
-
-# Previously ${PN} was part of dev-lang/vala
-RDEPEND="
-   ! /dev/null
-   eend $?
-   fi
-   if has_version ' /dev/null
-   eend $?
-   fi
-   if has_version ' /dev/null
-   eend $?
-   fi
-   if has_version ' /dev/null
-   eend $?
-   if [[ -f "${EROOT}usr/share/vala-0.16/Makefile.vapigen" ]]; then
-   ebegin "Removing old vala-0.16 makefile template"
-   rm "${EROOT}usr/share/vala-0.16/Makefile.vapigen" &> 
/dev/null
-   eend $?
-   fi
-   fi
-   if has_version ' /dev/null
-   eend $?
-   if [[ -f "${EROOT}usr/share/vala-0.18/Makefile.vapigen" ]]; then
-   ebegin "Removing old vala-0.18 makefile template"
-   rm "${EROOT}usr/share/vala-0.18/Makefile.vapigen" &> 
/dev/null
-   eend $?
-   fi
-   fi
-}



[gentoo-commits] proj/gnome:master commit in: dev-libs/gobject-introspection/

2014-12-21 Thread Gilles Dartiguelongue
commit: 5d5422efc4a500df1dc5418495ce48443fdc4116
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sun Dec 21 12:39:02 2014 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sun Dec 21 12:39:10 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=5d5422ef

dev-libs/gobject-introspection: moved to gentoo-x86

---
 .../gobject-introspection-1.42.0.ebuild| 73 --
 1 file changed, 73 deletions(-)

diff --git a/dev-libs/gobject-introspection/gobject-introspection-1.42.0.ebuild 
b/dev-libs/gobject-introspection/gobject-introspection-1.42.0.ebuild
deleted file mode 100644
index 1032794..000
--- a/dev-libs/gobject-introspection/gobject-introspection-1.42.0.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="5"
-GCONF_DEBUG="no"
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="xml"
-
-inherit gnome2 python-single-r1 toolchain-funcs versionator
-
-DESCRIPTION="Introspection infrastructure for generating gobject library 
bindings for various languages"
-HOMEPAGE="https://wiki.gnome.org/Projects/GObjectIntrospection";
-
-LICENSE="LGPL-2+ GPL-2+"
-SLOT="0"
-IUSE="cairo doctool test"
-REQUIRED_USE="
-   ${PYTHON_REQUIRED_USE}
-   test? ( cairo )
-"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
-
-# virtual/pkgconfig needed at runtime, bug #505408
-# We force glib and goi to be in sync by this way as explained in bug #518424
-RDEPEND="
-   >=dev-libs/gobject-introspection-common-${PV}
-   >=dev-libs/glib-2.$(get_version_component_range 2):2
-   doctool? ( dev-python/mako )
-   virtual/libffi:=
-   virtual/pkgconfig
-   !

[gentoo-commits] gentoo-x86 commit in net-proxy/squid: squid-3.5.0.4.ebuild ChangeLog squid-3.5.0.2.ebuild

2014-12-21 Thread Eray Aslan (eras)
eras14/12/21 13:50:49

  Modified: ChangeLog
  Added:squid-3.5.0.4.ebuild
  Removed:  squid-3.5.0.2.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x77F1F175586A3B1F)

Revision  ChangesPath
1.500net-proxy/squid/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/squid/ChangeLog?rev=1.500&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/squid/ChangeLog?rev=1.500&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/squid/ChangeLog?r1=1.499&r2=1.500

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-proxy/squid/ChangeLog,v
retrieving revision 1.499
retrieving revision 1.500
diff -u -r1.499 -r1.500
--- ChangeLog   10 Dec 2014 15:47:16 -  1.499
+++ ChangeLog   21 Dec 2014 13:50:49 -  1.500
@@ -1,6 +1,12 @@
 # ChangeLog for net-proxy/squid
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-proxy/squid/ChangeLog,v 1.499 
2014/12/10 15:47:16 eras Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-proxy/squid/ChangeLog,v 1.500 
2014/12/21 13:50:49 eras Exp $
+
+*squid-3.5.0.4 (21 Dec 2014)
+
+  21 Dec 2014; Eray Aslan  +squid-3.5.0.4.ebuild,
+  -squid-3.5.0.2.ebuild:
+  Version bump
 
 *squid-3.4.10 (10 Dec 2014)
 



1.1  net-proxy/squid/squid-3.5.0.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/squid/squid-3.5.0.4.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/squid/squid-3.5.0.4.ebuild?rev=1.1&content-type=text/plain

Index: squid-3.5.0.4.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-proxy/squid/squid-3.5.0.4.ebuild,v 1.1 
2014/12/21 13:50:49 eras Exp $

EAPI=5
inherit autotools eutils linux-info pam toolchain-funcs user versionator

DESCRIPTION="A full-featured web proxy cache"
HOMEPAGE="http://www.squid-cache.org/";
SRC_URI="http://www.squid-cache.org/Versions/v3/3.5/${P}.tar.xz";

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd"
IUSE="caps ipv6 pam ldap samba sasl kerberos nis radius ssl snmp selinux 
logrotate test \
ecap esi ssl-crtd \
mysql postgres sqlite \
qos tproxy \
+htcp +wccp +wccpv2 \
pf-transparent ipf-transparent kqueue \
elibc_uclibc kernel_linux"

COMMON_DEPEND="caps? ( >=sys-libs/libcap-2.16 )
pam? ( virtual/pam )
ldap? ( net-nds/openldap )
kerberos? ( virtual/krb5 )
qos? ( net-libs/libnetfilter_conntrack )
ssl? ( dev-libs/openssl dev-libs/nettle net-libs/gnutls )
sasl? ( dev-libs/cyrus-sasl )
ecap? ( net-libs/libecap:1 )
esi? ( dev-libs/expat dev-libs/libxml2 )
!x86-fbsd? ( logrotate? ( app-admin/logrotate ) )
>=sys-libs/db-4
dev-lang/perl
sys-devel/libtool"
DEPEND="${COMMON_DEPEND}
ecap? ( virtual/pkgconfig )
sys-apps/ed
test? ( dev-util/cppunit )"
RDEPEND="${COMMON_DEPEND}
samba? ( net-fs/samba )
mysql? ( dev-perl/DBD-mysql )
postgres? ( dev-perl/DBD-Pg )
selinux? ( sec-policy/selinux-squid )
sqlite? ( dev-perl/DBD-SQLite )
!<=sci-biology/meme-4.8.1-r1"

REQUIRED_USE="tproxy? ( caps )
qos? ( caps )"

pkg_pretend() {
if use tproxy; then
local CONFIG_CHECK="~NF_CONNTRACK ~NETFILTER_TPROXY 
~NETFILTER_XT_MATCH_SOCKET ~NETFILTER_XT_TARGET_TPROXY"
linux-info_pkg_setup
fi
}

pkg_setup() {
enewgroup squid 31
enewuser squid 31 -1 /var/cache/squid squid
}

src_prepare() {
epatch "${FILESDIR}/${PN}-3.3.4-gentoo.patch"
sed -i -e 's:/usr/local/squid/etc:/etc/squid:' \
INSTALL QUICKSTART \
helpers/basic_auth/MSNT/README.html \
helpers/basic_auth/MSNT/confload.cc \
helpers/basic_auth/MSNT/msntauth.conf.default \
scripts/fileno-to-pathname.pl \
scripts/check_cache.pl \
tools/cachemgr.cgi.8 \
tools/purge/conffile.hh \
tools/purge/README  || die
sed -i -e 's:/usr/local/squid/sbin:/usr/sbin:' \
INSTALL QUICKSTART || die
sed -i -e 's:/usr/local/squid/var/cache:/var/cache/squid:' \
QUICKSTART || die
sed -i -e 's:/usr/local/squid/var/logs:/var/log/squid:' \
QUICKSTART \
src/log/access_log.cc || die
sed -i -e 's:/usr/local/squid/logs:/var/log/squid:' \
src/log/access_lo

[gentoo-commits] proj/hardened-refpolicy: New tag: 2.20141203-r2

2014-12-21 Thread Sven Vermeulen
commit: 
Commit: Sven Vermeulen  gentoo  org>
CommitDate: Sun Dec 21 13:51:41 2014 +

New tag: 2.20141203-r2




[gentoo-commits] gentoo-x86 commit in sec-policy/selinux-cachefilesd: selinux-cachefilesd-2.20141203-r2.ebuild ChangeLog

2014-12-21 Thread Sven Vermeulen (swift)
swift   14/12/21 13:55:57

  Modified: ChangeLog
  Added:selinux-cachefilesd-2.20141203-r2.ebuild
  Log:
  Release of 2.20141203-r2
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x2EDD52403B68AF47)

Revision  ChangesPath
1.19 sec-policy/selinux-cachefilesd/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-cachefilesd/ChangeLog?rev=1.19&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-cachefilesd/ChangeLog?rev=1.19&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-cachefilesd/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sec-policy/selinux-cachefilesd/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog   7 Dec 2014 13:21:09 -   1.18
+++ ChangeLog   21 Dec 2014 13:55:57 -  1.19
@@ -1,6 +1,12 @@
 # ChangeLog for sec-policy/selinux-cachefilesd
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-cachefilesd/ChangeLog,v 
1.18 2014/12/07 13:21:09 perfinion Exp $
+# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-cachefilesd/ChangeLog,v 
1.19 2014/12/21 13:55:57 swift Exp $
+
+*selinux-cachefilesd-2.20141203-r2 (21 Dec 2014)
+
+  21 Dec 2014; Sven Vermeulen 
+  +selinux-cachefilesd-2.20141203-r2.ebuild:
+  Release of 2.20141203-r2
 
   07 Dec 2014; Jason Zaman 
   selinux-cachefilesd-2.20140311-r7.ebuild:



1.1  
sec-policy/selinux-cachefilesd/selinux-cachefilesd-2.20141203-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-cachefilesd/selinux-cachefilesd-2.20141203-r2.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-cachefilesd/selinux-cachefilesd-2.20141203-r2.ebuild?rev=1.1&content-type=text/plain

Index: selinux-cachefilesd-2.20141203-r2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sec-policy/selinux-cachefilesd/selinux-cachefilesd-2.20141203-r2.ebuild,v
 1.1 2014/12/21 13:55:57 swift Exp $
EAPI="5"

IUSE=""
MODS="cachefilesd"

inherit selinux-policy-2

DESCRIPTION="SELinux policy for cachefilesd"

if [[ $PV == * ]] ; then
KEYWORDS=""
else
KEYWORDS="~amd64 ~x86"
fi






  1   2   3   4   5   6   7   8   9   10   >