[gentoo-commits] gentoo-x86 commit in dev-python/testtools: testtools-1.3.0.ebuild ChangeLog testtools-1.1.0.ebuild testtools-1.2.0.ebuild

2014-12-25 Thread Ian Delaney (idella4)
idella4 14/12/26 07:52:43

  Modified: testtools-1.3.0.ebuild ChangeLog
  Removed:  testtools-1.1.0.ebuild testtools-1.2.0.ebuild
  Log:
  add bordering required for unittest2, rm old
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.2  dev-python/testtools/testtools-1.3.0.ebuild

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

Index: testtools-1.3.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/testtools/testtools-1.3.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- testtools-1.3.0.ebuild  24 Dec 2014 08:51:03 -  1.1
+++ testtools-1.3.0.ebuild  26 Dec 2014 07:52:43 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/testtools/testtools-1.3.0.ebuild,v 1.1 
2014/12/24 08:51:03 patrick Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/testtools/testtools-1.3.0.ebuild,v 1.2 
2014/12/26 07:52:43 idella4 Exp $
 
 EAPI=5
 
@@ -22,7 +22,7 @@
 
 RDEPEND="dev-python/mimeparse[${PYTHON_USEDEP}]
dev-python/extras[${PYTHON_USEDEP}]
-   dev-python/unittest2[${PYTHON_USEDEP}]"
+   >=dev-python/unittest2-0.8.0[${PYTHON_USEDEP}]"
 DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )



1.115dev-python/testtools/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/testtools/ChangeLog,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -r1.114 -r1.115
--- ChangeLog   24 Dec 2014 08:51:03 -  1.114
+++ ChangeLog   26 Dec 2014 07:52:43 -  1.115
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/testtools
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/testtools/ChangeLog,v 1.114 
2014/12/24 08:51:03 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/testtools/ChangeLog,v 1.115 
2014/12/26 07:52:43 idella4 Exp $
+
+  26 Dec 2014; Ian Delaney  -testtools-1.1.0.ebuild,
+  -testtools-1.2.0.ebuild, testtools-1.3.0.ebuild:
+  add bordering required for unittest2, rm old
 
 *testtools-1.3.0 (24 Dec 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-db/mysql-workbench: ChangeLog mysql-workbench-6.1.6.ebuild mysql-workbench-6.1.7.ebuild

2014-12-25 Thread Hans de Graaff (graaff)
graaff  14/12/26 07:35:07

  Modified: ChangeLog
  Removed:  mysql-workbench-6.1.6.ebuild
mysql-workbench-6.1.7.ebuild
  Log:
  Cleanup.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.100dev-db/mysql-workbench/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql-workbench/ChangeLog,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -r1.99 -r1.100
--- ChangeLog   20 Dec 2014 16:10:23 -  1.99
+++ ChangeLog   26 Dec 2014 07:35:07 -  1.100
@@ -1,6 +1,10 @@
 # ChangeLog for dev-db/mysql-workbench
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql-workbench/ChangeLog,v 1.99 
2014/12/20 16:10:23 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql-workbench/ChangeLog,v 1.100 
2014/12/26 07:35:07 graaff Exp $
+
+  26 Dec 2014; Hans de Graaff 
+  -mysql-workbench-6.1.6.ebuild, -mysql-workbench-6.1.7.ebuild:
+  Cleanup.
 
   20 Dec 2014; Chema Alonso  mysql-workbench-6.0.9.ebuild:
   Stable for amd64 wrt bug #505798






[gentoo-commits] gentoo-x86 commit in app-emacs/ruby-mode/files: 50ruby-mode-gentoo-2.1.5.el

2014-12-25 Thread Hans de Graaff (graaff)
graaff  14/12/26 06:56:01

  Added:50ruby-mode-gentoo-2.1.5.el
  Log:
  Version bump.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.1  app-emacs/ruby-mode/files/50ruby-mode-gentoo-2.1.5.el

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/ruby-mode/files/50ruby-mode-gentoo-2.1.5.el?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/ruby-mode/files/50ruby-mode-gentoo-2.1.5.el?rev=1.1&content-type=text/plain

Index: 50ruby-mode-gentoo-2.1.5.el
===
(add-to-list 'load-path "@SITELISP@")

(autoload 'ruby-mode "ruby-mode" "Major mode to edit ruby files." t)

(add-to-list 'auto-mode-alist '("Rakefile\\'" . ruby-mode))
(add-to-list 'auto-mode-alist '("\\.\\(rake\\|rb\\)\\'" . ruby-mode))
(add-to-list 'interpreter-mode-alist  '("ruby" . ruby-mode))

(autoload 'run-ruby "inf-ruby" "Run an inferior Ruby process" t)
(autoload 'inf-ruby-keys "inf-ruby" "Set local key defs for inf-ruby in 
ruby-mode")

(add-hook 'ruby-mode-hook 'inf-ruby-keys)






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

2014-12-25 Thread Hans de Graaff (graaff)
graaff  14/12/26 06:56:01

  Modified: ChangeLog
  Added:ruby-mode-2.1.5.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.58 app-emacs/ruby-mode/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emacs/ruby-mode/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog   28 Jul 2014 18:06:33 -  1.57
+++ ChangeLog   26 Dec 2014 06:56:01 -  1.58
@@ -1,6 +1,12 @@
 # ChangeLog for app-emacs/ruby-mode
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/ruby-mode/ChangeLog,v 1.57 
2014/07/28 18:06:33 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/ruby-mode/ChangeLog,v 1.58 
2014/12/26 06:56:01 graaff Exp $
+
+*ruby-mode-2.1.5 (26 Dec 2014)
+
+  26 Dec 2014; Hans de Graaff  +ruby-mode-2.1.5.ebuild,
+  +files/50ruby-mode-gentoo-2.1.5.el:
+  Version bump.
 
 *ruby-mode-2.1.2 (28 Jul 2014)
 



1.1  app-emacs/ruby-mode/ruby-mode-2.1.5.ebuild

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

Index: ruby-mode-2.1.5.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emacs/ruby-mode/ruby-mode-2.1.5.ebuild,v 
1.1 2014/12/26 06:56:01 graaff Exp $

EAPI=5

inherit elisp

DESCRIPTION="Emacs major mode for editing Ruby code"
HOMEPAGE="http://www.ruby-lang.org/";
SRC_URI="mirror://ruby/ruby-${PV}.tar.xz"

LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"

S="${WORKDIR}/ruby-${PV}/misc"
DOCS="README"
SITEFILE="50${PN}-gentoo-${PV}.el"






[gentoo-commits] gentoo-x86 commit in dev-ruby/htmlentities: ChangeLog htmlentities-4.3.3.ebuild

2014-12-25 Thread Hans de Graaff (graaff)
graaff  14/12/26 06:42:33

  Modified: ChangeLog
  Added:htmlentities-4.3.3.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.39 dev-ruby/htmlentities/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/htmlentities/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog   11 Nov 2014 15:31:51 -  1.38
+++ ChangeLog   26 Dec 2014 06:42:33 -  1.39
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/htmlentities
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/htmlentities/ChangeLog,v 1.38 
2014/11/11 15:31:51 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/htmlentities/ChangeLog,v 1.39 
2014/12/26 06:42:33 graaff Exp $
+
+*htmlentities-4.3.3 (26 Dec 2014)
+
+  26 Dec 2014; Hans de Graaff  +htmlentities-4.3.3.ebuild:
+  Version bump.
 
   11 Nov 2014; Manuel Rüger  htmlentities-4.3.1-r1.ebuild,
   htmlentities-4.3.2.ebuild:



1.1  dev-ruby/htmlentities/htmlentities-4.3.3.ebuild

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

Index: htmlentities-4.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-ruby/htmlentities/htmlentities-4.3.3.ebuild,v 1.1 
2014/12/26 06:42:33 graaff Exp $

EAPI=5

USE_RUBY="ruby19 ruby20 ruby21"

RUBY_FAKEGEM_TASK_TEST=""
RUBY_FAKEGEM_TASK_DOC=""

RUBY_FAKEGEM_EXTRADOC="History.txt"

inherit ruby-fakegem

DESCRIPTION="A simple library for encoding/decoding entities in (X)HTML 
documents"
HOMEPAGE="http://htmlentities.rubyforge.org/";

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~x86-macos"
IUSE=""

each_ruby_test() {
${RUBY} -Ilib:. -S testrb test/*_test.rb || die "tests failed"
}






[gentoo-commits] gentoo-x86 commit in sys-auth/pam_krb5: pam_krb5-4.7.ebuild ChangeLog

2014-12-25 Thread Eray Aslan (eras)
eras14/12/26 06:35:06

  Modified: ChangeLog
  Added:pam_krb5-4.7.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x77F1F175586A3B1F)

Revision  ChangesPath
1.69 sys-auth/pam_krb5/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_krb5/ChangeLog?rev=1.69&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_krb5/ChangeLog?rev=1.69&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_krb5/ChangeLog?r1=1.68&r2=1.69

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-auth/pam_krb5/ChangeLog,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- ChangeLog   27 Jun 2013 20:50:46 -  1.68
+++ ChangeLog   26 Dec 2014 06:35:06 -  1.69
@@ -1,6 +1,11 @@
 # ChangeLog for sys-auth/pam_krb5
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_krb5/ChangeLog,v 1.68 
2013/06/27 20:50:46 aballier Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_krb5/ChangeLog,v 1.69 
2014/12/26 06:35:06 eras Exp $
+
+*pam_krb5-4.7 (26 Dec 2014)
+
+  26 Dec 2014; Eray Aslan  +pam_krb5-4.7.ebuild:
+  Version bump
 
   27 Jun 2013; Alexis Ballier  pam_krb5-4.6.ebuild:
   keyword ~amd64-fbsd thanks to hennin...@swipnet.se, bug #473368



1.1  sys-auth/pam_krb5/pam_krb5-4.7.ebuild

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

Index: pam_krb5-4.7.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_krb5/pam_krb5-4.7.ebuild,v 1.1 
2014/12/26 06:35:06 eras Exp $

EAPI=5
inherit multilib

DESCRIPTION="Kerberos 5 PAM Authentication Module"
HOMEPAGE="http://www.eyrie.org/~eagle/software/pam-krb5";
SRC_URI="http://archives.eyrie.org/software/kerberos/pam-krb5-${PV}.tar.gz";

LICENSE="|| ( BSD-2 GPL-2 )"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd"
IUSE=""

DEPEND="virtual/krb5
virtual/pam"

RDEPEND="${DEPEND}"

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

src_configure() {
econf \
  --libdir=/$(get_libdir)
}

src_install() {
emake DESTDIR="${D}" install
dodoc NEWS README TODO

rm "${D}/$(get_libdir)/security/pam_krb5.la"
}






[gentoo-commits] proj/gentoo-keys:master commit in: gkeys/gkeys/

2014-12-25 Thread Brian Dolbec
commit: 9403b0561283b504880e5808dd9efada2c89eeb8
Author: Brian Dolbec  gentoo  org>
AuthorDate: Fri Dec 26 04:58:56 2014 +
Commit: Brian Dolbec  gmail  com>
CommitDate: Fri Dec 26 04:58:56 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gentoo-keys.git;a=commit;h=9403b056

gkeys/actions.py: py2/py3 fixes for input/raw_input

---
 gkeys/gkeys/actions.py | 11 +--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/gkeys/gkeys/actions.py b/gkeys/gkeys/actions.py
index 48a..aa1aa08 100644
--- a/gkeys/gkeys/actions.py
+++ b/gkeys/gkeys/actions.py
@@ -13,6 +13,13 @@
 from __future__ import print_function
 
 import os
+import sys
+
+if sys.version_info[0] >= 3:
+py_input = input
+else:
+py_input = raw_input
+
 
 from collections import defaultdict
 from json import load
@@ -494,10 +501,10 @@ class Actions(object):
 success = False
 else:
 self.output(['', [gkey]], '\n Found GKEY seed:')
-ans = raw_input("Do you really want to remove %s?[y/n]: "
+ans = py_input ("Do you really want to remove %s?[y/n]: "
 % kwargs['nick']).lower()
 while ans not in ["yes", "y", "no", "n"]:
-ans = raw_input("Do you really want to remove %s?[y/n]: "
+ans = py_input ("Do you really want to remove %s?[y/n]: "
 % kwargs['nick']).lower()
 if ans in ["no", "n"]:
 messages = ["Key removal aborted... Nothing to be done."]



[gentoo-commits] proj/gentoo-keys:master commit in: gkeys/gkeys/

2014-12-25 Thread Brian Dolbec
commit: 4f703027bb652c69c5328bc9745efcff2e6ed31c
Author: Brian Dolbec  gentoo  org>
AuthorDate: Fri Dec 26 05:00:09 2014 +
Commit: Brian Dolbec  gmail  com>
CommitDate: Fri Dec 26 05:00:09 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gentoo-keys.git;a=commit;h=4f703027

gkeys/base.py: Tweak -k, --keyring help message

---
 gkeys/gkeys/base.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gkeys/gkeys/base.py b/gkeys/gkeys/base.py
index 4184cfc..2b32908 100644
--- a/gkeys/gkeys/base.py
+++ b/gkeys/gkeys/base.py
@@ -69,8 +69,8 @@ class CliBase(object):
 
 @staticmethod
 def _option_keyring(parser=None):
-parser.add_argument('-k', '--keyring', dest='keyring', 
default='trusted_keyring',
-help='The name of the keyring to use')
+parser.add_argument('-k', '--keyring', dest='keyring', default=None,
+help='The name of the keyring to use for verification, etc.')
 
 @staticmethod
 def _option_nick(parser=None):



[gentoo-commits] proj/gentoo-keys:master commit in: gkeys-gen/gkeygen/

2014-12-25 Thread Brian Dolbec
commit: 1d6676d1e2602a2232a2a996141ec3a6f1133038
Author: Brian Dolbec  gentoo  org>
AuthorDate: Fri Dec 26 05:01:15 2014 +
Commit: Brian Dolbec  gmail  com>
CommitDate: Fri Dec 26 05:01:15 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gentoo-keys.git;a=commit;h=1d6676d1

gkeygen/actions.py: tweak py3 version check (more readable)

---
 gkeys-gen/gkeygen/actions.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gkeys-gen/gkeygen/actions.py b/gkeys-gen/gkeygen/actions.py
index 22b3089..e33ebb8 100644
--- a/gkeys-gen/gkeygen/actions.py
+++ b/gkeys-gen/gkeygen/actions.py
@@ -15,7 +15,7 @@ import re
 import shutil
 import sys
 
-if sys.hexversion >= 0x30200f0:
+if sys.version_info[0] >= 3:
 from urllib.request import urlopen
 py_input = input
 _unicode = str



[gentoo-commits] proj/gentoo-keys:master commit in: gkeys/gkeys/

2014-12-25 Thread Brian Dolbec
commit: 8c2c8fb37f5ad311e18b94f3ea3960ea4405376f
Author: Brian Dolbec  gentoo  org>
AuthorDate: Fri Dec 26 04:59:32 2014 +
Commit: Brian Dolbec  gmail  com>
CommitDate: Fri Dec 26 04:59:32 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gentoo-keys.git;a=commit;h=8c2c8fb3

gkeys/actions.py: Verification output formatting tweaks

---
 gkeys/gkeys/actions.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gkeys/gkeys/actions.py b/gkeys/gkeys/actions.py
index aa1aa08..4814389 100644
--- a/gkeys/gkeys/actions.py
+++ b/gkeys/gkeys/actions.py
@@ -697,11 +697,11 @@ class Actions(object):
 verified = True
 messages = ["Verification succeeded.: %s" % (filepath),
 "Key info...: %s <%s>, %s"
-% ( key.name, key.nick,keyid)]
+% ( key.name, key.nick, keyid)]
 else:
-messages = ["Verification failed.:" % (filepath),
+messages = ["Verification failed. %s:" % (filepath),
 "Key info: %s <%s>, %s"
-% ( key.name, key.nick,keyid)]
+% ( key.name, key.nick, keyid)]
 return (verified, messages)
 
 



[gentoo-commits] proj/gentoo-keys:master commit in: gkeys/gkeys/, gkeys/etc/

2014-12-25 Thread Brian Dolbec
commit: 275d9ae9a8265df5c3b9d1d1a76902267aa4a9d5
Author: Brian Dolbec  gentoo  org>
AuthorDate: Fri Dec 26 04:57:35 2014 +
Commit: Brian Dolbec  gmail  com>
CommitDate: Fri Dec 26 04:57:35 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gentoo-keys.git;a=commit;h=275d9ae9

gkeys: Update fetchseed, verify actions to work with the new category system

---
 gkeys/etc/gkeys.conf| 22 --
 gkeys/etc/gkeys.conf.sample | 22 --
 gkeys/gkeys/actions.py  | 30 ++
 gkeys/gkeys/config.py   |  2 ++
 gkeys/gkeys/seedhandler.py  | 11 ++-
 5 files changed, 66 insertions(+), 21 deletions(-)

diff --git a/gkeys/etc/gkeys.conf b/gkeys/etc/gkeys.conf
index 3c79243..d9a42c0 100644
--- a/gkeys/etc/gkeys.conf
+++ b/gkeys/etc/gkeys.conf
@@ -20,6 +20,11 @@ gkeysdir: /var/lib/gentoo/gkeys
 keyring: %(gkeysdir)s/keyrings
 
 
+# The default keyring to use
+# for verification if not specified
+verify-keyring: gentoo
+
+
 # Base directory to use as the path prefix to use
 # for the signing capable keyrings, keyring settings
 # eg: '/' for root if absolute paths are used for homedir, keyring
@@ -48,8 +53,12 @@ files: 0o002
 
 [seeds]
 
-# *-seedfile: json txt file of name, keyid, fingerprint
-# entry per line
+# file is a json text file of: nick, name, keydir, fingerprint
+# one file per line
+# category = category or seedfile name
+# these categories/seedfile nmaes are used for the
+# -C, --category input value validations
+# eg: category: filepath
 gentoo: %(seedsdir)s/gentoo.seeds
 gentoo-devs: %(seedsdir)s/gentoo-devs.seeds
 
@@ -62,6 +71,15 @@ gentoo: https://api.gentoo.org/gentoo-keys/seeds/gentoo.seeds
 gentoo-devs: https://api.gentoo.org/gentoo-keys/seeds/gentoo-devs.seeds
 
 
+[verify-seeds]
+
+# mapping of the seedfile category name
+# to the category-name and gpg-key keydir to use to verify the seedfile
+# seedfile-name: category keydir
+gentoo: gentoo gkeys
+gentoo-devs: gentoo gkeys
+
+
 [sign]
 
 # GKEY nick used for verification of seeds and other gkey files

diff --git a/gkeys/etc/gkeys.conf.sample b/gkeys/etc/gkeys.conf.sample
index 3c79243..d9a42c0 100644
--- a/gkeys/etc/gkeys.conf.sample
+++ b/gkeys/etc/gkeys.conf.sample
@@ -20,6 +20,11 @@ gkeysdir: /var/lib/gentoo/gkeys
 keyring: %(gkeysdir)s/keyrings
 
 
+# The default keyring to use
+# for verification if not specified
+verify-keyring: gentoo
+
+
 # Base directory to use as the path prefix to use
 # for the signing capable keyrings, keyring settings
 # eg: '/' for root if absolute paths are used for homedir, keyring
@@ -48,8 +53,12 @@ files: 0o002
 
 [seeds]
 
-# *-seedfile: json txt file of name, keyid, fingerprint
-# entry per line
+# file is a json text file of: nick, name, keydir, fingerprint
+# one file per line
+# category = category or seedfile name
+# these categories/seedfile nmaes are used for the
+# -C, --category input value validations
+# eg: category: filepath
 gentoo: %(seedsdir)s/gentoo.seeds
 gentoo-devs: %(seedsdir)s/gentoo-devs.seeds
 
@@ -62,6 +71,15 @@ gentoo: https://api.gentoo.org/gentoo-keys/seeds/gentoo.seeds
 gentoo-devs: https://api.gentoo.org/gentoo-keys/seeds/gentoo-devs.seeds
 
 
+[verify-seeds]
+
+# mapping of the seedfile category name
+# to the category-name and gpg-key keydir to use to verify the seedfile
+# seedfile-name: category keydir
+gentoo: gentoo gkeys
+gentoo-devs: gentoo gkeys
+
+
 [sign]
 
 # GKEY nick used for verification of seeds and other gkey files

diff --git a/gkeys/gkeys/actions.py b/gkeys/gkeys/actions.py
index de8446d..48a 100644
--- a/gkeys/gkeys/actions.py
+++ b/gkeys/gkeys/actions.py
@@ -34,7 +34,7 @@ Action_Options = {
 'addseed': ['nick', 'name', 'keydir', 'fingerprint', 'category'],
 'removeseed': ['nick', 'name', 'keydir', 'fingerprint', 'category'],
 'moveseed': ['nick', 'name', 'keydir', 'fingerprint', 'category', 'dest'],
-'fetchseed': ['nick', 'name', 'keydir', 'fingerprint', 'category'],
+'fetchseed': ['nick', 'name', 'keydir', 'fingerprint', 'category', 
'keyring'],
 'listseedfiles': [],
 'listkey': ['nick', 'name', 'keydir', 'fingerprint', 'category', 
'keyring', 'gpgsearch', 'keyid'],
 'installkey': ['nick', 'name', 'keydir', 'fingerprint', 'category', 
'keyring', '1file'],
@@ -42,7 +42,7 @@ Action_Options = {
 'movekey': ['nick', 'name', 'keydir', 'fingerprint', 'category', 
'keyring', 'dest'],
 'installed': ['nick', 'name', 'keydir', 'fingerprint', 'category', 
'keyring'],
 'importkey': ['nick', 'name', 'keydir', 'fingerprint', 'category', 
'keyring'],
-'verify': ['dest', 'nick', 'name', 'keydir', 'fingerprint', 'category', 
'1file', 'signature', 'keyring', 'timestamp'],
+'verify': ['dest', 'nick', 'name', 'keydir', 'fingerprint', 'category', 
'1file', 'signature', 'timestamp'],
 'checkkey': ['nick', 'name', 'keydir', 'fingerprint', 'category', 
'keyring', 'keyid'],
 'sign': ['nick', 'name', 'keydir', 'fingerpri

[gentoo-commits] gentoo-x86 commit in gnome-base/gnome: gnome-3.14.0.ebuild ChangeLog

2014-12-25 Thread Patrick Lauer (patrick)
patrick 14/12/26 03:04:19

  Modified: gnome-3.14.0.ebuild ChangeLog
  Log:
  Remove keywords until dependencies catch up
  
  (Portage version: 2.2.15/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.2  gnome-base/gnome/gnome-3.14.0.ebuild

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

Index: gnome-3.14.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome/gnome-3.14.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gnome-3.14.0.ebuild 25 Dec 2014 22:52:15 -  1.1
+++ gnome-3.14.0.ebuild 26 Dec 2014 03:04:19 -  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/gnome-base/gnome/gnome-3.14.0.ebuild,v 1.1 
2014/12/25 22:52:15 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome/gnome-3.14.0.ebuild,v 1.2 
2014/12/26 03:04:19 patrick Exp $
 
 EAPI="5"
 
@@ -12,7 +12,7 @@
 
 # when unmasking for an arch
 # double check none of the deps are still masked !
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64"
 
 IUSE="accessibility +bluetooth +classic +cdr cups +extras"
 



1.482gnome-base/gnome/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome/ChangeLog?rev=1.482&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome/ChangeLog?rev=1.482&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome/ChangeLog?r1=1.481&r2=1.482

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome/ChangeLog,v
retrieving revision 1.481
retrieving revision 1.482
diff -u -r1.481 -r1.482
--- ChangeLog   25 Dec 2014 22:52:15 -  1.481
+++ ChangeLog   26 Dec 2014 03:04:19 -  1.482
@@ -1,6 +1,9 @@
 # ChangeLog for gnome-base/gnome
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome/ChangeLog,v 1.481 
2014/12/25 22:52:15 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome/ChangeLog,v 1.482 
2014/12/26 03:04:19 patrick Exp $
+
+  26 Dec 2014; Patrick Lauer  gnome-3.14.0.ebuild:
+  Remove keywords until dependencies catch up
 
 *gnome-3.14.0 (25 Dec 2014)
 






[gentoo-commits] gentoo commit in xml/htdocs/proj/en/metastructure/herds: herds.xml

2014-12-25 Thread Alice Ferrazzi (alicef)
alicef  14/12/26 02:28:07

  Modified: herds.xml
  Log:
  Added alicef to cjk herd

Revision  ChangesPath
1.1132   xml/htdocs/proj/en/metastructure/herds/herds.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/metastructure/herds/herds.xml?rev=1.1132&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/metastructure/herds/herds.xml?rev=1.1132&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/metastructure/herds/herds.xml?r1=1.1131&r2=1.1132

Index: herds.xml
===
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/metastructure/herds/herds.xml,v
retrieving revision 1.1131
retrieving revision 1.1132
diff -u -r1.1131 -r1.1132
--- herds.xml   24 Dec 2014 17:22:30 -  1.1131
+++ herds.xml   26 Dec 2014 02:28:07 -  1.1132
@@ -20,7 +20,7 @@
always a description without a lang attribute. Also there are no overlapping
descriptions allowed (multiple description tags with the same language)
 
-   $Header: 
/var/cvsroot/gentoo/xml/htdocs/proj/en/metastructure/herds/herds.xml,v 1.1131 
2014/12/24 17:22:30 floppym Exp $
+   $Header: 
/var/cvsroot/gentoo/xml/htdocs/proj/en/metastructure/herds/herds.xml,v 1.1132 
2014/12/26 02:28:07 alicef Exp $
 
 -->
 
@@ -88,6 +88,11 @@
 Japanese Support
   
   
+ali...@gentoo.org
+Alice Ferrazzi
+Japanese Support
+  
+  
 jmor...@gentoo.org
 Jack Morgan
   






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

2014-12-25 Thread Christoph Junghans
commit: 739c832926b8a29cefd1eb0d90f8e2630bcbed71
Author: Christoph Junghans  gentoo  org>
AuthorDate: Fri Dec 26 01:34:52 2014 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Fri Dec 26 01:34:52 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=739c8329

.travis.yml: update portage version

---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 1ebe1b3..db8a92b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,6 @@
 env:
-  - PORTAGE=2.2.12
   - PORTAGE=2.2.14
+  - PORTAGE=2.2.15
 
 before_script:
 - mkdir travis-overlay



[gentoo-commits] proj/sci:master commit in: sci-physics/espresso/

2014-12-25 Thread Christoph Junghans
commit: acd88a6228684ae547f9b823b426f9627f68faad
Author: Christoph Junghans  gentoo  org>
AuthorDate: Fri Dec 26 01:08:11 2014 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Fri Dec 26 01:08:11 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=acd88a62

fixed homepage and deps

Package-Manager: portage-2.2.14

---
 sci-physics/espresso/ChangeLog| 3 +++
 sci-physics/espresso/espresso-.ebuild | 4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/sci-physics/espresso/ChangeLog b/sci-physics/espresso/ChangeLog
index c1deada..39f0e5a 100644
--- a/sci-physics/espresso/ChangeLog
+++ b/sci-physics/espresso/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  26 Dec 2014; Christoph Junghans  espresso-.ebuild:
+  fixed homepage and deps
+
   11 Aug 2014; Christoph Junghans  espresso-.ebuild,
   metadata.xml:
   sync with gx86

diff --git a/sci-physics/espresso/espresso-.ebuild 
b/sci-physics/espresso/espresso-.ebuild
index 78cdf62..149a662 100644
--- a/sci-physics/espresso/espresso-.ebuild
+++ b/sci-physics/espresso/espresso-.ebuild
@@ -9,7 +9,7 @@ PYTHON_COMPAT=( python2_7 )
 inherit autotools-utils python-single-r1 savedconfig
 
 DESCRIPTION="Extensible Simulation Package for Research on Soft matter"
-HOMEPAGE="http://www.espressomd.org";
+HOMEPAGE="http://espressomd.org";
 
 if [[ ${PV} =  ]]; then
EGIT_REPO_URI="git://git.savannah.nongnu.org/espressomd.git"
@@ -48,7 +48,7 @@ RDEPEND="
 
 DEPEND="${RDEPEND}
doc? (
-   || ( =app-doc/doxygen-1.7.6.1[dot] )
+   app-doc/doxygen[dot]
dev-texlive/texlive-latexextra
virtual/latex-base )"
 



[gentoo-commits] gentoo commit in xml/htdocs/security/en/glsa: glsa-201412-40.xml

2014-12-25 Thread Sean Amoss (ackle)
ackle   14/12/26 00:44:13

  Added:glsa-201412-40.xml
  Log:
  GLSA 201412-40

Revision  ChangesPath
1.1  xml/htdocs/security/en/glsa/glsa-201412-40.xml

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

Index: glsa-201412-40.xml
===



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

  FLAC: User-assisted execution of arbitrary code
  A buffer overflow vulnerability in FLAC could lead to execution of
arbitrary code or Denial of Service.
  
  flac
  December 26, 2014
  December 26, 2014: 1
  530288
  remote
  

  1.3.1-r1
  1.3.1-r1

  
  
The Free Lossless Audio Codec (FLAC) library is the reference
  implementation of the FLAC audio file format.

  
  
A stack-based buffer overflow flaw has been discovered in FLAC.
  
  
A remote attacker could entice a user to open a specially crafted .flac
  file using an application linked against FLAC, possibly resulting in
  execution of arbitrary code with the privileges of the process or a
  Denial of Service condition.

  
  
There is no known workaround at this time.
  
  
All FLAC users should upgrade to the latest version:


  # emerge --sync
  # emerge --ask --oneshot --verbose ">=media-libs/flac-1.3.1-r1"


Packages which depend on this library may need to be recompiled. Tools
  such as revdep-rebuild may assist in identifying these packages.

  
  
http://nvd.nist.gov/nvd.cfm?cvename=CVE-2014-8962";>CVE-2014-8962
  
  ackle
  ackle







[gentoo-commits] gentoo commit in xml/htdocs/security/en/glsa: glsa-201412-39.xml

2014-12-25 Thread Sean Amoss (ackle)
ackle   14/12/26 00:43:45

  Added:glsa-201412-39.xml
  Log:
  GLSA 201412-39

Revision  ChangesPath
1.1  xml/htdocs/security/en/glsa/glsa-201412-39.xml

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

Index: glsa-201412-39.xml
===



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

  OpenSSL: Multiple vulnerabilities
  Multiple vulnerabilities have been found in OpenSSL, the worst of
which could result in Denial of Service or Man-in-the-Middle attacks.
  
  openssl
  December 26, 2014
  December 26, 2014: 1
  494816
  519264
  525468
  remote
  

  1.0.1j
  0.9.8z_p2
  1.0.1j

  
  
OpenSSL is an Open Source toolkit implementing the Secure Sockets Layer
  (SSL v2/v3) and Transport Layer Security (TLS v1) as well as a general
  purpose cryptography library. 

  
  
Multiple vulnerabilities have been discovered in OpenSSL. Please review
  the CVE identifiers referenced below for details.

  
  
A remote attacker may be able to cause a Denial of Service condition,
  perform Man-in-the-Middle attacks, obtain sensitive information, or
  bypass security restrictions.

  
  
There is no known workaround at this time.
  
  
All OpenSSL 1.0.1 users should upgrade to the latest version:


  # emerge --sync
  # emerge --ask --oneshot --verbose ">=dev-libs/openssl-1.0.1j"


All OpenSSL 0.9.8 users should upgrade to the latest version:


  # emerge --sync
  # emerge --ask --oneshot --verbose ">=dev-libs/openssl-0.9.8z_p2"


Packages which depend on this library may need to be recompiled. Tools
  such as revdep-rebuild may assist in identifying these packages.

  
  
http://nvd.nist.gov/nvd.cfm?cvename=CVE-2013-6449";>CVE-2013-6449
http://nvd.nist.gov/nvd.cfm?cvename=CVE-2013-6450";>CVE-2013-6450
http://nvd.nist.gov/nvd.cfm?cvename=CVE-2014-3505";>CVE-2014-3505
http://nvd.nist.gov/nvd.cfm?cvename=CVE-2014-3506";>CVE-2014-3506
http://nvd.nist.gov/nvd.cfm?cvename=CVE-2014-3507";>CVE-2014-3507
http://nvd.nist.gov/nvd.cfm?cvename=CVE-2014-3509";>CVE-2014-3509
http://nvd.nist.gov/nvd.cfm?cvename=CVE-2014-3510";>CVE-2014-3510
http://nvd.nist.gov/nvd.cfm?cvename=CVE-2014-3511";>CVE-2014-3511
http://nvd.nist.gov/nvd.cfm?cvename=CVE-2014-3512";>CVE-2014-3512
http://nvd.nist.gov/nvd.cfm?cvename=CVE-2014-3513";>CVE-2014-3513
http://nvd.nist.gov/nvd.cfm?cvename=CVE-2014-3567";>CVE-2014-3567
http://nvd.nist.gov/nvd.cfm?cvename=CVE-2014-3568";>CVE-2014-3568
http://nvd.nist.gov/nvd.cfm?cvename=CVE-2014-5139";>CVE-2014-5139
  
  K_F
  K_F







[gentoo-commits] gentoo commit in xml/htdocs/security/en/glsa: glsa-201412-38.xml

2014-12-25 Thread Sean Amoss (ackle)
ackle   14/12/26 00:43:06

  Added:glsa-201412-38.xml
  Log:
  GLSA 201412-38

Revision  ChangesPath
1.1  xml/htdocs/security/en/glsa/glsa-201412-38.xml

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

Index: glsa-201412-38.xml
===



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

  Icecast: Multiple Vulnerabilities
  Two vulnerabilities have been found in Icecast, possibly resulting
in privilege escalation or disclosure of information.
  
  icecast
  December 26, 2014
  December 26, 2014: 1
  529956
  530784
  local, remote
  

  2.4.1
  2.4.1

  
  
Icecast is an open source alternative to SHOUTcast that supports MP3,
  OGG (Vorbis/Theora) and AAC streaming.

  
  
Two vulnerabilities have been discovered in Icecast:


  Icecast does not properly handle shared file descriptors
(CVE-2014-9018)
  
  Supplementary group privileges are not changed (CVE-2014-9091)

  
  
A local attacker can possibly gain escalated privileges or obtain
  sensitive information.

  
  
There is no known workaround at this time.
  
  
All Icecast users should upgrade to the latest version:


  # emerge --sync
  # emerge --ask --oneshot --verbose ">=net-misc/icecast-2.4.1"

  
  
http://nvd.nist.gov/nvd.cfm?cvename=CVE-2014-9018";>CVE-2014-9018
http://nvd.nist.gov/nvd.cfm?cvename=CVE-2014-9091";>CVE-2014-9091
  
  
BlueKnight
  
  ackle







[gentoo-commits] gentoo-x86 commit in dev-python/configshell: configshell-9999.ebuild ChangeLog

2014-12-25 Thread Michal Gorny (mgorny)
mgorny  14/12/26 00:23:58

  Modified: configshell-.ebuild ChangeLog
  Log:
  Convert to distutils-r1.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.3  dev-python/configshell/configshell-.ebuild

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

Index: configshell-.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/configshell/configshell-.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- configshell-.ebuild 19 Oct 2012 04:56:43 -  1.2
+++ configshell-.ebuild 26 Dec 2014 00:23:58 -  1.3
@@ -1,15 +1,13 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/configshell/configshell-.ebuild,v 1.2 
2012/10/19 04:56:43 patrick Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/configshell/configshell-.ebuild,v 1.3 
2014/12/26 00:23:58 mgorny Exp $
 
-EAPI=4
+EAPI=5
 
 EGIT_REPO_URI="git://linux-iscsi.org/${PN}.git"
-PYTHON_DEPEND="2"
-RESTRICT_PYTHON_ABIS="3.* 2.7-pypy-* 2.5-jython"
-SUPPORT_PYTHON_ABIS="1"
+PYTHON_COMPAT=( python2_7 )
 
-inherit eutils distutils git-2 python
+inherit distutils-r1 git-r3
 
 DESCRIPTION="ConfigShell Community Edition for target_core_mod/ConfigFS"
 HOMEPAGE="http://linux-iscsi.org/";
@@ -21,7 +19,7 @@
 IUSE=""
 
 DEPEND="
-   dev-python/epydoc
-   dev-python/simpleparse
+   dev-python/epydoc[${PYTHON_USEDEP}]
+   dev-python/simpleparse[${PYTHON_USEDEP}]
"
 RDEPEND="${DEPEND}"



1.3  dev-python/configshell/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/configshell/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   19 Oct 2012 04:56:43 -  1.2
+++ ChangeLog   26 Dec 2014 00:23:58 -  1.3
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/configshell
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/configshell/ChangeLog,v 1.2 
2012/10/19 04:56:43 patrick Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/configshell/ChangeLog,v 1.3 
2014/12/26 00:23:58 mgorny Exp $
+
+  26 Dec 2014; Michał Górny  configshell-.ebuild:
+  Convert to distutils-r1.
 
   19 Oct 2012; Patrick Lauer  configshell-.ebuild:
   Restricting pythons






[gentoo-commits] gentoo-x86 commit in dev-python/morbid: morbid-0.8.7.3-r1.ebuild ChangeLog

2014-12-25 Thread Michal Gorny (mgorny)
mgorny  14/12/26 00:08:45

  Modified: ChangeLog
  Added:morbid-0.8.7.3-r1.ebuild
  Log:
  Convert to distutils-r1.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.12 dev-python/morbid/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/morbid/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   3 Aug 2013 09:45:37 -   1.11
+++ ChangeLog   26 Dec 2014 00:08:45 -  1.12
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/morbid
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/morbid/ChangeLog,v 1.11 
2013/08/03 09:45:37 mgorny Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/morbid/ChangeLog,v 1.12 
2014/12/26 00:08:45 mgorny Exp $
+
+*morbid-0.8.7.3-r1 (26 Dec 2014)
+
+  26 Dec 2014; Michał Górny  +morbid-0.8.7.3-r1.ebuild:
+  Convert to distutils-r1.
 
   03 Aug 2013; Michał Górny  morbid-0.8.7.3.ebuild:
   Move dev-python/twisted to dev-python/twisted-core.
@@ -45,4 +50,3 @@
   19 Apr 2009; Caleb Tennis http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/morbid/morbid-0.8.7.3-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/morbid/morbid-0.8.7.3-r1.ebuild?rev=1.1&content-type=text/plain

Index: morbid-0.8.7.3-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/morbid/morbid-0.8.7.3-r1.ebuild,v 
1.1 2014/12/26 00:08:45 mgorny Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )

inherit distutils-r1

DESCRIPTION="A Twisted-based publish/subscribe messaging server that uses the 
STOMP protocol"
HOMEPAGE="http://pypi.python.org/pypi/morbid";
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""

RDEPEND="dev-python/stomper[${PYTHON_USEDEP}]
dev-python/twisted-core[${PYTHON_USEDEP}]
dev-python/twisted-web[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]"






[gentoo-commits] gentoo-x86 commit in dev-python/myghty: myghty-1.2-r1.ebuild ChangeLog

2014-12-25 Thread Michal Gorny (mgorny)
mgorny  14/12/26 00:03:46

  Modified: ChangeLog
  Added:myghty-1.2-r1.ebuild
  Log:
  Convert to distutils-r1.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.6  dev-python/myghty/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/myghty/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   10 Aug 2014 21:14:10 -  1.5
+++ ChangeLog   26 Dec 2014 00:03:46 -  1.6
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/myghty
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/myghty/ChangeLog,v 1.5 
2014/08/10 21:14:10 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/myghty/ChangeLog,v 1.6 
2014/12/26 00:03:46 mgorny Exp $
+
+*myghty-1.2-r1 (26 Dec 2014)
+
+  26 Dec 2014; Michał Górny  +myghty-1.2-r1.ebuild:
+  Convert to distutils-r1.
 
   10 Aug 2014; Sergei Trofimovich  myghty-1.2.ebuild:
   QA: drop trailing '.' from DESCRIPTION



1.1  dev-python/myghty/myghty-1.2-r1.ebuild

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

Index: myghty-1.2-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/myghty/myghty-1.2-r1.ebuild,v 1.1 
2014/12/26 00:03:46 mgorny Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )

inherit distutils-r1

MY_PN="Myghty"
MY_P="${MY_PN}-${PV}"

DESCRIPTION="Template and view-controller framework derived from HTML::Mason"
HOMEPAGE="http://www.myghty.org/ http://pypi.python.org/pypi/Myghty";
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc"

RDEPEND=">=dev-python/routes-1.0[${PYTHON_USEDEP}]
dev-python/paste[${PYTHON_USEDEP}]
dev-python/pastedeploy[${PYTHON_USEDEP}]
dev-python/pastescript[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]"

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

python_compile_all() {
if use doc; then
cd doc || die
"${PYTHON}" genhtml.py || die
fi
}

python_test() {
"${PYTHON}" test/alltests.py || die "Tests fail with ${EPYTHON}"
}

python_install_all() {
distutils-r1_python_install_all

if use doc; then
dohtml -r doc/html/.
fi
}






[gentoo-commits] gentoo-x86 commit in dev-python/pyid3lib: pyid3lib-0.5.1-r2.ebuild ChangeLog

2014-12-25 Thread Michal Gorny (mgorny)
mgorny  14/12/26 00:01:20

  Modified: ChangeLog
  Added:pyid3lib-0.5.1-r2.ebuild
  Log:
  Convert to distutils-r1.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.22 dev-python/pyid3lib/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyid3lib/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog   21 Feb 2012 08:10:41 -  1.21
+++ ChangeLog   26 Dec 2014 00:01:20 -  1.22
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/pyid3lib
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyid3lib/ChangeLog,v 1.21 
2012/02/21 08:10:41 patrick Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyid3lib/ChangeLog,v 1.22 
2014/12/26 00:01:20 mgorny Exp $
+
+*pyid3lib-0.5.1-r2 (25 Dec 2014)
+
+  25 Dec 2014; Michał Górny  +pyid3lib-0.5.1-r2.ebuild:
+  Convert to distutils-r1.
 
   21 Feb 2012; Patrick Lauer  pyid3lib-0.5.1-r1.ebuild:
   Restricting jython
@@ -76,4 +81,3 @@
 
   05 Jun 2004; Lukasz Strzygowski  :
   Initial commit. Bug #35905. Thanks for Brock Filer and Rob Kruus.
-



1.1  dev-python/pyid3lib/pyid3lib-0.5.1-r2.ebuild

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

Index: pyid3lib-0.5.1-r2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/pyid3lib/pyid3lib-0.5.1-r2.ebuild,v 1.1 
2014/12/26 00:01:20 mgorny Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )

inherit distutils-r1 flag-o-matic

DESCRIPTION="Module for manipulating ID3 tags in Python"
HOMEPAGE="http://pyid3lib.sourceforge.net/";
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""

DEPEND="media-libs/id3lib"
RDEPEND="${DEPEND}"

HTML_DOCS=( doc.html )

src_prepare() {
local PATCHES=(
"${FILESDIR}/${P}-gcc-4.4.patch"
"${FILESDIR}/${P}-py25.patch"
)

distutils-r1_src_prepare

append-flags -fno-strict-aliasing
}






[gentoo-commits] gentoo-x86 commit in dev-python/cddb-py: cddb-py-1.4-r1.ebuild ChangeLog

2014-12-25 Thread Michal Gorny (mgorny)
mgorny  14/12/25 23:53:57

  Modified: ChangeLog
  Added:cddb-py-1.4-r1.ebuild
  Log:
  Convert to distutils-r1.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.17 dev-python/cddb-py/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/cddb-py/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog   21 Feb 2012 08:08:42 -  1.16
+++ ChangeLog   25 Dec 2014 23:53:57 -  1.17
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/cddb-py
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cddb-py/ChangeLog,v 1.16 
2012/02/21 08:08:42 patrick Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cddb-py/ChangeLog,v 1.17 
2014/12/25 23:53:57 mgorny Exp $
+
+*cddb-py-1.4-r1 (25 Dec 2014)
+
+  25 Dec 2014; Michał Górny  +cddb-py-1.4-r1.ebuild:
+  Convert to distutils-r1.
 
   21 Feb 2012; Patrick Lauer  cddb-py-1.4.ebuild:
   Restricting jython



1.1  dev-python/cddb-py/cddb-py-1.4-r1.ebuild

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

Index: cddb-py-1.4-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/cddb-py/cddb-py-1.4-r1.ebuild,v 
1.1 2014/12/25 23:53:57 mgorny Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )

inherit distutils-r1

MY_PN="CDDB"
MY_P="${MY_PN}-${PV}"

DESCRIPTION="CDDB Module for Python"
HOMEPAGE="http://sourceforge.net/projects/cddb-py/";
SRC_URI="mirror://sourceforge/cddb-py/${MY_P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""

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






[gentoo-commits] gentoo-x86 commit in dev-python/pyscard: pyscard-1.6.16.ebuild ChangeLog pyscard-1.6.12.ebuild pyscard-1.6.12-r1.ebuild

2014-12-25 Thread Alon Bar-Lev (alonbl)
alonbl  14/12/25 23:44:26

  Modified: ChangeLog
  Added:pyscard-1.6.16.ebuild
  Removed:  pyscard-1.6.12.ebuild pyscard-1.6.12-r1.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
BF20DC51)

Revision  ChangesPath
1.6  dev-python/pyscard/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyscard/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   25 Dec 2014 23:35:39 -  1.5
+++ ChangeLog   25 Dec 2014 23:44:26 -  1.6
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/pyscard
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyscard/ChangeLog,v 1.5 
2014/12/25 23:35:39 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyscard/ChangeLog,v 1.6 
2014/12/25 23:44:26 alonbl Exp $
+
+*pyscard-1.6.16 (25 Dec 2014)
+
+  25 Dec 2014; Alon Bar-Lev  +pyscard-1.6.16.ebuild,
+  -pyscard-1.6.12-r1.ebuild, -pyscard-1.6.12.ebuild:
+  Version bump
 
 *pyscard-1.6.12-r1 (25 Dec 2014)
 



1.1  dev-python/pyscard/pyscard-1.6.16.ebuild

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

Index: pyscard-1.6.16.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyscard/pyscard-1.6.16.ebuild,v 
1.1 2014/12/25 23:44:26 alonbl Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )

inherit distutils-r1

DESCRIPTION="pyscard is a python module adding smart cards support to python"
HOMEPAGE="http://pyscard.sourceforge.net/ http://pypi.python.org/pypi/pyscard";
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

RDEPEND="sys-apps/pcsc-lite"
DEPEND="${RDEPEND}
dev-lang/swig"

DOCS=( README smartcard/ACKS smartcard/ChangeLog smartcard/TODO )






[gentoo-commits] gentoo-x86 commit in dev-python/pkipplib: pkipplib-0.07-r1.ebuild ChangeLog

2014-12-25 Thread Michal Gorny (mgorny)
mgorny  14/12/25 23:41:48

  Modified: ChangeLog
  Added:pkipplib-0.07-r1.ebuild
  Log:
  Convert to distutils-r1.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.3  dev-python/pkipplib/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pkipplib/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   24 Dec 2010 22:28:16 -  1.2
+++ ChangeLog   25 Dec 2014 23:41:48 -  1.3
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/pkipplib
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pkipplib/ChangeLog,v 1.2 
2010/12/24 22:28:16 arfrever Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pkipplib/ChangeLog,v 1.3 
2014/12/25 23:41:48 mgorny Exp $
+
+*pkipplib-0.07-r1 (25 Dec 2014)
+
+  25 Dec 2014; Michał Górny  +pkipplib-0.07-r1.ebuild:
+  Convert to distutils-r1.
 
   24 Dec 2010; Arfrever Frehtes Taifersar Arahesis 
   pkipplib-0.07.ebuild:
@@ -10,4 +15,3 @@
 
   08 Apr 2007; Bryan Østergaard  +pkipplib-0.07.ebuild:
   Initial commit, ebuild by gentoofan23 from bug 161442. Also marked it ~x86.
-



1.1  dev-python/pkipplib/pkipplib-0.07-r1.ebuild

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

Index: pkipplib-0.07-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/pkipplib/pkipplib-0.07-r1.ebuild,v 1.1 
2014/12/25 23:41:48 mgorny Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )

inherit distutils-r1

DESCRIPTION="Pkipplib is a Python module which parses IPP requests"
HOMEPAGE="http://www.pykota.com/software/pkipplib/";
SRC_URI="http://www.pykota.com/software/pkipplib/download/tarballs/${P}.tar.gz";

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

DEPEND=""
RDEPEND=""






[gentoo-commits] gentoo-x86 commit in dev-python/pyscard: pyscard-1.6.12-r1.ebuild ChangeLog

2014-12-25 Thread Michal Gorny (mgorny)
mgorny  14/12/25 23:35:39

  Modified: ChangeLog
  Added:pyscard-1.6.12-r1.ebuild
  Log:
  Convert to distutils-r1.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.5  dev-python/pyscard/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyscard/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   10 Aug 2014 21:17:49 -  1.4
+++ ChangeLog   25 Dec 2014 23:35:39 -  1.5
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/pyscard
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyscard/ChangeLog,v 1.4 
2014/08/10 21:17:49 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyscard/ChangeLog,v 1.5 
2014/12/25 23:35:39 mgorny Exp $
+
+*pyscard-1.6.12-r1 (25 Dec 2014)
+
+  25 Dec 2014; Michał Górny  +pyscard-1.6.12-r1.ebuild:
+  Convert to distutils-r1.
 
   10 Aug 2014; Sergei Trofimovich  pyscard-1.6.12.ebuild:
   QA: drop trailing '.' from DESCRIPTION



1.1  dev-python/pyscard/pyscard-1.6.12-r1.ebuild

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

Index: pyscard-1.6.12-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/pyscard/pyscard-1.6.12-r1.ebuild,v 1.1 
2014/12/25 23:35:39 mgorny Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )

inherit distutils-r1

DESCRIPTION="pyscard is a python module adding smart cards support to python"
HOMEPAGE="http://pyscard.sourceforge.net/ http://pypi.python.org/pypi/pyscard";
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

RDEPEND="sys-apps/pcsc-lite"
DEPEND="${RDEPEND}
dev-lang/swig"

DOCS=( README smartcard/ACKS smartcard/ChangeLog smartcard/TODO )






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

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

  Modified: ChangeLog waf-utils.eclass
  Log:
  Reflect reality of the status of waf-utils eclass maintenance as announced 
months ago on gentoo-dev mailing list

Revision  ChangesPath
1.1473   eclass/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
retrieving revision 1.1472
retrieving revision 1.1473
diff -u -r1.1472 -r1.1473
--- ChangeLog   24 Dec 2014 09:58:27 -  1.1472
+++ ChangeLog   25 Dec 2014 23:35:18 -  1.1473
@@ -1,6 +1,10 @@
 # ChangeLog for eclass directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1472 2014/12/24 
09:58:27 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1473 2014/12/25 
23:35:18 eva Exp $
+
+  25 Dec 2014; Gilles Dartiguelongue  waf-utils.eclass:
+  Reflect reality of the status of waf-utils eclass maintenance as announced
+  months ago on gentoo-dev mailing list.
 
   24 Dec 2014; Michael Weber  netsurf.eclass:
   remove base.eclass inherit



1.20 eclass/waf-utils.eclass

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/waf-utils.eclass?rev=1.20&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/waf-utils.eclass?rev=1.20&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/waf-utils.eclass?r1=1.19&r2=1.20

Index: waf-utils.eclass
===
RCS file: /var/cvsroot/gentoo-x86/eclass/waf-utils.eclass,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- waf-utils.eclass16 Apr 2014 11:33:18 -  1.19
+++ waf-utils.eclass25 Dec 2014 23:35:18 -  1.20
@@ -1,10 +1,10 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/waf-utils.eclass,v 1.19 2014/04/16 
11:33:18 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/waf-utils.eclass,v 1.20 2014/12/25 
23:35:18 eva Exp $
 
 # @ECLASS: waf-utils.eclass
 # @MAINTAINER:
-# gn...@gentoo.org
+# maintainer-nee...@gentoo.org
 # @AUTHOR:
 # Original Author: Gilles Dartiguelongue 
 # Various improvements based on cmake-utils.eclass: Tomáš Chvátal 







[gentoo-commits] gentoo-x86 commit in dev-python/pychm: pychm-0.8.4-r1.ebuild ChangeLog

2014-12-25 Thread Michal Gorny (mgorny)
mgorny  14/12/25 23:26:12

  Modified: ChangeLog
  Added:pychm-0.8.4-r1.ebuild
  Log:
  Convert to distutils-r1.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.13 dev-python/pychm/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pychm/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   24 Dec 2010 23:00:12 -  1.12
+++ ChangeLog   25 Dec 2014 23:26:12 -  1.13
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/pychm
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pychm/ChangeLog,v 1.12 
2010/12/24 23:00:12 arfrever Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pychm/ChangeLog,v 1.13 
2014/12/25 23:26:12 mgorny Exp $
+
+*pychm-0.8.4-r1 (25 Dec 2014)
+
+  25 Dec 2014; Michał Górny  +pychm-0.8.4-r1.ebuild:
+  Convert to distutils-r1.
 
   24 Dec 2010; Arfrever Frehtes Taifersar Arahesis 
   pychm-0.8.4.ebuild:
@@ -46,4 +51,3 @@
 
   14 Feb 2005; Lukasz Strzygowski  +pychm-0.8.2.ebuild:
   Initial commit. Closing bug #40114.
-



1.1  dev-python/pychm/pychm-0.8.4-r1.ebuild

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

Index: pychm-0.8.4-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pychm/pychm-0.8.4-r1.ebuild,v 1.1 
2014/12/25 23:26:12 mgorny Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )

inherit distutils-r1

DESCRIPTION="Python bindings for the chmlib library"
HOMEPAGE="http://gnochm.sourceforge.net/pychm.html";
SRC_URI="mirror://sourceforge/gnochm/${P}.tar.gz"

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

DEPEND="dev-libs/chmlib"
RDEPEND="${DEPEND}"






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

2014-12-25 Thread Alon Bar-Lev (alonbl)
alonbl  14/12/25 23:25:19

  Modified: gpgme-1.5.2.ebuild ChangeLog
  Log:
  Revert stable, bug#529622
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
BF20DC51)

Revision  ChangesPath
1.4  app-crypt/gpgme/gpgme-1.5.2.ebuild

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

Index: gpgme-1.5.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/gpgme/gpgme-1.5.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gpgme-1.5.2.ebuild  24 Dec 2014 23:46:05 -  1.3
+++ gpgme-1.5.2.ebuild  25 Dec 2014 23:25:19 -  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/app-crypt/gpgme/gpgme-1.5.2.ebuild,v 1.3 
2014/12/24 23:46:05 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/gpgme/gpgme-1.5.2.ebuild,v 1.4 
2014/12/25 23:25:19 alonbl Exp $
 
 EAPI="5"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="1/11" # subslot = soname major version
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~x64-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~x64-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="common-lisp static-libs"
 
 DEPEND="app-crypt/gnupg



1.225app-crypt/gpgme/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/gpgme/ChangeLog,v
retrieving revision 1.224
retrieving revision 1.225
diff -u -r1.224 -r1.225
--- ChangeLog   24 Dec 2014 23:46:05 -  1.224
+++ ChangeLog   25 Dec 2014 23:25:19 -  1.225
@@ -1,6 +1,9 @@
 # ChangeLog for app-crypt/gpgme
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/gpgme/ChangeLog,v 1.224 
2014/12/24 23:46:05 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/gpgme/ChangeLog,v 1.225 
2014/12/25 23:25:19 alonbl Exp $
+
+  25 Dec 2014; Alon Bar-Lev  gpgme-1.5.2.ebuild:
+  Revert stable, bug#529622
 
   24 Dec 2014; Chema Alonso  gpgme-1.5.2.ebuild:
   Stable for amd64 wrt bug #533350






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

2014-12-25 Thread Gilles Dartiguelongue (eva)
eva 14/12/25 23:22:05

  Modified: ChangeLog package.mask
  Log:
  Unmask libmediaart-0.7 and friends

Revision  ChangesPath
1.9642   profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.9641
retrieving revision 1.9642
diff -u -r1.9641 -r1.9642
--- ChangeLog   25 Dec 2014 23:15:17 -  1.9641
+++ ChangeLog   25 Dec 2014 23:22:04 -  1.9642
@@ -1,12 +1,15 @@
 # ChangeLog for profile directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9641 2014/12/25 
23:15:17 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9642 2014/12/25 
23:22:04 eva Exp $
 #
 # This ChangeLog should include records for all changes in profiles directory.
 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
 # here. If in doubt put a record here!
 
   25 Dec 2014; Gilles Dartiguelongue  package.mask:
+  Unmask libmediaart-0.7 and friends.
+
+  25 Dec 2014; Gilles Dartiguelongue  package.mask:
   Gnome 3.14 is complete in tree, remove mask.
 
   25 Dec 2014; Mike Gilbert  package.mask:



1.16245  profiles/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.16244
retrieving revision 1.16245
diff -u -r1.16244 -r1.16245
--- package.mask25 Dec 2014 23:15:17 -  1.16244
+++ package.mask25 Dec 2014 23:22:04 -  1.16245
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16244 2014/12/25 
23:15:17 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16245 2014/12/25 
23:22:04 eva Exp $
 #
 # When you add an entry to the top of this file, add your name, the date, and
 # an explanation of why something is getting masked. Please be extremely
@@ -409,14 +409,6 @@
 # Reverse dependencies need to be tested and fixed, bug #521406.
 >=dev-libs/protobuf-2.6.0
 
-# Pacho Ramos  (27 Sep 2014)
-# >=0.5 broke API, bug #523838, wait for next major tracker
-# version
->=media-libs/libmediaart-0.7
->=app-misc/tracker-1.1
->=gnome-extra/nautilus-tracker-tags-1.1
->=net-misc/rygel-0.23
-
 # Brian Dolbec  (25 Sep 2014)
 # Mask new setup.py based release due to regressions
 # A new fixed version is being released soon






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

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

  Modified: ChangeLog package.mask
  Log:
  Gnome 3.14 is complete in tree, remove mask

Revision  ChangesPath
1.9641   profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.9640
retrieving revision 1.9641
diff -u -r1.9640 -r1.9641
--- ChangeLog   25 Dec 2014 15:54:47 -  1.9640
+++ ChangeLog   25 Dec 2014 23:15:17 -  1.9641
@@ -1,11 +1,14 @@
 # ChangeLog for profile directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9640 2014/12/25 
15:54:47 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9641 2014/12/25 
23:15:17 eva Exp $
 #
 # This ChangeLog should include records for all changes in profiles directory.
 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
 # here. If in doubt put a record here!
 
+  25 Dec 2014; Gilles Dartiguelongue  package.mask:
+  Gnome 3.14 is complete in tree, remove mask.
+
   25 Dec 2014; Mike Gilbert  package.mask:
   Mask sci-physics/camfr.
 



1.16244  profiles/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.16243
retrieving revision 1.16244
diff -u -r1.16243 -r1.16244
--- package.mask25 Dec 2014 15:54:47 -  1.16243
+++ package.mask25 Dec 2014 23:15:17 -  1.16244
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16243 2014/12/25 
15:54:47 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16244 2014/12/25 
23:15:17 eva Exp $
 #
 # When you add an entry to the top of this file, add your name, the date, and
 # an explanation of why something is getting masked. Please be extremely
@@ -92,135 +92,6 @@
 dev-ruby/tmail
 dev-ruby/twitter:4
 
-# Gilles Dartiguelongue  (14 Dec 2014)
-# Gnome 3.14 mask
->=app-accessibility/accerciser-3.13
->=app-accessibility/at-spi2-atk-2.13
->=app-accessibility/at-spi2-core-2.13
->=app-accessibility/orca-3.13
->=app-arch/file-roller-3.13
->=app-crypt/gcr-3.13
->=app-crypt/seahorse-3.13
->=app-dicts/gnome-dictionary-3.13
->=app-editors/gedit-3.13
->=app-editors/gedit-plugins-3.13
->=app-misc/bijiben-3.13
->=app-misc/gnote-3.13
->=app-text/evince-3.13
->=app-text/yelp-tools-3.13
->=dev-cpp/glibmm-2.41
->=dev-cpp/gtkmm-3.13
->=dev-lang/vala-0.25
->=dev-libs/atk-2.13
->=dev-libs/gdl-3.13
->=dev-libs/gjs-1.41
->=dev-libs/glib-2.41
->=dev-libs/gobject-introspection-1.41
->=dev-libs/gobject-introspection-common-1.41
->=dev-libs/libgee-0.15
->=dev-libs/libgweather-3.13
->=dev-libs/libpeas-1.11
->=dev-libs/vala-common-0.25
->=dev-python/pyatspi-2.13
->=dev-python/pygobject-3.13
->=dev-util/anjuta-3.13
->=dev-util/devhelp-3.13
->=dev-util/gdbus-codegen-2.41
->=dev-util/gnome-devel-docs-3.13
->=dev-vcs/gitg-3.14.1
->=games-arcade/gnome-nibbles-3.13
->=games-arcade/gnome-robots-3.13
->=games-board/four-in-a-row-3.13
->=games-board/gnome-chess-3.13
->=games-board/gnome-mahjongg-3.13
->=games-board/gnome-mines-3.13
->=games-board/iagno-3.13
->=games-board/tali-3.13
->=games-puzzle/five-or-more-3.13
->=games-puzzle/gnome-klotski-3.13
->=games-puzzle/gnome-sudoku-3.13
->=games-puzzle/gnome-tetravex-3.13
->=games-puzzle/lightsoff-3.13
->=games-puzzle/quadrapassel-3.13
->=games-puzzle/swell-foop-3.13
->=gnome-base/dconf-0.21
->=gnome-base/gdm-3.13
->=gnome-base/gnome-3.13
->=gnome-base/gnome-common-3.13
->=gnome-base/gnome-control-center-3.13
->=gnome-base/gnome-core-apps-3.13
->=gnome-base/gnome-core-libs-3.13
->=gnome-base/gnome-desktop-3.13
->=gnome-base/gnome-extra-apps-3.13
->=gnome-base/gnome-keyring-3.13
->=gnome-base/gnome-session-3.13
->=gnome-base/gnome-settings-daemon-3.13
->=gnome-base/gnome-shell-3.13
->=gnome-base/gsettings-desktop-schemas-3.13
->=gnome-base/gvfs-1.21
->=gnome-base/nautilus-3.13
->=gnome-extra/at-spi-2.13
->=gnome-extra/gnome-boxes-3.13
->=gnome-extra/gnome-calculator-3.13
->=gnome-extra/gnome-clocks-3.13
->=gnome-extra/gnome-color-manager-3.13
->=gnome-extra/gnome-contacts-3.13
->=gnome-extra/g

[gentoo-commits] gentoo-x86 commit in gnome-base/gnome-extra-apps: gnome-extra-apps-3.14.0.ebuild ChangeLog gnome-extra-apps-3.12.0.ebuild

2014-12-25 Thread Gilles Dartiguelongue (eva)
eva 14/12/25 23:09:39

  Modified: ChangeLog
  Added:gnome-extra-apps-3.14.0.ebuild
  Removed:  gnome-extra-apps-3.12.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.37 gnome-base/gnome-extra-apps/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-extra-apps/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog   19 Dec 2014 13:37:18 -  1.36
+++ ChangeLog   25 Dec 2014 23:09:38 -  1.37
@@ -1,6 +1,12 @@
 # ChangeLog for gnome-base/gnome-extra-apps
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-extra-apps/ChangeLog,v 
1.36 2014/12/19 13:37:18 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-extra-apps/ChangeLog,v 
1.37 2014/12/25 23:09:38 eva Exp $
+
+*gnome-extra-apps-3.14.0 (25 Dec 2014)
+
+  25 Dec 2014; Gilles Dartiguelongue 
+  -gnome-extra-apps-3.12.0.ebuild, +gnome-extra-apps-3.14.0.ebuild:
+  Version bump for Gnome 3.14. Clean up old revision.
 
   19 Dec 2014; Pacho Ramos  
gnome-extra-apps-3.12.0-r1.ebuild:
   amd64 stable, bug 529964



1.1  gnome-base/gnome-extra-apps/gnome-extra-apps-3.14.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-extra-apps/gnome-extra-apps-3.14.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-extra-apps/gnome-extra-apps-3.14.0.ebuild?rev=1.1&content-type=text/plain

Index: gnome-extra-apps-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/gnome-base/gnome-extra-apps/gnome-extra-apps-3.14.0.ebuild,v
 1.1 2014/12/25 23:09:38 eva Exp $

EAPI="5"

DESCRIPTION="Sub-meta package for the applications of GNOME 3"
HOMEPAGE="http://www.gnome.org/";
LICENSE="metapackage"
SLOT="3.0"
IUSE="+games +shotwell +tracker"

# when unmasking for an arch
# double check none of the deps are still masked !
KEYWORDS="~amd64 ~ppc ~ppc64"

# Note to developers:
# This is a wrapper for the extra apps integrated with GNOME 3
# New package
RDEPEND="
>=gnome-base/gnome-core-libs-${PV}

>=app-admin/gnome-system-log-3.9.90
>=app-arch/file-roller-${PV}
>=app-dicts/gnome-dictionary-${PV}
>=gnome-extra/gconf-editor-3
>=gnome-extra/gnome-calculator-${PV}
>=gnome-extra/gnome-power-manager-${PV}
>=gnome-extra/gnome-search-tool-3.6
>=gnome-extra/gnome-system-monitor-${PV}
>=gnome-extra/gnome-tweak-tool-${PV}
>=gnome-extra/gucharmap-${PV}:2.90
>=gnome-extra/nautilus-sendto-3.8.2
>=gnome-extra/sushi-3.12.0
>=mail-client/evolution-3.12.9
>=media-gfx/gnome-font-viewer-${PV}
>=media-gfx/gnome-screenshot-${PV}
>=media-sound/sound-juicer-${PV}
>=media-video/cheese-${PV}
>=net-analyzer/gnome-nettool-3.8
>=net-misc/vinagre-${PV}
>=net-misc/vino-${PV}
>=sys-apps/baobab-${PV}
>=sys-apps/gnome-disk-utility-${PV}
>=www-client/epiphany-${PV}

games? (
>=games-arcade/gnome-nibbles-${PV}
>=games-arcade/gnome-robots-${PV}
>=games-board/aisleriot-3.2.3.2
>=games-board/four-in-a-row-${PV}
>=games-board/gnome-chess-${PV}
>=games-board/gnome-mahjongg-${PV}
>=games-board/gnome-mines-${PV}
>=games-board/iagno-${PV}
>=games-board/tali-${PV}
>=games-puzzle/five-or-more-${PV}
>=games-puzzle/gnome-klotski-${PV}
>=games-puzzle/gnome-sudoku-${PV}
>=games-puzzle/gnome-tetravex-${PV}
>=games-puzzle/lightsoff-${PV}
>=games-puzzle/quadrapassel-${PV}
>=games-puzzle/swell-foop-${PV} )
shotwell? ( >=media-gfx/shotwell-0.20 )
tracker? (
>=app-misc/tracker-1.2
>=gnome-extra/gnome-documents-${PV} )

amd64? ( >=gnome-extra/gnome-user-share-${PV} )
x86? ( >=gnome-extra/gnome-user-share-${PV} )
"
# Note: bug-buddy is broken with GNOME 3
# Note: aisleriot-3.4 is masked for guil

[gentoo-commits] gentoo-x86 commit in dev-python/pylibacl: pylibacl-0.5.0-r1.ebuild ChangeLog

2014-12-25 Thread Michal Gorny (mgorny)
mgorny  14/12/25 23:08:56

  Modified: ChangeLog
  Added:pylibacl-0.5.0-r1.ebuild
  Log:
  Convert to distutils-r1.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.39 dev-python/pylibacl/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pylibacl/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog   23 Sep 2012 04:27:22 -  1.38
+++ ChangeLog   25 Dec 2014 23:08:56 -  1.39
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/pylibacl
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pylibacl/ChangeLog,v 1.38 
2012/09/23 04:27:22 mattst88 Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pylibacl/ChangeLog,v 1.39 
2014/12/25 23:08:56 mgorny Exp $
+
+*pylibacl-0.5.0-r1 (25 Dec 2014)
+
+  25 Dec 2014; Michał Górny  +pylibacl-0.5.0-r1.ebuild:
+  Convert to distutils-r1.
 
   23 Sep 2012; Matt Turner  pylibacl-0.5.0.ebuild:
   Added ~alpha ~mips, bug 406911.
@@ -130,4 +135,3 @@
   +pylibacl-0.2.1.ebuild:
   Initial commit, ebuild submitted by Thomas Bettler
   , dependancy for new rdiff-backup.
-



1.1  dev-python/pylibacl/pylibacl-0.5.0-r1.ebuild

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

Index: pylibacl-0.5.0-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/pylibacl/pylibacl-0.5.0-r1.ebuild,v 1.1 
2014/12/25 23:08:56 mgorny Exp $

EAPI=5

PYTHON_COMPAT=( python{2_7,3_3,3_4} )

inherit distutils-r1

DESCRIPTION="POSIX ACLs (Access Control Lists) for Python"
HOMEPAGE="http://sourceforge.net/projects/pylibacl/ 
http://pypi.python.org/pypi/pylibacl";
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86"
IUSE=""

RDEPEND="sys-apps/acl"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]"
# Tests are missing in the tarball.
RESTRICT="test"

python_test() {
if ! "${PYTHON}" test/test_acls.py; then
eerror
eerror "If you got the following errors:"
eerror "\"IOError: [Errno 95] Operation not supported\","
eerror "then you should remount the filesystem containing"
eerror "build directory with \"acl\" option enabled."
eerror
die "Tests fail with ${EPYTHON}"
fi
}






[gentoo-commits] gentoo-x86 commit in net-libs/libsoup-gnome: ChangeLog libsoup-gnome-2.48.1.ebuild

2014-12-25 Thread Gilles Dartiguelongue (eva)
eva 14/12/25 23:04:27

  Modified: ChangeLog libsoup-gnome-2.48.1.ebuild
  Log:
  Fix unintended patch change for 2.46, bug #533544.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.118net-libs/libsoup-gnome/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libsoup-gnome/ChangeLog?rev=1.118&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libsoup-gnome/ChangeLog?rev=1.118&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libsoup-gnome/ChangeLog?r1=1.117&r2=1.118

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/libsoup-gnome/ChangeLog,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -r1.117 -r1.118
--- ChangeLog   23 Dec 2014 23:04:50 -  1.117
+++ ChangeLog   25 Dec 2014 23:04:27 -  1.118
@@ -1,6 +1,11 @@
 # ChangeLog for net-libs/libsoup-gnome
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup-gnome/ChangeLog,v 1.117 
2014/12/23 23:04:50 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup-gnome/ChangeLog,v 1.118 
2014/12/25 23:04:27 eva Exp $
+
+  25 Dec 2014; Gilles Dartiguelongue 
+  libsoup-gnome-2.48.1.ebuild, files/libsoup-gnome-2.46.0-system-lib.patch,
+  +files/libsoup-gnome-2.48.0-system-lib.patch:
+  Fix unintended patch change for 2.46, bug #533544.
 
 *libsoup-gnome-2.48.1 (23 Dec 2014)
 



1.2  net-libs/libsoup-gnome/libsoup-gnome-2.48.1.ebuild

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

Index: libsoup-gnome-2.48.1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-libs/libsoup-gnome/libsoup-gnome-2.48.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libsoup-gnome-2.48.1.ebuild 23 Dec 2014 23:04:50 -  1.1
+++ libsoup-gnome-2.48.1.ebuild 25 Dec 2014 23:04: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/net-libs/libsoup-gnome/libsoup-gnome-2.48.1.ebuild,v 
1.1 2014/12/23 23:04:50 eva Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-libs/libsoup-gnome/libsoup-gnome-2.48.1.ebuild,v 
1.2 2014/12/25 23:04:27 eva Exp $
 
 EAPI="5"
 GCONF_DEBUG="yes"
@@ -37,7 +37,7 @@
 
 src_prepare() {
# Use lib present on the system
-   epatch "${FILESDIR}"/${PN}-2.46.0-system-lib.patch
+   epatch "${FILESDIR}"/${PN}-2.48.0-system-lib.patch
eautoreconf
gnome2_src_prepare
 }






[gentoo-commits] gentoo-x86 commit in net-libs/libsoup-gnome/files: libsoup-gnome-2.48.0-system-lib.patch libsoup-gnome-2.46.0-system-lib.patch

2014-12-25 Thread Gilles Dartiguelongue (eva)
eva 14/12/25 23:04:27

  Modified: libsoup-gnome-2.46.0-system-lib.patch
  Added:libsoup-gnome-2.48.0-system-lib.patch
  Log:
  Fix unintended patch change for 2.46, bug #533544.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.3  
net-libs/libsoup-gnome/files/libsoup-gnome-2.46.0-system-lib.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libsoup-gnome/files/libsoup-gnome-2.46.0-system-lib.patch?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libsoup-gnome/files/libsoup-gnome-2.46.0-system-lib.patch?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libsoup-gnome/files/libsoup-gnome-2.46.0-system-lib.patch?r1=1.2&r2=1.3

Index: libsoup-gnome-2.46.0-system-lib.patch
===
RCS file: 
/var/cvsroot/gentoo-x86/net-libs/libsoup-gnome/files/libsoup-gnome-2.46.0-system-lib.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libsoup-gnome-2.46.0-system-lib.patch   23 Dec 2014 23:04:50 -  
1.2
+++ libsoup-gnome-2.46.0-system-lib.patch   25 Dec 2014 23:04:27 -  
1.3
@@ -253,31 +253,6 @@
 +CLEANFILES += $(gir_DATA) $(typelib_DATA) $(BUILT_SOURCES)
  
  endif
-@@ -326,6 +326,7 @@
- 
- # We only do this check on Linux, so we don't have to worry about
- # different "nm" output on other platforms
-+if BUILD_LIBSOUP
- if OS_LINUX
- check-local:
-   @echo Checking libsoup-2.4.so symbols
-@@ -335,3 +336,16 @@
-   env LANG=C sort -u | \
-   diff -U0 $(srcdir)/libsoup-2.4.sym - >&2
- endif
-+endif
-+
-+if BUILD_LIBSOUP_GNOME
-+if OS_LINUX
-+check-local:
-+  @echo Checking libsoup-gnome-2.4.so symbols
-+  @nm $(builddir)/.libs/libsoup-gnome-2.4.so | \
-+  grep "^[[:xdigit:]]\+ [BTR] " | \
-+  sed "s/^[[:xdigit:]]\+ [BTR] //" | \
-+  env LANG=C sort -u | \
-+  diff -U0 $(srcdir)/libsoup-gnome-2.4.sym - >&2
-+endif
-+endif
 -- 
 1.9.0
 



1.1  
net-libs/libsoup-gnome/files/libsoup-gnome-2.48.0-system-lib.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libsoup-gnome/files/libsoup-gnome-2.48.0-system-lib.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libsoup-gnome/files/libsoup-gnome-2.48.0-system-lib.patch?rev=1.1&content-type=text/plain

Index: libsoup-gnome-2.48.0-system-lib.patch
===
>From 63db817bac0382f3f43947b8233bf4585ede0e0b Mon Sep 17 00:00:00 2001
From: Priit Laes 
Date: Tue, 20 Dec 2011 15:42:44 +0200
Subject: [PATCH] Split support for libsoup-gnome

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

Original patch by Romain Perier.
---
 Makefile.am | 12 +--
 configure.ac| 35 ---
 libsoup/Makefile.am | 60 +++--
 3 files changed, 77 insertions(+), 30 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index c8fa95c..fc09778 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,11 @@
 ## Process this file with automake to produce Makefile.in
 ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
 
-SUBDIRS = libsoup po tests examples docs
+SUBDIRS = libsoup
+
+if BUILD_LIBSOUP
+SUBDIRS += po tests docs
+endif
 
 EXTRA_DIST =   \
data/effective_tld_names.dat\
@@ -18,7 +22,11 @@ DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc 
--enable-introspection
 
 pkgconfigdir = $(libdir)/pkgconfig
 
-pkgconfig_DATA = libsoup-2.4.pc
+pkgconfig_DATA =
+
+if BUILD_LIBSOUP
+pkgconfig_DATA += libsoup-2.4.pc
+endif
 
 if BUILD_LIBSOUP_GNOME
 pkgconfig_DATA += libsoup-gnome-2.4.pc
diff --git a/configure.ac b/configure.ac
index 96bb378..0153f10 100644
--- a/configure.ac
+++ b/configure.ac
@@ -77,23 +77,30 @@ LT_INIT([win32-dll])
 dnl ***
 dnl *** Checks for glib ***
 dnl ***
+PKG_PROG_PKG_CONFIG
+enable_ssl=no
+AC_ARG_WITH(libsoup-system,
+   AS_HELP_STRING([--with-libsoup-system], [Use libsoup system library to 
build(default=no)]),
+   [with_libsoup_system=$withval], [with_libsoup_system=no])
+if test "$with_libsoup_system" = "no"; then
+GLIB_REQUIRED=2.38.0
+AM_PATH_GLIB_2_0($GLIB_REQUIRED,,,gobject gio)
+if test "$GLIB_LIBS" = ""; then
+   AC_MSG_ERROR(GLIB $GLIB_REQUIRED or later is required to build libsoup)
+fi
+GLIB_CFLAGS="$GLIB_CFLAGS -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_38"
 
-GLIB_REQUIRED=2.38.0
-AM_PATH_GLIB_2_0($GLIB_REQUIRED,,,gobject gio)
-if test "$GLIB_LIBS" = ""; then
-   AC_MSG_ERROR(GLIB $GLIB_REQUIRED or later is required to build libsoup)
-fi
-GLIB_CFLAGS="$GLIB_CFLAGS -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_38"
+GLIB_MAKEFILE='$(top_srcdir)/Makefile.glib'
+ 

[gentoo-commits] gentoo-x86 commit in gnome-base/gnome: ChangeLog gnome-3.14.0.ebuild

2014-12-25 Thread Gilles Dartiguelongue (eva)
eva 14/12/25 22:52:15

  Modified: ChangeLog
  Added:gnome-3.14.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.481gnome-base/gnome/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome/ChangeLog?rev=1.481&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome/ChangeLog?rev=1.481&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome/ChangeLog?r1=1.480&r2=1.481

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome/ChangeLog,v
retrieving revision 1.480
retrieving revision 1.481
diff -u -r1.480 -r1.481
--- ChangeLog   13 Nov 2014 11:35:39 -  1.480
+++ ChangeLog   25 Dec 2014 22:52:15 -  1.481
@@ -1,6 +1,11 @@
 # ChangeLog for gnome-base/gnome
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome/ChangeLog,v 1.480 
2014/11/13 11:35:39 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome/ChangeLog,v 1.481 
2014/12/25 22:52:15 eva Exp $
+
+*gnome-3.14.0 (25 Dec 2014)
+
+  25 Dec 2014; Gilles Dartiguelongue  +gnome-3.14.0.ebuild:
+  Version bump for Gnome 3.14.
 
   13 Nov 2014; Pacho Ramos  -gnome-2.32.1-r2.ebuild,
   -gnome-3.10.0.ebuild:



1.1  gnome-base/gnome/gnome-3.14.0.ebuild

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

Index: gnome-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/gnome-base/gnome/gnome-3.14.0.ebuild,v 1.1 
2014/12/25 22:52:15 eva Exp $

EAPI="5"

DESCRIPTION="Meta package for GNOME 3, merge this package to install"
HOMEPAGE="http://www.gnome.org/";

LICENSE="metapackage"
SLOT="2.0" # Cannot be installed at the same time as gnome-2

# when unmasking for an arch
# double check none of the deps are still masked !
KEYWORDS="~amd64 ~arm ~x86"

IUSE="accessibility +bluetooth +classic +cdr cups +extras"

S=${WORKDIR}

# TODO: check accessibility completeness
# GDM-3.0 integrates very nicely with GNOME Shell
RDEPEND="
>=gnome-base/gnome-core-libs-${PV}[cups?]
>=gnome-base/gnome-core-apps-${PV}[cups?,bluetooth?,cdr?]

>=gnome-base/gdm-${PV}

>=x11-wm/mutter-${PV}
>=gnome-base/gnome-shell-${PV}[bluetooth?]

>=x11-themes/gnome-backgrounds-${PV}
x11-themes/sound-theme-freedesktop

accessibility? (
>=app-accessibility/at-spi2-atk-2.14.1
>=app-accessibility/at-spi2-core-2.14.0
>=app-accessibility/caribou-0.4.15
>=app-accessibility/orca-${PV}
>=gnome-extra/mousetweaks-3.12.0 )
classic? ( >=gnome-extra/gnome-shell-extensions-${PV} )
extras? ( >=gnome-base/gnome-extra-apps-${PV} )
"

DEPEND=""

PDEPEND=">=gnome-base/gvfs-1.22.1[udisks]"






[gentoo-commits] gentoo-x86 commit in gnome-base/gnome-core-apps: gnome-core-apps-3.14.0.ebuild ChangeLog gnome-core-apps-3.10.0.ebuild

2014-12-25 Thread Gilles Dartiguelongue (eva)
eva 14/12/25 22:48:42

  Modified: ChangeLog
  Added:gnome-core-apps-3.14.0.ebuild
  Removed:  gnome-core-apps-3.10.0.ebuild
  Log:
  Version bump for Gnome 3.14. Dropped keywords due to bug #523924 and bug 
#523468.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.29 gnome-base/gnome-core-apps/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-core-apps/ChangeLog?rev=1.29&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-core-apps/ChangeLog?rev=1.29&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-core-apps/ChangeLog?r1=1.28&r2=1.29

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-core-apps/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog   23 Jul 2014 15:16:49 -  1.28
+++ ChangeLog   25 Dec 2014 22:48:41 -  1.29
@@ -1,6 +1,13 @@
 # ChangeLog for gnome-base/gnome-core-apps
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-core-apps/ChangeLog,v 1.28 
2014/07/23 15:16:49 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-core-apps/ChangeLog,v 1.29 
2014/12/25 22:48:41 eva Exp $
+
+*gnome-core-apps-3.14.0 (25 Dec 2014)
+
+  25 Dec 2014; Gilles Dartiguelongue 
+  -gnome-core-apps-3.10.0.ebuild, +gnome-core-apps-3.14.0.ebuild:
+  Version bump for Gnome 3.14. Dropped keywords due to bug #523924 and bug
+  #523468.
 
   23 Jul 2014; Agostino Sarubbo  
gnome-core-apps-3.12.0.ebuild:
   Stable for x86, wrt bug #512012



1.1  gnome-base/gnome-core-apps/gnome-core-apps-3.14.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-core-apps/gnome-core-apps-3.14.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-core-apps/gnome-core-apps-3.14.0.ebuild?rev=1.1&content-type=text/plain

Index: gnome-core-apps-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/gnome-base/gnome-core-apps/gnome-core-apps-3.14.0.ebuild,v
 1.1 2014/12/25 22:48:41 eva Exp $

EAPI="5"

DESCRIPTION="Sub-meta package for the core applications integrated with GNOME 3"
HOMEPAGE="http://www.gnome.org/";
LICENSE="metapackage"
SLOT="3.0"
IUSE="+bluetooth +cdr cups"

# when unmasking for an arch
# double check none of the deps are still masked !
KEYWORDS="~amd64 ~arm ~x86"

# Note to developers:
# This is a wrapper for the core apps tightly integrated with GNOME 3
# gtk-engines:2 is still around because it's needed for gtk2 apps
RDEPEND="
>=gnome-base/gnome-core-libs-${PV}[cups?]

>=gnome-base/gnome-session-${PV}
>=gnome-base/gnome-menus-3.10.1:3
>=gnome-base/gnome-settings-daemon-${PV}[cups?]
>=gnome-base/gnome-control-center-${PV}[cups?]

>=app-crypt/gcr-${PV}
>=gnome-base/nautilus-${PV}
>=gnome-base/gnome-keyring-${PV}
>=gnome-extra/evolution-data-server-3.12.9

>=app-crypt/seahorse-${PV}
>=app-editors/gedit-${PV}
>=app-text/evince-${PV}
>=gnome-extra/gnome-contacts-${PV}
>=media-gfx/eog-${PV}
>=media-video/totem-${PV}
>=net-im/empathy-3.12.7
>=x11-terms/gnome-terminal-${PV}

>=gnome-extra/gnome-user-docs-${PV}
>=gnome-extra/yelp-${PV}

>=x11-themes/gtk-engines-2.20.2:2
>=x11-themes/adwaita-icon-theme-${PV}
>=x11-themes/gnome-themes-standard-${PV}

bluetooth? ( >=net-wireless/gnome-bluetooth-${PV} )
cdr? ( >=app-cdr/brasero-3.12.0 )

!gnome-base/gnome-applets
"
DEPEND=""

S="${WORKDIR}"






[gentoo-commits] proj/gentoo-keys:master commit in: gkeys/gkeys/

2014-12-25 Thread Brian Dolbec
commit: 4f03ed0fc2f6f7b076758f35ca83334cecd407eb
Author: Brian Dolbec  gentoo  org>
AuthorDate: Thu Dec 25 22:04:07 2014 +
Commit: Brian Dolbec  gmail  com>
CommitDate: Thu Dec 25 22:04:07 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gentoo-keys.git;a=commit;h=4f03ed0f

gkeys/base.py: Fix >=py3.3 argparse regression handling subparsers

---
 gkeys/gkeys/base.py | 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/gkeys/gkeys/base.py b/gkeys/gkeys/base.py
index 5ad92e7..4184cfc 100644
--- a/gkeys/gkeys/base.py
+++ b/gkeys/gkeys/base.py
@@ -180,7 +180,12 @@ class CliBase(object):
 action_parser.set_defaults(action=name)
 self._add_options(action_parser, 
self.cli_config['Action_Options'][name])
 
-return parser.parse_args(args)
+parsed_args = parser.parse_args(args)
+action = getattr(parsed_args, 'action', None)
+if not action:
+parser.print_help()
+sys.exit(1)
+return parsed_args
 
 
 def _add_options(self, parser, options):



[gentoo-commits] proj/gentoo-keys:master commit in: gkeys/gkeys/

2014-12-25 Thread Brian Dolbec
commit: 8fb33b3e010e36ae3c669494eccb5fac79ffcc4e
Author: Brian Dolbec  gentoo  org>
AuthorDate: Thu Dec 25 20:51:21 2014 +
Commit: Brian Dolbec  gmail  com>
CommitDate: Thu Dec 25 20:51:21 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gentoo-keys.git;a=commit;h=8fb33b3e

gkeys.actions.py: Remove global ssl-fetch import in favor of the embedded import

For server installations (currently vulture.g.o) it may not need ssl-fetch nor 
have dev-python/requests installed.

---
 gkeys/gkeys/actions.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gkeys/gkeys/actions.py b/gkeys/gkeys/actions.py
index 172b43e..de8446d 100644
--- a/gkeys/gkeys/actions.py
+++ b/gkeys/gkeys/actions.py
@@ -17,7 +17,6 @@ import os
 from collections import defaultdict
 from json import load
 from shutil import rmtree
-from sslfetch.connections import Connector
 
 from gkeys.lib import GkeysGPG
 from gkeys.seedhandler import SeedHandler



[gentoo-commits] gentoo-x86 commit in app-crypt/gkeys: ChangeLog gkeys-9999.ebuild

2014-12-25 Thread Brian Dolbec (dolsen)
dolsen  14/12/25 20:58:50

  Modified: ChangeLog gkeys-.ebuild
  Log:
  Add missing snakeoil dep
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x65E309F2189DB0B8)

Revision  ChangesPath
1.2  app-crypt/gkeys/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/gkeys/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   24 Dec 2014 23:31:26 -  1.1
+++ ChangeLog   25 Dec 2014 20:58:50 -  1.2
@@ -1,6 +1,9 @@
 # ChangeLog for app-crypt/gkeys
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/gkeys/ChangeLog,v 1.1 2014/12/24 
23:31:26 dolsen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/gkeys/ChangeLog,v 1.2 2014/12/25 
20:58:50 dolsen Exp $
+
+  25 Dec 2014; Brian Dolbec  gkeys-.ebuild:
+  Add missing snakeoil dependency.
 
 *gkeys- (24 Dec 2014)
 



1.2  app-crypt/gkeys/gkeys-.ebuild

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

Index: gkeys-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/gkeys/gkeys-.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gkeys-.ebuild   24 Dec 2014 23:31:26 -  1.1
+++ gkeys-.ebuild   25 Dec 2014 20:58:50 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 2014-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/gkeys/gkeys-.ebuild,v 1.1 
2014/12/24 23:31:26 dolsen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/gkeys/gkeys-.ebuild,v 1.2 
2014/12/25 20:58:50 dolsen Exp $
 
 EAPI="5"
 
@@ -28,6 +28,7 @@
>=app-crypt/gnupg-2.0.0
=dev-python/pyGPG-[${PYTHON_USEDEP}]
=dev-python/ssl-fetch-[${PYTHON_USEDEP}]
+   dev-python/snakeoil[${PYTHON_USEDEP}]
app-crypt/gentoo-keys
"
 






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

2014-12-25 Thread Brian Dolbec
commit: 7d8785a1482399701db235fc5dc6e110c6a9b795
Author: Brian Dolbec  gentoo  org>
AuthorDate: Thu Dec 25 20:52:35 2014 +
Commit: Brian Dolbec  gmail  com>
CommitDate: Thu Dec 25 20:52:35 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/api.git;a=commit;h=7d8785a1

Gentoo-keys: Update gentoo-devs.seeds

---
 files/gentoo-keys/seeds/gentoo-devs.seeds.sig | Bin 639 -> 639 bytes
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/files/gentoo-keys/seeds/gentoo-devs.seeds.sig 
b/files/gentoo-keys/seeds/gentoo-devs.seeds.sig
index 39fccca..2ed04c5 100644
Binary files a/files/gentoo-keys/seeds/gentoo-devs.seeds.sig and 
b/files/gentoo-keys/seeds/gentoo-devs.seeds.sig differ



[gentoo-commits] gentoo-x86 commit in app-crypt/scute: scute-1.4.0.ebuild ChangeLog

2014-12-25 Thread Mike Gilbert (floppym)
floppym 14/12/25 20:46:25

  Modified: scute-1.4.0.ebuild ChangeLog
  Log:
  Use mirror://gnupg/.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0BBEEA1FEA4843A4)

Revision  ChangesPath
1.3  app-crypt/scute/scute-1.4.0.ebuild

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

Index: scute-1.4.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/scute/scute-1.4.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- scute-1.4.0.ebuild  17 Apr 2011 00:13:45 -  1.2
+++ scute-1.4.0.ebuild  25 Dec 2014 20:46:24 -  1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/scute/scute-1.4.0.ebuild,v 1.2 
2011/04/17 00:13:45 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/scute/scute-1.4.0.ebuild,v 1.3 
2014/12/25 20:46:24 floppym Exp $
 
 EAPI=4
 
@@ -8,7 +8,7 @@
 
 DESCRIPTION="A PKCS #11 module for OpenPGP smartcards"
 HOMEPAGE="http://www.scute.org/";
-SRC_URI="ftp://ftp.gnupg.org/gcrypt/scute/${P}.tar.bz2";
+SRC_URI="mirror://gnupg/scute/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"



1.4  app-crypt/scute/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/scute/ChangeLog?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/scute/ChangeLog?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/scute/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/scute/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   17 Mar 2013 17:38:28 -  1.3
+++ ChangeLog   25 Dec 2014 20:46:24 -  1.4
@@ -1,6 +1,9 @@
 # ChangeLog for app-crypt/scute
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/scute/ChangeLog,v 1.3 2013/03/17 
17:38:28 hwoarang Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/scute/ChangeLog,v 1.4 2014/12/25 
20:46:24 floppym Exp $
+
+  25 Dec 2014; Mike Gilbert  scute-1.4.0.ebuild:
+  Use mirror://gnupg/.
 
   17 Mar 2013; Markos Chandras  metadata.xml:
   Add proxy-maintainers to metadata.xml






[gentoo-commits] proj/gentoo-keys:master commit in: gkeys-ldap/gkeyldap/

2014-12-25 Thread Brian Dolbec
commit: 9ed35221ea0fbeb9f79cb620239a7c5c4a5f43eb
Author: Brian Dolbec  gentoo  org>
AuthorDate: Thu Dec 25 19:28:25 2014 +
Commit: Brian Dolbec  gmail  com>
CommitDate: Thu Dec 25 19:28:25 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gentoo-keys.git;a=commit;h=9ed35221

gkeys-ldap/actions.py: Fix config.get() call to config.get_key()

---
 gkeys-ldap/gkeyldap/actions.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gkeys-ldap/gkeyldap/actions.py b/gkeys-ldap/gkeyldap/actions.py
index 815950d..212b027 100644
--- a/gkeys-ldap/gkeyldap/actions.py
+++ b/gkeys-ldap/gkeyldap/actions.py
@@ -86,7 +86,7 @@ class Actions(object):
 self.logger.debug(
 "MAIN: _action_updateseeds; got results :) converted to info")
 if args.category:
-filename = self.config.get('seeds', args.category) + '.new'
+filename = self.config.get_key('seeds', args.category) + '.new'
 if not self.create_seedfile(info, filename):
 self.logger.error("Developer seed file update failure: "
 "Original seed file is intact & untouched.")



[gentoo-commits] proj/gentoo-keys:master commit in: gkeys-ldap/gkeyldap/, gkeys-ldap/bin/

2014-12-25 Thread Brian Dolbec
commit: b485b703ab0926646a2822f3ba16323562cff99f
Author: Brian Dolbec  gentoo  org>
AuthorDate: Thu Dec 25 19:22:49 2014 +
Commit: Brian Dolbec  gmail  com>
CommitDate: Thu Dec 25 19:22:49 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gentoo-keys.git;a=commit;h=b485b703

gkeys-ldap: Update args use for the new category handling

---
 gkeys-ldap/bin/update-seeds.sh |  2 +-
 gkeys-ldap/gkeyldap/actions.py | 10 --
 2 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/gkeys-ldap/bin/update-seeds.sh b/gkeys-ldap/bin/update-seeds.sh
index 2d67c0e..717636a 100755
--- a/gkeys-ldap/bin/update-seeds.sh
+++ b/gkeys-ldap/bin/update-seeds.sh
@@ -28,7 +28,7 @@ fi
 
 echo " *** Fetching new seeds from LDAP"
 cd ${GKEYS_DIR}
-gkeys-ldap -c ${GKEYS_CONF} updateseeds || die "Seed file generation failed... 
aborting"
+gkeys-ldap -c ${GKEYS_CONF} updateseeds -C gentoo-devs || die "Seed file 
generation failed... aborting"
 
 echo " *** Checking if seed files are up-to-date"
 if ! diff -q ${GKEYS_DIR}/${GKEYS_SEEDS} ${API_DIR}/${API_SEEDS} > /dev/null 
;then

diff --git a/gkeys-ldap/gkeyldap/actions.py b/gkeys-ldap/gkeyldap/actions.py
index ee06673..815950d 100644
--- a/gkeys-ldap/gkeyldap/actions.py
+++ b/gkeys-ldap/gkeyldap/actions.py
@@ -21,8 +21,8 @@ from gkeys.fileops import updatefiles
 Available_Actions = ['ldapsearch', 'updateseeds']
 
 Action_Options = {
-'ldapsearch': ['fingerprint', 'mail', 'name', 'nick', 'seedfile', 
'status'],
-'updateseeds': ['fingerprint', 'mail', 'name', 'nick', 'seedfile', 
'status'],
+'ldapsearch': ['fingerprint', 'mail', 'name', 'nick', 'status'],
+'updateseeds': ['fingerprint', 'mail', 'name', 'nick', 'category', 
'status'],
 }
 
 
@@ -85,10 +85,8 @@ class Actions(object):
 info = l.result2dict(results, 'uid')
 self.logger.debug(
 "MAIN: _action_updateseeds; got results :) converted to info")
-if args.seedfile:
-filename = self.config.get('seeds', args.seedfile) + '.new'
-elif args.file:
-filename = arg.file
+if args.category:
+filename = self.config.get('seeds', args.category) + '.new'
 if not self.create_seedfile(info, filename):
 self.logger.error("Developer seed file update failure: "
 "Original seed file is intact & untouched.")



[gentoo-commits] proj/gentoo-keys:master commit in: gkeys-ldap/gkeyldap/

2014-12-25 Thread Brian Dolbec
commit: 017471ef799b9c7b467ef51521cddd76d4fdf89e
Author: Brian Dolbec  gentoo  org>
AuthorDate: Thu Dec 25 19:38:13 2014 +
Commit: Brian Dolbec  gmail  com>
CommitDate: Thu Dec 25 19:38:13 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gentoo-keys.git;a=commit;h=017471ef

gkeys-ldap/actions.py: Update action return values to match what CliBase expects

---
 gkeys-ldap/gkeyldap/actions.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gkeys-ldap/gkeyldap/actions.py b/gkeys-ldap/gkeyldap/actions.py
index 29d8bc7..1d8e848 100644
--- a/gkeys-ldap/gkeyldap/actions.py
+++ b/gkeys-ldap/gkeyldap/actions.py
@@ -71,7 +71,7 @@ class Actions(object):
 self.output('', "Total number of developers in results:", len(devs))
 self.logger.info("")
 self.logger.info("Total number of developers in results: %d" % 
len(devs))
-return True
+return (True, ['Completed'])
 
 
 def updateseeds(self, args):
@@ -96,7 +96,7 @@ class Actions(object):
 self.output('', "Develope seed failed to update!")
 return False
 self.output('', "Developer seed file updated!")
-return True
+return (True, ['Completed'])
 
 
 def create_seedfile(self, devs, filename):



[gentoo-commits] proj/gentoo-keys:master commit in: gkeys/gkeys/

2014-12-25 Thread Brian Dolbec
commit: 26352316808100b05b5504b69ed8d1b22053ddb2
Author: Brian Dolbec  gentoo  org>
AuthorDate: Thu Dec 25 20:38:17 2014 +
Commit: Brian Dolbec  gmail  com>
CommitDate: Thu Dec 25 20:38:17 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gentoo-keys.git;a=commit;h=26352316

gkeys/base.py: Py3 compatibility fix

---
 gkeys/gkeys/base.py | 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/gkeys/gkeys/base.py b/gkeys/gkeys/base.py
index e7dd710..5ad92e7 100644
--- a/gkeys/gkeys/base.py
+++ b/gkeys/gkeys/base.py
@@ -15,11 +15,16 @@ from __future__ import print_function
 
 
 import argparse
+import sys
 
 from gkeys import config, fileops, seed, lib
 from gkeys.log import log_levels, set_logger
 
 
+if sys.version_info[0] >= 3:
+unicode = str
+
+
 class CliBase(object):
 '''Common cli and argsparse options class'''
 
@@ -246,7 +251,7 @@ class CliBase(object):
 if header:
 print(header)
 for msg in results:
-if isinstance(msg, str) or isinstance(msg, unicode):
+if type(msg) in [str, unicode]:
 print('', msg)
 else:
 try:



[gentoo-commits] proj/gentoo-keys:master commit in: gkeys-ldap/gkeyldap/

2014-12-25 Thread Brian Dolbec
commit: 56a51ebfdf243c93e3b93c1ada1d84a95a04321e
Author: Brian Dolbec  gentoo  org>
AuthorDate: Thu Dec 25 19:43:04 2014 +
Commit: Brian Dolbec  gmail  com>
CommitDate: Thu Dec 25 19:43:04 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gentoo-keys.git;a=commit;h=56a51ebf

gkeys-ldap/cli.py: Update print_results assignment for CliBase

---
 gkeys-ldap/gkeyldap/cli.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gkeys-ldap/gkeyldap/cli.py b/gkeys-ldap/gkeyldap/cli.py
index 5a1e141..fd29a94 100644
--- a/gkeys-ldap/gkeyldap/cli.py
+++ b/gkeys-ldap/gkeyldap/cli.py
@@ -28,7 +28,7 @@ class Main(CliBase):
 """
 self.root = root or "/"
 self.config = config or GKeysConfig(root=root)
-self.print_results = print_results
+self.config.options['print_results'] = print_results
 self.args = None
 self.seeds = None
 self.cli_config = {



[gentoo-commits] proj/gentoo-keys:master commit in: gkeys-ldap/gkeyldap/

2014-12-25 Thread Brian Dolbec
commit: 58bc58f55f81cf76dc27e6766d11819acdf5fcaf
Author: Brian Dolbec  gentoo  org>
AuthorDate: Thu Dec 25 19:33:19 2014 +
Commit: Brian Dolbec  gmail  com>
CommitDate: Thu Dec 25 19:33:19 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gentoo-keys.git;a=commit;h=58bc58f5

gkeys-ldap/actions.py: Fix some outputs for errors and consistency

---
 gkeys-ldap/gkeyldap/actions.py | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gkeys-ldap/gkeyldap/actions.py b/gkeys-ldap/gkeyldap/actions.py
index 212b027..29d8bc7 100644
--- a/gkeys-ldap/gkeyldap/actions.py
+++ b/gkeys-ldap/gkeyldap/actions.py
@@ -115,11 +115,11 @@ class Actions(object):
 count += 1
 else:
 error_count += 1
-self.output('', "Total number of seeds created:", count)
-self.output('', "Seeds created... Saving file: %s" % filename)
-self.output('', "Total number of Dev's with GPG errors:", error_count)
-self.logger.info("Total number of seeds created: %d" % count)
-self.logger.info("Seeds created... Saving file: %s" % filename)
+self.output('', "Total number of seeds created: %s" % count)
+self.output('', "Seeds created... Saving file.: %s" % filename)
+self.output('', "Total number of Dev's with GPG errors: %s" % 
error_count)
+self.logger.info("Total number of seeds created: %d" % count)
+self.logger.info("Seeds created... Saving file.: %s" % 
filename)
 self.logger.info("Total number of Dev's with GPG errors: %d" % 
error_count)
 return self.seeds.save()
 



[gentoo-commits] proj/gentoo-keys:master commit in: gkeys/gkeys/

2014-12-25 Thread Brian Dolbec
commit: 3bc9f57e8a2f2abe668b496803a5cd35f8ae2dd1
Author: Brian Dolbec  gentoo  org>
AuthorDate: Thu Dec 25 18:38:41 2014 +
Commit: Brian Dolbec  gmail  com>
CommitDate: Thu Dec 25 18:38:41 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gentoo-keys.git;a=commit;h=3bc9f57e

gkeys/base.py: Pass the cli_config['prog'] to the logger initialization

---
 gkeys/gkeys/base.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gkeys/gkeys/base.py b/gkeys/gkeys/base.py
index cadafc7..e7dd710 100644
--- a/gkeys/gkeys/base.py
+++ b/gkeys/gkeys/base.py
@@ -200,7 +200,7 @@ class CliBase(object):
 self.config.read_config()
 
 # establish our logger and update it in the imported files
-logger = set_logger('gkeys', self.config['logdir'], args.debug,
+logger = set_logger(self.cli_config['prog'], self.config['logdir'], 
args.debug,
 dirmode=int(self.config.get_key('permissions', 'directories'),0),
 filemask=int(self.config.get_key('permissions', 'files'),0))
 self.config.logger = logger



[gentoo-commits] proj/gentoo-keys:master commit in: gkeys/gkeys/

2014-12-25 Thread Brian Dolbec
commit: 5cbb4cb9100dc4451d359e7a711d2bd84837c64c
Author: Brian Dolbec  gentoo  org>
AuthorDate: Thu Dec 25 20:31:35 2014 +
Commit: Brian Dolbec  gmail  com>
CommitDate: Thu Dec 25 20:31:35 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gentoo-keys.git;a=commit;h=5cbb4cb9

gkeys/SaneConfigParser: Fix py3 imports

---
 gkeys/gkeys/SaneConfigParser.py | 9 +++--
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/gkeys/gkeys/SaneConfigParser.py b/gkeys/gkeys/SaneConfigParser.py
index 3bb69b5..0616335 100644
--- a/gkeys/gkeys/SaneConfigParser.py
+++ b/gkeys/gkeys/SaneConfigParser.py
@@ -1,14 +1,11 @@
 
 import sys
 
-# py3.2
-if sys.hexversion >= 0x30200f0:
-from configparser import configparser as ConfigParser
+try:
+from configparser import ConfigParser
 from configparser import NoSectionError
-py3 = True
-else:
+except:
 from ConfigParser import ConfigParser, NoSectionError
-py3 = False
 
 
 class SaneConfigParser(ConfigParser):



[gentoo-commits] proj/gentoo-keys:master commit in: gkeys-ldap/gkeyldap/

2014-12-25 Thread Brian Dolbec
commit: a57687cb1d083e056bfbefad55d69f5607bffd1c
Author: Brian Dolbec  gentoo  org>
AuthorDate: Thu Dec 25 19:08:02 2014 +
Commit: Brian Dolbec  gmail  com>
CommitDate: Thu Dec 25 19:08:02 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gentoo-keys.git;a=commit;h=a57687cb

gkeys-ldap: Pass in our logger to LdapConnect class

---
 gkeys-ldap/gkeyldap/connect.py | 18 +-
 gkeys-ldap/gkeyldap/search.py  |  2 +-
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/gkeys-ldap/gkeyldap/connect.py b/gkeys-ldap/gkeyldap/connect.py
index 74e393c..6c80e4f 100644
--- a/gkeys-ldap/gkeyldap/connect.py
+++ b/gkeys-ldap/gkeyldap/connect.py
@@ -14,15 +14,15 @@ except ImportError:
 raise
 
 
-from gkeys.log import logger
 from gkeyldap.config import default_server
 
 class LdapConnect(object):
 '''Class to connect on the configured LDAP server'''
 
-def __init__(self, server=None):
+def __init__(self, server=None, logger=None):
 self.server = server or default_server
-logger.debug('LdapConnect: __init__; server...: %s' % self.server)
+self.logger = logger
+self.logger.debug('LdapConnect: __init__; server...: %s' % self.server)
 self.ldap_connection = None
 
 def connect(self, server=None, action='LDAP'):
@@ -30,21 +30,21 @@ class LdapConnect(object):
 
 @param server: string URI path for the LDAP server
 '''
-logger.info("%s... Establishing connection" % action)
+self.logger.info("%s... Establishing connection" % action)
 if server:
 self.server = server
-logger.debug('LdapConnect: connect; new server: %s' % self.server)
+self.logger.debug('LdapConnect: connect; new server: %s' % 
self.server)
 try:
 self.ldap_connection = ldap.initialize(self.server)
 self.ldap_connection.set_option(ldap.OPT_X_TLS_DEMAND, True)
 self.ldap_connection.start_tls_s()
 self.ldap_connection.simple_bind_s()
 except Exception as e:
-logger.error(
+self.logger.error(
 'LdapConnect: connect; failed to connect to server: %s' % 
self.server)
-logger.error("Exception was: %s" % str(e))
-logger.error("Aborting %s... Connection failed" % action)
+self.logger.error("Exception was: %s" % str(e))
+self.logger.error("Aborting %s... Connection failed" % action)
 return False
-logger.debug(
+self.logger.debug(
 'LdapConnect: connect; connection: %s' % self.ldap_connection)
 return self.ldap_connection

diff --git a/gkeys-ldap/gkeyldap/search.py b/gkeys-ldap/gkeyldap/search.py
index 708c2e2..1bce9e1 100644
--- a/gkeys-ldap/gkeyldap/search.py
+++ b/gkeys-ldap/gkeyldap/search.py
@@ -27,7 +27,7 @@ class LdapSearch(object):
 self.logger = logger
 self.logger.debug('LdapSearch: __init__; fields...: %s' % self.fields)
 self.logger.debug('LdapSearch: __init__; criteria.: %s' % 
self.criteria)
-self.ldap_connection = LdapConnect().connect(action='Search')
+self.ldap_connection = 
LdapConnect(logger=self.logger).connect(action='Search')
 self.status = True
 if not self.ldap_connection:
 self.status = False



[gentoo-commits] proj/gentoo-keys:master commit in: gkeys-ldap/gkeyldap/

2014-12-25 Thread Brian Dolbec
commit: 1f8276dd70e3231af0bdf93fc0e822fb90ae5571
Author: Brian Dolbec  gentoo  org>
AuthorDate: Thu Dec 25 19:02:51 2014 +
Commit: Brian Dolbec  gmail  com>
CommitDate: Thu Dec 25 19:02:51 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gentoo-keys.git;a=commit;h=1f8276dd

gkeys-ldap: Pass in our logger instance to LdapSearch class

---
 gkeys-ldap/gkeyldap/actions.py |  4 ++--
 gkeys-ldap/gkeyldap/search.py  | 16 
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/gkeys-ldap/gkeyldap/actions.py b/gkeys-ldap/gkeyldap/actions.py
index cea4648..c0f891f 100644
--- a/gkeys-ldap/gkeyldap/actions.py
+++ b/gkeys-ldap/gkeyldap/actions.py
@@ -56,7 +56,7 @@ class Actions(object):
 
 
 def ldapsearch(self, args):
-l = LdapSearch()
+l = LdapSearch(logger=self.logger)
 self.logger.debug("MAIN: _action_ldapsearch; args = %s" % str(args))
 self.output("Search... Establishing connection\n")
 if not l.status:
@@ -75,7 +75,7 @@ class Actions(object):
 
 
 def updateseeds(self, args):
-l = LdapSearch()
+l = LdapSearch(logger=self.logger)
 self.logger.debug("MAIN: _action_updateseeds; args = %s" % str(args))
 self.output("Search... Establishing connection")
 if not l.status:

diff --git a/gkeys-ldap/gkeyldap/search.py b/gkeys-ldap/gkeyldap/search.py
index 81a9048..708c2e2 100644
--- a/gkeys-ldap/gkeyldap/search.py
+++ b/gkeys-ldap/gkeyldap/search.py
@@ -16,17 +16,17 @@ except ImportError:
 
 from gkeyldap.config import default_criteria, default_fields, UID
 from gkeyldap.connect import LdapConnect
-from gkeys.log import logger
 
 class LdapSearch(object):
 '''Class to perform searches on the configured LDAP server
 '''
 
-def __init__(self, fields=None, criteria=None):
+def __init__(self, fields=None, criteria=None, logger=None):
 self.fields = fields or default_fields
 self.criteria = criteria or default_criteria
-logger.debug('LdapSearch: __init__; fields...: %s' % self.fields)
-logger.debug('LdapSearch: __init__; criteria.: %s' % self.criteria)
+self.logger = logger
+self.logger.debug('LdapSearch: __init__; fields...: %s' % self.fields)
+self.logger.debug('LdapSearch: __init__; criteria.: %s' % 
self.criteria)
 self.ldap_connection = LdapConnect().connect(action='Search')
 self.status = True
 if not self.ldap_connection:
@@ -36,19 +36,19 @@ class LdapSearch(object):
 '''Perform the LDAP search
 '''
 if not target:
-logger.debug('LdapSearch: search; invalid target: "%s"' % target)
+self.logger.debug('LdapSearch: search; invalid target: "%s"' % 
target)
 return {}
 if not fields:
 fields = self.fields
 else:
-logger.debug('LdapSearch: search; new fields: %s' % str(fields))
+self.logger.debug('LdapSearch: search; new fields: %s' % 
str(fields))
 if not criteria:
 criteria = self.criteria
 else:
-logger.debug('LdapSearch: search; new criteria: %s' % criteria)
+self.logger.debug('LdapSearch: search; new criteria: %s' % 
criteria)
 results = self.ldap_connection.search_s(criteria,
 ldap.SCOPE_ONELEVEL, search_field % target, fields)
-#logger.debug('LdapSearch: search; result = %s' % str(results))
+#self.logger.debug('LdapSearch: search; result = %s' % str(results))
 return results
 
 



[gentoo-commits] proj/gentoo-keys:master commit in: gkeys-ldap/gkeyldap/

2014-12-25 Thread Brian Dolbec
commit: a1680becd7e3cd1599a23d23a609df681760f76c
Author: Brian Dolbec  gentoo  org>
AuthorDate: Thu Dec 25 19:13:30 2014 +
Commit: Brian Dolbec  gmail  com>
CommitDate: Thu Dec 25 19:13:30 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gentoo-keys.git;a=commit;h=a1680bec

gkeys-ldap/actions.py: Update self.output for the CliBase function

---
 gkeys-ldap/gkeyldap/actions.py | 28 ++--
 1 file changed, 14 insertions(+), 14 deletions(-)

diff --git a/gkeys-ldap/gkeyldap/actions.py b/gkeys-ldap/gkeyldap/actions.py
index c0f891f..ee06673 100644
--- a/gkeys-ldap/gkeyldap/actions.py
+++ b/gkeys-ldap/gkeyldap/actions.py
@@ -58,17 +58,17 @@ class Actions(object):
 def ldapsearch(self, args):
 l = LdapSearch(logger=self.logger)
 self.logger.debug("MAIN: _action_ldapsearch; args = %s" % str(args))
-self.output("Search... Establishing connection\n")
+self.output('', "Search... Establishing connection\n")
 if not l.status:
-self.output("Aborting Search... Connection failed")
+self.output('', "Aborting Search... Connection failed")
 return False
 attr, target, search_field = self.get_args(args)
 results = l.search(target, search_field)
 devs = l.result2dict(results, gkey2ldap[attr])
 for dev in sorted(devs):
-self.output(dev, devs[dev])
-self.output("")
-self.output("Total number of developers in results:", len(devs))
+self.output('', dev, devs[dev])
+self.output('', "")
+self.output('', "Total number of developers in results:", len(devs))
 self.logger.info("")
 self.logger.info("Total number of developers in results: %d" % 
len(devs))
 return True
@@ -77,9 +77,9 @@ class Actions(object):
 def updateseeds(self, args):
 l = LdapSearch(logger=self.logger)
 self.logger.debug("MAIN: _action_updateseeds; args = %s" % str(args))
-self.output("Search... Establishing connection")
+self.output('', "Search... Establishing connection")
 if not l.status:
-self.output("Aborting update... Connection failed")
+self.output('', "Aborting update... Connection failed")
 return False
 results = l.search('*', UID)
 info = l.result2dict(results, 'uid')
@@ -92,17 +92,17 @@ class Actions(object):
 if not self.create_seedfile(info, filename):
 self.logger.error("Developer seed file update failure: "
 "Original seed file is intact & untouched.")
-self.output("Backing up existing file...")
+self.output('', "Backing up existing file...")
 status = updatefiles(self.config, self.logger)
 if not status:
-self.output("Develope seed failed to update!")
+self.output('', "Develope seed failed to update!")
 return False
-self.output("Developer seed file updated!")
+self.output('', "Developer seed file updated!")
 return True
 
 
 def create_seedfile(self, devs, filename):
-self.output("Creating seeds from LDAP data...")
+self.output('', "Creating seeds from LDAP data...")
 self.seeds = Seeds(filename, self.config)
 count = 0
 error_count = 0
@@ -117,9 +117,9 @@ class Actions(object):
 count += 1
 else:
 error_count += 1
-self.output("Total number of seeds created:", count)
-self.output("Seeds created... Saving file: %s" % filename)
-self.output("Total number of Dev's with GPG errors:", error_count)
+self.output('', "Total number of seeds created:", count)
+self.output('', "Seeds created... Saving file: %s" % filename)
+self.output('', "Total number of Dev's with GPG errors:", error_count)
 self.logger.info("Total number of seeds created: %d" % count)
 self.logger.info("Seeds created... Saving file: %s" % filename)
 self.logger.info("Total number of Dev's with GPG errors: %d" % 
error_count)



[gentoo-commits] gentoo-x86 commit in app-misc/uptimed/files: uptimed.init

2014-12-25 Thread Lars Wendler (polynomial-c)
polynomial-c14/12/25 20:05:30

  Modified: uptimed.init
  Log:
  Make checkpath quiet in init script
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x981CA6FC)

Revision  ChangesPath
1.11 app-misc/uptimed/files/uptimed.init

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/uptimed/files/uptimed.init?rev=1.11&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/uptimed/files/uptimed.init?rev=1.11&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/uptimed/files/uptimed.init?r1=1.10&r2=1.11

Index: uptimed.init
===
RCS file: /var/cvsroot/gentoo-x86/app-misc/uptimed/files/uptimed.init,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- uptimed.init3 Mar 2014 13:55:09 -   1.10
+++ uptimed.init25 Dec 2014 20:05:30 -  1.11
@@ -1,7 +1,7 @@
 #!/sbin/runscript
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/uptimed/files/uptimed.init,v 1.10 
2014/03/03 13:55:09 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/uptimed/files/uptimed.init,v 1.11 
2014/12/25 20:05:30 polynomial-c Exp $
 
 description="uptimed - a daemon to record uptime records"
 pidfile="/var/run/uptimed/uptimed.pid"
@@ -10,5 +10,5 @@
 start_stop_daemon_args="-u uptimed"
 
 start_pre() {
-   checkpath -d -o uptimed ${pidfile%/*}
+   checkpath -q -d -o uptimed ${pidfile%/*}
 }






[gentoo-commits] gentoo-x86 commit in app-misc/uptimed: ChangeLog

2014-12-25 Thread Lars Wendler (polynomial-c)
polynomial-c14/12/25 20:05:30

  Modified: ChangeLog
  Log:
  Make checkpath quiet in init script
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x981CA6FC)

Revision  ChangesPath
1.103app-misc/uptimed/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-misc/uptimed/ChangeLog,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -r1.102 -r1.103
--- ChangeLog   22 Dec 2014 15:55:16 -  1.102
+++ ChangeLog   25 Dec 2014 20:05:30 -  1.103
@@ -1,9 +1,9 @@
 # ChangeLog for app-misc/uptimed
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/uptimed/ChangeLog,v 1.102 
2014/12/22 15:55:16 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/uptimed/ChangeLog,v 1.103 
2014/12/25 20:05:30 polynomial-c Exp $
 
-  22 Dec 2014; Jeroen Roovers  uptimed-0.3.18.ebuild:
-  Stable for HPPA (bug #533278).
+  25 Dec 2014; Lars Wendler  files/uptimed.init:
+  Make checkpath quiet in init script.
 
 *uptimed-0.3.18 (18 Nov 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-python/jsonrpclib: jsonrpclib-9999.ebuild ChangeLog

2014-12-25 Thread Michal Gorny (mgorny)
mgorny  14/12/25 20:03:43

  Modified: jsonrpclib-.ebuild ChangeLog
  Log:
  Sync the live ebuild.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.2  dev-python/jsonrpclib/jsonrpclib-.ebuild

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

Index: jsonrpclib-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/jsonrpclib/jsonrpclib-.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- jsonrpclib-.ebuild  18 Apr 2012 14:54:21 -  1.1
+++ jsonrpclib-.ebuild  25 Dec 2014 20:03:43 -  1.2
@@ -1,12 +1,11 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/jsonrpclib/jsonrpclib-.ebuild,v 1.1 
2012/04/18 14:54:21 vapier Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/jsonrpclib/jsonrpclib-.ebuild,v 1.2 
2014/12/25 20:03:43 mgorny Exp $
 
-EAPI="4"
+EAPI="5"
+PYTHON_COMPAT=( python2_6 python2_7 )
 
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
-inherit distutils
+inherit distutils-r1
 
 if [[ ${PV} == "" ]] ; then
EGIT_REPO_URI="git://github.com/joshmarshall/jsonrpclib.git"



1.4  dev-python/jsonrpclib/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/jsonrpclib/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   23 Oct 2013 03:36:22 -  1.3
+++ ChangeLog   25 Dec 2014 20:03:43 -  1.4
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/jsonrpclib
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/jsonrpclib/ChangeLog,v 1.3 
2013/10/23 03:36:22 prometheanfire Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/jsonrpclib/ChangeLog,v 1.4 
2014/12/25 20:03:43 mgorny Exp $
+
+  25 Dec 2014; Michał Górny  jsonrpclib-.ebuild:
+  Sync the live ebuild.
 
   23 Oct 2013; Matthew Thode 
   jsonrpclib-0_pre20110820-r1.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-python/dap: dap-2.2.6.7-r1.ebuild ChangeLog

2014-12-25 Thread Michal Gorny (mgorny)
mgorny  14/12/25 19:59:44

  Modified: ChangeLog
  Added:dap-2.2.6.7-r1.ebuild
  Log:
  Convert to distutils-r1.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.12 dev-python/dap/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/dap/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   2 Aug 2012 18:17:15 -   1.11
+++ ChangeLog   25 Dec 2014 19:59:44 -  1.12
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/dap
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/dap/ChangeLog,v 1.11 2012/08/02 
18:17:15 bicatali Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/dap/ChangeLog,v 1.12 2014/12/25 
19:59:44 mgorny Exp $
+
+*dap-2.2.6.7-r1 (25 Dec 2014)
+
+  25 Dec 2014; Michał Górny  +dap-2.2.6.7-r1.ebuild:
+  Convert to distutils-r1.
 
   02 Aug 2012; Sébastien Fabbro  dap-2.2.6.7.ebuild:
   Keyword amd64-linux and x86-linux



1.1  dev-python/dap/dap-2.2.6.7-r1.ebuild

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

Index: dap-2.2.6.7-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/dap/dap-2.2.6.7-r1.ebuild,v 1.1 
2014/12/25 19:59:44 mgorny Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )

inherit distutils-r1

DESCRIPTION="Data Access Protocol client and server"
HOMEPAGE="http://pydap.org http://pypi.python.org/pypi/dap 
http://pypi.python.org/pypi/Pydap";
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="server"

RDEPEND="dev-python/httplib2[${PYTHON_USEDEP}]
server? (
dev-python/cheetah[${PYTHON_USEDEP}]
dev-python/paste[${PYTHON_USEDEP}]
dev-python/pastedeploy[${PYTHON_USEDEP}]
dev-python/pastescript[${PYTHON_USEDEP}]
)"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]"

DOCS=( docs/bugs docs/Changelog docs/history README TODO )

src_prepare() {
sed -e "s/'dap.plugins'/'dap', 'dap.plugins'/" -i setup.py || die "sed 
failed"
distutils-r1_src_prepare
}






[gentoo-commits] gentoo-x86 commit in media-video/arista: arista-0.9.7.ebuild ChangeLog

2014-12-25 Thread Michal Gorny (mgorny)
mgorny  14/12/25 19:48:21

  Modified: arista-0.9.7.ebuild ChangeLog
  Log:
  Add missing PYTHON_USEDEP.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.3  media-video/arista/arista-0.9.7.ebuild

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

Index: arista-0.9.7.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-video/arista/arista-0.9.7.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- arista-0.9.7.ebuild 26 Apr 2014 08:25:40 -  1.2
+++ arista-0.9.7.ebuild 25 Dec 2014 19:48:21 -  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/media-video/arista/arista-0.9.7.ebuild,v 
1.2 2014/04/26 08:25:40 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/arista/arista-0.9.7.ebuild,v 
1.3 2014/12/25 19:48:21 mgorny Exp $
 
 EAPI="5"
 
@@ -33,7 +33,7 @@
dev-python/pycairo[${PYTHON_USEDEP}]
dev-python/gconf-python:2
dev-python/dbus-python[${PYTHON_USEDEP}]
-   dev-python/python-gudev
+   dev-python/python-gudev[${PYTHON_USEDEP}]
gnome-base/librsvg
>=media-libs/gstreamer-0.10.22:0.10
dev-python/gst-python:0.10[${PYTHON_USEDEP}]
@@ -43,8 +43,8 @@
media-plugins/gst-plugins-meta:0.10
media-plugins/gst-plugins-ffmpeg:0.10
x11-themes/gnome-icon-theme
-   nautilus? ( dev-python/nautilus-python )
-   kde? ( dev-python/librsvg-python )
+   nautilus? ( dev-python/nautilus-python[${PYTHON_USEDEP}] )
+   kde? ( dev-python/librsvg-python[${PYTHON_USEDEP}] )
faac? ( media-plugins/gst-plugins-faac:0.10 )
x264? ( media-plugins/gst-plugins-x264:0.10 )
xvid? ( media-plugins/gst-plugins-xvid:0.10 )"



1.19 media-video/arista/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/arista/ChangeLog?rev=1.19&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/arista/ChangeLog?rev=1.19&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/arista/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-video/arista/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog   26 Apr 2014 08:25:40 -  1.18
+++ ChangeLog   25 Dec 2014 19:48:21 -  1.19
@@ -1,6 +1,9 @@
 # ChangeLog for media-video/arista
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/arista/ChangeLog,v 1.18 
2014/04/26 08:25:40 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/arista/ChangeLog,v 1.19 
2014/12/25 19:48:21 mgorny Exp $
+
+  25 Dec 2014; Michał Górny  arista-0.9.7.ebuild:
+  Add missing PYTHON_USEDEP.
 
   26 Apr 2014; Pacho Ramos  arista-0.9.7.ebuild:
   Adapt to latest pygobject don't providing python2.6 support






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

2014-12-25 Thread Michal Gorny (mgorny)
mgorny  14/12/25 19:45:50

  Modified: ChangeLog
  Added:flowcanvas-0.7.1-r1.ebuild
  Log:
  Convert to python-any-r1.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.18 x11-libs/flowcanvas/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-libs/flowcanvas/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog   27 Nov 2013 21:06:39 -  1.17
+++ ChangeLog   25 Dec 2014 19:45:50 -  1.18
@@ -1,6 +1,11 @@
 # ChangeLog for x11-libs/flowcanvas
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/flowcanvas/ChangeLog,v 1.17 
2013/11/27 21:06:39 aballier Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/flowcanvas/ChangeLog,v 1.18 
2014/12/25 19:45:50 mgorny Exp $
+
+*flowcanvas-0.7.1-r1 (25 Dec 2014)
+
+  25 Dec 2014; Michał Górny  +flowcanvas-0.7.1-r1.ebuild:
+  Convert to python-any-r1.
 
   27 Nov 2013; Alexis Ballier  flowcanvas-0.7.1.ebuild,
   +files/gv234.patch:
@@ -79,4 +84,3 @@
   29 May 2008; Alexis Ballier  +metadata.xml,
   +flowcanvas-0.4.0.ebuild:
   initial import, ebuild by me
-



1.1  x11-libs/flowcanvas/flowcanvas-0.7.1-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/flowcanvas/flowcanvas-0.7.1-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/flowcanvas/flowcanvas-0.7.1-r1.ebuild?rev=1.1&content-type=text/plain

Index: flowcanvas-0.7.1-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/x11-libs/flowcanvas/flowcanvas-0.7.1-r1.ebuild,v 1.1 
2014/12/25 19:45:50 mgorny Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )

inherit waf-utils python-any-r1 eutils

DESCRIPTION="Gtkmm/Gnomecanvasmm widget for boxes and lines environments"
HOMEPAGE="http://wiki.drobilla.net/FlowCanvas";
SRC_URI="http://download.drobilla.net/${P}.tar.bz2";

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug doc"

RDEPEND="dev-libs/boost
>=dev-cpp/gtkmm-2.4:2.4
>=dev-cpp/libgnomecanvasmm-2.6:2.6
media-gfx/graphviz"
DEPEND="${RDEPEND}
${PYTHON_DEPS}
virtual/pkgconfig
doc? ( app-doc/doxygen )"

DOCS=( AUTHORS README ChangeLog )

src_prepare() {
epatch "${FILESDIR}/ldconfig2.patch"
has_version '>=media-gfx/graphviz-2.34' && epatch 
"${FILESDIR}/gv234.patch"
}

src_configure() {
waf-utils_src_configure \
--htmldir=/usr/share/doc/${PF}/html \
$(use debug && echo "--debug") \
$(use doc && echo "--doc")
}






[gentoo-commits] gentoo-x86 commit in media-libs/raul: raul-0.8.0-r1.ebuild ChangeLog

2014-12-25 Thread Michal Gorny (mgorny)
mgorny  14/12/25 19:39:04

  Modified: ChangeLog
  Added:raul-0.8.0-r1.ebuild
  Log:
  Convert to python-any-r1.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.19 media-libs/raul/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raul/ChangeLog?rev=1.19&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raul/ChangeLog?rev=1.19&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raul/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/raul/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog   10 Aug 2014 21:11:40 -  1.18
+++ ChangeLog   25 Dec 2014 19:39:04 -  1.19
@@ -1,6 +1,11 @@
 # ChangeLog for media-libs/raul
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/raul/ChangeLog,v 1.18 2014/08/10 
21:11:40 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/raul/ChangeLog,v 1.19 2014/12/25 
19:39:04 mgorny Exp $
+
+*raul-0.8.0-r1 (25 Dec 2014)
+
+  25 Dec 2014; Michał Górny  +raul-0.8.0-r1.ebuild:
+  Convert to python-any-r1.
 
   10 Aug 2014; Sergei Trofimovich  raul-0.8.0.ebuild:
   QA: drop trailing '.' from DESCRIPTION



1.1  media-libs/raul/raul-0.8.0-r1.ebuild

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

Index: raul-0.8.0-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/raul/raul-0.8.0-r1.ebuild,v 1.1 
2014/12/25 19:39:04 mgorny Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )

inherit waf-utils python-any-r1 eutils

DESCRIPTION="C++ utility library primarily aimed at audio/musical applications"
HOMEPAGE="http://wiki.drobilla.net/Raul";
SRC_URI="http://download.drobilla.net/${P}.tar.bz2";

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug doc test"

RDEPEND="dev-libs/boost
>=dev-libs/glib-2.14.0"
DEPEND="${RDEPEND}
${PYTHON_DEPS}
virtual/pkgconfig
doc? ( app-doc/doxygen )"

RAUL_TESTS="atomic_test atom_test list_test midi_ringbuffer_test path_test 
quantize_test queue_test ringbuffer_test smf_test table_test thread_test 
time_test"
DOCS=( AUTHORS README ChangeLog )

src_prepare() {
epatch "${FILESDIR}/ldconfig2.patch"
epatch "${FILESDIR}/${P}-gcc47.patch"
}

src_configure() {
waf-utils_src_configure \
--htmldir=/usr/share/doc/${PF}/html \
$(use debug && echo "--debug") \
$(use doc && echo "--docs") \
$(use test && echo "--test")
}

src_test() {
cd "${S}/build/test" || die
for i in ${RAUL_TESTS} ; do
einfo "Running test ${i}"
LD_LIBRARY_PATH=.. ./${i} || die
done
}






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

2014-12-25 Thread Michal Gorny (mgorny)
mgorny  14/12/25 19:22:00

  Modified: pyopencl-2014.1.ebuild pyopencl-.ebuild
ChangeLog
  Log:
  Add missing PYTHON_USEDEP. Port the changes to -.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.3  dev-python/pyopencl/pyopencl-2014.1.ebuild

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

Index: pyopencl-2014.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyopencl/pyopencl-2014.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pyopencl-2014.1.ebuild  25 Nov 2014 10:38:20 -  1.2
+++ pyopencl-2014.1.ebuild  25 Dec 2014 19:22:00 -  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-python/pyopencl/pyopencl-2014.1.ebuild,v 1.2 
2014/11/25 10:38:20 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/pyopencl/pyopencl-2014.1.ebuild,v 1.3 
2014/12/25 19:22:00 mgorny Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
@@ -16,7 +16,7 @@
 KEYWORDS="~amd64 ~x86"
 IUSE="examples opengl"
 
-RDEPEND=">=dev-libs/boost-1.48[python]
+RDEPEND=">=dev-libs/boost-1.48[python,${PYTHON_USEDEP}]
dev-python/decorator[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
dev-python/mako[${PYTHON_USEDEP}]



1.15 dev-python/pyopencl/pyopencl-.ebuild

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

Index: pyopencl-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyopencl/pyopencl-.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- pyopencl-.ebuild19 Apr 2012 07:32:38 -  1.14
+++ pyopencl-.ebuild25 Dec 2014 19:22:00 -  1.15
@@ -1,13 +1,11 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyopencl/pyopencl-.ebuild,v 
1.14 2012/04/19 07:32:38 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyopencl/pyopencl-.ebuild,v 
1.15 2014/12/25 19:22:00 mgorny Exp $
 
-EAPI="4"
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.* *-jython 2.7-pypy-*"
+EAPI=5
+PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
 
-inherit distutils git-2
+inherit distutils-r1 git-2
 
 EGIT_REPO_URI="http://git.tiker.net/trees/pyopencl.git";
 
@@ -20,48 +18,32 @@
 KEYWORDS=""
 IUSE="examples opengl"
 
-RDEPEND=">=dev-libs/boost-1.48[python]
-   dev-python/decorator
-   dev-python/numpy
-   dev-python/mako
-   =dev-python/pytools-
+RDEPEND=">=dev-libs/boost-1.48[python,${PYTHON_USEDEP}]
+   dev-python/decorator[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/mako[${PYTHON_USEDEP}]
+   >=dev-python/pytools-[${PYTHON_USEDEP}]
>=virtual/opencl-0-r1"
 DEPEND="${RDEPEND}"
 
-DISTUTILS_USE_SEPARATE_SOURCE_DIRECTORIES="1"
-
 src_configure()
 {
-   configuration() {
-   local myconf=()
-
-   if use opengl; then
-   myconf+=(--cl-enable-gl)
-   fi
-
-   "$(PYTHON)" configure.py \
-   --boost-compiler=gcc \
-   --boost-python-libname=boost_python-${PYTHON_ABI}-mt \
-   --no-use-shipped-boost \
-   "${myconf[@]}"
-   }
-   python_execute_function -s configuration
-}
-
-src_install()
-{
-   distutils_src_install
-
-   if use examples; then
-   insinto /usr/share/doc/${PF}
-   doins -r examples
+   local myconf=()
+   if use opengl; then
+   myconf+=(--cl-enable-gl)
fi
+
+   "${PYTHON}" configure.py \
+   --boost-compiler=gcc \
+   --boost-python-libname=boost_python-${PYTHON_ABI}-mt \
+   --no-use-shipped-boost \
+   "${myconf[@]}"
 }
 
-pkg_postinst()
-{
-   distutils_pkg_postinst
+python_install_all() {
if use examples; then
-   e

[gentoo-commits] gentoo-x86 commit in dev-python/pyregion: pyregion-1.1.4.ebuild ChangeLog pyregion-1.1.1.ebuild

2014-12-25 Thread Kacper Kowalik (xarthisius)
xarthisius14/12/25 19:16:19

  Modified: ChangeLog
  Added:pyregion-1.1.4.ebuild
  Removed:  pyregion-1.1.1.ebuild
  Log:
  Version bump, drop old
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x5D21B852895192F9)

Revision  ChangesPath
1.12 dev-python/pyregion/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyregion/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   27 Nov 2014 15:02:40 -  1.11
+++ ChangeLog   25 Dec 2014 19:16:19 -  1.12
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/pyregion
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyregion/ChangeLog,v 1.11 
2014/11/27 15:02:40 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyregion/ChangeLog,v 1.12 
2014/12/25 19:16:19 xarthisius Exp $
+
+*pyregion-1.1.4 (25 Dec 2014)
+
+  25 Dec 2014; Kacper Kowalik  +pyregion-1.1.4.ebuild,
+  -pyregion-1.1.1.ebuild:
+  Version bump, drop old
 
   27 Nov 2014; Pacho Ramos  pyregion-1.1.2.ebuild:
   Support python 3.4



1.1  dev-python/pyregion/pyregion-1.1.4.ebuild

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

Index: pyregion-1.1.4.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyregion/pyregion-1.1.4.ebuild,v 
1.1 2014/12/25 19:16:19 xarthisius Exp $

EAPI=5

PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )
inherit distutils-r1

DESCRIPTION="Python module to parse ds9 region file"
HOMEPAGE="http://leejjoon.github.com/pyregion/";
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

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

IUSE="examples"
RDEPEND="
dev-python/numpy[${PYTHON_USEDEP}]
dev-python/pyparsing[${PYTHON_USEDEP}]"
DEPEND="${DEPEND}
|| ( dev-python/cython[${PYTHON_USEDEP}]
 dev-python/pyrex[${PYTHON_USEDEP}] )"

python_install_all() {
distutils-r1_python_install_all
if use examples; then
insinto /usr/share/doc/${PF}
doins -r examples
fi
}






[gentoo-commits] gentoo-x86 commit in dev-python/enum34: enum34-1.0.ebuild enum34-1.0.4.ebuild ChangeLog

2014-12-25 Thread Mike Gilbert (floppym)
floppym 14/12/25 19:04:35

  Modified: enum34-1.0.ebuild enum34-1.0.4.ebuild ChangeLog
  Log:
  Drop python3.4 from 1.0, and really add pypy3 to 1.0.4.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0BBEEA1FEA4843A4)

Revision  ChangesPath
1.5  dev-python/enum34/enum34-1.0.ebuild

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

Index: enum34-1.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/enum34/enum34-1.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- enum34-1.0.ebuild   24 Dec 2014 03:28:28 -  1.4
+++ enum34-1.0.ebuild   25 Dec 2014 19:04:35 -  1.5
@@ -1,9 +1,9 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/enum34/enum34-1.0.ebuild,v 1.4 
2014/12/24 03:28:28 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/enum34/enum34-1.0.ebuild,v 1.5 
2014/12/25 19:04:35 floppym Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python2_7 python{3_3,3_4} pypy pypy3 )
+PYTHON_COMPAT=( python{2_7,3_3} pypy pypy3 )
 
 inherit distutils-r1
 



1.3  dev-python/enum34/enum34-1.0.4.ebuild

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

Index: enum34-1.0.4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/enum34/enum34-1.0.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- enum34-1.0.4.ebuild 24 Dec 2014 03:28:28 -  1.2
+++ enum34-1.0.4.ebuild 25 Dec 2014 19:04:35 -  1.3
@@ -1,9 +1,9 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/enum34/enum34-1.0.4.ebuild,v 1.2 
2014/12/24 03:28:28 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/enum34/enum34-1.0.4.ebuild,v 1.3 
2014/12/25 19:04:35 floppym Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python2_7 python3_3 pypy )  # Do NOT add python3_4—see 
DESCRIPTION
+PYTHON_COMPAT=( python{2_7,3_3} pypy pypy3 )  # Do NOT add python3_4—see 
DESCRIPTION
 
 inherit distutils-r1
 



1.6  dev-python/enum34/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/enum34/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   24 Dec 2014 03:28:28 -  1.5
+++ ChangeLog   25 Dec 2014 19:04:35 -  1.6
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/enum34
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/enum34/ChangeLog,v 1.5 
2014/12/24 03:28:28 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/enum34/ChangeLog,v 1.6 
2014/12/25 19:04:35 floppym Exp $
+
+  25 Dec 2014; Mike Gilbert  enum34-1.0.4.ebuild,
+  enum34-1.0.ebuild:
+  Drop python3.4 from 1.0, and really add pypy3 to 1.0.4.
 
   24 Dec 2014; Ian Delaney  enum34-1.0.4.ebuild,
   enum34-1.0.ebuild:






[gentoo-commits] gentoo-x86 commit in www-servers/pshs: pshs-0.2.5.ebuild ChangeLog

2014-12-25 Thread Michal Gorny (mgorny)
mgorny  14/12/25 19:03:24

  Modified: ChangeLog
  Added:pshs-0.2.5.ebuild
  Log:
  Version bump. Adds SSL/TLS support. Fixes handling of empty files and 
filenames with special characters.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.13 www-servers/pshs/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-servers/pshs/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   23 Dec 2014 18:16:45 -  1.12
+++ ChangeLog   25 Dec 2014 19:03:24 -  1.13
@@ -1,6 +1,12 @@
 # ChangeLog for www-servers/pshs
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/pshs/ChangeLog,v 1.12 
2014/12/23 18:16:45 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/pshs/ChangeLog,v 1.13 
2014/12/25 19:03:24 mgorny Exp $
+
+*pshs-0.2.5 (25 Dec 2014)
+
+  25 Dec 2014; Michał Górny  +pshs-0.2.5.ebuild:
+  Version bump. Adds SSL/TLS support. Fixes handling of empty files and
+  filenames with special characters.
 
   23 Dec 2014; Michał Górny  pshs-.ebuild:
   Add USE=ssl to control newly-added SSL support.



1.1  www-servers/pshs/pshs-0.2.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/pshs/pshs-0.2.5.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/pshs/pshs-0.2.5.ebuild?rev=1.1&content-type=text/plain

Index: pshs-0.2.5.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-servers/pshs/pshs-0.2.5.ebuild,v 1.1 
2014/12/25 19:03:24 mgorny Exp $

EAPI=5

inherit autotools-utils

DESCRIPTION="Pretty small HTTP server - a command-line tool to share files"
HOMEPAGE="https://bitbucket.org/mgorny/pshs/";
SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2";

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="+magic +netlink qrcode ssl upnp"

RDEPEND=">=dev-libs/libevent-2:0=
magic? ( sys-apps/file:0= )
qrcode? ( media-gfx/qrencode:0= )
ssl? ( >=dev-libs/libevent-2.1:0=[ssl]
dev-libs/openssl:0= )
upnp? ( net-libs/miniupnpc:0= )"
DEPEND="${RDEPEND}
netlink? ( sys-apps/iproute2
>=sys-kernel/linux-headers-2.6.27 )"
# libnetlink is static only ATM

src_configure() {
myeconfargs=(
$(use_enable magic libmagic)
$(use_enable netlink)
$(use_enable qrcode qrencode)
$(use_enable ssl)
$(use_enable upnp)
)

autotools-utils_src_configure
}






[gentoo-commits] gentoo-x86 commit in dev-python/numba: numba-0.16.0.ebuild ChangeLog

2014-12-25 Thread Mike Gilbert (floppym)
floppym 14/12/25 18:59:55

  Modified: numba-0.16.0.ebuild ChangeLog
  Log:
  Don't depend on enum34 for python3.4.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0BBEEA1FEA4843A4)

Revision  ChangesPath
1.2  dev-python/numba/numba-0.16.0.ebuild

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

Index: numba-0.16.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/numba/numba-0.16.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- numba-0.16.0.ebuild 19 Dec 2014 03:33:53 -  1.1
+++ numba-0.16.0.ebuild 25 Dec 2014 18:59:55 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/numba/numba-0.16.0.ebuild,v 1.1 
2014/12/19 03:33:53 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/numba/numba-0.16.0.ebuild,v 1.2 
2014/12/25 18:59:55 floppym Exp $
 
 EAPI=5
 
@@ -21,8 +21,8 @@
 RDEPEND="
dev-python/llvmlite[${PYTHON_USEDEP}]
>=dev-python/numpy-1.6[${PYTHON_USEDEP}]
-   dev-python/enum34[${PYTHON_USEDEP}]
-   "
+   $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' 
python{2_7,3_3})
+"
 DEPEND="${RDEPEND}"
 
 python_compile() {



1.12 dev-python/numba/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/numba/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   19 Dec 2014 03:33:53 -  1.11
+++ ChangeLog   25 Dec 2014 18:59:55 -  1.12
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/numba
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/numba/ChangeLog,v 1.11 
2014/12/19 03:33:53 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/numba/ChangeLog,v 1.12 
2014/12/25 18:59:55 floppym Exp $
+
+  25 Dec 2014; Mike Gilbert  numba-0.16.0.ebuild:
+  Don't depend on enum34 for python3.4.
 
 *numba-0.16.0 (19 Dec 2014)
 






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

2014-12-25 Thread Michal Gorny (mgorny)
mgorny  14/12/25 18:52:50

  Modified: ChangeLog package.use.mask
  Log:
  Mask USE=ssl on www-servers/pshs for it requires non-keyworded libevent-2.1.

Revision  ChangesPath
1.758profiles/base/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v
retrieving revision 1.757
retrieving revision 1.758
diff -u -r1.757 -r1.758
--- ChangeLog   24 Dec 2014 19:37:24 -  1.757
+++ ChangeLog   25 Dec 2014 18:52:50 -  1.758
@@ -1,6 +1,9 @@
 # ChangeLog for Gentoo base-profile
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.757 2014/12/24 
19:37:24 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.758 2014/12/25 
18:52:50 mgorny Exp $
+
+  25 Dec 2014; Michał Górny  package.use.mask:
+  Mask USE=ssl on www-servers/pshs for it requires non-keyworded libevent-2.1.
 
   24 Dec 2014; Christoph Junghans  package.use.mask:
   dropped hpx[doc] mask as bug #529066 got fixed



1.633profiles/base/package.use.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/package.use.mask?rev=1.633&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/package.use.mask?rev=1.633&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/package.use.mask?r1=1.632&r2=1.633

Index: package.use.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/base/package.use.mask,v
retrieving revision 1.632
retrieving revision 1.633
diff -u -r1.632 -r1.633
--- package.use.mask24 Dec 2014 19:37:24 -  1.632
+++ package.use.mask25 Dec 2014 18:52:50 -  1.633
@@ -1,10 +1,14 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/package.use.mask,v 1.632 
2014/12/24 19:37:24 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/package.use.mask,v 1.633 
2014/12/25 18:52:50 mgorny Exp $
 
 # This file requires >=portage-2.1.1
 # New entries go on top.
 
+# Michał Górny  (25 Dec 2014)
+# Requires non-keyworded >=libevent-2.1, bug #533540.
+www-servers/pshs ssl
+
 # Michał Górny  (30 Nov 2014)
 # Not supported at the moment. DirectFB lacks multilib support,
 # and we have to decide if we want it.






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

2014-12-25 Thread Brian Dolbec
commit: c85bcc0253609bded9d777baccd6958f9c46ed2f
Author: Brian Dolbec  gentoo  org>
AuthorDate: Thu Dec 25 18:20:46 2014 +
Commit: Brian Dolbec  gmail  com>
CommitDate: Thu Dec 25 18:20:46 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/api.git;a=commit;h=c85bcc02

Rename gentoodevs.seeds files

---
 .../seeds/{gentoodevs.seeds => gentoo-devs.seeds}   |   0
 .../seeds/{gentoodevs.seeds.sig => gentoo-devs.seeds.sig}   | Bin
 2 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/files/gentoo-keys/seeds/gentoodevs.seeds 
b/files/gentoo-keys/seeds/gentoo-devs.seeds
similarity index 100%
rename from files/gentoo-keys/seeds/gentoodevs.seeds
rename to files/gentoo-keys/seeds/gentoo-devs.seeds

diff --git a/files/gentoo-keys/seeds/gentoodevs.seeds.sig 
b/files/gentoo-keys/seeds/gentoo-devs.seeds.sig
similarity index 100%
rename from files/gentoo-keys/seeds/gentoodevs.seeds.sig
rename to files/gentoo-keys/seeds/gentoo-devs.seeds.sig



[gentoo-commits] proj/gentoo-keys:master commit in: gkeys-ldap/etc/, gkeys-ldap/bin/

2014-12-25 Thread Brian Dolbec
commit: 55fca6da3526f018d0dfb338d861c40c3f9c3e5c
Author: Brian Dolbec  gentoo  org>
AuthorDate: Thu Dec 25 18:02:54 2014 +
Commit: Brian Dolbec  gmail  com>
CommitDate: Thu Dec 25 18:02:54 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gentoo-keys.git;a=commit;h=55fca6da

gkeys-ldap: Update update-seeds.{sh,conf} for name changes

---
 gkeys-ldap/bin/update-seeds.sh   | 6 +++---
 gkeys-ldap/etc/update-seeds.conf | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/gkeys-ldap/bin/update-seeds.sh b/gkeys-ldap/bin/update-seeds.sh
index 94852a1..2d67c0e 100755
--- a/gkeys-ldap/bin/update-seeds.sh
+++ b/gkeys-ldap/bin/update-seeds.sh
@@ -28,7 +28,7 @@ fi
 
 echo " *** Fetching new seeds from LDAP"
 cd ${GKEYS_DIR}
-gkey-ldap -c ${GKEYS_CONF} updateseeds || die "Seed file generation failed... 
aborting"
+gkeys-ldap -c ${GKEYS_CONF} updateseeds || die "Seed file generation failed... 
aborting"
 
 echo " *** Checking if seed files are up-to-date"
 if ! diff -q ${GKEYS_DIR}/${GKEYS_SEEDS} ${API_DIR}/${API_SEEDS} > /dev/null 
;then
@@ -46,8 +46,8 @@ gkeys -c ${GKEYS_CONF} sign -n ${GKEYS_SIGN} -F 
${API_DIR}/${API_SEEDS} || die "
 
 echo "Committing changes to api repo..."
 cd ${API_DIR}
-git add ${API_SEEDS}  || die " *** Failed to add modified developers.seeds 
file"
-git add ${API_SEEDS}.${GKEYS_SIG} || die " *** Failed to add 
developer.seeds.sig file"
+git add ${API_SEEDS}  || die " *** Failed to add modified ${GKEYS_SEEDS} file"
+git add ${API_SEEDS}.${GKEYS_SIG} || die " *** Failed to add 
${GKEYS_SEEDS}.sig file"
 git commit -m "${GKEYS_COMMIT_MSG}" || die " *** Failed to commit updates"
 git push origin master || die " *** git push failed"
 

diff --git a/gkeys-ldap/etc/update-seeds.conf b/gkeys-ldap/etc/update-seeds.conf
index 71fda58..94aff1a 100644
--- a/gkeys-ldap/etc/update-seeds.conf
+++ b/gkeys-ldap/etc/update-seeds.conf
@@ -1,11 +1,11 @@
 #!/bin/sh
 
 export API_DIR="/var/lib/gkeys/api"
-export API_SEEDS="files/gentoo-keys/seeds/developer.seeds"
+export API_SEEDS="files/gentoo-keys/seeds/gentoo-devs.seeds"
 export API_URL="git+ssh://g...@git.gentoo.org/proj/api.git"
-export GKEYS_COMMIT_MSG="Gentoo-keys: Update developer.seeds"
+export GKEYS_COMMIT_MSG="Gentoo-keys: Update gentoo-devs.seeds"
 export GKEYS_CONF="/var/lib/gkeys/gkeys.conf"
 export GKEYS_DIR="/var/lib/gkeys"
-export GKEYS_SEEDS="seeds/developer.seeds"
+export GKEYS_SEEDS="seeds/gentoo-devs.seeds"
 export GKEYS_SIG="sig"
 export GKEYS_SIGN="gkeys"



[gentoo-commits] proj/gentoo-keys:master commit in: gkeys/etc/

2014-12-25 Thread Brian Dolbec
commit: e99ad7f414f447dbd4acdde0267366fc14852758
Author: Brian Dolbec  gentoo  org>
AuthorDate: Thu Dec 25 18:19:12 2014 +
Commit: Brian Dolbec  gmail  com>
CommitDate: Thu Dec 25 18:19:12 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gentoo-keys.git;a=commit;h=e99ad7f4

gkeys: Update configs with name/permissions changes

---
 gkeys/etc/gkeys.conf| 6 +++---
 gkeys/etc/gkeys.conf.sample | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/gkeys/etc/gkeys.conf b/gkeys/etc/gkeys.conf
index 77869a1..3c79243 100644
--- a/gkeys/etc/gkeys.conf
+++ b/gkeys/etc/gkeys.conf
@@ -43,7 +43,7 @@ logdir: /var/log/gkeys
 directories: 0o775
 
 #umask setting (octal)
-files: 0o007
+files: 0o002
 
 
 [seeds]
@@ -51,7 +51,7 @@ files: 0o007
 # *-seedfile: json txt file of name, keyid, fingerprint
 # entry per line
 gentoo: %(seedsdir)s/gentoo.seeds
-gentoo-devs: %(seedsdir)s/gentoodevs.seeds
+gentoo-devs: %(seedsdir)s/gentoo-devs.seeds
 
 
 [seedurls]
@@ -59,7 +59,7 @@ gentoo-devs: %(seedsdir)s/gentoodevs.seeds
 # Use the filenames as the keys.
 # The will be paired to the seed file of the same name for fetching, updating
 gentoo: https://api.gentoo.org/gentoo-keys/seeds/gentoo.seeds
-gentoo-devs: https://api.gentoo.org/gentoo-keys/seeds/gentoodevs.seeds
+gentoo-devs: https://api.gentoo.org/gentoo-keys/seeds/gentoo-devs.seeds
 
 
 [sign]

diff --git a/gkeys/etc/gkeys.conf.sample b/gkeys/etc/gkeys.conf.sample
index 77869a1..3c79243 100644
--- a/gkeys/etc/gkeys.conf.sample
+++ b/gkeys/etc/gkeys.conf.sample
@@ -43,7 +43,7 @@ logdir: /var/log/gkeys
 directories: 0o775
 
 #umask setting (octal)
-files: 0o007
+files: 0o002
 
 
 [seeds]
@@ -51,7 +51,7 @@ files: 0o007
 # *-seedfile: json txt file of name, keyid, fingerprint
 # entry per line
 gentoo: %(seedsdir)s/gentoo.seeds
-gentoo-devs: %(seedsdir)s/gentoodevs.seeds
+gentoo-devs: %(seedsdir)s/gentoo-devs.seeds
 
 
 [seedurls]
@@ -59,7 +59,7 @@ gentoo-devs: %(seedsdir)s/gentoodevs.seeds
 # Use the filenames as the keys.
 # The will be paired to the seed file of the same name for fetching, updating
 gentoo: https://api.gentoo.org/gentoo-keys/seeds/gentoo.seeds
-gentoo-devs: https://api.gentoo.org/gentoo-keys/seeds/gentoodevs.seeds
+gentoo-devs: https://api.gentoo.org/gentoo-keys/seeds/gentoo-devs.seeds
 
 
 [sign]



[gentoo-commits] gentoo-x86 commit in dev-haskell/text-icu: text-icu-0.6.3.7-r1.ebuild text-icu-0.7.0.0.ebuild ChangeLog

2014-12-25 Thread Andreas HAttel (dilfridge)
dilfridge14/12/25 17:31:32

  Modified: text-icu-0.6.3.7-r1.ebuild text-icu-0.7.0.0.ebuild
ChangeLog
  Log:
  Add slot operator to ICU dependency
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
84AD142F)

Revision  ChangesPath
1.2  dev-haskell/text-icu/text-icu-0.6.3.7-r1.ebuild

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

Index: text-icu-0.6.3.7-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-haskell/text-icu/text-icu-0.6.3.7-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- text-icu-0.6.3.7-r1.ebuild  4 Mar 2014 15:40:43 -   1.1
+++ text-icu-0.6.3.7-r1.ebuild  25 Dec 2014 17:31:32 -  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/text-icu/text-icu-0.6.3.7-r1.ebuild,v 1.1 
2014/03/04 15:40:43 qnikst Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/text-icu/text-icu-0.6.3.7-r1.ebuild,v 1.2 
2014/12/25 17:31:32 dilfridge Exp $
 
 EAPI=5
 
@@ -20,7 +20,7 @@
 
 RDEPEND=">=dev-haskell/text-0.9.1.0:=[profile?]
>=dev-lang/ghc-6.10.4:=
-   dev-libs/icu
+   dev-libs/icu:=
 "
 DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.10



1.2  dev-haskell/text-icu/text-icu-0.7.0.0.ebuild

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

Index: text-icu-0.7.0.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/text-icu/text-icu-0.7.0.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- text-icu-0.7.0.0.ebuild 14 Dec 2014 06:20:30 -  1.1
+++ text-icu-0.7.0.0.ebuild 25 Dec 2014 17:31:32 -  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/text-icu/text-icu-0.7.0.0.ebuild,v 1.1 
2014/12/14 06:20:30 gienah Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/text-icu/text-icu-0.7.0.0.ebuild,v 1.2 
2014/12/25 17:31:32 dilfridge Exp $
 
 EAPI=5
 
@@ -20,7 +20,7 @@
 
 RDEPEND=">=dev-haskell/text-0.9.1.0:=[profile?]
>=dev-lang/ghc-7.4.1:=
-   dev-libs/icu
+   dev-libs/icu:=
 "
 DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.10



1.9  dev-haskell/text-icu/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/text-icu/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   14 Dec 2014 06:20:30 -  1.8
+++ ChangeLog   25 Dec 2014 17:31:32 -  1.9
@@ -1,6 +1,10 @@
 # ChangeLog for dev-haskell/text-icu
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/text-icu/ChangeLog,v 1.8 
2014/12/14 06:20:30 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/text-icu/ChangeLog,v 1.9 
2014/12/25 17:31:32 dilfridge Exp $
+
+  25 Dec 2014; Andreas K. Huettel 
+  text-icu-0.6.3.7-r1.ebuild, text-icu-0.7.0.0.ebuild:
+  Add slot operator to ICU dependency
 
 *text-icu-0.7.0.0 (14 Dec 2014)
 






[gentoo-commits] gentoo-x86 commit in net-im/dianara: ChangeLog dianara-1.2.0.ebuild dianara-1.2.2.ebuild dianara-1.2.3.ebuild

2014-12-25 Thread Michael Palimaka (kensington)
kensington14/12/25 17:01:48

  Modified: ChangeLog
  Removed:  dianara-1.2.0.ebuild dianara-1.2.2.ebuild
dianara-1.2.3.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x06B1F38DCA45A1EC!)

Revision  ChangesPath
1.16 net-im/dianara/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-im/dianara/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog   25 Nov 2014 22:48:00 -  1.15
+++ ChangeLog   25 Dec 2014 17:01:48 -  1.16
@@ -1,6 +1,10 @@
 # ChangeLog for net-im/dianara
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/dianara/ChangeLog,v 1.15 2014/11/25 
22:48:00 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/dianara/ChangeLog,v 1.16 2014/12/25 
17:01:48 kensington Exp $
+
+  25 Dec 2014; Michael Palimaka  -dianara-1.2.0.ebuild,
+  -dianara-1.2.2.ebuild, -dianara-1.2.3.ebuild:
+  Remove old.
 
   25 Nov 2014; Julian Ospald  metadata.xml:
   drop maintainership






[gentoo-commits] gentoo-x86 commit in net-misc/youtube-viewer/files: youtube-viewer-3.0.8-button.patch

2014-12-25 Thread Michael Palimaka (kensington)
kensington14/12/25 17:00:52

  Removed:  youtube-viewer-3.0.8-button.patch
  Log:
  Remove old.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x06B1F38DCA45A1EC!)



[gentoo-commits] gentoo-x86 commit in net-misc/youtube-viewer: ChangeLog youtube-viewer-3.0.8.ebuild youtube-viewer-3.0.9-r2.ebuild youtube-viewer-3.1.0.ebuild

2014-12-25 Thread Michael Palimaka (kensington)
kensington14/12/25 17:00:52

  Modified: ChangeLog
  Removed:  youtube-viewer-3.0.8.ebuild
youtube-viewer-3.0.9-r2.ebuild
youtube-viewer-3.1.0.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x06B1F38DCA45A1EC!)

Revision  ChangesPath
1.41 net-misc/youtube-viewer/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/youtube-viewer/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog   28 Nov 2014 22:25:11 -  1.40
+++ ChangeLog   25 Dec 2014 17:00:52 -  1.41
@@ -1,6 +1,11 @@
 # ChangeLog for net-misc/youtube-viewer
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/youtube-viewer/ChangeLog,v 1.40 
2014/11/28 22:25:11 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/youtube-viewer/ChangeLog,v 1.41 
2014/12/25 17:00:52 kensington Exp $
+
+  25 Dec 2014; Michael Palimaka 
+  -files/youtube-viewer-3.0.8-button.patch, -youtube-viewer-3.0.8.ebuild,
+  -youtube-viewer-3.0.9-r2.ebuild, -youtube-viewer-3.1.0.ebuild:
+  Remove old.
 
   28 Nov 2014; Andreas K. Huettel 
   youtube-viewer-3.0.8.ebuild, youtube-viewer-3.0.9-r2.ebuild,






[gentoo-commits] gentoo-x86 commit in www-servers/hiawatha: metadata.xml ChangeLog

2014-12-25 Thread Michael Palimaka (kensington)
kensington14/12/25 16:57:36

  Modified: metadata.xml ChangeLog
  Log:
  Remove unused USE flag description.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x06B1F38DCA45A1EC!)

Revision  ChangesPath
1.3  www-servers/hiawatha/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/www-servers/hiawatha/metadata.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- metadata.xml25 Nov 2014 22:59:15 -  1.2
+++ metadata.xml25 Dec 2014 16:57:36 -  1.3
@@ -8,7 +8,6 @@
Enable caching of content.
Pull in www-apps/hiawatha-monitor.
Enable the rewrite toolkit.
-   Allow Hiawatha to serve as a reverse 
proxy.
Enable Tomahawk control server.
Enable XSLT support.
This is also needed for directory listings.



1.12 www-servers/hiawatha/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-servers/hiawatha/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   25 Dec 2014 16:56:54 -  1.11
+++ ChangeLog   25 Dec 2014 16:57:36 -  1.12
@@ -1,6 +1,9 @@
 # ChangeLog for www-servers/hiawatha
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/hiawatha/ChangeLog,v 1.11 
2014/12/25 16:56:54 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/hiawatha/ChangeLog,v 1.12 
2014/12/25 16:57:36 kensington Exp $
+
+  25 Dec 2014; Michael Palimaka  metadata.xml:
+  Remove unused USE flag description.
 
   25 Dec 2014; Michael Palimaka  -hiawatha-9.5.ebuild,
   -hiawatha-9.6-r1.ebuild, -hiawatha-9.6.ebuild, -hiawatha-9.7.ebuild:






[gentoo-commits] gentoo-x86 commit in www-servers/hiawatha: ChangeLog hiawatha-9.5.ebuild hiawatha-9.6.ebuild hiawatha-9.7.ebuild hiawatha-9.6-r1.ebuild

2014-12-25 Thread Michael Palimaka (kensington)
kensington14/12/25 16:56:54

  Modified: ChangeLog
  Removed:  hiawatha-9.5.ebuild hiawatha-9.6.ebuild
hiawatha-9.7.ebuild hiawatha-9.6-r1.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x06B1F38DCA45A1EC!)

Revision  ChangesPath
1.11 www-servers/hiawatha/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-servers/hiawatha/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   25 Nov 2014 22:59:15 -  1.10
+++ ChangeLog   25 Dec 2014 16:56:54 -  1.11
@@ -1,6 +1,10 @@
 # ChangeLog for www-servers/hiawatha
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/hiawatha/ChangeLog,v 1.10 
2014/11/25 22:59:15 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/hiawatha/ChangeLog,v 1.11 
2014/12/25 16:56:54 kensington Exp $
+
+  25 Dec 2014; Michael Palimaka  -hiawatha-9.5.ebuild,
+  -hiawatha-9.6-r1.ebuild, -hiawatha-9.6.ebuild, -hiawatha-9.7.ebuild:
+  Remove old.
 
   25 Nov 2014; Julian Ospald  metadata.xml:
   drop maintainership






[gentoo-commits] gentoo-x86 commit in net-p2p/pybitmessage: ChangeLog pybitmessage-0.4.0.ebuild pybitmessage-0.4.1.ebuild

2014-12-25 Thread Michael Palimaka (kensington)
kensington14/12/25 16:52:53

  Modified: ChangeLog
  Removed:  pybitmessage-0.4.0.ebuild pybitmessage-0.4.1.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x06B1F38DCA45A1EC!)

Revision  ChangesPath
1.12 net-p2p/pybitmessage/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-p2p/pybitmessage/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   25 Nov 2014 22:53:26 -  1.11
+++ ChangeLog   25 Dec 2014 16:52:53 -  1.12
@@ -1,6 +1,10 @@
 # ChangeLog for net-p2p/pybitmessage
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/pybitmessage/ChangeLog,v 1.11 
2014/11/25 22:53:26 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/pybitmessage/ChangeLog,v 1.12 
2014/12/25 16:52:53 kensington Exp $
+
+  25 Dec 2014; Michael Palimaka 
+  -pybitmessage-0.4.0.ebuild, -pybitmessage-0.4.1.ebuild:
+  Remove old.
 
   25 Nov 2014; Julian Ospald  metadata.xml:
   drop maintainership






[gentoo-commits] gentoo-x86 commit in sci-mathematics/maxima: ChangeLog maxima-5.35.1-r1.ebuild maxima-5.35.1.ebuild

2014-12-25 Thread Andrey Grozin (grozin)
grozin  14/12/25 16:00:06

  Modified: ChangeLog
  Added:maxima-5.35.1-r1.ebuild
  Removed:  maxima-5.35.1.ebuild
  Log:
  5.35.1 tarball contains a wrong sys-proclaim.lisp; re-generate it (only 
affects gcl)
  
  (Portage version: 2.2.15/cvs/Linux i686, signed Manifest commit with key 
0x3AFFCE974D34BD8C!)

Revision  ChangesPath
1.116sci-mathematics/maxima/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/maxima/ChangeLog?rev=1.116&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/maxima/ChangeLog?rev=1.116&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/maxima/ChangeLog?r1=1.115&r2=1.116

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/ChangeLog,v
retrieving revision 1.115
retrieving revision 1.116
diff -u -r1.115 -r1.116
--- ChangeLog   22 Dec 2014 10:49:42 -  1.115
+++ ChangeLog   25 Dec 2014 16:00:06 -  1.116
@@ -1,6 +1,13 @@
 # ChangeLog for sci-mathematics/maxima
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/ChangeLog,v 1.115 
2014/12/22 10:49:42 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/ChangeLog,v 1.116 
2014/12/25 16:00:06 grozin Exp $
+
+*maxima-5.35.1-r1 (25 Dec 2014)
+
+  25 Dec 2014; Andrey Grozin  -maxima-5.35.1.ebuild,
+  +maxima-5.35.1-r1.ebuild:
+  5.35.1 tarball contains a wrong sys-proclaim.lisp; re-generate it (only
+  affects gcl)
 
   22 Dec 2014; Andrey Grozin  +files/wish-1.patch:
   Adding a missing patch (#533202)



1.1  sci-mathematics/maxima/maxima-5.35.1-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/maxima/maxima-5.35.1-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/maxima/maxima-5.35.1-r1.ebuild?rev=1.1&content-type=text/plain

Index: maxima-5.35.1-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sci-mathematics/maxima/maxima-5.35.1-r1.ebuild,v 1.1 
2014/12/25 16:00:06 grozin Exp $

EAPI=5

inherit autotools elisp-common eutils

DESCRIPTION="Free computer algebra environment based on Macsyma"
HOMEPAGE="http://maxima.sourceforge.net/";
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

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

# Supported lisps
LISPS=( sbcl cmucl gcl ecls clozurecl clisp )
#  supports readline: . - no, y - yes
SUPP_RL=(   .. y   .. y )
# . - just --enable-,  - --enable-
CONF_FLAG=( .. .   ecl  ccl   . )
# patch file version; . - no patch
PATCH_V=(   00 .   11 0 )

IUSE="latex emacs tk nls unicode xemacs X ${LISPS[*]}"

# Languages
LANGS="es pt pt_BR"
for lang in ${LANGS}; do
IUSE="${IUSE} linguas_${lang}"
done

RDEPEND="X? ( x11-misc/xdg-utils
 sci-visualization/gnuplot[gd]
 tk? ( dev-lang/tk ) )
latex? ( virtual/latex-base )
emacs? ( virtual/emacs
latex? ( app-emacs/auctex ) )
xemacs? ( app-editors/xemacs
latex? ( app-emacs/auctex ) )"

PDEPEND="emacs? ( app-emacs/imaxima )"

# generating lisp dependencies
depends() {
local LISP DEP
LISP=${LISPS[$1]}
DEP="dev-lisp/${LISP}:="
if [ "${SUPP_RL[$1]}" = "." ]; then
DEP="${DEP} app-misc/rlwrap"
fi
echo ${DEP}
}

n=${#LISPS[*]}
for ((n--; n >= 0; n--)); do
LISP=${LISPS[${n}]}
RDEPEND="${RDEPEND} ${LISP}? ( $(depends ${n}) )"
if (( ${n} > 0 )); then
DEF_DEP="${DEF_DEP} !${LISP}? ( "
fi
done

# default lisp
if use arm; then
DEF_LISP=2 # gcl
else
DEF_LISP=0 # sbcl
fi

DEF_DEP="${DEF_DEP} `depends ${DEF_LISP}`"

n=${#LISPS[*]}
for ((n--; n > 0; n--)); do
DEF_DEP="${DEF_DEP} )"
done

unset LISP

RDEPEND="${RDEPEND}
${DEF_DEP}"

DEPEND="${RDEPEND}
sys-apps/texinfo"

TEXMF="${EPREFIX}"/usr/share/texmf-site

pkg_setup() {
local n=${#LISPS[*]}

for ((n--; n >= 0; n--)); do
use ${LISPS[${n}]} && NLISPS="${NLISPS} ${n}"
done

if [ -z "${NLISPS}" ]; then
ewarn "No lisp specified in USE flags, choosing 
${LISPS[${DEF_LISP}]} as default"
NLISPS=${DEF_LISP}
fi
}

src_prepare() {
local n PATCHES v
PATCHES=( imaxima-0 rmaxima-0 wish-1 xdg-utils-0 )

n=${#PATCHES[*]}
for ((n--; n >= 0; n--)); do
epatch "${FILESDIR}"/

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

2014-12-25 Thread Mike Gilbert (floppym)
floppym 14/12/25 15:54:47

  Modified: ChangeLog package.mask
  Log:
  Mask sci-physics/camfr.

Revision  ChangesPath
1.9640   profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.9639
retrieving revision 1.9640
diff -u -r1.9639 -r1.9640
--- ChangeLog   25 Dec 2014 14:17:00 -  1.9639
+++ ChangeLog   25 Dec 2014 15:54:47 -  1.9640
@@ -1,11 +1,14 @@
 # ChangeLog for profile directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9639 2014/12/25 
14:17:00 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9640 2014/12/25 
15:54:47 floppym Exp $
 #
 # This ChangeLog should include records for all changes in profiles directory.
 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
 # here. If in doubt put a record here!
 
+  25 Dec 2014; Mike Gilbert  package.mask:
+  Mask sci-physics/camfr.
+
   25 Dec 2014; Ulrich Müller  license_groups:
   Add CLX license to MISC-FREE group, bug 533400.
 



1.16243  profiles/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.16242
retrieving revision 1.16243
diff -u -r1.16242 -r1.16243
--- package.mask24 Dec 2014 13:07:23 -  1.16242
+++ package.mask25 Dec 2014 15:54:47 -  1.16243
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16242 2014/12/24 
13:07:23 mjo Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16243 2014/12/25 
15:54:47 floppym Exp $
 #
 # When you add an entry to the top of this file, add your name, the date, and
 # an explanation of why something is getting masked. Please be extremely
@@ -30,6 +30,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Mike Gilbert  (25 Dec 2014)
+# Deprecated PIL imports, bug 471552.
+# Removal in 30 days.
+sci-physics/camfr
+
 # Michael Orlitzky  (24 Dec 2014)
 # Masked for removal in 30 days (bug #531954). All current versions of
 # nagios block it, and it has unresolved LICENSE issues (bug #320241).






[gentoo-commits] gentoo-x86 commit in net-im/pymsn-t: ChangeLog pymsn-t-0.11.3-r3.ebuild

2014-12-25 Thread Mike Gilbert (floppym)
floppym 14/12/25 15:53:37

  Modified: ChangeLog
  Removed:  pymsn-t-0.11.3-r3.ebuild
  Log:
  Drop stable ebuild per bug 471546.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0BBEEA1FEA4843A4)

Revision  ChangesPath
1.30 net-im/pymsn-t/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/pymsn-t/ChangeLog?rev=1.30&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/pymsn-t/ChangeLog?rev=1.30&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/pymsn-t/ChangeLog?r1=1.29&r2=1.30

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-im/pymsn-t/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog   5 Aug 2014 18:34:17 -   1.29
+++ ChangeLog   25 Dec 2014 15:53:37 -  1.30
@@ -1,6 +1,9 @@
 # ChangeLog for net-im/pymsn-t
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/pymsn-t/ChangeLog,v 1.29 2014/08/05 
18:34:17 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/pymsn-t/ChangeLog,v 1.30 2014/12/25 
15:53:37 floppym Exp $
+
+  25 Dec 2014; Mike Gilbert  -pymsn-t-0.11.3-r3.ebuild:
+  Drop stable ebuild per bug 471546.
 
   05 Aug 2014; Manuel Rüger  pymsn-t-0.11.3-r3.ebuild,
   pymsn-t-0.11.3-r4.ebuild:






[gentoo-commits] gentoo-x86 commit in net-irc/xchat-gnome: xchat-gnome-0.26.1-r3.ebuild ChangeLog

2014-12-25 Thread Michal Gorny (mgorny)
mgorny  14/12/25 15:45:44

  Modified: ChangeLog
  Added:xchat-gnome-0.26.1-r3.ebuild
  Log:
  Convert to python-single-r1.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.76 net-irc/xchat-gnome/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-irc/xchat-gnome/ChangeLog,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- ChangeLog   29 Mar 2013 23:29:56 -  1.75
+++ ChangeLog   25 Dec 2014 15:45:44 -  1.76
@@ -1,6 +1,11 @@
 # ChangeLog for net-irc/xchat-gnome
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-gnome/ChangeLog,v 1.75 
2013/03/29 23:29:56 eva Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-gnome/ChangeLog,v 1.76 
2014/12/25 15:45:44 mgorny Exp $
+
+*xchat-gnome-0.26.1-r3 (25 Dec 2014)
+
+  25 Dec 2014; Michał Górny  +xchat-gnome-0.26.1-r3.ebuild:
+  Convert to python-single-r1.
 
   29 Mar 2013; Gilles Dartiguelongue 
   -xchat-gnome-0.26.1-r1.ebuild:



1.1  net-irc/xchat-gnome/xchat-gnome-0.26.1-r3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/xchat-gnome/xchat-gnome-0.26.1-r3.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/xchat-gnome/xchat-gnome-0.26.1-r3.ebuild?rev=1.1&content-type=text/plain

Index: xchat-gnome-0.26.1-r3.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-irc/xchat-gnome/xchat-gnome-0.26.1-r3.ebuild,v 1.1 
2014/12/25 15:45:44 mgorny Exp $

EAPI=5
GCONF_DEBUG="yes"
GNOME2_LA_PUNT="yes"
GNOME_TARBALL_SUFFIX="bz2"
PYTHON_COMPAT=( python2_7 )

inherit autotools eutils multilib gnome2 python-single-r1

DESCRIPTION="GNOME frontend for the popular X-Chat IRC client"
HOMEPAGE="http://live.gnome.org/Xchat-Gnome";

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="dbus libnotify mmx nls perl python spell ssl tcl"

RDEPEND=">=dev-libs/glib-2.18:2
>=gnome-base/libgnome-2.16.0
>=gnome-base/gconf-2.8.0
>=gnome-base/libgnomeui-2.16.0
>=gnome-base/libglade-2.3.2
>=media-libs/libcanberra-0.3[gtk]
>=x11-libs/gtk+-2.14:2
>=x11-libs/libsexy-0.1.11
x11-libs/libX11
spell? ( app-text/enchant )
ssl? ( >=dev-libs/openssl-0.9.6d )
perl? ( >=dev-lang/perl-5.6.1 )
python? ( ${PYTHON_DEPS} )
tcl? ( dev-lang/tcl )
dbus? ( >=sys-apps/dbus-0.60 )
libnotify? ( >=x11-libs/libnotify-0.3.2 )
"
DEPEND="${RDEPEND}
virtual/pkgconfig
>=app-text/gnome-doc-utils-0.3.2
nls? ( sys-devel/gettext )"

REQUIRED_USE=${PYTHON_REQUIRED_USE}

# gnome-base/gnome-common needed when doing eautoreconf

pkg_setup() {
# Per configure.ac, shm is disable because of upstream bug #565958
# --enable-shm
G2CONF="${G2CONF}
--enable-canberra
--disable-schemas-install
--disable-scrollkeeper
--disable-static
--disable-maintainer-mode
$(use_with ssl openssl)
$(use_enable perl)
$(use_enable python)
$(use_enable tcl tcl /usr/$(get_libdir))
$(use_enable mmx)
$(use_enable dbus)
$(use_enable nls)
$(use_enable libnotify notification)"

DOCS="AUTHORS ChangeLog NEWS"

use python && python-single-r1_pkg_setup
}

src_prepare() {
epatch "${FILESDIR}"/${P}-libnotify-0.7.patch

# https://bugzilla.gnome.org/show_bug.cgi?id=649844
epatch "${FILESDIR}"/${P}-multilib.patch
# https://bugzilla.gnome.org/show_bug.cgi?id=650008
epatch "${FILESDIR}"/${P}-ssl-automagic.patch

eautoconf

gnome2_src_prepare

# Fix build with it documentation, bug #341173
epatch "${FILESDIR}/${PN}-0.26.1-fix-it-help.patch"
}

src_install() {
gnome2_src_install

# install plugin development header
insinto /usr/include/xchat-gnome
doins src/common/xchat-plugin.h
}






[gentoo-commits] gentoo-x86 commit in gnome-extra/avant-window-navigator: avant-window-navigator-0.4.2.ebuild ChangeLog

2014-12-25 Thread Michal Gorny (mgorny)
mgorny  14/12/25 15:42:14

  Modified: avant-window-navigator-0.4.2.ebuild ChangeLog
  Log:
  Add missing PYTHON_USEDEP.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.5  
gnome-extra/avant-window-navigator/avant-window-navigator-0.4.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/avant-window-navigator/avant-window-navigator-0.4.2.ebuild?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/avant-window-navigator/avant-window-navigator-0.4.2.ebuild?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/avant-window-navigator/avant-window-navigator-0.4.2.ebuild?r1=1.4&r2=1.5

Index: avant-window-navigator-0.4.2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/gnome-extra/avant-window-navigator/avant-window-navigator-0.4.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- avant-window-navigator-0.4.2.ebuild 21 Aug 2014 08:25:52 -  1.4
+++ avant-window-navigator-0.4.2.ebuild 25 Dec 2014 15:42:14 -  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/gnome-extra/avant-window-navigator/avant-window-navigator-0.4.2.ebuild,v
 1.4 2014/08/21 08:25:52 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/gnome-extra/avant-window-navigator/avant-window-navigator-0.4.2.ebuild,v
 1.5 2014/12/25 15:42:14 mgorny Exp $
 
 EAPI=5
 GCONF_DEBUG=no
@@ -23,16 +23,16 @@
${PYTHON_DEPS}
>=dev-libs/dbus-glib-0.80
>=dev-libs/glib-2.16
-   >=dev-python/pygtk-2.12:2
+   >=dev-python/pygtk-2.12:2[${PYTHON_USEDEP}]
>=gnome-base/libgtop-2
>=x11-libs/gtk+-2.12:2
>=x11-libs/libdesktop-agnostic-0.3.9[gconf?]
>=x11-libs/libwnck-2.22:1
-   dev-python/dbus-python
-   dev-python/librsvg-python
-   dev-python/pycairo
-   dev-python/pygobject:2
-   dev-python/pyxdg
+   dev-python/dbus-python[${PYTHON_USEDEP}]
+   dev-python/librsvg-python[${PYTHON_USEDEP}]
+   dev-python/pycairo[${PYTHON_USEDEP}]
+   dev-python/pygobject:2[${PYTHON_USEDEP}]
+   dev-python/pyxdg[${PYTHON_USEDEP}]
dev-vcs/bzr
x11-libs/libX11
x11-libs/libXcomposite



1.47 gnome-extra/avant-window-navigator/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/avant-window-navigator/ChangeLog?rev=1.47&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/avant-window-navigator/ChangeLog?rev=1.47&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/avant-window-navigator/ChangeLog?r1=1.46&r2=1.47

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/gnome-extra/avant-window-navigator/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog   21 Aug 2014 08:25:52 -  1.46
+++ ChangeLog   25 Dec 2014 15:42:14 -  1.47
@@ -1,6 +1,10 @@
 # ChangeLog for gnome-extra/avant-window-navigator
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/gnome-extra/avant-window-navigator/ChangeLog,v 1.46 
2014/08/21 08:25:52 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/gnome-extra/avant-window-navigator/ChangeLog,v 1.47 
2014/12/25 15:42:14 mgorny Exp $
+
+  25 Dec 2014; Michał Górny 
+  avant-window-navigator-0.4.2.ebuild:
+  Add missing PYTHON_USEDEP.
 
   21 Aug 2014; Jeroen Roovers 
   -avant-window-navigator-0.4.0.ebuild:






[gentoo-commits] gentoo-x86 commit in x11-libs/libdesktop-agnostic: libdesktop-agnostic-0.3.92-r1.ebuild ChangeLog

2014-12-25 Thread Michal Gorny (mgorny)
mgorny  14/12/25 15:40:43

  Modified: ChangeLog
  Added:libdesktop-agnostic-0.3.92-r1.ebuild
  Log:
  Convert to python-single-r1.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.9  x11-libs/libdesktop-agnostic/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libdesktop-agnostic/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   27 Jun 2014 16:41:55 -  1.8
+++ ChangeLog   25 Dec 2014 15:40:43 -  1.9
@@ -1,6 +1,12 @@
 # ChangeLog for x11-libs/libdesktop-agnostic
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libdesktop-agnostic/ChangeLog,v 
1.8 2014/06/27 16:41:55 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libdesktop-agnostic/ChangeLog,v 
1.9 2014/12/25 15:40:43 mgorny Exp $
+
+*libdesktop-agnostic-0.3.92-r1 (25 Dec 2014)
+
+  25 Dec 2014; Michał Górny 
+  +libdesktop-agnostic-0.3.92-r1.ebuild:
+  Convert to python-single-r1.
 
   27 Jun 2014; Christoph Mende 
   libdesktop-agnostic-0.3.92.ebuild:



1.1  
x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92-r1.ebuild?rev=1.1&content-type=text/plain

Index: libdesktop-agnostic-0.3.92-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92-r1.ebuild,v
 1.1 2014/12/25 15:40:43 mgorny Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )
VALA_USE_DEPEND="vapigen"

inherit python-single-r1 waf-utils vala

DESCRIPTION="A desktop-agnostic library for GLib-based projects"
HOMEPAGE="https://launchpad.net/libdesktop-agnostic";
SRC_URI="http://launchpad.net/${PN}/0.4/${PV}/+download/${P}.tar.gz";

LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug +gconf glade gnome +introspection"

RDEPEND=">=dev-libs/glib-2
dev-python/pygobject:2[${PYTHON_USEDEP}]
dev-python/pygtk:2[${PYTHON_USEDEP}]
x11-libs/gtk+:2
gconf? ( gnome-base/gconf:2 )
glade? ( gnome-base/libglade:2.0 )
gnome? ( gnome-base/gnome-desktop:2 )
${PYTHON_DEPS}"
DEPEND="${RDEPEND}
$(vala_depend)
dev-libs/gobject-introspection
introspection? ( x11-libs/gtk+:2[introspection] )"

REQUIRED_USE=${PYTHON_REQUIRED_USE}

src_configure() {
local cfg="keyfile" fdo="glib" myconf=""

use gconf && cfg="gconf,${cfg}"
use gnome && fdo="${fdo},gnome"
use debug && myconf="${myconf} --enable-debug"
use glade && myconf="${myconf} --with-glade"
use introspection || myconf="${myconf} --disable-gi"

waf-utils_src_configure \
--sysconfdir="${EPREFIX}"/etc \
--config-backends=${cfg} \
--desktop-entry-backends=${fdo} \
--vfs-backends=gio \
${myconf}
}






[gentoo-commits] gentoo-x86 commit in dev-util/bam: bam-0.4.0-r1.ebuild ChangeLog

2014-12-25 Thread Michal Gorny (mgorny)
mgorny  14/12/25 15:28:46

  Modified: ChangeLog
  Added:bam-0.4.0-r1.ebuild
  Log:
  Convert to python-any-r1.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.10 dev-util/bam/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/bam/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   22 Jul 2012 17:32:58 -  1.9
+++ ChangeLog   25 Dec 2014 15:28:46 -  1.10
@@ -1,6 +1,11 @@
 # ChangeLog for dev-util/bam
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/bam/ChangeLog,v 1.9 2012/07/22 
17:32:58 pacho Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/bam/ChangeLog,v 1.10 2014/12/25 
15:28:46 mgorny Exp $
+
+*bam-0.4.0-r1 (25 Dec 2014)
+
+  25 Dec 2014; Michał Górny  +bam-0.4.0-r1.ebuild:
+  Convert to python-any-r1.
 
   22 Jul 2012; Pacho Ramos  bam-0.4.0.ebuild,
   files/0.4.0/Makefile:



1.1  dev-util/bam/bam-0.4.0-r1.ebuild

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

Index: bam-0.4.0-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/bam/bam-0.4.0-r1.ebuild,v 1.1 
2014/12/25 15:28:46 mgorny Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )

inherit eutils python-any-r1 toolchain-funcs

DESCRIPTION="Fast and flexible Lua-based build system"
HOMEPAGE="http://matricks.github.com/bam/";
SRC_URI="http://github.com/downloads/matricks/${PN}/${P}.tar.bz2";

LICENSE="ZLIB"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc test"

RDEPEND="dev-lang/lua:="
DEPEND="${RDEPEND}
doc? ( ${PYTHON_DEPS} )
test? ( ${PYTHON_DEPS} )"

pkg_setup() {
if use doc || use test; then
python-any-r1_pkg_setup
fi
}

src_prepare() {
cp "${FILESDIR}"/${PV}/Makefile "${S}"/Makefile || die "cp failed"
epatch "${FILESDIR}"/${PV}/${P}-test.py.patch
tc-export CC
}

src_compile() {
emake ${PN}
if use doc; then
"${PYTHON}" scripts/gendocs.py || die "doc generation failed"
fi
}

src_install() {
dobin ${PN}
if use doc; then
dohtml docs/${PN}{.html,_logo.png}
fi
}






[gentoo-commits] gentoo-x86 commit in app-text/cb2bib: cb2bib-1.5.0.ebuild ChangeLog

2014-12-25 Thread Davide Pesavento (pesa)
pesa14/12/25 15:18:16

  Modified: ChangeLog
  Added:cb2bib-1.5.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0xDADED6B2671CB57D!)

Revision  ChangesPath
1.22 app-text/cb2bib/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/cb2bib/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog   10 May 2013 05:53:05 -  1.21
+++ ChangeLog   25 Dec 2014 15:18:16 -  1.22
@@ -1,6 +1,11 @@
 # ChangeLog for app-text/cb2bib
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/cb2bib/ChangeLog,v 1.21 2013/05/10 
05:53:05 patrick Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/cb2bib/ChangeLog,v 1.22 2014/12/25 
15:18:16 pesa Exp $
+
+*cb2bib-1.5.0 (25 Dec 2014)
+
+  25 Dec 2014; Davide Pesavento  +cb2bib-1.5.0.ebuild:
+  Version bump.
 
   10 May 2013; Patrick Lauer  metadata.xml:
   Remove unused flag description from metadata



1.1  app-text/cb2bib/cb2bib-1.5.0.ebuild

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

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

EAPI=5

inherit cmake-utils

DESCRIPTION="Tool for extracting unformatted bibliographic references"
HOMEPAGE="http://www.molspaces.com/cb2bib/";
SRC_URI="http://www.molspaces.com/dl/progs/${P}.tar.gz";

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

DEPEND="
dev-qt/qtcore:4
dev-qt/qtgui:4
x11-libs/libX11
lzo? ( dev-libs/lzo:2 )
webkit? ( dev-qt/qtwebkit:4 )
"
RDEPEND="${DEPEND}"

src_prepare() {
cmake-utils_src_prepare

# Fix desktop files
sed -i -e '/Keywords=/ s/$/;/' c2bscripts/{c2bciter,cb2bib}.desktop || 
die
}

src_configure() {
local mycmakeargs=(
-DC2B_USE_LZO=$(use lzo && echo ON || echo OFF)
-DC2B_USE_WEBKIT=$(use webkit && echo ON || echo OFF)
)
cmake-utils_src_configure
}

pkg_postinst() {
einfo
elog "For best functionality, emerge the following packages:"
elog "app-text/poppler[utils] - for data import from PDF files"
elog "app-text/dvipdfm- for data import from DVI files"
elog "app-text/bibutils   - for data import from ISI, endnote 
format"
elog "media-fonts/jsmath  - for displaying mathematical 
notation"
elog "media-libs/exiftool - for proper UTF-8 metadata writing 
in PDF"
elog "  text strings"
elog "virtual/latex-base  - to check for BibTeX file 
correctness and to get"
elog "  nice printing through the shell 
script bib2pdf"
einfo
}






[gentoo-commits] proj/qt:master commit in: x11-misc/obconf-qt/

2014-12-25 Thread Ben de Groot
commit: b77194758b1713ecb67c8e9fa2d0864faaa8b580
Author: Ben de Groot  gentoo  org>
AuthorDate: Thu Dec 25 14:51:38 2014 +
Commit: Ben de Groot  gentoo  org>
CommitDate: Thu Dec 25 14:51:38 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=b7719475

x11-misc/obconf-qt: add choice between qt4 and qt5

---
 x11-misc/obconf-qt/obconf-qt-.ebuild | 19 +++
 1 file changed, 11 insertions(+), 8 deletions(-)

diff --git a/x11-misc/obconf-qt/obconf-qt-.ebuild 
b/x11-misc/obconf-qt/obconf-qt-.ebuild
index 7b16314..206dcaa 100644
--- a/x11-misc/obconf-qt/obconf-qt-.ebuild
+++ b/x11-misc/obconf-qt/obconf-qt-.ebuild
@@ -18,15 +18,11 @@ fi
 
 LICENSE="GPL-2 LGPL-2.1+"
 SLOT="0"
+IUSE="qt4 +qt5"
+REQUIRED_USE="^^ ( qt4 qt5 )"
 
 RDEPEND="dev-libs/glib:2
dev-libs/libxml2
-   dev-qt/linguist-tools:5
-   dev-qt/qtcore:5
-   dev-qt/qtdbus:5
-   dev-qt/qtgui:5
-   dev-qt/qtwidgets:5
-   dev-qt/qtx11extras:5
media-libs/fontconfig
media-libs/freetype
x11-wm/openbox:3
@@ -35,13 +31,20 @@ RDEPEND="dev-libs/glib:2
x11-libs/libX11
x11-libs/libXft
x11-libs/pango
-"
+   qt4? ( dev-qt/qtcore:4
+   dev-qt/qtgui:4 )
+   qt5? ( dev-qt/linguist-tools:5
+   dev-qt/qtcore:5
+   dev-qt/qtdbus:5
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtx11extras:5 )"
 DEPEND="${RDEPEND}
virtual/pkgconfig"
 
 src_configure() {
local mycmakeargs=(
-   -DUSE_QT5=ON
+   $( cmake-utils_use_use qt5 QT5 )
)
cmake-utils_src_configure
 }



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

2014-12-25 Thread Ulrich Mueller (ulm)
ulm 14/12/25 14:17:00

  Modified: license_groups ChangeLog
  Log:
  Add CLX license to MISC-FREE group, bug 533400.

Revision  ChangesPath
1.251profiles/license_groups

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/license_groups?rev=1.251&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/license_groups?rev=1.251&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/license_groups?r1=1.250&r2=1.251

Index: license_groups
===
RCS file: /var/cvsroot/gentoo-x86/profiles/license_groups,v
retrieving revision 1.250
retrieving revision 1.251
diff -u -r1.250 -r1.251
--- license_groups  8 Dec 2014 16:19:28 -   1.250
+++ license_groups  25 Dec 2014 14:17:00 -  1.251
@@ -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/profiles/license_groups,v 1.250 2014/12/08 
16:19:28 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/license_groups,v 1.251 2014/12/25 
14:17:00 ulm Exp $
 
 # Please report bugs or other requests at bugs.gentoo.org and assign to
 # licen...@gentoo.org
@@ -30,7 +30,7 @@
 # TODO: maybe add a category for BSD-alike MISC-FREE licenses for easy
 # separation?
 # BSD-4 alikes: dom4j FastCGI icu JDOM
-MISC-FREE ACE Allegro alternate bea.ri.jsr173 BEER-WARE boehm-gc BSD-1 
BSD-with-attribution buddy bufexplorer.vim BZIP2 canfep CDDL-Schily CeCILL-C 
CFS CMake CPL-0.5 CRACKLIB Crypt-IDEA cryptopp czyborra DES docbook dom4j 
eGenixPublic-1.1 ElementTree Emacs ErlPL-1.1 FastCGI feh File-MMagic Flashpix 
FLEX flexmock FLTK freemarker FVWM gd gnuplot gsm HTML-Tidy htmlc iASL IBPP-1.1 
icu IDPL IJG imagemagick Info-ZIP inner-net ipadic ipx-utils Ispell JasPer2.0 
JDOM JNIC JOVE keynote LambdaMOO LIBGLOSS libmng libodialog libpng libtiff 
LLGPL-2.1 LPPL-1.3 LPPL-1.3b lsof Mail-Sendmail mapm-4.9.5 matplotlib Mini-XML 
minpack MIT-with-advertising mm mpich2 nap NCSA-HDF netcat NEWLIB ngrep noweb 
Old-MIT openafs-krb5-a Openwall otter PCRE perforce photopc PHP-2.02 PIZZA-WARE 
pngcrush pngnq Princeton psutils qmail-nelson rc regexp-UofT RSA rwpng scanlogd 
Sendmail Sendmail-Open-Source shrimp SMAIL Snd SNIA SSLeay Subversion SVFL 
tablelist tcltk tcp_wrappers_license TermReadKey TeX TeX-other-free Time
 -Format Time-modules tm-align totd URT w3m wxWinLL-3 x2x xbatt xboing XC 
Xdebug xtrs xvt YaTeX zpaq ZSH
+MISC-FREE ACE Allegro alternate bea.ri.jsr173 BEER-WARE boehm-gc BSD-1 
BSD-with-attribution buddy bufexplorer.vim BZIP2 canfep CDDL-Schily CeCILL-C 
CFS CLX CMake CPL-0.5 CRACKLIB Crypt-IDEA cryptopp czyborra DES docbook dom4j 
eGenixPublic-1.1 ElementTree Emacs ErlPL-1.1 FastCGI feh File-MMagic Flashpix 
FLEX flexmock FLTK freemarker FVWM gd gnuplot gsm HTML-Tidy htmlc iASL IBPP-1.1 
icu IDPL IJG imagemagick Info-ZIP inner-net ipadic ipx-utils Ispell JasPer2.0 
JDOM JNIC JOVE keynote LambdaMOO LIBGLOSS libmng libodialog libpng libtiff 
LLGPL-2.1 LPPL-1.3 LPPL-1.3b lsof Mail-Sendmail mapm-4.9.5 matplotlib Mini-XML 
minpack MIT-with-advertising mm mpich2 nap NCSA-HDF netcat NEWLIB ngrep noweb 
Old-MIT openafs-krb5-a Openwall otter PCRE perforce photopc PHP-2.02 PIZZA-WARE 
pngcrush pngnq Princeton psutils qmail-nelson rc regexp-UofT RSA rwpng scanlogd 
Sendmail Sendmail-Open-Source shrimp SMAIL Snd SNIA SSLeay Subversion SVFL 
tablelist tcltk tcp_wrappers_license TermReadKey TeX TeX-other-free 
 Time-Format Time-modules tm-align totd URT w3m wxWinLL-3 x2x xbatt xboing XC 
Xdebug xtrs xvt YaTeX zpaq ZSH
 # The following are NOT valid in @MISC-FREE:
 # arj - usage restrictions
 # freedist - Doesn't grant the right to do modifications.



1.9639   profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.9638
retrieving revision 1.9639
diff -u -r1.9638 -r1.9639
--- ChangeLog   24 Dec 2014 14:54:23 -  1.9638
+++ ChangeLog   25 Dec 2014 14:17:00 -  1.9639
@@ -1,11 +1,14 @@
 # ChangeLog for profile directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9638 2014/12/24 
14:54:23 leio Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9639 2014/12/25 
14:17:00 ulm Exp $
 #
 # This ChangeLog should include records for all changes in profiles directory.
 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
 # here. If in doubt put

[gentoo-commits] proj/qt:master commit in: x11-misc/compton-conf/

2014-12-25 Thread Ben de Groot
commit: a67c5ba0c1bfb9bfc0932143ceb97326f32936a3
Author: Ben de Groot  gentoo  org>
AuthorDate: Thu Dec 25 14:10:16 2014 +
Commit: Ben de Groot  gentoo  org>
CommitDate: Thu Dec 25 14:10:16 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=a67c5ba0

x11-misc/compton-conf: add qt5 support to live ebuild

---
 x11-misc/compton-conf/compton-conf-.ebuild | 28 +++---
 1 file changed, 21 insertions(+), 7 deletions(-)

diff --git a/x11-misc/compton-conf/compton-conf-.ebuild 
b/x11-misc/compton-conf/compton-conf-.ebuild
index 0f4665f..73d0220 100644
--- a/x11-misc/compton-conf/compton-conf-.ebuild
+++ b/x11-misc/compton-conf/compton-conf-.ebuild
@@ -19,11 +19,25 @@ fi
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-IUSE=""
+IUSE="qt4 +qt5"
+REQUIRED_USE="^^ ( qt4 qt5 )"
 
-DEPEND="dev-qt/qtcore:4
-   dev-qt/qtdbus:4
-   dev-qt/qtgui:4
-   x11-libs/libX11
-   x11-misc/compton"
-RDEPEND="${DEPEND}"
+RDEPEND="x11-libs/libX11
+   x11-misc/compton
+   qt4? ( dev-qt/qtcore:4
+   dev-qt/qtdbus:4
+   dev-qt/qtgui:4 )
+   qt5? ( dev-qt/linguist-tools:5
+   dev-qt/qtcore:5
+   dev-qt/qtdbus:5
+   dev-qt/qtwidgets:5 )"
+DEPEND="${RDEPEND}
+   dev-libs/libconfig
+   virtual/pkgconfig"
+
+src_configure() {
+   local mycmakeargs=(
+   $( cmake-utils_use_use qt5 QT5 )
+   )
+   cmake-utils_src_configure
+}



[gentoo-commits] gentoo-x86 commit in app-doc/doxygen: metadata.xml ChangeLog

2014-12-25 Thread Patrick Lauer (patrick)
patrick 14/12/25 13:21:04

  Modified: metadata.xml ChangeLog
  Log:
  Remove unneeded useflag from metadata.xml
  
  (Portage version: 2.2.15/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.13 app-doc/doxygen/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/app-doc/doxygen/metadata.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- metadata.xml24 Dec 2014 14:48:58 -  1.12
+++ metadata.xml25 Dec 2014 13:21:04 -  1.13
@@ -12,6 +12,5 @@
support for sys-devel/clang assisted 
parsing
allow to create dot graphs using 
media-gfx/graphviz
build doxyindexer and doxysearch.cgi
-   removes graphviz dependency, along with dot 
graphs
 
 



1.277app-doc/doxygen/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-doc/doxygen/ChangeLog,v
retrieving revision 1.276
retrieving revision 1.277
diff -u -r1.276 -r1.277
--- ChangeLog   25 Dec 2014 09:50:21 -  1.276
+++ ChangeLog   25 Dec 2014 13:21:04 -  1.277
@@ -1,6 +1,9 @@
 # ChangeLog for app-doc/doxygen
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-doc/doxygen/ChangeLog,v 1.276 
2014/12/25 09:50:21 tamiko Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-doc/doxygen/ChangeLog,v 1.277 
2014/12/25 13:21:04 patrick Exp $
+
+  25 Dec 2014; Patrick Lauer  metadata.xml:
+  Remove unneeded useflag from metadata.xml
 
   25 Dec 2014; Matthias Maier  -doxygen-1.5.8-r1.ebuild,
   doxygen-1.8.8.ebuild:






[gentoo-commits] gentoo-x86 commit in sys-fs/iprutils: iprutils-2.3.18.ebuild ChangeLog iprutils-2.3.0.ebuild

2014-12-25 Thread Sergey Popov (pinkbyte)
pinkbyte14/12/25 13:02:26

  Modified: ChangeLog
  Added:iprutils-2.3.18.ebuild
  Removed:  iprutils-2.3.0.ebuild
  Log:
  Version bump, respect compiler, CFLAGS and LDFLAGS, wrt bug #377757. Drop old 
version
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x1F357D42)

Revision  ChangesPath
1.41 sys-fs/iprutils/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/iprutils/ChangeLog?rev=1.41&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/iprutils/ChangeLog?rev=1.41&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/iprutils/ChangeLog?r1=1.40&r2=1.41

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-fs/iprutils/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog   4 Nov 2014 09:31:35 -   1.40
+++ ChangeLog   25 Dec 2014 13:02:26 -  1.41
@@ -1,6 +1,13 @@
 # ChangeLog for sys-fs/iprutils
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/iprutils/ChangeLog,v 1.40 2014/11/04 
09:31:35 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/iprutils/ChangeLog,v 1.41 2014/12/25 
13:02:26 pinkbyte Exp $
+
+*iprutils-2.3.18 (25 Dec 2014)
+
+  25 Dec 2014; Sergey Popov  -iprutils-2.3.0.ebuild,
+  +iprutils-2.3.18.ebuild:
+  Version bump, respect compiler, CFLAGS and LDFLAGS, wrt bug #377757. Drop old
+  version
 
   04 Nov 2014; Mikle Kolyada  iprutils-2.3.0.ebuild,
   iprutils-2.3.13.ebuild, iprutils-2.3.9.ebuild:



1.1  sys-fs/iprutils/iprutils-2.3.18.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/iprutils/iprutils-2.3.18.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/iprutils/iprutils-2.3.18.ebuild?rev=1.1&content-type=text/plain

Index: iprutils-2.3.18.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-fs/iprutils/iprutils-2.3.18.ebuild,v 1.1 
2014/12/25 13:02:26 pinkbyte Exp $

EAPI=5

inherit eutils toolchain-funcs

DESCRIPTION="IBM's tools for support of the ipr SCSI controller"
SRC_URI="mirror://sourceforge/iprdd/${P}-src.tgz"
HOMEPAGE="http://sourceforge.net/projects/iprdd/";

SLOT="0"
LICENSE="IBM"
KEYWORDS="~ppc ~ppc64"

DEPEND=">=sys-libs/ncurses-5.4-r5
>=sys-apps/pciutils-2.1.11-r1
>=sys-fs/sysfsutils-1.3.0
virtual/udev"

RDEPEND="${DEPEND}
virtual/logger"

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

src_prepare() {
# Respect CFLAGS and LDFLAGS, bug #377757
sed -i \
-e '/^CFLAGS/s/= -g/+=/' \
-e 's/$(CFLAGS)/\0 $(LDFLAGS)/g' \
Makefile || die

epatch_user
}

src_compile() {
# Respect CC, bug #377757
emake CC="$(tc-getCC)"
}

src_install () {
emake INSTALL_MOD_PATH="${D}" install

newinitd "${FILESDIR}"/iprinit iprinit
newinitd "${FILESDIR}"/iprupdate iprupdate
newinitd "${FILESDIR}"/iprdump iprdump
}

pkg_postinst() {
einfo "This package also contains several init.d files. "
einfo "You should add them to your default runlevels as follows:"
einfo "rc-update add iprinit default"
einfo "rc-update add iprdump default"
einfo "rc-update add iprupdate default"
}






[gentoo-commits] gentoo-x86 commit in app-arch/unar: ChangeLog unar-1.8.1.ebuild

2014-12-25 Thread Hanno Boeck (hanno)
hanno   14/12/25 13:02:05

  Modified: ChangeLog
  Added:unar-1.8.1.ebuild
  Log:
  Bump, respect CFLAGS.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
BBB51E42)

Revision  ChangesPath
1.9  app-arch/unar/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-arch/unar/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   30 Aug 2014 14:33:28 -  1.8
+++ ChangeLog   25 Dec 2014 13:02:05 -  1.9
@@ -1,6 +1,11 @@
 # ChangeLog for app-arch/unar
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/unar/ChangeLog,v 1.8 2014/08/30 
14:33:28 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/unar/ChangeLog,v 1.9 2014/12/25 
13:02:05 hanno Exp $
+
+*unar-1.8.1 (25 Dec 2014)
+
+  25 Dec 2014;  +unar-1.8.1.ebuild:
+  Bump, respect CFLAGS.
 
   30 Aug 2014; Chema Alonso  unar-1.6.ebuild:
   Stable for amd64 wrt bug #513742



1.1  app-arch/unar/unar-1.8.1.ebuild

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

Index: unar-1.8.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-arch/unar/unar-1.8.1.ebuild,v 1.1 
2014/12/25 13:02:05 hanno Exp $

EAPI=5

inherit toolchain-funcs

DESCRIPTION="unpacker for various archiving formats, e.g. rar v3"
HOMEPAGE="http://unarchiver.c3.cx/";
SRC_URI="http://theunarchiver.googlecode.com/files/${PN}${PV}_src.zip";

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

RDEPEND="gnustep-base/gnustep-base
>=gnustep-base/gnustep-make-2.6.0[native-exceptions]
dev-libs/icu:="
DEPEND="${RDEPEND}
sys-devel/gcc[objc]"

S="${WORKDIR}/The Unarchiver/XADMaster"

src_compile() {
emake -f Makefile.linux \
AR="$(tc-getAR)" \
CC="$(tc-getCC)" \
CXX="$(tc-getCXX)" \
OBJCC="$(tc-getCC)" \
CFLAGS="${CFLAGS}" \
CXXFLAGS="${CXXFLAGS}" \
OBJCFLAGS="${CFLAGS}" \
LD="$(tc-getCXX)" \
LDFLAGS="-Wl,--whole-archive -fexceptions -fgnu-runtime 
${LDFLAGS}"
}

src_install() {
dobin {ls,un}ar
doman ../Extra/{ls,un}ar.1
}






[gentoo-commits] gentoo-x86 commit in app-forensics/afl: afl-1.03b.ebuild ChangeLog

2014-12-25 Thread Hanno Boeck (hanno)
hanno   14/12/25 12:58:15

  Modified: ChangeLog
  Added:afl-1.03b.ebuild
  Log:
  afl bump
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
BBB51E42)

Revision  ChangesPath
1.5  app-forensics/afl/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-forensics/afl/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   10 Dec 2014 00:36:21 -  1.4
+++ ChangeLog   25 Dec 2014 12:58:15 -  1.5
@@ -1,6 +1,11 @@
 # ChangeLog for app-forensics/afl
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/afl/ChangeLog,v 1.4 
2014/12/10 00:36:21 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/afl/ChangeLog,v 1.5 
2014/12/25 12:58:15 hanno Exp $
+
+*afl-1.03b (25 Dec 2014)
+
+  25 Dec 2014;  +afl-1.03b.ebuild:
+  Bump.
 
 *afl-0.89b (10 Dec 2014)
 



1.1  app-forensics/afl/afl-1.03b.ebuild

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

Index: afl-1.03b.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-forensics/afl/afl-1.03b.ebuild,v 1.1 
2014/12/25 12:58:15 hanno Exp $

EAPI=5
inherit multilib toolchain-funcs

DESCRIPTION="american fuzzy lop - compile-time instrumentation fuzzer"
HOMEPAGE="http://lcamtuf.coredump.cx/afl/";
SRC_URI="http://lcamtuf.coredump.cx/afl/releases//${P}.tgz";
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
DEPEND="sys-devel/gcc"
RDEPEND="${DEPEND}"

src_compile() {
emake CC="$(tc-getCC)" \
PREFIX="/usr" \
HELPER_PATH="/usr/$(get_libdir)/afl" \
DOC_PATH="/usr/share/doc/${PF}"
}

src_install() {
emake DESTDIR="${D}" \
PREFIX="/usr" \
HELPER_PATH="/usr/$(get_libdir)/afl" \
DOC_PATH="/usr/share/doc/${PF}" \
install
}






[gentoo-commits] gentoo-x86 commit in dev-util/a8: a8-0.11-r2.ebuild ChangeLog

2014-12-25 Thread Michal Gorny (mgorny)
mgorny  14/12/25 12:44:54

  Modified: a8-0.11-r2.ebuild ChangeLog
  Log:
  Add missing PYTHON_USEDEP.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.5  dev-util/a8/a8-0.11-r2.ebuild

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

Index: a8-0.11-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/a8/a8-0.11-r2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- a8-0.11-r2.ebuild   15 Aug 2014 08:49:51 -  1.4
+++ a8-0.11-r2.ebuild   25 Dec 2014 12:44:54 -  1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/a8/a8-0.11-r2.ebuild,v 1.4 
2014/08/15 08:49:51 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/a8/a8-0.11-r2.ebuild,v 1.5 
2014/12/25 12:44:54 mgorny Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -18,10 +18,10 @@
 
 DEPEND=">=dev-python/dbus-python-1[${PYTHON_USEDEP}]
dev-python/logbook[${PYTHON_USEDEP}]
-   dev-python/psutil
+   dev-python/psutil[${PYTHON_USEDEP}]
dev-python/pyyaml[${PYTHON_USEDEP}]
>=dev-python/pygtk-2.22[${PYTHON_USEDEP}]
-   >=dev-python/pygtkhelpers-0.4.3
+   >=dev-python/pygtkhelpers-0.4.3[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]
>=x11-libs/vte-0.28.2-r206:0[python,${PYTHON_USEDEP}]"
 RDEPEND="${DEPEND}



1.19 dev-util/a8/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/a8/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog   25 Nov 2014 22:43:48 -  1.18
+++ ChangeLog   25 Dec 2014 12:44:54 -  1.19
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/a8
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/a8/ChangeLog,v 1.18 2014/11/25 
22:43:48 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/a8/ChangeLog,v 1.19 2014/12/25 
12:44:54 mgorny Exp $
+
+  25 Dec 2014; Michał Górny  a8-0.11-r2.ebuild:
+  Add missing PYTHON_USEDEP.
 
   25 Nov 2014; Julian Ospald  metadata.xml:
   drop maintainership






[gentoo-commits] gentoo-x86 commit in dev-python/pygtkhelpers: pygtkhelpers-0.4.3-r1.ebuild ChangeLog

2014-12-25 Thread Michal Gorny (mgorny)
mgorny  14/12/25 12:44:52

  Modified: ChangeLog
  Added:pygtkhelpers-0.4.3-r1.ebuild
  Log:
  Convert to distutils-r1.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.8  dev-python/pygtkhelpers/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pygtkhelpers/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   5 Apr 2013 21:49:30 -   1.7
+++ ChangeLog   25 Dec 2014 12:44:52 -  1.8
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/pygtkhelpers
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtkhelpers/ChangeLog,v 1.7 
2013/04/05 21:49:30 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtkhelpers/ChangeLog,v 1.8 
2014/12/25 12:44:52 mgorny Exp $
+
+*pygtkhelpers-0.4.3-r1 (25 Dec 2014)
+
+  25 Dec 2014; Michał Górny  +pygtkhelpers-0.4.3-r1.ebuild:
+  Convert to distutils-r1.
 
   05 Apr 2013; Agostino Sarubbo  pygtkhelpers-0.4.3.ebuild:
   Stable for x86, wrt bug #457898



1.1  dev-python/pygtkhelpers/pygtkhelpers-0.4.3-r1.ebuild

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

Index: pygtkhelpers-0.4.3-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/pygtkhelpers/pygtkhelpers-0.4.3-r1.ebuild,v 
1.1 2014/12/25 12:44:52 mgorny Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )

inherit distutils-r1

DESCRIPTION="PyGTKHelpers is a library to assist the building of PyGTK 
applications"
HOMEPAGE="http://packages.python.org/pygtkhelpers/ 
http://pypi.python.org/pypi/pygtkhelpers";
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="~amd64 ~ppc64 ~x86"
IUSE="doc examples"

RDEPEND="dev-python/pygtk[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
doc? ( dev-python/sphinx )"

python_prepare_all() {
# docs/_static/scope.jpg does not exist.
sed -e "s/^\(html_logo =.*\)/#\1/" -i docs/conf.py || die "sed failed"

distutils-r1_python_prepare_all
}

python_compile_all() {
if use doc; then
esetup.py build_sphinx
fi
}

python_install_all() {
distutils-r1_python_install_all

if use doc; then
cd "${BUILD_DIR}"/sphinx/html || die
docinto html
dodoc -r [a-z]* _images _static
cd - >/dev/null || die
fi

if use examples; then
docinto examples
dodoc -r examples/.
fi
}






[gentoo-commits] gentoo-x86 commit in dev-python/wsgiproxy2: wsgiproxy2-0.4.2.ebuild wsgiproxy2-0.4.1.ebuild ChangeLog

2014-12-25 Thread Patrick Lauer (patrick)
patrick 14/12/25 12:37:51

  Modified: wsgiproxy2-0.4.1.ebuild ChangeLog
  Added:wsgiproxy2-0.4.2.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.15/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.9  dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild

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

Index: wsgiproxy2-0.4.1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- wsgiproxy2-0.4.1.ebuild 25 Oct 2014 14:01:35 -  1.8
+++ wsgiproxy2-0.4.1.ebuild 25 Dec 2014 12:37:51 -  1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild,v 1.8 
2014/10/25 14:01:35 maekke Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild,v 1.9 
2014/12/25 12:37:51 patrick Exp $
 
 EAPI=5
 
@@ -25,6 +25,7 @@
dev-python/six[${PYTHON_USEDEP}]"
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
test? ( ${RDEPEND}
+   dev-python/nose[${PYTHON_USEDEP}]
dev-python/webtest[${PYTHON_USEDEP}]
dev-python/socketpool[${PYTHON_USEDEP}]
dev-python/restkit[$(python_gen_usedep python2_7)] )"



1.14 dev-python/wsgiproxy2/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog   25 Oct 2014 14:01:35 -  1.13
+++ ChangeLog   25 Dec 2014 12:37:51 -  1.14
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/wsgiproxy2
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/ChangeLog,v 1.13 
2014/10/25 14:01:35 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/ChangeLog,v 1.14 
2014/12/25 12:37:51 patrick Exp $
+
+*wsgiproxy2-0.4.2 (25 Dec 2014)
+
+  25 Dec 2014; Patrick Lauer  +wsgiproxy2-0.4.2.ebuild,
+  wsgiproxy2-0.4.1.ebuild:
+  Bump
 
   25 Oct 2014; Markus Meier  wsgiproxy2-0.4.1.ebuild:
   add ~arm, bug #525246



1.1  dev-python/wsgiproxy2/wsgiproxy2-0.4.2.ebuild

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

Index: wsgiproxy2-0.4.2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/wsgiproxy2-0.4.2.ebuild,v 1.1 
2014/12/25 12:37:51 patrick Exp $

EAPI=5

PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )

inherit distutils-r1

MY_PN="WSGIProxy2"

DESCRIPTION="HTTP proxying tools for WSGI apps"
HOMEPAGE="http://pythonpaste.org/wsgiproxy/";
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.zip"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
IUSE="doc test"

RDEPEND="dev-python/urllib3[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
dev-python/webob[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
test? ( ${RDEPEND}
dev-python/webtest[${PYTHON_USEDEP}]
dev-python/socketpool[${PYTHON_USEDEP}]
dev-python/restkit[$(python_gen_usedep python2_7)] )"
# Tests needing restkit are skipped under py3

S="${WORKDIR}/${MY_PN}-${PV}"

python_compile_all() {
if use doc; then
cd docs || die
sphinx-build -b html -d _build/doctrees   . _build/html
fi
}

# this was always possible
python_test() {
nosetests || die "Tests fail with ${EPYTHON}"
}

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

[gentoo-commits] gentoo-x86 commit in dev-db/metakit: metakit-2.4.9.7-r2.ebuild ChangeLog

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

  Modified: ChangeLog
  Added:metakit-2.4.9.7-r2.ebuild
  Log:
  Convert to python-single-r1.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.63 dev-db/metakit/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/metakit/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- ChangeLog   26 Sep 2012 13:02:23 -  1.62
+++ ChangeLog   25 Dec 2014 12:31:34 -  1.63
@@ -1,6 +1,11 @@
 # ChangeLog for dev-db/metakit
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/metakit/ChangeLog,v 1.62 2012/09/26 
13:02:23 kensington Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-db/metakit/ChangeLog,v 1.63 2014/12/25 
12:31:34 mgorny Exp $
+
+*metakit-2.4.9.7-r2 (25 Dec 2014)
+
+  25 Dec 2014; Michał Górny  +metakit-2.4.9.7-r2.ebuild:
+  Convert to python-single-r1.
 
   26 Sep 2012; Michael Palimaka 
   -files/metakit-2.4.9.7-LDFLAGS.patch, -metakit-2.4.9.7.ebuild:



1.1  dev-db/metakit/metakit-2.4.9.7-r2.ebuild

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

Index: metakit-2.4.9.7-r2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/metakit/metakit-2.4.9.7-r2.ebuild,v 
1.1 2014/12/25 12:31:34 mgorny Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )

inherit eutils flag-o-matic multilib python-single-r1 toolchain-funcs

DESCRIPTION="Embedded database library"
HOMEPAGE="http://www.equi4.com/metakit/";
SRC_URI="http://www.equi4.com/pub/mk/${P}.tar.gz";

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="python static tcl"

DEPEND="python? ( ${PYTHON_DEPS} )
tcl? ( dev-lang/tcl )"
RDEPEND="${DEPEND}"

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

RESTRICT="test"

pkg_setup() {
use python && python-single-r1_pkg_setup
}

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

src_configure() {
local myconf mycxxflags
use tcl && myconf+=" 
--with-tcl=${EPREFIX}/usr/include,${EPREFIX}/usr/$(get_libdir)"
use static && myconf+=" --disable-shared"
use static || append-cxxflags -fPIC

CXXFLAGS="${CXXFLAGS} ${mycxxflags}" unix/configure \
${myconf} \
--host=${CHOST} \
--prefix="${EPREFIX}/usr" \
--libdir="${EPREFIX}/usr/$(get_libdir)" \
--infodir="${EPREFIX}/usr/share/info" \
--mandir="${EPREFIX}/usr/share/man"
}

src_compile() {
emake SHLIB_LD="$(tc-getCXX) -shared -Wl,-soname,libmk4.so.2.4"

if use python; then
emake \
SHLIB_LD="$(tc-getCXX) -shared" \
pyincludedir="$(python_get_includedir)" \
PYTHON_LIB="$(python_get_library)" \
python
fi
}

src_install () {
default

mv "${ED}"//usr/$(get_libdir)/libmk4.so{,.2.4}
dosym libmk4.so.2.4 /usr/$(get_libdir)/libmk4.so.2
dosym libmk4.so.2.4 /usr/$(get_libdir)/libmk4.so

if use python; then
mkdir -p "${D%/}$(python_get_sitedir)" || die
emake \
DESTDIR="${D}" \
pylibdir="$(python_get_sitedir)" \
install-python
fi

dohtml Metakit.html
dohtml -a html,gif,png,jpg -r doc/*
}






[gentoo-commits] gentoo-x86 commit in dev-python/pyds: pyds-0.7.3-r1.ebuild ChangeLog

2014-12-25 Thread Michal Gorny (mgorny)
mgorny  14/12/25 12:31:37

  Modified: pyds-0.7.3-r1.ebuild ChangeLog
  Log:
  Add missing PYTHON_USEDEP.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.2  dev-python/pyds/pyds-0.7.3-r1.ebuild

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

Index: pyds-0.7.3-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyds/pyds-0.7.3-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pyds-0.7.3-r1.ebuild8 Jun 2013 19:07:49 -   1.1
+++ pyds-0.7.3-r1.ebuild25 Dec 2014 12:31:37 -  1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyds/pyds-0.7.3-r1.ebuild,v 1.1 
2013/06/08 19:07:49 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyds/pyds-0.7.3-r1.ebuild,v 1.2 
2014/12/25 12:31:37 mgorny Exp $
 
 EAPI="5"
 PYTHON_COMPAT=( python{2_6,2_7} )
@@ -19,7 +19,7 @@
 IUSE=""
 
 RDEPEND="app-text/silvercity
-   >=dev-db/metakit-2.4.9.2[python]
+   >=dev-db/metakit-2.4.9.2[python,${PYTHON_USEDEP}]
>=dev-python/cheetah-0.9.15[${PYTHON_USEDEP}]
>=dev-python/docutils-0.3[${PYTHON_USEDEP}]
virtual/python-imaging[${PYTHON_USEDEP}]



1.26 dev-python/pyds/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyds/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog   10 Jun 2014 02:13:22 -  1.25
+++ ChangeLog   25 Dec 2014 12:31:37 -  1.26
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pyds
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyds/ChangeLog,v 1.25 2014/06/10 
02:13:22 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyds/ChangeLog,v 1.26 2014/12/25 
12:31:37 mgorny Exp $
+
+  25 Dec 2014; Michał Górny  pyds-0.7.3-r1.ebuild:
+  Add missing PYTHON_USEDEP.
 
   10 Jun 2014; Mike Gilbert  -pyds-0.7.3.ebuild:
   Remove old.






[gentoo-commits] gentoo-x86 commit in app-admin/monit: monit-5.11.ebuild ChangeLog

2014-12-25 Thread Patrick Lauer (patrick)
patrick 14/12/25 12:19:34

  Modified: ChangeLog
  Added:monit-5.11.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.15/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.91 app-admin/monit/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/monit/ChangeLog?rev=1.91&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/monit/ChangeLog?rev=1.91&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/monit/ChangeLog?r1=1.90&r2=1.91

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/monit/ChangeLog,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -r1.90 -r1.91
--- ChangeLog   4 Nov 2014 05:47:52 -   1.90
+++ ChangeLog   25 Dec 2014 12:19:34 -  1.91
@@ -1,6 +1,11 @@
 # ChangeLog for app-admin/monit
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/monit/ChangeLog,v 1.90 2014/11/04 
05:47:52 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/monit/ChangeLog,v 1.91 2014/12/25 
12:19:34 patrick Exp $
+
+*monit-5.11 (25 Dec 2014)
+
+  25 Dec 2014; Patrick Lauer  +monit-5.11.ebuild:
+  Bump
 
 *monit-5.10 (04 Nov 2014)
 



1.1  app-admin/monit/monit-5.11.ebuild

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

Index: monit-5.11.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/monit/monit-5.11.ebuild,v 1.1 
2014/12/25 12:19:34 patrick Exp $

EAPI="5"
inherit systemd

DESCRIPTION="a utility for monitoring and managing daemons or similar programs 
running on a Unix system"
HOMEPAGE="http://mmonit.com/monit/";
SRC_URI="http://mmonit.com/monit/dist/${P}.tar.gz";

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux"
IUSE="pam ssl"

RDEPEND="ssl? ( dev-libs/openssl )"
DEPEND="${RDEPEND}
sys-devel/flex
sys-devel/bison
pam? ( virtual/pam )"

src_prepare() {
sed -i -e '/^INSTALL_PROG/s/-s//' Makefile.in || die "sed failed in 
Makefile.in"
}

src_configure() {
econf $(use_with ssl) $(use_with pam) || die "econf failed"
}

src_compile() {
emake || die "emake failed"
}

src_install() {
make DESTDIR="${D}" install || die "make install failed"

dodoc README*
dohtml -r doc/*

insinto /etc; insopts -m600; doins monitrc || die "doins monitrc failed"
newinitd "${FILESDIR}"/monit.initd-5.0-r1 monit || die "newinitd failed"
systemd_dounit "${FILESDIR}"/${PN}.service || die
}

pkg_postinst() {
elog "Sample configurations are available at:"
elog "http://mmonit.com/monit/documentation/";
}






[gentoo-commits] gentoo-x86 commit in app-office/pybliographer: pybliographer-1.2.15-r1.ebuild ChangeLog

2014-12-25 Thread Michal Gorny (mgorny)
mgorny  14/12/25 12:14:02

  Modified: pybliographer-1.2.15-r1.ebuild ChangeLog
  Log:
  Convert to python-single-r1.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.2  app-office/pybliographer/pybliographer-1.2.15-r1.ebuild

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

Index: pybliographer-1.2.15-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-office/pybliographer/pybliographer-1.2.15-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pybliographer-1.2.15-r1.ebuild  2 Dec 2014 22:24:59 -   1.1
+++ pybliographer-1.2.15-r1.ebuild  25 Dec 2014 12:14:02 -  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-office/pybliographer/pybliographer-1.2.15-r1.ebuild,v
 1.1 2014/12/02 22:24:59 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-office/pybliographer/pybliographer-1.2.15-r1.ebuild,v
 1.2 2014/12/25 12:14:02 mgorny Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -28,7 +28,7 @@
dev-python/libgnome-python:2[${PYTHON_USEDEP}]
dev-python/pygobject:2[${PYTHON_USEDEP}]
dev-python/pygtk:2[${PYTHON_USEDEP}]
-   >=dev-python/python-bibtex-1.2.5
+   >=dev-python/python-bibtex-1.2.5[${PYTHON_USEDEP}]
 "
 RDEPEND="${DEPEND}"
 



1.32 app-office/pybliographer/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/pybliographer/ChangeLog?rev=1.32&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/pybliographer/ChangeLog?rev=1.32&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/pybliographer/ChangeLog?r1=1.31&r2=1.32

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-office/pybliographer/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog   2 Dec 2014 22:24:59 -   1.31
+++ ChangeLog   25 Dec 2014 12:14:02 -  1.32
@@ -1,6 +1,9 @@
 # ChangeLog for app-office/pybliographer
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/pybliographer/ChangeLog,v 1.31 
2014/12/02 22:24:59 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/pybliographer/ChangeLog,v 1.32 
2014/12/25 12:14:02 mgorny Exp $
+
+  25 Dec 2014; Michał Górny  pybliographer-1.2.15-r1.ebuild:
+  Convert to python-single-r1.
 
 *pybliographer-1.2.15-r1 (02 Dec 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-python/python-bibtex: python-bibtex-1.2.7-r1.ebuild ChangeLog

2014-12-25 Thread Michal Gorny (mgorny)
mgorny  14/12/25 12:12:18

  Modified: ChangeLog
  Added:python-bibtex-1.2.7-r1.ebuild
  Log:
  Convert to distutils-r1.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.29 dev-python/python-bibtex/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-bibtex/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog   3 May 2014 09:15:14 -   1.28
+++ ChangeLog   25 Dec 2014 12:12:18 -  1.29
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/python-bibtex
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-bibtex/ChangeLog,v 1.28 
2014/05/03 09:15:14 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-bibtex/ChangeLog,v 1.29 
2014/12/25 12:12:18 mgorny Exp $
+
+*python-bibtex-1.2.7-r1 (25 Dec 2014)
+
+  25 Dec 2014; Michał Górny  +python-bibtex-1.2.7-r1.ebuild:
+  Convert to distutils-r1.
 
 *python-bibtex-1.2.7 (03 May 2014)
 



1.1  dev-python/python-bibtex/python-bibtex-1.2.7-r1.ebuild

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

Index: python-bibtex-1.2.7-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/python-bibtex/python-bibtex-1.2.7-r1.ebuild,v
 1.1 2014/12/25 12:12:18 mgorny Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )

inherit distutils-r1 eutils

DESCRIPTION="A Python extension to parse BibTeX files"
HOMEPAGE="http://pybliographer.org/";
SRC_URI="mirror://sourceforge/pybliographer/${P}.tar.gz"

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

RDEPEND="
dev-libs/glib:2
>=app-text/recode-3.6-r1"
DEPEND="${RDEPEND}
virtual/pkgconfig"

python_prepare_all() {
# Disable tests during installation.
sed -e "/self.run_command ('check')/d" -i setup.py

distutils-r1_python_prepare_all
}

python_test() {
esetup.py check
}






[gentoo-commits] gentoo-x86 commit in dev-python/turbojson: turbojson-1.3.2-r1.ebuild ChangeLog turbojson-1.3.2.ebuild turbojson-1.3-r1.ebuild turbojson-1.1.4.ebuild turbojson-1.3.ebuild

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

  Modified: ChangeLog
  Added:turbojson-1.3.2-r1.ebuild
  Removed:  turbojson-1.3.2.ebuild turbojson-1.3-r1.ebuild
turbojson-1.1.4.ebuild turbojson-1.3.ebuild
  Log:
  revbump; conversion -> distutils-r1, drop test phase due to absence of 
required dep in portage, rm old
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.16 dev-python/turbojson/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/turbojson/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog   31 Mar 2014 21:16:40 -  1.15
+++ ChangeLog   25 Dec 2014 12:09:45 -  1.16
@@ -1,6 +1,14 @@
 # ChangeLog for dev-python/turbojson
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/turbojson/ChangeLog,v 1.15 
2014/03/31 21:16:40 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/turbojson/ChangeLog,v 1.16 
2014/12/25 12:09:45 idella4 Exp $
+
+*turbojson-1.3.2-r1 (25 Dec 2014)
+
+  25 Dec 2014; Ian Delaney  +turbojson-1.3.2-r1.ebuild,
+  -turbojson-1.1.4.ebuild, -turbojson-1.3-r1.ebuild, -turbojson-1.3.2.ebuild,
+  -turbojson-1.3.ebuild:
+  revbump; conversion -> distutils-r1, drop test phase due to absence of
+  required dep in portage, rm old
 
   31 Mar 2014; Michał Górny  turbojson-1.3-r1.ebuild:
   Add support for the new PyPy slotting.



1.1  dev-python/turbojson/turbojson-1.3.2-r1.ebuild

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

Index: turbojson-1.3.2-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/turbojson/turbojson-1.3.2-r1.ebuild,v 1.1 
2014/12/25 12:09:45 idella4 Exp $

EAPI="5"
PYTHON_COMPAT=( python2_7 pypy )

inherit distutils-r1

MY_PN="TurboJson"
MY_P="${MY_PN}-${PV}"

DESCRIPTION="TurboGears JSON file format support plugin"
HOMEPAGE="http://pypi.python.org/pypi/TurboJson";
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE=""

RDEPEND=">=dev-python/simplejson-1.9.1[${PYTHON_USEDEP}]
>=dev-python/peak-rules-0.5[${PYTHON_USEDEP}]"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"

S="${WORKDIR}/${MY_P}"
# Testsuite requires a package of peak not present in portage






  1   2   >