[gentoo-commits] gentoo-x86 commit in dev-ruby/merb-assets: ChangeLog merb-assets-1.1.3.ebuild

2014-11-09 Thread Hans de Graaff (graaff)
graaff  14/11/09 08:00:56

  Modified: ChangeLog merb-assets-1.1.3.ebuild
  Log:
  Fix obsolete rake task, bug 528562.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.8  dev-ruby/merb-assets/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/merb-assets/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   2 Aug 2014 01:34:18 -   1.7
+++ ChangeLog   9 Nov 2014 08:00:56 -   1.8
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/merb-assets
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/merb-assets/ChangeLog,v 1.7 
2014/08/02 01:34:18 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/merb-assets/ChangeLog,v 1.8 
2014/11/09 08:00:56 graaff Exp $
+
+  09 Nov 2014; Hans de Graaff gra...@gentoo.org merb-assets-1.1.3.ebuild:
+  Fix obsolete rake task, bug 528562.
 
   02 Aug 2014; Manuel Rüger mr...@gentoo.org merb-assets-1.1.3.ebuild:
   Add ruby20 support.



1.5  dev-ruby/merb-assets/merb-assets-1.1.3.ebuild

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

Index: merb-assets-1.1.3.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-ruby/merb-assets/merb-assets-1.1.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- merb-assets-1.1.3.ebuild2 Aug 2014 01:34:18 -   1.4
+++ merb-assets-1.1.3.ebuild9 Nov 2014 08:00:56 -   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-ruby/merb-assets/merb-assets-1.1.3.ebuild,v 1.4 
2014/08/02 01:34:18 mrueg Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/merb-assets/merb-assets-1.1.3.ebuild,v 1.5 
2014/11/09 08:00:56 graaff Exp $
 
 EAPI=5
 USE_RUBY=ruby19 ruby20
@@ -23,3 +23,8 @@
 ruby_add_bdepend test? ( dev-ruby/rspec:0 )
 
 ruby_add_rdepend ~dev-ruby/merb-core-${PV}
+
+all_ruby_prepare() {
+   # Fix obsolete rake tasks.
+   sed -i -e 's:rake/rdoctask:rdoc/task:' Rakefile || die
+}






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

2014-11-09 Thread Michal Gorny (mgorny)
mgorny  14/11/09 08:01:56

  Modified: ChangeLog package.use.stable.mask
  Log:
  Remove stale masks on dev-python/python-exec.

Revision  ChangesPath
1.289profiles/arch/amd64/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/amd64/ChangeLog,v
retrieving revision 1.288
retrieving revision 1.289
diff -u -r1.288 -r1.289
--- ChangeLog   6 Nov 2014 15:07:05 -   1.288
+++ ChangeLog   9 Nov 2014 08:01:56 -   1.289
@@ -1,6 +1,9 @@
 # ChangeLog for Gentoo/AMD64 profile directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/ChangeLog,v 1.288 
2014/11/06 15:07:05 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/ChangeLog,v 1.289 
2014/11/09 08:01:56 mgorny Exp $
+
+  09 Nov 2014; Michał Górny mgo...@gentoo.org package.use.stable.mask:
+  Remove stale masks on dev-python/python-exec.
 
   06 Nov 2014; Michał Górny mgo...@gentoo.org package.use.mask:
   Update USE=sse2 flag to extend to all PyPy variants.



1.91 profiles/arch/amd64/package.use.stable.mask

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

Index: package.use.stable.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/amd64/package.use.stable.mask,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -r1.90 -r1.91
--- package.use.stable.mask 4 Nov 2014 22:33:20 -   1.90
+++ package.use.stable.mask 9 Nov 2014 08:01:56 -   1.91
@@ -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/arch/amd64/package.use.stable.mask,v 1.90 
2014/11/04 22:33:20 floppym Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/profiles/arch/amd64/package.use.stable.mask,v 1.91 
2014/11/09 08:01:56 mgorny 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
@@ -527,8 +527,6 @@
 # impl there anyway. Please keep this in sync with use.stable.mask.
 dev-lang/python-exec -python_targets_pypy
 dev-lang/python-exec -python_single_target_pypy
-dev-python/python-exec -python_targets_pypy
-dev-python/python-exec -python_single_target_pypy
 
 # Mike Gilbert flop...@gentoo.org (22 Mar 2014)
 # sys-fs/zfs is not stable.






[gentoo-commits] gentoo-x86 commit in net-irc/atheme-services: atheme-services-9999.ebuild atheme-services-6.0.11-r1.ebuild atheme-services-7.0.6-r1.ebuild ChangeLog atheme-services-6.0.11.ebuild athe

2014-11-09 Thread Mikle Kolyada (zlogene)
zlogene 14/11/09 08:02:07

  Modified: atheme-services-.ebuild ChangeLog
  Added:atheme-services-6.0.11-r1.ebuild
atheme-services-7.0.6-r1.ebuild
  Removed:  atheme-services-6.0.11.ebuild
atheme-services-7.0.6.ebuild
  Log:
  Bump to EAPI=5 (bug #527904)
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 0xC42EB5D6)

Revision  ChangesPath
1.6  net-irc/atheme-services/atheme-services-.ebuild

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

Index: atheme-services-.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-irc/atheme-services/atheme-services-.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- atheme-services-.ebuild 17 May 2012 00:48:10 -  1.5
+++ atheme-services-.ebuild 9 Nov 2014 08:02:06 -   1.6
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-irc/atheme-services/atheme-services-.ebuild,v 
1.5 2012/05/17 00:48:10 jdhore Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-irc/atheme-services/atheme-services-.ebuild,v 
1.6 2014/11/09 08:02:06 zlogene Exp $
 
-EAPI=4
+EAPI=5
 
 inherit git-2 user eutils flag-o-matic perl-module
 



1.54 net-irc/atheme-services/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/atheme-services/ChangeLog?rev=1.54view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/atheme-services/ChangeLog?rev=1.54content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/atheme-services/ChangeLog?r1=1.53r2=1.54

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-irc/atheme-services/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog   8 Jan 2014 06:36:38 -   1.53
+++ ChangeLog   9 Nov 2014 08:02:06 -   1.54
@@ -1,6 +1,15 @@
 # ChangeLog for net-irc/atheme-services
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/atheme-services/ChangeLog,v 1.53 
2014/01/08 06:36:38 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/atheme-services/ChangeLog,v 1.54 
2014/11/09 08:02:06 zlogene Exp $
+
+*atheme-services-6.0.11-r1 (09 Nov 2014)
+*atheme-services-7.0.6-r1 (09 Nov 2014)
+
+  09 Nov 2014; Mikle Kolyada zlog...@gentoo.org
+  +atheme-services-6.0.11-r1.ebuild, +atheme-services-7.0.6-r1.ebuild,
+  -atheme-services-6.0.11.ebuild, -atheme-services-7.0.6.ebuild,
+  atheme-services-.ebuild:
+  Bump to EAPI=5 (bug #527904)
 
   08 Jan 2014; Mike Frysinger vap...@gentoo.org 
atheme-services-6.0.11.ebuild:
   Inherit the user eclass for enewuser/etc...



1.1  net-irc/atheme-services/atheme-services-6.0.11-r1.ebuild

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

Index: atheme-services-6.0.11-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-irc/atheme-services/atheme-services-6.0.11-r1.ebuild,v
 1.1 2014/11/09 08:02:06 zlogene Exp $

EAPI=5

inherit autotools eutils flag-o-matic perl-module prefix user

DESCRIPTION=A portable and secure set of open-source and modular IRC services
HOMEPAGE=http://atheme.net/;
SRC_URI=http://atheme.net/downloads/${P}.tar.bz2;

LICENSE=BSD
SLOT=0
KEYWORDS=amd64 x86 ~x86-fbsd ~amd64-linux
IUSE=cracklib largenet ldap nls +pcre perl profile ssl

RDEPEND=dev-libs/libmowgli:0
cracklib? ( sys-libs/cracklib )
ldap? ( net-nds/openldap )
nls? ( sys-devel/gettext )
pcre? ( dev-libs/libpcre )
ssl? ( dev-libs/openssl )
DEPEND=${RDEPEND}
virtual/pkgconfig

pkg_setup() {
# the dependency calculation puts all of the .c files together and
# overwhelms cc1 with this flag :-(
filter-flags -combine

if use profile; then
# bug #371119
ewarn USE=\profile\ is incompatible with the 

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

2014-11-09 Thread Michal Gorny (mgorny)
mgorny  14/11/09 08:02:03

  Modified: ChangeLog package.use.stable.mask
  Log:
  Remove stale masks on dev-python/python-exec.

Revision  ChangesPath
1.180profiles/arch/x86/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/x86/ChangeLog,v
retrieving revision 1.179
retrieving revision 1.180
diff -u -r1.179 -r1.180
--- ChangeLog   4 Nov 2014 22:33:20 -   1.179
+++ ChangeLog   9 Nov 2014 08:02:03 -   1.180
@@ -1,6 +1,9 @@
 # ChangeLog for Gentoo/x86 profile directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86/ChangeLog,v 1.179 
2014/11/04 22:33:20 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86/ChangeLog,v 1.180 
2014/11/09 08:02:03 mgorny Exp $
+
+  09 Nov 2014; Michał Górny mgo...@gentoo.org package.use.stable.mask:
+  Remove stale masks on dev-python/python-exec.
 
   04 Nov 2014; Mike Gilbert flop...@gentoo.org package.use.stable.mask,
   use.stable.mask:



1.7  profiles/arch/x86/package.use.stable.mask

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

Index: package.use.stable.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/x86/package.use.stable.mask,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- package.use.stable.mask 4 Nov 2014 22:33:20 -   1.6
+++ package.use.stable.mask 9 Nov 2014 08:02:03 -   1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86/package.use.stable.mask,v 
1.6 2014/11/04 22:33:20 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86/package.use.stable.mask,v 
1.7 2014/11/09 08:02:03 mgorny 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
@@ -36,8 +36,6 @@
 # impl there anyway. Please keep this in sync with use.stable.mask.
 dev-lang/python-exec -python_targets_pypy
 dev-lang/python-exec -python_single_target_pypy
-dev-python/python-exec -python_targets_pypy
-dev-python/python-exec -python_single_target_pypy
 
 # Tom Wijsman tom...@gentoo.org (16 Mar 2014)
 # Mask unstable USE flags on media-video/vlc, see security bug #499806.






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

2014-11-09 Thread Michal Gorny (mgorny)
mgorny  14/11/09 08:02:26

  Modified: ChangeLog package.use.force package.use.mask
  Log:
  Remove stale masks on dev-python/python-exec.

Revision  ChangesPath
1.747profiles/base/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v
retrieving revision 1.746
retrieving revision 1.747
diff -u -r1.746 -r1.747
--- ChangeLog   8 Nov 2014 01:14:18 -   1.746
+++ ChangeLog   9 Nov 2014 08:02:26 -   1.747
@@ -1,6 +1,10 @@
 # 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.746 2014/11/08 
01:14:18 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.747 2014/11/09 
08:02:26 mgorny Exp $
+
+  09 Nov 2014; Michał Górny mgo...@gentoo.org package.use.force,
+  package.use.mask:
+  Remove stale masks on dev-python/python-exec.
 
   08 Nov 2014; Patrick Lauer patr...@gentoo.org package.use.mask:
   Mask razor useflag for lightdm as razorqt is masked



1.54 profiles/base/package.use.force

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

Index: package.use.force
===
RCS file: /var/cvsroot/gentoo-x86/profiles/base/package.use.force,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- package.use.force   6 Nov 2014 15:05:41 -   1.53
+++ package.use.force   9 Nov 2014 08:02:26 -   1.54
@@ -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/base/package.use.force,v 1.53 
2014/11/06 15:05:41 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/package.use.force,v 1.54 
2014/11/09 08:02:26 mgorny Exp $
 
 # Alexnader Vershilov qni...@gentoo.org) (04 Nov 2014)
 # Due to bug #490604: version without oracle is not supported
@@ -30,7 +30,6 @@
 # Force-enable all PYTHON_TARGETS for python-exec to avoid using private
 # API. Please remember to keep it in sync with python_targets.desc.
 dev-lang/python-exec python_targets_python2_7 python_targets_python3_2 
python_targets_python3_3 python_targets_python3_4 python_targets_jython2_5 
python_targets_jython2_7 python_targets_pypy python_targets_pypy3
-dev-python/python-exec python_targets_python2_7 python_targets_python3_2 
python_targets_python3_3 python_targets_python3_4 python_targets_jython2_5 
python_targets_jython2_7 python_targets_pypy python_targets_pypy3
 
 # Samuli Suominen ssuomi...@gentoo.org (23 Jan 2012)
 # Forcing enabled while waiting for eselect-notify-send wrt #379941



1.624profiles/base/package.use.mask

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

Index: package.use.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/base/package.use.mask,v
retrieving revision 1.623
retrieving revision 1.624
diff -u -r1.623 -r1.624
--- package.use.mask8 Nov 2014 01:14:18 -   1.623
+++ package.use.mask9 Nov 2014 08:02:26 -   1.624
@@ -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/base/package.use.mask,v 1.623 
2014/11/08 01:14:18 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/package.use.mask,v 1.624 
2014/11/09 08:02:26 mgorny Exp $
 
 # This file requires =portage-2.1.1
 # New entries go on top.
@@ -58,7 +58,6 @@
 # (on behalf of Python team)
 # Keep 3.2 enabled to ease the migration.
 dev-lang/python-exec -python_targets_python3_2 -python_single_target_python3_2
-dev-python/python-exec -python_targets_python3_2 
-python_single_target_python3_2
 
 # Rick Farina zeroch...@gentoo.org (26 Aug 2014)
 # mirisdr does not seem to like making releases






[gentoo-commits] gentoo-x86 commit in app-admin/syslog-ng/files/3.6: - New directory

2014-11-09 Thread Michael Sterrett (mr_bones_)
mr_bones_14/11/09 08:07:22

  Log:
  Directory /var/cvsroot/gentoo-x86/app-admin/syslog-ng/files/3.6 added to the 
repository



[gentoo-commits] gentoo-x86 commit in app-admin/syslog-ng: syslog-ng-3.6.1.ebuild metadata.xml ChangeLog

2014-11-09 Thread Michael Sterrett (mr_bones_)
mr_bones_14/11/09 08:10:43

  Modified: metadata.xml ChangeLog
  Added:syslog-ng-3.6.1.ebuild
  Log:
  version bump to 3.6 series
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.11 app-admin/syslog-ng/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/syslog-ng/metadata.xml?rev=1.11view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/syslog-ng/metadata.xml?rev=1.11content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/syslog-ng/metadata.xml?r1=1.10r2=1.11

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/syslog-ng/metadata.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- metadata.xml8 Jul 2014 16:19:45 -   1.10
+++ metadata.xml9 Nov 2014 08:10:43 -   1.11
@@ -12,5 +12,6 @@
flag name='json'Enable support for JSON template formatting via 
pkgdev-libs/json-glib/pkg/flag
flag name='mongodb'Enable support for mongodb destinations/flag
flag name='pacct'Enable support for reading Process Accounting files 
(EXPERIMENTAL, Linux only)/flag
+   flag name='redis'Enable support for Redis destinations/flag
 /use
 /pkgmetadata



1.405app-admin/syslog-ng/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/syslog-ng/ChangeLog?rev=1.405view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/syslog-ng/ChangeLog?rev=1.405content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/syslog-ng/ChangeLog?r1=1.404r2=1.405

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/syslog-ng/ChangeLog,v
retrieving revision 1.404
retrieving revision 1.405
diff -u -r1.404 -r1.405
--- ChangeLog   2 Nov 2014 09:01:28 -   1.404
+++ ChangeLog   9 Nov 2014 08:10:43 -   1.405
@@ -1,6 +1,15 @@
 # ChangeLog for app-admin/syslog-ng
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/syslog-ng/ChangeLog,v 1.404 
2014/11/02 09:01:28 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/syslog-ng/ChangeLog,v 1.405 
2014/11/09 08:10:43 mr_bones_ Exp $
+
+*syslog-ng-3.6.1 (09 Nov 2014)
+
+  09 Nov 2014; Michael Sterrett mr_bon...@gentoo.org
+  +files/3.6/syslog-ng-3.6.1-link-smtp.patch, +files/3.6/syslog-ng.conf.gentoo,
+  +files/3.6/syslog-ng.conf.gentoo.fbsd,
+  +files/3.6/syslog-ng.conf.gentoo.hardened, +files/3.6/syslog-ng.confd,
+  +files/3.6/syslog-ng.rc6, +syslog-ng-3.6.1.ebuild, metadata.xml:
+  version bump to 3.6 series
 
   02 Nov 2014; Agostino Sarubbo a...@gentoo.org syslog-ng-3.4.8.ebuild:
   Stable for alpha, wrt bug #518404



1.1  app-admin/syslog-ng/syslog-ng-3.6.1.ebuild

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

Index: syslog-ng-3.6.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/syslog-ng/syslog-ng-3.6.1.ebuild,v 
1.1 2014/11/09 08:10:43 mr_bones_ Exp $

EAPI=5
inherit autotools eutils multilib systemd versionator

MY_PV=${PV/_/}
MY_PV_MM=$(get_version_component_range 1-2)
DESCRIPTION=syslog replacement with advanced filtering features
HOMEPAGE=http://www.balabit.com/network-security/syslog-ng;
SRC_URI=http://www.balabit.com/downloads/files/syslog-ng/sources/${MY_PV}/source/syslog-ng_${MY_PV}.tar.gz;

LICENSE=GPL-2+ LGPL-2.1+
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~x86-fbsd
IUSE=amqp caps dbi geoip ipv6 json mongodb pacct redis smtp spoof-source ssl 
systemd tcpd
RESTRICT=test

RDEPEND=
caps? ( sys-libs/libcap )
dbi? ( =dev-db/libdbi-0.8.3 )
geoip? ( =dev-libs/geoip-1.5.0 )
json? ( =dev-libs/json-c-0.9 )
redis? ( dev-libs/hiredis )
smtp? ( net-libs/libesmtp )
spoof-source? ( net-libs/libnet:1.1 )
ssl? ( dev-libs/openssl:= )
systemd? ( sys-apps/systemd )
tcpd? ( =sys-apps/tcp-wrappers-7.6 )
dev-libs/libpcre
=dev-libs/eventlog-0.2.12
=dev-libs/glib-2.10.1:2
DEPEND=${RDEPEND}
virtual/pkgconfig
sys-devel/flex

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

src_prepare() {
epatch ${FILESDIR}/${MY_PV_MM}/${P}-link-smtp.patch
eautoreconf
cp ${FILESDIR}/*logrotate*.in ${TMPDIR} || die
cd ${TMPDIR} || die

for f in *logrotate*.in ; do
  

[gentoo-commits] proj/ruby-scripts:master commit in: ruby-stats/

2014-11-09 Thread Hans de Graaff
commit: 12494bc8236f663426c0f1babdb211c1aa8c947d
Author: Hans de Graaff hans AT degraaff DOT org
AuthorDate: Sun Nov  9 08:07:36 2014 +
Commit: Hans de Graaff graaff AT gentoo DOT org
CommitDate: Sun Nov  9 08:07:36 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/ruby-scripts.git;a=commit;h=12494bc8

Create a bit larger plot by default since the SVG can be scaled down easily.

---
 ruby-stats/plot | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ruby-stats/plot b/ruby-stats/plot
index 962734c..4528f26 100644
--- a/ruby-stats/plot
+++ b/ruby-stats/plot
@@ -1,4 +1,4 @@
-set terminal svg size 800,600 enhanced
+set terminal svg size 1024,768 enhanced
 set termoption dashed
 
 set output targets.svg



[gentoo-commits] proj/ruby-scripts:master commit in: patchsets/patches-1.9.3_p550/, patchsets/patches-2.0.0_p594/, ...

2014-11-09 Thread Hans de Graaff
commit: 6673a51c0ee5e3512d1e6c7179ca3cac737eac8a
Author: Hans de Graaff hans AT degraaff DOT org
AuthorDate: Sun Nov  9 08:09:54 2014 +
Commit: Hans de Graaff graaff AT gentoo DOT org
CommitDate: Sun Nov  9 08:09:54 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/ruby-scripts.git;a=commit;h=6673a51c

Add unchanged patchsets for new patch releases to be complete.

---
 patchsets/patches-1.9.3_p550/004_gfbsd7.patch  | 37 +
 .../patches-1.9.3_p550/005_no-undefined-ext.patch  | 11 
 patchsets/patches-1.9.3_p550/009_no-gems.patch | 55 +++
 .../010_mkmf-parallel-install.patch| 15 ++
 patchsets/patches-2.0.0_p594/004_gfbsd7.patch  | 37 +
 .../patches-2.0.0_p594/005_no-undefined-ext.patch  | 11 
 patchsets/patches-2.0.0_p594/009_no-gems.patch | 63 ++
 patchsets/patches-2.0.0_p594/010_uclibc.patch  | 45 
 patchsets/patches-2.1.4/004_gfbsd7.patch   | 37 +
 patchsets/patches-2.1.4/005_no-undefined-ext.patch | 11 
 patchsets/patches-2.1.4/009_no-gems.patch  | 62 +
 patchsets/patches-2.1.4/012_no_forced_sse2.patch   | 28 ++
 12 files changed, 412 insertions(+)

diff --git a/patchsets/patches-1.9.3_p550/004_gfbsd7.patch 
b/patchsets/patches-1.9.3_p550/004_gfbsd7.patch
new file mode 100644
index 000..7a80142
--- /dev/null
+++ b/patchsets/patches-1.9.3_p550/004_gfbsd7.patch
@@ -0,0 +1,37 @@
+--- ruby-1.9.3-preview1.orig/configure.in
 ruby-1.9.3-preview1/configure.in
+@@ -1946,7 +1946,7 @@ if test $rb_cv_binary_elf = yes; then
+ fi
+ 
+ AS_CASE([$target_os],
+-[linux* | gnu* | k*bsd*-gnu | bsdi* | kopensolaris*-gnu], [
++[linux* | gnu* | k*bsd*-gnu | bsdi* | kopensolaris*-gnu | freebsd* | 
dragonfly*], [
+ if test $rb_cv_binary_elf = no; then
+   with_dln_a_out=yes
+ else
+@@ -2035,7 +2035,7 @@ if test $with_dln_a_out != yes; then
+   [bsdi3*], [ AS_CASE([$CC],
+   [*shlicc*], [   : ${LDSHARED='$(CC) -r'}
+   rb_cv_dlopen=yes])],
+-  [linux* | gnu* | k*bsd*-gnu | netbsd* | bsdi* | kopensolaris*-gnu], [
++  [linux* | gnu* | k*bsd*-gnu | netbsd* | bsdi* | kopensolaris*-gnu | 
freebsd7*], [
+   : ${LDSHARED='$(CC) -shared'}
+   if test $rb_cv_binary_elf = yes; then
+   LDFLAGS=$LDFLAGS -Wl,-export-dynamic
+@@ -2048,7 +2048,6 @@ if test $with_dln_a_out != yes; then
+   [freebsd*|dragonfly*], [
+   : ${LDSHARED='$(CC) -shared'}
+   if test $rb_cv_binary_elf = yes; then
+-  LDFLAGS=$LDFLAGS -rdynamic
+   DLDFLAGS=$DLDFLAGS '-Wl,-soname,$(.TARGET)'
+   else
+ test $GCC = yes  test $rb_cv_prog_gnu_ld = yes 
|| LDSHARED=ld -Bshareable
+@@ -2336,7 +2335,7 @@ AS_CASE($enable_shared, [yes], [
+ [sunos4*], [
+   LIBRUBY_ALIASES='lib$(RUBY_SO_NAME).so.$(MAJOR).$(MINOR) 
lib$(RUBY_SO_NAME).so'
+   ],
+-[linux* | gnu* | k*bsd*-gnu | atheos* | kopensolaris*-gnu], [
++[linux* | gnu* | k*bsd*-gnu | atheos* | kopensolaris*-gnu | freebsd7*], [
+   LIBRUBY_DLDFLAGS='-Wl,-soname,lib$(RUBY_SO_NAME).so.$(MAJOR).$(MINOR)'
+   LIBRUBY_ALIASES='lib$(RUBY_SO_NAME).so.$(MAJOR).$(MINOR) 
lib$(RUBY_SO_NAME).so'
+   if test $load_relative = yes; then

diff --git a/patchsets/patches-1.9.3_p550/005_no-undefined-ext.patch 
b/patchsets/patches-1.9.3_p550/005_no-undefined-ext.patch
new file mode 100644
index 000..f279932
--- /dev/null
+++ b/patchsets/patches-1.9.3_p550/005_no-undefined-ext.patch
@@ -0,0 +1,11 @@
+--- ruby-1.9.3-preview1.orig/configure.in
 ruby-1.9.3-preview1/configure.in
+@@ -2038,7 +2038,7 @@ if test $with_dln_a_out != yes; then
+   [linux* | gnu* | k*bsd*-gnu | netbsd* | bsdi* | kopensolaris*-gnu], [
+   : ${LDSHARED='$(CC) -shared'}
+   if test $rb_cv_binary_elf = yes; then
+-  LDFLAGS=$LDFLAGS -Wl,-export-dynamic
++  LDFLAGS=$LDFLAGS -Wl,-export-dynamic 
-Wl,--no-undefined
+   fi
+   rb_cv_dlopen=yes],
+   [interix*], [   : ${LDSHARED='$(CC) -shared'}

diff --git a/patchsets/patches-1.9.3_p550/009_no-gems.patch 
b/patchsets/patches-1.9.3_p550/009_no-gems.patch
new file mode 100644
index 000..0c60885
--- /dev/null
+++ b/patchsets/patches-1.9.3_p550/009_no-gems.patch
@@ -0,0 +1,55 @@
+--- ruby-1.9.3-preview1.orig/tool/rbinstall.rb
 ruby-1.9.3-preview1/tool/rbinstall.rb
+@@ -532,51 +532,7 @@ install?(:local, :comm, :man) do
+ end
+ 
+ install?(:ext, :comm, :gem) do
+-  $:.unshift(File.join(srcdir, lib))
+-  require(rubygems.rb)
+-  gem_dir = Gem.default_dir
+-  directories = Gem.ensure_gem_subdirectories(gem_dir)
+-  prepare default gems, gem_dir, directories
+-

[gentoo-commits] gentoo-x86 commit in app-admin/syslog-ng/files/3.6: syslog-ng.rc6 syslog-ng.confd syslog-ng-3.6.1-link-smtp.patch syslog-ng.conf.gentoo.hardened syslog-ng.conf.gentoo.fbsd syslog-ng.c

2014-11-09 Thread Michael Sterrett (mr_bones_)
mr_bones_14/11/09 08:10:43

  Added:syslog-ng.rc6 syslog-ng.confd
syslog-ng-3.6.1-link-smtp.patch
syslog-ng.conf.gentoo.hardened
syslog-ng.conf.gentoo.fbsd syslog-ng.conf.gentoo
  Log:
  version bump to 3.6 series
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.1  app-admin/syslog-ng/files/3.6/syslog-ng.rc6

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/syslog-ng/files/3.6/syslog-ng.rc6?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/syslog-ng/files/3.6/syslog-ng.rc6?rev=1.1content-type=text/plain

Index: syslog-ng.rc6
===
#!/sbin/runscript
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-admin/syslog-ng/files/3.6/syslog-ng.rc6,v 1.1 
2014/11/09 08:10:43 mr_bones_ Exp $

SYSLOG_NG_CONFIGFILE=${SYSLOG_NG_CONFIGFILE:-/etc/syslog-ng/${RC_SVCNAME}.conf}
SYSLOG_NG_STATEFILE_DIR=${SYSLOG_NG_STATEFILE_DIR:-/var/lib/syslog-ng}
SYSLOG_NG_STATEFILE=${SYSLOG_NG_STATEFILE:-${SYSLOG_NG_STATEFILE_DIR}/syslog-ng.persist}
SYSLOG_NG_PIDFILE_DIR=${SYSLOG_NG_PIDFILE_DIR:-/var/run}
SYSLOG_NG_PIDFILE=${SYSLOG_NG_PIDFILE:-${SYSLOG_NG_PIDFILE_DIR}/${RC_SVCNAME}.pid}

SYSLOG_NG_GROUP=${SYSLOG_NG_GROUP:-root}
SYSLOG_NG_USER=${SYSLOG_NG_USER:-root}

command=/usr/sbin/syslog-ng
command_args=--persist-file \${SYSLOG_NG_STATEFILE}\ --cfgfile 
\${SYSLOG_NG_CONFIGFILE}\ --pidfile \${SYSLOG_NG_PIDFILE}\ 
${SYSLOG_NG_OPTS}
extra_commands=checkconfig
extra_started_commands=reload
pidfile=${SYSLOG_NG_PIDFILE}
start_stop_daemon_args=--user \${SYSLOG_NG_USER}\:\${SYSLOG_NG_GROUP}\
description=Syslog-ng is a syslog replacement with advanced filtering 
features.
description_checkconfig=Check the configuration file that will be used by 
\start\
description_reload=Reload the configuration without exiting
required_files=${SYSLOG_NG_CONFIGFILE}
required_dirs=${SYSLOG_NG_PIDFILE_DIR}

depend() {
use clock
need hostname localmount
after bootmisc
provide logger
}

checkconfig() {
ebegin Checking your configfile (${SYSLOG_NG_CONFIGFILE})
syslog-ng -s -f ${SYSLOG_NG_CONFIGFILE}
eend $? Configuration error. Please fix your configfile 
(${SYSLOG_NG_CONFIGFILE})
}

start_pre() {
checkconfig || return 1
checkpath \
-d \
--mode 0700 \
--owner ${SYSLOG_NG_OWNER}:${SYSLOG_NG_GROUP} \
${SYSLOG_NG_STATEFILE_DIR}
}

stop_pre() {
[ $RC_CMD = restart ]  sleep 1
return 0
}

reload() {
checkconfig || return 1
ebegin Reloading configuration and re-opening log files
start-stop-daemon --signal HUP --pidfile ${pidfile}
eend $?
}



1.1  app-admin/syslog-ng/files/3.6/syslog-ng.confd

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/syslog-ng/files/3.6/syslog-ng.confd?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/syslog-ng/files/3.6/syslog-ng.confd?rev=1.1content-type=text/plain

Index: syslog-ng.confd
===
# Config file for /etc/init.d/syslog-ng

# If you are not using network logging, this entire section should be
# commented out. Otherwise, choose one of the settings below based on
# how you are configuring your network.
#
# If you are using the net.* scripts to configure your network, you should
# set rc_need to match the interface through which your logging server
# can be reached.
#rc_need=net.eth0
#
# If you are using an interface manager like wicd, dhcpcd in standalone
# mode, networkmanager, etc to control your interfaces, set rc_need to
# the name of that service.
# rc_need=dhcpcd
#rc_need=networkmanager
#
# If you are using newnet and configuring your interface statically with
# the network script, you should use this setting.
#rc_need=network
#
# You can use this setting, but I do not recommend relying on it.
#rc_need=net
#
# You may also want to uncomment the following if you are using network
# logging.
#rc_use=stunnel

# For very customized setups these variables can be adjusted as needed
# but for most situations they should remain commented:
# SYSLOG_NG_CONFIGFILE=/etc/syslog-ng/syslog-ng.conf
# SYSLOG_NG_STATEFILE_DIR=/var/lib/syslog-ng
# SYSLOG_NG_STATEFILE=${SYSLOG_NG_STATEFILE_DIR}/syslog-ng.persist
# SYSLOG_NG_PIDFILE_DIR=/var/run
# SYSLOG_NG_PIDFILE=${SYSLOG_NG_PIDFILE_DIR}/syslog-ng.pid
# SYSLOG_NG_GROUP=root
# SYSLOG_NG_USER=root

# Put any additional options for syslog-ng here.
# See syslog-ng(8) for more information.

SYSLOG_NG_OPTS=



1.1  
app-admin/syslog-ng/files/3.6/syslog-ng-3.6.1-link-smtp.patch

file : 

[gentoo-commits] gentoo-x86 commit in dev-python/pypy3-bin/files: 1.9-scripts-location.patch 2.3.1-shared-lib.patch 1.9-distutils.unixccompiler.UnixCCompiler.runtime_library_dir_option.patch

2014-11-09 Thread Michal Gorny (mgorny)
mgorny  14/11/09 08:29:03

  Added:1.9-scripts-location.patch 2.3.1-shared-lib.patch

1.9-distutils.unixccompiler.UnixCCompiler.runtime_library_dir_option.patch
  Log:
  Introduce the binary packages for PyPy3.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.1  dev-python/pypy3-bin/files/1.9-scripts-location.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypy3-bin/files/1.9-scripts-location.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypy3-bin/files/1.9-scripts-location.patch?rev=1.1content-type=text/plain

Index: 1.9-scripts-location.patch
===
--- a/lib-python/3/distutils/command/install.py
+++ b/lib-python/3/distutils/command/install.py
@@ -87,7 +87,7 @@
 'purelib': '$base/site-packages',
 'platlib': '$base/site-packages',
 'headers': '$base/include',
-'scripts': '$base/bin',
+'scripts': '/usr/bin',
 'data'   : '$base',
 },
 }



1.1  dev-python/pypy3-bin/files/2.3.1-shared-lib.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypy3-bin/files/2.3.1-shared-lib.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypy3-bin/files/2.3.1-shared-lib.patch?rev=1.1content-type=text/plain

Index: 2.3.1-shared-lib.patch
===
--- rpython/translator/platform/posix.py
+++ rpython/translator/platform/posix.py
@@ -180,7 +180,7 @@
'int main(int argc, char* argv[]) '
'{ return $(PYPY_MAIN_FUNCTION)(argc, argv); }  $@')
 m.rule('$(DEFAULT_TARGET)', ['$(TARGET)', 'main.o'],
-   '$(CC_LINK) $(LDFLAGS_LINK) main.o -L. 
-l$(SHARED_IMPORT_LIB) -o $@')
+   '$(CC_LINK) $(LDFLAGS_LINK) main.o -L. 
-l$(SHARED_IMPORT_LIB) \'-Wl,-rpath,$$ORIGIN\' -o $@')
 
 return m
 



1.1  
dev-python/pypy3-bin/files/1.9-distutils.unixccompiler.UnixCCompiler.runtime_library_dir_option.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypy3-bin/files/1.9-distutils.unixccompiler.UnixCCompiler.runtime_library_dir_option.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypy3-bin/files/1.9-distutils.unixccompiler.UnixCCompiler.runtime_library_dir_option.patch?rev=1.1content-type=text/plain

Index: 
1.9-distutils.unixccompiler.UnixCCompiler.runtime_library_dir_option.patch
===
--- a/lib-python/3/distutils/unixccompiler.py
+++ b/lib-python/3/distutils/unixccompiler.py
@@ -297,7 +297,7 @@
 # this time, there's no way to determine this information from
 # the configuration data stored in the Python installation, so
 # we use this hack.
-compiler = os.path.basename(sysconfig.get_config_var(CC))
+compiler = os.path.basename(self.compiler[0])
 if sys.platform[:6] == darwin:
 # MacOSX's linker doesn't understand the -R flag at all
 return -L + dir






[gentoo-commits] gentoo-x86 commit in dev-python/pypy3-bin: pypy3-bin-2.4.0.ebuild metadata.xml ChangeLog

2014-11-09 Thread Michal Gorny (mgorny)
mgorny  14/11/09 08:29:04

  Added:pypy3-bin-2.4.0.ebuild metadata.xml ChangeLog
  Log:
  Introduce the binary packages for PyPy3.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.1  dev-python/pypy3-bin/pypy3-bin-2.4.0.ebuild

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

Index: pypy3-bin-2.4.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/pypy3-bin/pypy3-bin-2.4.0.ebuild,v 1.1 
2014/11/09 08:29:03 mgorny Exp $

EAPI=5

# some random parts need python 2...
PYTHON_COMPAT=( python2_7 pypy )
inherit eutils multilib pax-utils python-any-r1 versionator

BINHOST=http://dev.gentoo.org/~mgorny/dist/pypy-bin/${PV};

DESCRIPTION=A fast, compliant alternative implementation of Python 3 (binary 
package)
HOMEPAGE=http://pypy.org/;
SRC_URI=https://bitbucket.org/pypy/pypy/downloads/pypy3-${PV}-src.tar.bz2
amd64? (
jit? ( shadowstack? (

${BINHOST}/${P}-amd64+bzip2+jit+ncurses+shadowstack.tar.xz
) )
jit? ( !shadowstack? (
${BINHOST}/${P}-amd64+bzip2+jit+ncurses.tar.xz
) )
!jit? ( !shadowstack? (
${BINHOST}/${P}-amd64+bzip2+ncurses.tar.xz
) )
)
x86? (
sse2? (
jit? ( shadowstack? (

${BINHOST}/${P}-x86+bzip2+jit+ncurses+shadowstack+sse2.tar.xz
) )
jit? ( !shadowstack? (

${BINHOST}/${P}-x86+bzip2+jit+ncurses+sse2.tar.xz
) )
!jit? ( !shadowstack? (
${BINHOST}/${P}-x86+bzip2+ncurses+sse2.tar.xz
) )
)
!sse2? (
!jit? ( !shadowstack? (
${BINHOST}/${P}-x86+bzip2+ncurses.tar.xz
) )
)
)

# Supported variants
REQUIRED_USE=!jit? ( !shadowstack )
x86? ( !sse2? ( !jit !shadowstack ) )

LICENSE=MIT
SLOT=0/$(get_version_component_range 1-2 ${PV})
KEYWORDS=~amd64 ~x86
IUSE=gdbm +jit shadowstack sqlite sse2 test tk

# yep, world would be easier if people started filling subslots...
RDEPEND=
app-arch/bzip2:0
dev-libs/expat:0
dev-libs/libffi:0
dev-libs/openssl:0
sys-libs/glibc:2.2
sys-libs/ncurses:5
sys-libs/zlib:0
gdbm? ( sys-libs/gdbm:0= )
sqlite? ( dev-db/sqlite:3= )
tk? (
dev-lang/tk:0=
dev-tcltk/tix:0=
)
!dev-python/pypy:0
DEPEND=app-arch/xz-utils
test? ( ${RDEPEND}
${PYTHON_DEPS} )
#   doc? ( ${PYTHON_DEPS}
#   dev-python/sphinx )
PDEPEND=app-admin/python-updater

S=${WORKDIR}/pypy3-${PV}-src

src_prepare() {
epatch ${FILESDIR}/1.9-scripts-location.patch \

${FILESDIR}/1.9-distutils.unixccompiler.UnixCCompiler.runtime_library_dir_option.patch

epatch_user
}

src_compile() {
# Tadaam! PyPy compiled!
mv ${WORKDIR}/${P}*/{libpypy-c.so,pypy-c} . || die
mv ${WORKDIR}/${P}*/include/*.h include/ || die
mv pypy/module/cpyext/include/*.h include/ || die
mv pypy/module/cpyext/include/numpy include/ || die

#use doc  emake -C pypy/doc/ html
#needed even without jit :( also needed in both compile and install 
phases
pax-mark m pypy-c

# ctypes config cache
# this one we need to do with python2 too...
${PYTHON} lib_pypy/ctypes_config_cache/rebuild.py \
|| die Failed to rebuild ctypes config cache
}

src_test() {
# (unset)
local -x PYTHONDONTWRITEBYTECODE

# Test runner requires Python 2 too. However, it spawns PyPy3
# internally so that we end up testing the correct interpreter.
${PYTHON} ./pypy/test_all.py --pypy=./pypy-c lib-python || die
}

src_install() {
einfo Installing PyPy ...
insinto /usr/$(get_libdir)/pypy3
doins -r include lib_pypy lib-python pypy-c libpypy-c.so
fperms a+x ${INSDESTTREE}/pypy-c ${INSDESTTREE}/libpypy-c.so
pax-mark m ${ED%/}${INSDESTTREE}/pypy-c 
${ED%/}${INSDESTTREE}/libpypy-c.so
dosym ../$(get_libdir)/pypy3/pypy-c /usr/bin/pypy3
dodoc README.rst

if ! use gdbm; then
rm -r ${ED%/}${INSDESTTREE}/lib_pypy/gdbm.py \
   

[gentoo-commits] gentoo-x86 commit in dev-python/pypy3: pypy3-2.4.0.ebuild ChangeLog

2014-11-09 Thread Michal Gorny (mgorny)
mgorny  14/11/09 08:29:14

  Modified: pypy3-2.4.0.ebuild ChangeLog
  Log:
  Add keywords now that pypy3-bin packages are built.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.2  dev-python/pypy3/pypy3-2.4.0.ebuild

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

Index: pypy3-2.4.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pypy3/pypy3-2.4.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pypy3-2.4.0.ebuild  5 Nov 2014 23:03:06 -   1.1
+++ pypy3-2.4.0.ebuild  9 Nov 2014 08:29:14 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pypy3/pypy3-2.4.0.ebuild,v 1.1 
2014/11/05 23:03:06 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pypy3/pypy3-2.4.0.ebuild,v 1.2 
2014/11/09 08:29:14 mgorny Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE=MIT
 SLOT=0/$(get_version_component_range 1-2 ${PV})
-#KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
+KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
 IUSE=bzip2 gdbm +jit low-memory ncurses sandbox shadowstack sqlite sse2 tk
 
 RDEPEND==sys-libs/zlib-1.1.3:0=



1.3  dev-python/pypy3/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pypy3/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   5 Nov 2014 23:04:23 -   1.2
+++ ChangeLog   9 Nov 2014 08:29:14 -   1.3
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pypy3
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pypy3/ChangeLog,v 1.2 2014/11/05 
23:04:23 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pypy3/ChangeLog,v 1.3 2014/11/09 
08:29:14 mgorny Exp $
+
+  09 Nov 2014; Michał Górny mgo...@gentoo.org pypy3-2.4.0.ebuild:
+  Add keywords now that pypy3-bin packages are built.
 
   05 Nov 2014; Michał Górny mgo...@gentoo.org 
+files/1.9-distutils.unixccompil
   er.UnixCCompiler.runtime_library_dir_option.patch,






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

2014-11-09 Thread Michal Gorny (mgorny)
mgorny  14/11/09 08:29:34

  Modified: ChangeLog package.use.stable.mask use.mask
use.stable.mask
  Log:
  Unmask PyPy3.

Revision  ChangesPath
1.290profiles/arch/amd64/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/amd64/ChangeLog,v
retrieving revision 1.289
retrieving revision 1.290
diff -u -r1.289 -r1.290
--- ChangeLog   9 Nov 2014 08:01:56 -   1.289
+++ ChangeLog   9 Nov 2014 08:29:34 -   1.290
@@ -1,6 +1,10 @@
 # ChangeLog for Gentoo/AMD64 profile directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/ChangeLog,v 1.289 
2014/11/09 08:01:56 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/ChangeLog,v 1.290 
2014/11/09 08:29:34 mgorny Exp $
+
+  09 Nov 2014; Michał Górny mgo...@gentoo.org package.use.stable.mask,
+  use.mask, use.stable.mask:
+  Unmask PyPy3.
 
   09 Nov 2014; Michał Górny mgo...@gentoo.org package.use.stable.mask:
   Remove stale masks on dev-python/python-exec.



1.92 profiles/arch/amd64/package.use.stable.mask

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

Index: package.use.stable.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/amd64/package.use.stable.mask,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -r1.91 -r1.92
--- package.use.stable.mask 9 Nov 2014 08:01:56 -   1.91
+++ package.use.stable.mask 9 Nov 2014 08:29:34 -   1.92
@@ -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/arch/amd64/package.use.stable.mask,v 1.91 
2014/11/09 08:01:56 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/profiles/arch/amd64/package.use.stable.mask,v 1.92 
2014/11/09 08:29:34 mgorny 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
@@ -527,6 +527,8 @@
 # impl there anyway. Please keep this in sync with use.stable.mask.
 dev-lang/python-exec -python_targets_pypy
 dev-lang/python-exec -python_single_target_pypy
+dev-lang/python-exec -python_targets_pypy3
+dev-lang/python-exec -python_single_target_pypy3
 
 # Mike Gilbert flop...@gentoo.org (22 Mar 2014)
 # sys-fs/zfs is not stable.



1.66 profiles/arch/amd64/use.mask

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

Index: use.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/amd64/use.mask,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- use.mask19 Oct 2014 20:08:32 -  1.65
+++ use.mask9 Nov 2014 08:29:34 -   1.66
@@ -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/arch/amd64/use.mask,v 1.65 
2014/10/19 20:08:32 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/use.mask,v 1.66 
2014/11/09 08:29:34 mgorny Exp $
 
 # Unmask the flag which corresponds to ARCH.
 -amd64
@@ -19,6 +19,8 @@
 # PyPy is keyworded on this arch.
 -python_targets_pypy
 -python_single_target_pypy
+-python_targets_pypy3
+-python_single_target_pypy3
 
 # Michał Górny mgo...@gentoo.org (4 May 2013)
 # Unmask systemd since it is keyworded here.



1.7  profiles/arch/amd64/use.stable.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/use.stable.mask?rev=1.7view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/use.stable.mask?rev=1.7content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/use.stable.mask?r1=1.6r2=1.7

Index: use.stable.mask

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

2014-11-09 Thread Michal Gorny (mgorny)
mgorny  14/11/09 08:29:40

  Modified: ChangeLog package.use.stable.mask use.mask
use.stable.mask
  Log:
  Unmask PyPy3.

Revision  ChangesPath
1.181profiles/arch/x86/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/x86/ChangeLog,v
retrieving revision 1.180
retrieving revision 1.181
diff -u -r1.180 -r1.181
--- ChangeLog   9 Nov 2014 08:02:03 -   1.180
+++ ChangeLog   9 Nov 2014 08:29:40 -   1.181
@@ -1,6 +1,10 @@
 # ChangeLog for Gentoo/x86 profile directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86/ChangeLog,v 1.180 
2014/11/09 08:02:03 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86/ChangeLog,v 1.181 
2014/11/09 08:29:40 mgorny Exp $
+
+  09 Nov 2014; Michał Górny mgo...@gentoo.org package.use.stable.mask,
+  use.mask, use.stable.mask:
+  Unmask PyPy3.
 
   09 Nov 2014; Michał Górny mgo...@gentoo.org package.use.stable.mask:
   Remove stale masks on dev-python/python-exec.



1.8  profiles/arch/x86/package.use.stable.mask

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

Index: package.use.stable.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/x86/package.use.stable.mask,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- package.use.stable.mask 9 Nov 2014 08:02:03 -   1.7
+++ package.use.stable.mask 9 Nov 2014 08:29:40 -   1.8
@@ -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/arch/x86/package.use.stable.mask,v 
1.7 2014/11/09 08:02:03 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86/package.use.stable.mask,v 
1.8 2014/11/09 08:29:40 mgorny 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
@@ -36,6 +36,8 @@
 # impl there anyway. Please keep this in sync with use.stable.mask.
 dev-lang/python-exec -python_targets_pypy
 dev-lang/python-exec -python_single_target_pypy
+dev-lang/python-exec -python_targets_pypy3
+dev-lang/python-exec -python_single_target_pypy3
 
 # Tom Wijsman tom...@gentoo.org (16 Mar 2014)
 # Mask unstable USE flags on media-video/vlc, see security bug #499806.



1.68 profiles/arch/x86/use.mask

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

Index: use.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/x86/use.mask,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- use.mask19 Oct 2014 20:08:32 -  1.67
+++ use.mask9 Nov 2014 08:29:40 -   1.68
@@ -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/arch/x86/use.mask,v 1.67 
2014/10/19 20:08:32 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86/use.mask,v 1.68 
2014/11/09 08:29:40 mgorny Exp $
 
 # Unmask the flag which corresponds to ARCH.
 -x86
@@ -17,6 +17,8 @@
 # PyPy is keyworded on this arch.
 -python_targets_pypy
 -python_single_target_pypy
+-python_targets_pypy3
+-python_single_target_pypy3
 
 # Michał Górny mgo...@gentoo.org (4 May 2013)
 # Unmask systemd since it is keyworded here.



1.7  profiles/arch/x86/use.stable.mask

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

Index: use.stable.mask

[gentoo-commits] gentoo-x86 commit in virtual/pypy3: pypy3-2.4.0.ebuild ChangeLog

2014-11-09 Thread Michal Gorny (mgorny)
mgorny  14/11/09 08:29:18

  Modified: pypy3-2.4.0.ebuild ChangeLog
  Log:
  Add keywords now that pypy3-bin packages are built.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.2  virtual/pypy3/pypy3-2.4.0.ebuild

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

Index: pypy3-2.4.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/virtual/pypy3/pypy3-2.4.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pypy3-2.4.0.ebuild  5 Nov 2014 23:04:28 -   1.1
+++ pypy3-2.4.0.ebuild  9 Nov 2014 08:29:18 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/pypy3/pypy3-2.4.0.ebuild,v 1.1 
2014/11/05 23:04:28 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/pypy3/pypy3-2.4.0.ebuild,v 1.2 
2014/11/09 08:29:18 mgorny Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE=
 SLOT=0/$(get_version_component_range 1-2 ${PV})
-#KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
+KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
 IUSE=bzip2 gdbm ncurses sqlite tk
 
 RDEPEND=



1.2  virtual/pypy3/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/virtual/pypy3/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   5 Nov 2014 23:04:28 -   1.1
+++ ChangeLog   9 Nov 2014 08:29:18 -   1.2
@@ -1,6 +1,9 @@
 # ChangeLog for virtual/pypy3
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/pypy3/ChangeLog,v 1.1 2014/11/05 
23:04:28 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/pypy3/ChangeLog,v 1.2 2014/11/09 
08:29:18 mgorny Exp $
+
+  09 Nov 2014; Michał Górny mgo...@gentoo.org pypy3-2.4.0.ebuild:
+  Add keywords now that pypy3-bin packages are built.
 
 *pypy3-2.4.0 (05 Nov 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-python/pypy-bin: pypy-bin-2.4.0.ebuild ChangeLog

2014-11-09 Thread Michal Gorny (mgorny)
mgorny  14/11/09 08:33:11

  Modified: pypy-bin-2.4.0.ebuild ChangeLog
  Log:
  Generate ctypes cache in src_compile() to diverge less from the remaining 
ebuilds.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.7  dev-python/pypy-bin/pypy-bin-2.4.0.ebuild

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

Index: pypy-bin-2.4.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pypy-bin/pypy-bin-2.4.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- pypy-bin-2.4.0.ebuild   8 Nov 2014 23:04:06 -   1.6
+++ pypy-bin-2.4.0.ebuild   9 Nov 2014 08:33:11 -   1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pypy-bin/pypy-bin-2.4.0.ebuild,v 
1.6 2014/11/08 23:04:06 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pypy-bin/pypy-bin-2.4.0.ebuild,v 
1.7 2014/11/09 08:33:11 mgorny Exp $
 
 EAPI=5
 
@@ -100,6 +100,11 @@
use doc  emake -C pypy/doc/ html
#needed even without jit :( also needed in both compile and install 
phases
pax-mark m pypy-c
+
+   # ctypes config cache
+   # this one we need to do with python2 too...
+   ./pypy-c lib_pypy/ctypes_config_cache/rebuild.py \
+   || die Failed to rebuild ctypes config cache
 }
 
 # Doesn't work - pypy missing its own libs
@@ -150,9 +155,6 @@
${PYTHON} -c import lib2to3.pygram, lib2to3.patcomp; 
lib2to3.patcomp.PatternCompiler() \
|| die Generation of Grammar and PatternGrammar pickles failed
 
-   # ctypes config cache
-   ${PYTHON} -m ctypes_config_cache.rebuild || die Failed to rebuild 
ctypes config cache
-
# Generate cffi cache
# Please keep in sync with pypy/tool/release/package.py!
${PYTHON} -c import _curses || die Failed to import _curses (cffi)



1.29 dev-python/pypy-bin/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pypy-bin/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog   8 Nov 2014 23:08:57 -   1.28
+++ ChangeLog   9 Nov 2014 08:33:11 -   1.29
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/pypy-bin
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pypy-bin/ChangeLog,v 1.28 
2014/11/08 23:08:57 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pypy-bin/ChangeLog,v 1.29 
2014/11/09 08:33:11 mgorny Exp $
+
+  09 Nov 2014; Michał Górny mgo...@gentoo.org pypy-bin-2.4.0.ebuild:
+  Generate ctypes cache in src_compile() to diverge less from the remaining
+  ebuilds.
 
   08 Nov 2014; Michał Górny mgo...@gentoo.org
   -files/2.0.2-distutils-fix_handling_of_executables_and_flags.patch,






[gentoo-commits] gentoo-x86 commit in sys-kernel/dracut: dracut-037-r3.ebuild dracut-038-r2.ebuild dracut-034-r4.ebuild ChangeLog dracut-036-r4.ebuild dracut-040.ebuild

2014-11-09 Thread Amadeusz Zolnowski (aidecoe)
aidecoe 14/11/09 08:44:21

  Modified: dracut-037-r3.ebuild dracut-038-r2.ebuild
dracut-034-r4.ebuild ChangeLog dracut-036-r4.ebuild
dracut-040.ebuild
  Log:
  Replace incorrect dev-libs/openssl with net-misc/openssh dependency.
  Fixes bug #528056.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
F0134531E1DBFAB5)

Revision  ChangesPath
1.3  sys-kernel/dracut/dracut-037-r3.ebuild

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

Index: dracut-037-r3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/dracut/dracut-037-r3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- dracut-037-r3.ebuild5 Aug 2014 18:02:57 -   1.2
+++ dracut-037-r3.ebuild9 Nov 2014 08:44: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/sys-kernel/dracut/dracut-037-r3.ebuild,v 
1.2 2014/08/05 18:02:57 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/dracut/dracut-037-r3.ebuild,v 
1.3 2014/11/09 08:44:21 aidecoe Exp $
 
 EAPI=4
 
@@ -260,7 +260,7 @@
optfeature Support NFS net-fs/nfs-utils net-nds/rpcbind
optfeature \
Install ssh and scp along with config files and specified 
keys \
-   dev-libs/openssl
+   net-misc/openssh
optfeature Enable logging with syslog-ng or rsyslog 
app-admin/syslog-ng \
app-admin/rsyslog
 }



1.3  sys-kernel/dracut/dracut-038-r2.ebuild

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

Index: dracut-038-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/dracut/dracut-038-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- dracut-038-r2.ebuild5 Aug 2014 18:02:57 -   1.2
+++ dracut-038-r2.ebuild9 Nov 2014 08:44: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/sys-kernel/dracut/dracut-038-r2.ebuild,v 
1.2 2014/08/05 18:02:57 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/dracut/dracut-038-r2.ebuild,v 
1.3 2014/11/09 08:44:21 aidecoe Exp $
 
 EAPI=4
 
@@ -259,7 +259,7 @@
optfeature Support NFS net-fs/nfs-utils net-nds/rpcbind
optfeature \
Install ssh and scp along with config files and specified 
keys \
-   dev-libs/openssl
+   net-misc/openssh
optfeature Enable logging with syslog-ng or rsyslog 
app-admin/syslog-ng \
app-admin/rsyslog
 }



1.7  sys-kernel/dracut/dracut-034-r4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/dracut/dracut-034-r4.ebuild?rev=1.7view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/dracut/dracut-034-r4.ebuild?rev=1.7content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/dracut/dracut-034-r4.ebuild?r1=1.6r2=1.7

Index: dracut-034-r4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/dracut/dracut-034-r4.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- dracut-034-r4.ebuild5 Aug 2014 18:02:57 -   1.6
+++ dracut-034-r4.ebuild9 Nov 2014 08:44:21 -   1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/dracut/dracut-034-r4.ebuild,v 
1.6 2014/08/05 18:02:57 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/dracut/dracut-034-r4.ebuild,v 
1.7 2014/11/09 08:44:21 aidecoe Exp $
 
 EAPI=4
 
@@ -104,7 +104,7 @@
dracut_modules_nbd? ( sys-block/nbd )
dracut_modules_nfs? ( net-fs/nfs-utils net-nds/rpcbind )
dracut_modules_plymouth? ( =sys-boot/plymouth-0.8.3-r1 )
-   dracut_modules_ssh-client? ( dev-libs/openssl )
+   dracut_modules_ssh-client? ( net-misc/openssh )
dracut_modules_syslog? ( || 

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

2014-11-09 Thread Samuli Suominen (ssuominen)
ssuominen14/11/09 09:12:10

  Modified: x265-.ebuild ChangeLog
  Added:x265-1.4.ebuild
  Log:
  Version bump wrt #528024 by Perfect Gentleman
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
4868F14D)

Revision  ChangesPath
1.11 media-libs/x265/x265-.ebuild

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

Index: x265-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/x265/x265-.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- x265-.ebuild12 Sep 2014 07:05:00 -  1.10
+++ x265-.ebuild9 Nov 2014 09:12:10 -   1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/x265/x265-.ebuild,v 1.10 
2014/09/12 07:05:00 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/x265/x265-.ebuild,v 1.11 
2014/11/09 09:12:10 ssuominen Exp $
 
 EAPI=5
 
@@ -19,7 +19,7 @@
 
 LICENSE=GPL-2
 # subslot = libx265 soname
-SLOT=0/31
+SLOT=0/35
 IUSE=+10bit test
 
 ASM_DEPEND==dev-lang/yasm-1.2.0



1.15 media-libs/x265/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/x265/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   12 Sep 2014 07:07:56 -  1.14
+++ ChangeLog   9 Nov 2014 09:12:10 -   1.15
@@ -1,6 +1,12 @@
 # ChangeLog for media-libs/x265
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/x265/ChangeLog,v 1.14 2014/09/12 
07:07:56 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/x265/ChangeLog,v 1.15 2014/11/09 
09:12:10 ssuominen Exp $
+
+*x265-1.4 (09 Nov 2014)
+
+  09 Nov 2014; Samuli Suominen ssuomi...@gentoo.org +x265-1.4.ebuild,
+  x265-.ebuild:
+  Version bump wrt #528024 by Perfect Gentleman
 
   12 Sep 2014; Jeroen Roovers j...@gentoo.org metadata.xml:
   Extraneous dot



1.1  media-libs/x265/x265-1.4.ebuild

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

Index: x265-1.4.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/x265/x265-1.4.ebuild,v 1.1 
2014/11/09 09:12:10 ssuominen Exp $

EAPI=5

inherit cmake-multilib multilib flag-o-matic

if [[ ${PV} = * ]]; then
inherit mercurial
EHG_REPO_URI=http://bitbucket.org/multicoreware/x265;
else
SRC_URI=https://bitbucket.org/multicoreware/x265/get/${PV}.tar.bz2 - 
${P}.tar.bz2
KEYWORDS=~amd64 ~arm ~x86
fi

DESCRIPTION=Library for encoding video streams into the H.265/HEVC format
HOMEPAGE=http://x265.org/;

LICENSE=GPL-2
# subslot = libx265 soname
SLOT=0/35
IUSE=+10bit test

ASM_DEPEND==dev-lang/yasm-1.2.0
RDEPEND=
DEPEND=${RDEPEND}
abi_x86_32? ( ${ASM_DEPEND} )
abi_x86_64? ( ${ASM_DEPEND} )

src_unpack() {
if [[ ${PV} = * ]]; then
mercurial_src_unpack
# Can't set it at global scope due to mercurial.eclass 
limitations...
export S=${WORKDIR}/${P}/source
else
unpack ${A}
export S=$(echo ${WORKDIR}/*${PN}*/source)
fi
}

multilib_src_configure() {
append-cflags -fPIC
append-cxxflags -fPIC
local mycmakeargs=(
$(cmake-utils_use_enable test TESTS)
$(multilib_is_native_abi || echo -DENABLE_CLI=OFF)
-DHIGH_BIT_DEPTH=$(usex 10bit ON OFF)
-DLIB_INSTALL_DIR=$(get_libdir)
)
cmake-utils_src_configure
}

src_configure() {
multilib_parallel_foreach_abi multilib_src_configure
}

multilib_src_test() {
cd ${BUILD_DIR}/test || die
for i in PoolTest TestBench ; do
./${i} || die
done
}

src_test() {

[gentoo-commits] gentoo-x86 commit in net-misc/wget: wget-1.16.ebuild ChangeLog

2014-11-09 Thread Mikle Kolyada (zlogene)
zlogene 14/11/09 09:19:06

  Modified: wget-1.16.ebuild ChangeLog
  Log:
  ppc/ppc64 stable wrt bug #527056
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.14 net-misc/wget/wget-1.16.ebuild

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

Index: wget-1.16.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.16.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- wget-1.16.ebuild6 Nov 2014 23:39:12 -   1.13
+++ wget-1.16.ebuild9 Nov 2014 09:19:05 -   1.14
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.16.ebuild,v 1.13 
2014/11/06 23:39:12 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.16.ebuild,v 1.14 
2014/11/09 09:19:05 zlogene Exp $
 
 EAPI=4
 PYTHON_COMPAT=( python{3_3,3_4} )
@@ -13,7 +13,7 @@
 
 LICENSE=GPL-3
 SLOT=0
-KEYWORDS=alpha amd64 arm arm64 hppa ia64 m68k ~mips ~ppc ~ppc64 s390 sh sparc 
x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris
+KEYWORDS=alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris
 IUSE=debug gnutls idn ipv6 nls ntlm pcre +ssl static test uuid zlib
 
 LIB_DEPEND=idn? ( net-dns/libidn[static-libs(+)] )



1.197net-misc/wget/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v
retrieving revision 1.196
retrieving revision 1.197
diff -u -r1.196 -r1.197
--- ChangeLog   6 Nov 2014 23:39:12 -   1.196
+++ ChangeLog   9 Nov 2014 09:19:05 -   1.197
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/wget
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v 1.196 2014/11/06 
23:39:12 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v 1.197 2014/11/09 
09:19:05 zlogene Exp $
+
+  09 Nov 2014; Mikle Kolyada zlog...@gentoo.org wget-1.16.ebuild:
+  ppc/ppc64 stable wrt bug #527056
 
   06 Nov 2014; Mike Frysinger vap...@gentoo.org wget-1.16.ebuild:
   Pull in perl deps for tests #528348 by Nikoli.






[gentoo-commits] gentoo-x86 commit in dev-python/gns3-gui: ChangeLog Manifest gns3-gui-1.1.ebuild metadata.xml

2014-11-09 Thread Ian Delaney (idella4)
idella4 14/11/09 09:20:36

  Removed:  ChangeLog Manifest gns3-gui-1.1.ebuild metadata.xml
  Log:
  purge duplicated entry of gns3-gui



[gentoo-commits] gentoo-x86 commit in dev-python/sparqlwrapper: ChangeLog Manifest metadata.xml sparqlwrapper-1.5.2.ebuild

2014-11-09 Thread Ian Delaney (idella4)
idella4 14/11/09 09:27:11

  Removed:  ChangeLog Manifest metadata.xml
sparqlwrapper-1.5.2.ebuild
  Log:
  purge duplicate, sparqlwrapper



[gentoo-commits] gentoo-x86 commit in dev-python/pyparsing: pyparsing-2.0.3.ebuild ChangeLog pyparsing-1.5.6-r1.ebuild pyparsing-1.5.5.ebuild

2014-11-09 Thread Ian Delaney (idella4)
idella4 14/11/09 09:56:22

  Modified: ChangeLog
  Added:pyparsing-2.0.3.ebuild
  Removed:  pyparsing-1.5.6-r1.ebuild pyparsing-1.5.5.ebuild
  Log:
  bump, clean old python impls, rm old
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.106dev-python/pyparsing/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyparsing/ChangeLog,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -r1.105 -r1.106
--- ChangeLog   22 Apr 2014 18:05:02 -  1.105
+++ ChangeLog   9 Nov 2014 09:56:22 -   1.106
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/pyparsing
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparsing/ChangeLog,v 1.105 
2014/04/22 18:05:02 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparsing/ChangeLog,v 1.106 
2014/11/09 09:56:22 idella4 Exp $
+
+*pyparsing-2.0.3 (09 Nov 2014)
+
+  09 Nov 2014; Ian Delaney idel...@gentoo.org +pyparsing-2.0.3.ebuild,
+  -pyparsing-1.5.5.ebuild, -pyparsing-1.5.6-r1.ebuild:
+  bump, clean old python impls, rm old
 
 *pyparsing-2.0.2 (22 Apr 2014)
 



1.1  dev-python/pyparsing/pyparsing-2.0.3.ebuild

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

Index: pyparsing-2.0.3.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/pyparsing/pyparsing-2.0.3.ebuild,v 1.1 
2014/11/09 09:56:22 idella4 Exp $

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

inherit distutils-r1

DESCRIPTION=pyparsing is an easy-to-use Python module for text parsing
HOMEPAGE=http://pyparsing.wikispaces.com/ 
http://pypi.python.org/pypi/pyparsing;
SRC_URI=mirror://sourceforge/${PN}/${P}.tar.gz

LICENSE=MIT
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
IUSE=doc examples

RDEPEND=!dev-python/pyparsing:py2 !dev-python/pyparsing:py3

python_install_all() {
local HTML_DOCS=( HowToUsePyparsing.html )
use doc  HTML_DOCS+=( htmldoc/ )
use examples  local EXAMPLES=( examples/. )
distutils-r1_python_install_all

use doc  dodoc docs/*.pdf
}






[gentoo-commits] gentoo-x86 commit in net-misc/rwhoisd/files: rwhoisd-destdir-1.5.9.5.patch rwhoisd.conf rwhoisd rwhoisd-destdir.patch

2014-11-09 Thread Jeroen Roovers (jer)
jer 14/11/09 10:09:35

  Modified: rwhoisd-destdir-1.5.9.5.patch rwhoisd.conf rwhoisd
  Removed:  rwhoisd-destdir.patch
  Log:
  Separate s-s-d arguments from rwhoisd arguments by Joshua Coombs (bug 
#501924). Various.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.2  net-misc/rwhoisd/files/rwhoisd-destdir-1.5.9.5.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/rwhoisd/files/rwhoisd-destdir-1.5.9.5.patch?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/rwhoisd/files/rwhoisd-destdir-1.5.9.5.patch?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/rwhoisd/files/rwhoisd-destdir-1.5.9.5.patch?r1=1.1r2=1.2

Index: rwhoisd-destdir-1.5.9.5.patch
===
RCS file: 
/var/cvsroot/gentoo-x86/net-misc/rwhoisd/files/rwhoisd-destdir-1.5.9.5.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rwhoisd-destdir-1.5.9.5.patch   21 Oct 2009 21:46:11 -  1.1
+++ rwhoisd-destdir-1.5.9.5.patch   9 Nov 2014 10:09:35 -   1.2
@@ -1,5 +1,5 @@
 tools/rwhois_repack/Makefile.in.orig   2009-10-16 11:30:40.0 
-0700
-+++ tools/rwhois_repack/Makefile.in2009-10-16 11:31:20.0 
-0700
+--- a/tools/rwhois_repack/Makefile.in
 b/tools/rwhois_repack/Makefile.in
 @@ -52,9 +52,9 @@
  # procedural
  
@@ -14,8 +14,8 @@
  uninstall:
$(RM) $(bindir)/rwhois_repack
 
 sample.data/Makefile.in.orig   2009-10-16 11:37:54.0 -0700
-+++ sample.data/Makefile.in2009-10-16 11:38:22.0 -0700
+--- a/sample.data/Makefile.in
 b/sample.data/Makefile.in
 @@ -10,7 +10,7 @@
  prefix  = @prefix@
  exec_prefix = @exec_prefix@
@@ -26,8 +26,8 @@
  srcdir= @srcdir@
  VPATH   = @srcdir@
 
 sample.data/Makefile.in.orig   2009-10-21 14:27:42.0 -0700
-+++ sample.data/Makefile.in2009-10-21 14:33:00.0 -0700
+--- a/sample.data/Makefile.in
 b/sample.data/Makefile.in
 @@ -17,7 +17,7 @@
  
  DESTDIR =



1.2  net-misc/rwhoisd/files/rwhoisd.conf

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

Index: rwhoisd.conf
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/rwhoisd/files/rwhoisd.conf,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rwhoisd.conf16 Oct 2009 20:16:37 -  1.1
+++ rwhoisd.conf9 Nov 2014 10:09:35 -   1.2
@@ -1,8 +1,7 @@
-#$Header: /var/cvsroot/gentoo-x86/net-misc/rwhoisd/files/rwhoisd.conf,v 1.1 
2009/10/16 20:16:37 kingtaco Exp $
+# configuration file for /etc/init.d/rwhoisd
+
 OPTS=-c /etc/rwhoisd/rwhoisd.conf
 
-#Pass any additional options to rwhoisd here.
+# Pass any additional options to rwhoisd here.
 
 RWHOISD_OPTS=${OPTS}
-
-



1.2  net-misc/rwhoisd/files/rwhoisd

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

Index: rwhoisd
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/rwhoisd/files/rwhoisd,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rwhoisd 16 Oct 2009 20:16:37 -  1.1
+++ rwhoisd 9 Nov 2014 10:09:35 -   1.2
@@ -2,17 +2,16 @@
 
 depend() {
use logger
-   need net
 }
 
 start() {
ebegin Starting rwhoisd
-   start-stop-daemon --start --quiet --exec /usr/sbin/rwhoisd 
${RWHOISD_OPTS}
+   start-stop-daemon --start --quiet --exec /usr/sbin/rwhoisd -- 
${RWHOISD_OPTS}
eend $?
 }
 
 stop() {
-   ebegin Stopping tftpd
+   ebegin Stopping rwhoisd
start-stop-daemon --stop --quiet --exec /usr/sbin/rwhoisd
eend $?
 }






[gentoo-commits] gentoo-x86 commit in net-misc/rwhoisd: ChangeLog rwhoisd-1.5.9.5-r2.ebuild

2014-11-09 Thread Jeroen Roovers (jer)
jer 14/11/09 10:09:36

  Modified: ChangeLog
  Added:rwhoisd-1.5.9.5-r2.ebuild
  Log:
  Separate s-s-d arguments from rwhoisd arguments by Joshua Coombs (bug 
#501924). Various.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.5  net-misc/rwhoisd/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/rwhoisd/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   4 Nov 2014 12:20:30 -   1.4
+++ ChangeLog   9 Nov 2014 10:09:35 -   1.5
@@ -1,6 +1,14 @@
 # ChangeLog for net-misc/rwhoisd
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/rwhoisd/ChangeLog,v 1.4 2014/11/04 
12:20:30 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/rwhoisd/ChangeLog,v 1.5 2014/11/09 
10:09:35 jer Exp $
+
+*rwhoisd-1.5.9.5-r2 (09 Nov 2014)
+
+  09 Nov 2014; Jeroen Roovers j...@gentoo.org +rwhoisd-1.5.9.5-r2.ebuild,
+  files/rwhoisd-destdir-1.5.9.5.patch, files/rwhoisd, files/rwhoisd.conf,
+  -files/rwhoisd-destdir.patch:
+  Separate s-s-d arguments from rwhoisd arguments by Joshua Coombs (bug
+  #501924). Various.
 
   04 Nov 2014; Pacho Ramos pa...@gentoo.org -rwhoisd-1.5.9.5.ebuild,
   metadata.xml:



1.1  net-misc/rwhoisd/rwhoisd-1.5.9.5-r2.ebuild

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

Index: rwhoisd-1.5.9.5-r2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/rwhoisd/rwhoisd-1.5.9.5-r2.ebuild,v 
1.1 2014/11/09 10:09:35 jer Exp $

EAPI=5
inherit eutils user

DESCRIPTION=ARIN rwhois daemon
HOMEPAGE=http://projects.arin.net/rwhois/;
SRC_URI=http://projects.arin.net/rwhois/ftp/${P}.tar.gz;

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

pkg_setup() {
enewgroup rwhoisd
enewuser rwhoisd -1 -1 /var/rwhoisd rwhoisd
}

src_prepare() {
epatch ${FILESDIR}/rwhoisd-destdir-${PV}.patch
}

src_compile() {
emake -j1
}

src_install () {
emake -j1 install DESTDIR=${D}
doinitd ${FILESDIR}/rwhoisd
newconfd ${FILESDIR}/rwhoisd.conf rwhoisd
}

pkg_postinst () {
einfo Please make sure to set the userid in rwhoisd.conf to rwhoisd.
einfo It is highly inadvisable to run rwhoisd as root.
}






[gentoo-commits] gentoo-x86 commit in dev-util/buildbot: buildbot-0.8.9-r1.ebuild buildbot-9999.ebuild ChangeLog

2014-11-09 Thread Markos Chandras (hwoarang)
hwoarang14/11/09 10:12:20

  Modified: buildbot-0.8.9-r1.ebuild buildbot-.ebuild
ChangeLog
  Log:
  Stop protecting files in /usr/lib/python. This is getting rather painful on 
upgrades and administrators should be able to do it themselves if needed
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
09BF4F54C2BA7F3C!)

Revision  ChangesPath
1.2  dev-util/buildbot/buildbot-0.8.9-r1.ebuild

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

Index: buildbot-0.8.9-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/buildbot/buildbot-0.8.9-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- buildbot-0.8.9-r1.ebuild18 Oct 2014 15:19:24 -  1.1
+++ buildbot-0.8.9-r1.ebuild9 Nov 2014 10:12:20 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-util/buildbot/buildbot-0.8.9-r1.ebuild,v 1.1 
2014/10/18 15:19:24 hwoarang Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-util/buildbot/buildbot-0.8.9-r1.ebuild,v 1.2 
2014/11/09 10:12:20 hwoarang Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -83,19 +83,6 @@
newinitd ${FILESDIR}/buildmaster.initd buildmaster
systemd_dounit ${FILESDIR}/${PN}.service
 
-   # In case of multiple masters, it's possible to edit web files
-   # so all master can share the changes. So protect them!
-   # If something else need to be protected, please open a bug
-   # on http://bugs.gentoo.org
-   local cp
-   add_config_protect() {
-   cp+= $(python_get_sitedir)/${PN}/status/web
-   }
-   python_execute_function -q add_config_protect
-   echo CONFIG_PROTECT=\${cp}\ \
-85${PN} || die
-   doenvd 85${PN}
-
readme.gentoo_create_doc
 }
 



1.8  dev-util/buildbot/buildbot-.ebuild

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

Index: buildbot-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/buildbot/buildbot-.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- buildbot-.ebuild18 Oct 2014 15:19:24 -  1.7
+++ buildbot-.ebuild9 Nov 2014 10:12:20 -   1.8
@@ -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/buildbot/buildbot-.ebuild,v 
1.7 2014/10/18 15:19:24 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/buildbot-.ebuild,v 
1.8 2014/11/09 10:12:20 hwoarang Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -92,19 +92,6 @@
newinitd ${FILESDIR}/buildmaster.initd buildmaster
systemd_dounit ${FILESDIR}/${PN}.service
 
-   # In case of multiple masters, it's possible to edit web files
-   # so all master can share the changes. So protect them!
-   # If something else need to be protected, please open a bug
-   # on http://bugs.gentoo.org
-   local cp
-   add_config_protect() {
-   cp+= $(python_get_sitedir)/${PN}/status/web
-   }
-   python_execute_function -q add_config_protect
-   echo CONFIG_PROTECT=\${cp}\ \
-85${PN} || die
-   doenvd 85${PN}
-
readme.gentoo_create_doc
 }
 



1.159dev-util/buildbot/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/buildbot/ChangeLog,v
retrieving revision 1.158
retrieving revision 1.159
diff -u -r1.158 -r1.159
--- ChangeLog   18 Oct 2014 15:19:24 -  1.158
+++ ChangeLog   9 Nov 2014 10:12:20 -   1.159
@@ -1,6 +1,11 @@
 # ChangeLog for dev-util/buildbot
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the 

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

2014-11-09 Thread Hans de Graaff (graaff)
graaff  14/11/09 10:31:31

  Modified: ChangeLog
  Added:mysql-workbench-6.2.3.ebuild
  Log:
  Version bump, fixing bug 528582.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

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

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql-workbench/ChangeLog,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -r1.97 -r1.98
--- ChangeLog   25 Aug 2014 19:34:11 -  1.97
+++ ChangeLog   9 Nov 2014 10:31:31 -   1.98
@@ -1,6 +1,12 @@
 # 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.97 
2014/08/25 19:34:11 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql-workbench/ChangeLog,v 1.98 
2014/11/09 10:31:31 graaff Exp $
+
+*mysql-workbench-6.2.3 (09 Nov 2014)
+
+  09 Nov 2014; Hans de Graaff gra...@gentoo.org
+  +mysql-workbench-6.2.3.ebuild, +files/mysql-workbench-6.2.3-CMakeLists.patch:
+  Version bump, fixing bug 528582.
 
   25 Aug 2014; Hans de Graaff gra...@gentoo.org mysql-workbench-6.1.7.ebuild,
   +files/mysql-workbench-6.1.7-mysql_options4.patch:



1.1  dev-db/mysql-workbench/mysql-workbench-6.2.3.ebuild

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

Index: mysql-workbench-6.2.3.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-db/mysql-workbench/mysql-workbench-6.2.3.ebuild,v 
1.1 2014/11/09 10:31:31 graaff Exp $

EAPI=5
GCONF_DEBUG=no

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

CMAKE_MIN_VERSION=2.8.11.1

inherit gnome2 eutils flag-o-matic python-single-r1 cmake-utils

MY_P=${PN}-community-${PV}-src

DESCRIPTION=MySQL Workbench
HOMEPAGE=http://dev.mysql.com/workbench/;
SRC_URI=mirror://mysql/Downloads/MySQLGUITools/${MY_P}.tar.gz

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
IUSE=debug doc gnome-keyring

# glibc: deprecated mutex functions, removed in 2.36.0
CDEPEND=${PYTHON_DEPS}
dev-libs/glib:2
dev-cpp/atkmm
dev-cpp/pangomm
=dev-cpp/glibmm-2.14:2
=dev-cpp/gtkmm-2.14:2.4
dev-libs/atk
x11-libs/pango
=x11-libs/gtk+-2.20:2
gnome-base/libglade:2.0
=x11-libs/cairo-1.5.12[glib,svg]
dev-libs/libsigc++:2
dev-libs/boost
=dev-cpp/ctemplate-0.95
=dev-libs/libxml2-2.6.2:2
dev-libs/libzip
=virtual/mysql-5.1
dev-libs/libpcre
=sci-libs/gdal-1.11.1-r1
virtual/opengl
=dev-lang/lua-5.1[deprecated]
|| ( sys-libs/e2fsprogs-libs dev-libs/ossp-uuid )
dev-libs/tinyxml[stl]
dev-db/mysql-connector-c++
dev-db/vsqlite++
|| ( dev-db/libiodbc dev-db/unixODBC )
gnome-keyring? ( gnome-base/libgnome-keyring )
dev-python/pexpect
=dev-python/paramiko-1.7.4


# lua perhaps no longer needed? Was used via libgrt only

RDEPEND=${CDEPEND}
app-admin/sudo
=sys-apps/net-tools-1.60_p20120127084908

DEPEND=${CDEPEND}
dev-lang/swig
virtual/pkgconfig

S=${WORKDIR}/${MY_P}

src_prepare() {
## Patch CMakeLists.txt
epatch ${FILESDIR}/${PN}-6.2.3-CMakeLists.patch \
${FILESDIR}/${PN}-6.1.7-wbcopytables.patch \
${FILESDIR}/${PN}-6.1.7-mysql_options4.patch

## remove hardcoded CXXFLAGS
sed -i -e 's/-O0 -g3//' ext/scintilla/gtk/CMakeLists.txt || die

## package is very fragile...
strip-flags

cmake-utils_src_prepare
}

src_configure() {
local mycmakeargs=(
$(cmake-utils_use_use gnome-keyring GNOME_KEYRING)
-DLIB_INSTALL_DIR=/usr/$(get_libdir)
-DPYTHON_INCLUDE_DIR=$(python_get_includedir)

[gentoo-commits] gentoo-x86 commit in dev-db/mysql-workbench/files: mysql-workbench-6.2.3-CMakeLists.patch

2014-11-09 Thread Hans de Graaff (graaff)
graaff  14/11/09 10:31:31

  Added:mysql-workbench-6.2.3-CMakeLists.patch
  Log:
  Version bump, fixing bug 528582.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.1  
dev-db/mysql-workbench/files/mysql-workbench-6.2.3-CMakeLists.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql-workbench/files/mysql-workbench-6.2.3-CMakeLists.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql-workbench/files/mysql-workbench-6.2.3-CMakeLists.patch?rev=1.1content-type=text/plain

Index: mysql-workbench-6.2.3-CMakeLists.patch
===
--- mysql-workbench-community-6.0.7-src/CMakeLists.txt  2013-08-30 
18:05:12.0 +0200
+++ mysql-workbench-community-6.0.7-src/CMakeLists.txt  2013-09-08 
11:41:18.723838826 +0200
@@ -18,6 +18,9 @@
 find_package(PkgConfig REQUIRED)
 
 find_package(GTK2 2.20 REQUIRED gtk gtkmm)
+if (NOT GTK2_FOUND)
+   message( FATAL_ERROR Not all GTK2 components were found! )
+endif()
 pkg_check_modules(GTHREAD REQUIRED gthread-2.0)
 pkg_check_modules(GMODULE REQUIRED gmodule-2.0)
 set(GTK2_INCLUDE_DIRS ${GTK2_INCLUDE_DIRS} ${GTHREAD_INCLUDE_DIRS} 
${GMODULE_INCLUDE_DIRS})
@@ -32,7 +35,8 @@
 endif ()
 
 # All known publicly available versions of Antlr3C are buggy
-
+# see: https://bugzilla.redhat.com/show_bug.cgi?id=966973
+# patch seems to be only applied partially to antlr-3.4, bug is present in 
antlr-3.5, too
 if (SKIP_BUNDLED_ANTLR)
   find_package(Antlr3C)
 endif ()
@@ -89,7 +93,8 @@
 pkg_check_modules(CAIRO REQUIRED cairo=1.5.12)
 pkg_check_modules(UUID REQUIRED uuid)
 pkg_check_modules(LIBZIP REQUIRED libzip)
-if (UNIX)
+
+if (UNIX AND USE_GNOME_KEYRING)
pkg_check_modules(GNOME_KEYRING gnome-keyring-1)
if (GNOME_KEYRING_FOUND)
set(KEYRING_DEFINITION HAVE_GNOME_KEYRING)
@@ -99,7 +104,10 @@
set(KEYRING_DEFINITION HAVE_OLD_GNOME_KEYRING)
endif()
endif()
+   if (NOT GNOME_KEYRING_FOUND) 
+   message( FATAL_ERROR Gnome keyring libraries could not be 
found )
+   endif()
 endif()
 
 include (CheckFunctionExists)







[gentoo-commits] gentoo-x86 commit in dev-db/vsqlite++: ChangeLog vsqlite++-0.3.13.ebuild

2014-11-09 Thread Hans de Graaff (graaff)
graaff  14/11/09 10:34:45

  Modified: ChangeLog
  Added:vsqlite++-0.3.13.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.2  dev-db/vsqlite++/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/vsqlite++/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   19 Oct 2013 13:30:00 -  1.1
+++ ChangeLog   9 Nov 2014 10:34:45 -   1.2
@@ -1,6 +1,11 @@
 # ChangeLog for dev-db/vsqlite++
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/vsqlite++/ChangeLog,v 1.1 2013/10/19 
13:30:00 graaff Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-db/vsqlite++/ChangeLog,v 1.2 2014/11/09 
10:34:45 graaff Exp $
+
+*vsqlite++-0.3.13 (09 Nov 2014)
+
+  09 Nov 2014; Hans de Graaff gra...@gentoo.org +vsqlite++-0.3.13.ebuild:
+  Version bump.
 
 *vsqlite++-0.3.12 (19 Oct 2013)
 



1.1  dev-db/vsqlite++/vsqlite++-0.3.13.ebuild

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

Index: vsqlite++-0.3.13.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/vsqlite++/vsqlite++-0.3.13.ebuild,v 
1.1 2014/11/09 10:34:45 graaff Exp $

EAPI=5
AUTOTOOLS_IN_SOURCE_BUILD=1
AUTOTOOLS_AUTORECONF=1

inherit autotools-utils

DESCRIPTION=VSQLite++ - A welldesigned and portable SQLite3 Wrapper for C++
HOMEPAGE=http://evilissimo.fedorapeople.org/releases/vsqlite--/;
SRC_URI=https://github.com/vinzenz/vsqlite--/archive/${PV}.tar.gz;
IUSE=static-libs

LICENSE=BSD

SLOT=0

KEYWORDS=~amd64 ~x86

DEPEND==dev-libs/boost-1.33.1

RDEPEND=${DEPEND}
dev-db/sqlite:3

DOCS=(AUTHORS COPYING ChangeLog INSTALL NEWS README TODO VERSION)

# package name is vsqlite++, but github / homepage name is vsqlite--
S=${WORKDIR}/vsqlite---${PV}

src_prepare() {
## remove O3 in AM_CXXFLAGS
sed -i -e 's/-O3//' Makefile.am || die
autotools-utils_src_prepare
}

src_configure() {
econf $(use_enable static-libs static)
}






[gentoo-commits] gentoo-x86 commit in net-misc/rwhoisd: ChangeLog rwhoisd-1.5.9.5-r2.ebuild

2014-11-09 Thread Jeroen Roovers (jer)
jer 14/11/09 10:35:01

  Modified: ChangeLog rwhoisd-1.5.9.5-r2.ebuild
  Log:
  Set build dependencies. Address parallel make.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.6  net-misc/rwhoisd/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/rwhoisd/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   9 Nov 2014 10:09:35 -   1.5
+++ ChangeLog   9 Nov 2014 10:35:01 -   1.6
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/rwhoisd
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/rwhoisd/ChangeLog,v 1.5 2014/11/09 
10:09:35 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/rwhoisd/ChangeLog,v 1.6 2014/11/09 
10:35:01 jer Exp $
+
+  09 Nov 2014; Jeroen Roovers j...@gentoo.org rwhoisd-1.5.9.5-r2.ebuild:
+  Set build dependencies. Address parallel make.
 
 *rwhoisd-1.5.9.5-r2 (09 Nov 2014)
 



1.2  net-misc/rwhoisd/rwhoisd-1.5.9.5-r2.ebuild

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

Index: rwhoisd-1.5.9.5-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/rwhoisd/rwhoisd-1.5.9.5-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rwhoisd-1.5.9.5-r2.ebuild   9 Nov 2014 10:09:35 -   1.1
+++ rwhoisd-1.5.9.5-r2.ebuild   9 Nov 2014 10:35:01 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-misc/rwhoisd/rwhoisd-1.5.9.5-r2.ebuild,v 1.1 
2014/11/09 10:09:35 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-misc/rwhoisd/rwhoisd-1.5.9.5-r2.ebuild,v 1.2 
2014/11/09 10:35:01 jer Exp $
 
 EAPI=5
 inherit eutils user
@@ -13,6 +13,11 @@
 SLOT=0
 KEYWORDS=~amd64 ~x86
 
+DEPEND=
+   sys-devel/flex
+   virtual/yacc
+
+
 pkg_setup() {
enewgroup rwhoisd
enewuser rwhoisd -1 -1 /var/rwhoisd rwhoisd
@@ -23,11 +28,14 @@
 }
 
 src_compile() {
-   emake -j1
+   emake -C common
+   emake -C regexp
+   emake -C mkdb
+   default
 }
 
 src_install () {
-   emake -j1 install DESTDIR=${D}
+   default
doinitd ${FILESDIR}/rwhoisd
newconfd ${FILESDIR}/rwhoisd.conf rwhoisd
 }






[gentoo-commits] gentoo-x86 commit in dev-perl/ExtUtils-InstallPaths: ExtUtils-InstallPaths-0.10.0.ebuild ChangeLog

2014-11-09 Thread Mikle Kolyada (zlogene)
zlogene 14/11/09 10:37:51

  Modified: ExtUtils-InstallPaths-0.10.0.ebuild ChangeLog
  Log:
  Add ~ppc keyword wrt bug #518644
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.3  
dev-perl/ExtUtils-InstallPaths/ExtUtils-InstallPaths-0.10.0.ebuild

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

Index: ExtUtils-InstallPaths-0.10.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/ExtUtils-InstallPaths/ExtUtils-InstallPaths-0.10.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ExtUtils-InstallPaths-0.10.0.ebuild 31 Jul 2014 13:10:30 -  1.2
+++ ExtUtils-InstallPaths-0.10.0.ebuild 9 Nov 2014 10:37:51 -   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-perl/ExtUtils-InstallPaths/ExtUtils-InstallPaths-0.10.0.ebuild,v
 1.2 2014/07/31 13:10:30 civil Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/ExtUtils-InstallPaths/ExtUtils-InstallPaths-0.10.0.ebuild,v
 1.3 2014/11/09 10:37:51 zlogene Exp $
 EAPI=5
 MODULE_AUTHOR=LEONT
 MODULE_VERSION=0.010
@@ -9,7 +9,7 @@
 DESCRIPTION='Build.PL install path logic made easy'
 LICENSE= || ( Artistic GPL-2 )
 SLOT=0
-KEYWORDS=~amd64 ~arm ~x86
+KEYWORDS=~amd64 ~arm ~ppc ~x86
 IUSE=test
 
 DEPEND=



1.3  dev-perl/ExtUtils-InstallPaths/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-InstallPaths/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   31 Jul 2014 13:10:30 -  1.2
+++ ChangeLog   9 Nov 2014 10:37:51 -   1.3
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/ExtUtils-InstallPaths
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-InstallPaths/ChangeLog,v 
1.2 2014/07/31 13:10:30 civil Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-InstallPaths/ChangeLog,v 
1.3 2014/11/09 10:37:51 zlogene Exp $
+
+  09 Nov 2014; Mikle Kolyada zlog...@gentoo.org
+  ExtUtils-InstallPaths-0.10.0.ebuild:
+  Add ~ppc keyword wrt bug #518644
 
   31 Jul 2014; Vladimir Smirnov ExtUtils-InstallPaths-0.10.0.ebuild:
   Keyword for ~arm.






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

2014-11-09 Thread Mikle Kolyada (zlogene)
zlogene 14/11/09 10:37:52

  Modified: ExtUtils-Config-0.7.0.ebuild ChangeLog
  Log:
  Add ~ppc keyword wrt bug #518644
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.2  dev-perl/ExtUtils-Config/ExtUtils-Config-0.7.0.ebuild

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

Index: ExtUtils-Config-0.7.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/ExtUtils-Config/ExtUtils-Config-0.7.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ExtUtils-Config-0.7.0.ebuild31 Jul 2014 11:16:14 -  1.1
+++ ExtUtils-Config-0.7.0.ebuild9 Nov 2014 10:37:52 -   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-perl/ExtUtils-Config/ExtUtils-Config-0.7.0.ebuild,v 
1.1 2014/07/31 11:16:14 civil Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/ExtUtils-Config/ExtUtils-Config-0.7.0.ebuild,v 
1.2 2014/11/09 10:37:52 zlogene Exp $
 EAPI=5
 MODULE_AUTHOR=LEONT
 MODULE_VERSION=0.007
@@ -9,7 +9,7 @@
 DESCRIPTION='A wrapper for perl'\''s configuration'
 LICENSE= || ( Artistic GPL-2 )
 SLOT=0
-KEYWORDS=~amd64 ~arm ~x86
+KEYWORDS=~amd64 ~arm ~ppc ~x86
 IUSE=test
 
 DEPEND=



1.2  dev-perl/ExtUtils-Config/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-Config/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   31 Jul 2014 11:16:14 -  1.1
+++ ChangeLog   9 Nov 2014 10:37:52 -   1.2
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/ExtUtils-Config
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-Config/ChangeLog,v 1.1 
2014/07/31 11:16:14 civil Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-Config/ChangeLog,v 1.2 
2014/11/09 10:37:52 zlogene Exp $
+
+  09 Nov 2014; Mikle Kolyada zlog...@gentoo.org ExtUtils-Config-0.7.0.ebuild:
+  Add ~ppc keyword wrt bug #518644
 
 *ExtUtils-Config-0.7.0 (31 Jul 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-perl/Module-Build-Tiny: Module-Build-Tiny-0.37.0.ebuild ChangeLog

2014-11-09 Thread Mikle Kolyada (zlogene)
zlogene 14/11/09 10:37:51

  Modified: Module-Build-Tiny-0.37.0.ebuild ChangeLog
  Log:
  Add ~ppc keyword wrt bug #518644
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.2  dev-perl/Module-Build-Tiny/Module-Build-Tiny-0.37.0.ebuild

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

Index: Module-Build-Tiny-0.37.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/Module-Build-Tiny/Module-Build-Tiny-0.37.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Module-Build-Tiny-0.37.0.ebuild 31 Jul 2014 13:23:00 -  1.1
+++ Module-Build-Tiny-0.37.0.ebuild 9 Nov 2014 10:37:51 -   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-perl/Module-Build-Tiny/Module-Build-Tiny-0.37.0.ebuild,v
 1.1 2014/07/31 13:23:00 civil Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Module-Build-Tiny/Module-Build-Tiny-0.37.0.ebuild,v
 1.2 2014/11/09 10:37:51 zlogene Exp $
 EAPI=5
 MODULE_AUTHOR=LEONT
 MODULE_VERSION=0.037
@@ -9,7 +9,7 @@
 DESCRIPTION='A tiny replacement for Module::Build'
 LICENSE= || ( Artistic GPL-2 )
 SLOT=0
-KEYWORDS=~amd64 ~arm ~x86
+KEYWORDS=~amd64 ~arm ~ppc ~x86
 IUSE=test
 
 RDEPEND=



1.2  dev-perl/Module-Build-Tiny/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Module-Build-Tiny/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   31 Jul 2014 13:23:00 -  1.1
+++ ChangeLog   9 Nov 2014 10:37:51 -   1.2
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/Module-Build-Tiny
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Build-Tiny/ChangeLog,v 1.1 
2014/07/31 13:23:00 civil Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Build-Tiny/ChangeLog,v 1.2 
2014/11/09 10:37:51 zlogene Exp $
+
+  09 Nov 2014; Mikle Kolyada zlog...@gentoo.org
+  Module-Build-Tiny-0.37.0.ebuild:
+  Add ~ppc keyword wrt bug #518644
 
 *Module-Build-Tiny-0.37.0 (31 Jul 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-perl/ExtUtils-Helpers: ExtUtils-Helpers-0.22.0.ebuild ChangeLog

2014-11-09 Thread Mikle Kolyada (zlogene)
zlogene 14/11/09 10:37:52

  Modified: ExtUtils-Helpers-0.22.0.ebuild ChangeLog
  Log:
  Add ~ppc keyword wrt bug #518644
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.2  dev-perl/ExtUtils-Helpers/ExtUtils-Helpers-0.22.0.ebuild

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

Index: ExtUtils-Helpers-0.22.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/ExtUtils-Helpers/ExtUtils-Helpers-0.22.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ExtUtils-Helpers-0.22.0.ebuild  31 Jul 2014 11:39:56 -  1.1
+++ ExtUtils-Helpers-0.22.0.ebuild  9 Nov 2014 10:37:52 -   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-perl/ExtUtils-Helpers/ExtUtils-Helpers-0.22.0.ebuild,v
 1.1 2014/07/31 11:39:56 civil Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/ExtUtils-Helpers/ExtUtils-Helpers-0.22.0.ebuild,v
 1.2 2014/11/09 10:37:52 zlogene Exp $
 EAPI=5
 MODULE_AUTHOR=LEONT
 MODULE_VERSION=0.022
@@ -9,7 +9,7 @@
 DESCRIPTION='Various portability utilities for module builders'
 LICENSE= || ( Artistic GPL-2 )
 SLOT=0
-KEYWORDS=~amd64 ~arm ~x86
+KEYWORDS=~amd64 ~arm ~ppc ~x86
 IUSE=test
 
 DEPEND=



1.2  dev-perl/ExtUtils-Helpers/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-Helpers/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   31 Jul 2014 11:39:56 -  1.1
+++ ChangeLog   9 Nov 2014 10:37:52 -   1.2
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/ExtUtils-Helpers
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-Helpers/ChangeLog,v 1.1 
2014/07/31 11:39:56 civil Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-Helpers/ChangeLog,v 1.2 
2014/11/09 10:37:52 zlogene Exp $
+
+  09 Nov 2014; Mikle Kolyada zlog...@gentoo.org
+  ExtUtils-Helpers-0.22.0.ebuild:
+  Add ~ppc keyword wrt bug #518644
 
 *ExtUtils-Helpers-0.22.0 (31 Jul 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-perl/Const-Fast: Const-Fast-0.14.0-r1.ebuild ChangeLog

2014-11-09 Thread Mikle Kolyada (zlogene)
zlogene 14/11/09 10:37:52

  Modified: Const-Fast-0.14.0-r1.ebuild ChangeLog
  Log:
  Add ~ppc keyword wrt bug #518644
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.2  dev-perl/Const-Fast/Const-Fast-0.14.0-r1.ebuild

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

Index: Const-Fast-0.14.0-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/Const-Fast/Const-Fast-0.14.0-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Const-Fast-0.14.0-r1.ebuild 25 Oct 2014 19:43:21 -  1.1
+++ Const-Fast-0.14.0-r1.ebuild 9 Nov 2014 10:37:51 -   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-perl/Const-Fast/Const-Fast-0.14.0-r1.ebuild,v 1.1 
2014/10/25 19:43:21 dilfridge Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Const-Fast/Const-Fast-0.14.0-r1.ebuild,v 1.2 
2014/11/09 10:37:51 zlogene Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
 DESCRIPTION=Facility for creating read-only scalars, arrays, and hashes
 
 SLOT=0
-KEYWORDS=~amd64 ~arm ~x86 ~amd64-linux ~x86-linux
+KEYWORDS=~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux
 IUSE=test
 
 RDEPEND=



1.13 dev-perl/Const-Fast/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Const-Fast/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   25 Oct 2014 19:43:21 -  1.12
+++ ChangeLog   9 Nov 2014 10:37:51 -   1.13
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Const-Fast
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Const-Fast/ChangeLog,v 1.12 
2014/10/25 19:43:21 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Const-Fast/ChangeLog,v 1.13 
2014/11/09 10:37:51 zlogene Exp $
+
+  09 Nov 2014; Mikle Kolyada zlog...@gentoo.org Const-Fast-0.14.0-r1.ebuild:
+  Add ~ppc keyword wrt bug #518644
 
 *Const-Fast-0.14.0-r1 (25 Oct 2014)
 






[gentoo-commits] gentoo-x86 commit in net-misc/rwhoisd: ChangeLog rwhoisd-1.5.9.5-r2.ebuild

2014-11-09 Thread Jeroen Roovers (jer)
jer 14/11/09 10:43:38

  Modified: ChangeLog rwhoisd-1.5.9.5-r2.ebuild
  Log:
  Add -DNEW_STYLE_BIN_SORT by Joshua Coombs (bug #501924).
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.7  net-misc/rwhoisd/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/rwhoisd/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   9 Nov 2014 10:35:01 -   1.6
+++ ChangeLog   9 Nov 2014 10:43:38 -   1.7
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/rwhoisd
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/rwhoisd/ChangeLog,v 1.6 2014/11/09 
10:35:01 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/rwhoisd/ChangeLog,v 1.7 2014/11/09 
10:43:38 jer Exp $
+
+  09 Nov 2014; Jeroen Roovers j...@gentoo.org rwhoisd-1.5.9.5-r2.ebuild:
+  Add -DNEW_STYLE_BIN_SORT by Joshua Coombs (bug #501924).
 
   09 Nov 2014; Jeroen Roovers j...@gentoo.org rwhoisd-1.5.9.5-r2.ebuild:
   Set build dependencies. Address parallel make.



1.3  net-misc/rwhoisd/rwhoisd-1.5.9.5-r2.ebuild

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

Index: rwhoisd-1.5.9.5-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/rwhoisd/rwhoisd-1.5.9.5-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- rwhoisd-1.5.9.5-r2.ebuild   9 Nov 2014 10:35:01 -   1.2
+++ rwhoisd-1.5.9.5-r2.ebuild   9 Nov 2014 10:43:38 -   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/net-misc/rwhoisd/rwhoisd-1.5.9.5-r2.ebuild,v 1.2 
2014/11/09 10:35:01 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-misc/rwhoisd/rwhoisd-1.5.9.5-r2.ebuild,v 1.3 
2014/11/09 10:43:38 jer Exp $
 
 EAPI=5
-inherit eutils user
+inherit eutils flag-o-matic user
 
 DESCRIPTION=ARIN rwhois daemon
 HOMEPAGE=http://projects.arin.net/rwhois/;
@@ -24,7 +24,8 @@
 }
 
 src_prepare() {
-   epatch ${FILESDIR}/rwhoisd-destdir-${PV}.patch
+   epatch ${FILESDIR}/${PN}-destdir-${PV}.patch
+   append-cflags -DNEW_STYLE_BIN_SORT
 }
 
 src_compile() {






[gentoo-commits] gentoo-x86 commit in app-admin/syslog-ng: ChangeLog syslog-ng-3.5.6.ebuild

2014-11-09 Thread Michael Sterrett (mr_bones_)
mr_bones_14/11/09 10:55:17

  Modified: ChangeLog
  Removed:  syslog-ng-3.5.6.ebuild
  Log:
  old
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.406app-admin/syslog-ng/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/syslog-ng/ChangeLog?rev=1.406view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/syslog-ng/ChangeLog?rev=1.406content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/syslog-ng/ChangeLog?r1=1.405r2=1.406

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/syslog-ng/ChangeLog,v
retrieving revision 1.405
retrieving revision 1.406
diff -u -r1.405 -r1.406
--- ChangeLog   9 Nov 2014 08:10:43 -   1.405
+++ ChangeLog   9 Nov 2014 10:55:17 -   1.406
@@ -1,6 +1,9 @@
 # ChangeLog for app-admin/syslog-ng
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/syslog-ng/ChangeLog,v 1.405 
2014/11/09 08:10:43 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/syslog-ng/ChangeLog,v 1.406 
2014/11/09 10:55:17 mr_bones_ Exp $
+
+  09 Nov 2014; Michael Sterrett mr_bon...@gentoo.org -syslog-ng-3.5.6.ebuild:
+  old
 
 *syslog-ng-3.6.1 (09 Nov 2014)
 






[gentoo-commits] gentoo-x86 commit in net-misc/dhcpcd-ui: metadata.xml ChangeLog dhcpcd-ui-0.7.4.ebuild

2014-11-09 Thread Markos Chandras (hwoarang)
hwoarang14/11/09 11:20:49

  Modified: metadata.xml ChangeLog
  Added:dhcpcd-ui-0.7.4.ebuild
  Log:
  Version bump. Thanks to tokiclover tokiclo...@gmail.com. Bug #522854
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
09BF4F54C2BA7F3C!)

Revision  ChangesPath
1.5  net-misc/dhcpcd-ui/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/dhcpcd-ui/metadata.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- metadata.xml6 Aug 2012 20:09:59 -   1.4
+++ metadata.xml9 Nov 2014 11:20:48 -   1.5
@@ -1,7 +1,16 @@
 ?xml version=1.0 encoding=UTF-8?
 !DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
 pkgmetadata
+   herdproxy-maintainers/herd
maintainer
-   emailmaintainer-nee...@gentoo.org/email
+   emailtokiclo...@gmail.com/email
+   descriptionMaintainer. Assign bugs to him/description
/maintainer
+use
+   flag name=gtk3
+   Add support for pkgx11-libs/gtk+/pkg (The GIMP Toolkit)
+   /flag
+   flag name=icons
+   Install bundled-in user interface icons/flag
+/use
 /pkgmetadata



1.8  net-misc/dhcpcd-ui/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/dhcpcd-ui/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   22 Mar 2014 19:30:17 -  1.7
+++ ChangeLog   9 Nov 2014 11:20:48 -   1.8
@@ -1,6 +1,12 @@
 # ChangeLog for net-misc/dhcpcd-ui
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd-ui/ChangeLog,v 1.7 
2014/03/22 19:30:17 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd-ui/ChangeLog,v 1.8 
2014/11/09 11:20:48 hwoarang Exp $
+
+*dhcpcd-ui-0.7.4 (09 Nov 2014)
+
+  09 Nov 2014; Markos Chandras hwoar...@gentoo.org +dhcpcd-ui-0.7.4.ebuild,
+  metadata.xml:
+  Version bump. Thanks to tokiclover tokiclo...@gmail.com. Bug #522854
 
   22 Mar 2014; Michael Palimaka kensing...@gentoo.org 
-dhcpcd-ui-0.5.1.ebuild,
   -files/dhcpcd-ui-0.5.1-libnotify-0.7.patch:



1.1  net-misc/dhcpcd-ui/dhcpcd-ui-0.7.4.ebuild

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

Index: dhcpcd-ui-0.7.4.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd-ui/dhcpcd-ui-0.7.4.ebuild,v 
1.1 2014/11/09 11:20:48 hwoarang Exp $

EAPI=5

inherit eutils systemd

DESCRIPTION=Desktop notification and configuration for dhcpcd
HOMEPAGE=http://roy.marples.name/projects/dhcpcd-ui/;
SRC_URI=http://roy.marples.name/downloads/${PN%-ui}/${P}.tar.bz2;

LICENSE=BSD-2
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=debug gtk gtk3 icons qt4 libnotify
REQUIRED_USE=|| ( gtk gtk3 qt4 )
gtk3? ( !gtk ) gtk? ( !gtk3 )
qt4? ( icons )

DEPEND=${DEPEND}
virtual/libintl
libnotify? (
gtk?  ( x11-libs/libnotify )
gtk3? ( x11-libs/libnotify )
qt4?  ( kde-base/kdelibs )
)
gtk?  ( x11-libs/gtk+:2 )
gtk3? ( x11-libs/gtk+:3 )
qt4?  ( dev-qt/qtgui:4 )

RDEPEND==net-misc/dhcpcd-6.4.4
!icons? ( x11-themes/hicolor-icon-theme )

src_prepare()
{
epatch_user
}

src_configure()
{
local myeconfargs=(
$(use_enable debug)
$(use_with icons)
$(usex gtk  '--with-gtk=gtk+-2.0' '')
$(usex gtk3 '--with-gtk=gtk+-3.0' '')
$(use_with qt4 qt)
$(use_enable libnotify notification)
)
econf ${myeconfargs[@]}
}

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

systemd_dounit src/dhcpcd-online/dhcpcd-wait-online.service
}






[gentoo-commits] gentoo-x86 commit in app-misc/g15daemon: g15daemon-1.9.5.3-r11.ebuild g15daemon-9999.ebuild g15daemon-1.9.5.3-r12.ebuild ChangeLog g15daemon-1.9.5.3-r9.ebuild g15daemon-1.9.5.3-r10.eb

2014-11-09 Thread Mikle Kolyada (zlogene)
zlogene 14/11/09 11:49:18

  Modified: g15daemon-.ebuild ChangeLog
  Added:g15daemon-1.9.5.3-r11.ebuild
g15daemon-1.9.5.3-r12.ebuild
  Removed:  g15daemon-1.9.5.3-r9.ebuild
g15daemon-1.9.5.3-r10.ebuild
  Log:
  Bump to EAPI=5 (bug #527914)
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 0xC42EB5D6)

Revision  ChangesPath
1.3  app-misc/g15daemon/g15daemon-.ebuild

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

Index: g15daemon-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-misc/g15daemon/g15daemon-.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- g15daemon-.ebuild   1 Mar 2013 23:16:49 -   1.2
+++ g15daemon-.ebuild   9 Nov 2014 11:49:18 -   1.3
@@ -1,8 +1,8 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/g15daemon/g15daemon-.ebuild,v 
1.2 2013/03/01 23:16:49 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/g15daemon/g15daemon-.ebuild,v 
1.3 2014/11/09 11:49:18 zlogene Exp $
 
-EAPI=4
+EAPI=5
 GENTOO_DEPEND_ON_PERL=no
 PYTHON_DEPEND=python? *
 SUPPORT_PYTHON_ABIS=1



1.53 app-misc/g15daemon/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/g15daemon/ChangeLog?rev=1.53view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/g15daemon/ChangeLog?rev=1.53content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/g15daemon/ChangeLog?r1=1.52r2=1.53

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-misc/g15daemon/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog   3 Aug 2014 11:23:31 -   1.52
+++ ChangeLog   9 Nov 2014 11:49:18 -   1.53
@@ -1,6 +1,14 @@
 # ChangeLog for app-misc/g15daemon
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/g15daemon/ChangeLog,v 1.52 
2014/08/03 11:23:31 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/g15daemon/ChangeLog,v 1.53 
2014/11/09 11:49:18 zlogene Exp $
+
+*g15daemon-1.9.5.3-r11 (09 Nov 2014)
+*g15daemon-1.9.5.3-r12 (09 Nov 2014)
+
+  09 Nov 2014; Mikle Kolyada zlog...@gentoo.org 
+g15daemon-1.9.5.3-r11.ebuild,
+  +g15daemon-1.9.5.3-r12.ebuild, -g15daemon-1.9.5.3-r10.ebuild,
+  -g15daemon-1.9.5.3-r9.ebuild, g15daemon-.ebuild:
+  Bump to EAPI=5 (bug #527914)
 
 *g15daemon-1.9.5.3-r10 (03 Aug 2014)
 *g15daemon-1.9.5.3-r9 (03 Aug 2014)



1.1  app-misc/g15daemon/g15daemon-1.9.5.3-r11.ebuild

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

Index: g15daemon-1.9.5.3-r11.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-misc/g15daemon/g15daemon-1.9.5.3-r11.ebuild,v 1.1 
2014/11/09 11:49:18 zlogene Exp $

EAPI=5
GENTOO_DEPEND_ON_PERL=no
PYTHON_DEPEND=python? *
SUPPORT_PYTHON_ABIS=1

inherit eutils linux-info perl-module python base

DESCRIPTION=G15daemon takes control of the G15 keyboard, through the linux 
kernel uinput device driver
HOMEPAGE=http://g15daemon.sourceforge.net/;
SRC_URI=mirror://sourceforge/${PN}/${P}.tar.gz

LICENSE=GPL-2
SLOT=0
KEYWORDS=amd64 ppc ppc64 x86
IUSE=perl python static-libs

DEPEND=virtual/libusb:0
=dev-libs/libg15-1.2.4
=dev-libs/libg15render-1.2
perl? (
dev-lang/perl
dev-perl/GDGraph
=dev-perl/Inline-0.4
)
RDEPEND=${DEPEND}

PATCHES=(
${FILESDIR}/${P}-forgotten-open-mode.patch
${FILESDIR}/${P}-overflow-fix.patch
)
uinput_check() {
ebegin Checking for uinput support
local rc=1
linux_config_exists  linux_chkconfig_present INPUT_UINPUT
rc=$?

if [[ $rc -ne 0 ]] ; then
eerror To use g15daemon, you need to compile your kernel with 
uinput support.
eerror Please enable uinput support in your kernel config, 

[gentoo-commits] gentoo-x86 commit in media-libs/chromaprint: chromaprint-1.2.ebuild ChangeLog

2014-11-09 Thread Ben de Groot (yngwin)
yngwin  14/11/09 12:05:46

  Modified: ChangeLog
  Added:chromaprint-1.2.ebuild
  Log:
  Version bump. Thanks to dolphinling in bug #521816 for the updated ebuild.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x0F9C590B7FF324F6!)

Revision  ChangesPath
1.18 media-libs/chromaprint/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/chromaprint/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog   4 Mar 2014 20:17:40 -   1.17
+++ ChangeLog   9 Nov 2014 12:05:46 -   1.18
@@ -1,6 +1,11 @@
 # ChangeLog for media-libs/chromaprint
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/chromaprint/ChangeLog,v 1.17 
2014/03/04 20:17:40 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/chromaprint/ChangeLog,v 1.18 
2014/11/09 12:05:46 yngwin Exp $
+
+*chromaprint-1.2 (09 Nov 2014)
+
+  09 Nov 2014; Ben de Groot yng...@gentoo.org +chromaprint-1.2.ebuild:
+  Version bump. Thanks to dolphinling in bug #521816 for the updated ebuild.
 
   04 Mar 2014; Agostino Sarubbo a...@gentoo.org chromaprint-1.1.ebuild:
   Stable for x86, wrt bug #500882



1.1  media-libs/chromaprint/chromaprint-1.2.ebuild

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

Index: chromaprint-1.2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-libs/chromaprint/chromaprint-1.2.ebuild,v 1.1 
2014/11/09 12:05:46 yngwin Exp $

EAPI=5
inherit cmake-utils

DESCRIPTION=A client-side library that implements a custom algorithm for 
extracting fingerprints
HOMEPAGE=http://acoustid.org/chromaprint;
SRC_URI=https://bitbucket.org/acoustid/${PN}/downloads/${P}.tar.gz;

LICENSE=LGPL-2.1
SLOT=0
KEYWORDS=~amd64 ~ppc ~x86 ~amd64-fbsd
IUSE=test tools

# note: use ffmpeg instead of fftw because it's recommended and required for 
tools
RDEPEND==virtual/ffmpeg-0.10
DEPEND=${RDEPEND}
test? (
dev-cpp/gtest
dev-libs/boost
)

DOCS=NEWS.txt README.md

PATCHES=( ${FILESDIR}/${PN}-1.1-gtest.patch )

src_configure() {
local mycmakeargs=(
$(cmake-utils_use_build tools EXAMPLES)
$(cmake-utils_use_build test TESTS)
-DWITH_AVFFT=ON
)
cmake-utils_src_configure
}

src_test() {
cd ${BUILD_DIR} || die
emake check
}

src_install() {
cmake-utils_src_install
}






[gentoo-commits] gentoo-x86 commit in app-text/calibre: calibre-2.9.0.ebuild ChangeLog

2014-11-09 Thread Ben de Groot (yngwin)
yngwin  14/11/09 12:28:05

  Modified: ChangeLog
  Added:calibre-2.9.0.ebuild
  Log:
  version bump, with adjusted patch
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x0F9C590B7FF324F6!)

Revision  ChangesPath
1.334app-text/calibre/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/calibre/ChangeLog,v
retrieving revision 1.333
retrieving revision 1.334
diff -u -r1.333 -r1.334
--- ChangeLog   24 Oct 2014 21:26:21 -  1.333
+++ ChangeLog   9 Nov 2014 12:28:05 -   1.334
@@ -1,6 +1,12 @@
 # ChangeLog for app-text/calibre
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/ChangeLog,v 1.333 
2014/10/24 21:26:21 axs Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/ChangeLog,v 1.334 
2014/11/09 12:28:05 yngwin Exp $
+
+*calibre-2.9.0 (09 Nov 2014)
+
+  09 Nov 2014; Ben de Groot yng...@gentoo.org +calibre-2.9.0.ebuild,
+  +files/calibre-2.9.0-no_updates_dialog.patch:
+  version bump, with adjusted patch
 
 *calibre-2.7.0 (24 Oct 2014)
 



1.1  app-text/calibre/calibre-2.9.0.ebuild

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

Index: calibre-2.9.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/calibre/calibre-2.9.0.ebuild,v 1.1 
2014/11/09 12:28:05 yngwin Exp $

EAPI=5

inherit eutils fdo-mime bash-completion-r1 multilib toolchain-funcs

DESCRIPTION=Ebook management application
HOMEPAGE=http://calibre-ebook.com/;
[[ ${PV} == ${PV%.*}.${PV#*.} ]]  MY_PV=${PV}.0 || MY_PV=${PV}
SRC_URI=http://sourceforge.net/projects/calibre/files/${MY_PV}/${PN}-${MY_PV}.tar.xz;

LICENSE=
GPL-3+
GPL-3
GPL-2+
GPL-2
GPL-1+
LGPL-3+
LGPL-2.1+
LGPL-2.1
BSD
MIT
Old-MIT
Apache-2.0
public-domain
|| ( Artistic GPL-1+ )
CC-BY-3.0
OFL-1.1
PSF-2
unRAR


KEYWORDS=~amd64 ~x86
SLOT=0
IUSE=+udisks

# Note, dropped dep on  =app-text/poppler-0.20.2:=[qt4,xpdf-headers(+)] as #1, 
its qt5 now, and
# 2, because repoman blew up when it was there, and my installed copy doesnt 
seem to link to it.

COMMON_DEPEND=
=app-text/podofo-0.8.2:=
=dev-lang/python-2.7.1:2.7[sqlite,ssl]
=dev-libs/chmlib-0.40:=
=dev-libs/icu-4.4:=
dev-libs/glib:2
dev-qt/qtcore:5
dev-qt/qtgui:5
dev-qt/qtwidgets:5
=media-gfx/imagemagick-6.5.9[jpeg,png]
media-libs/fontconfig
=media-libs/freetype-2:=
=media-libs/libmtp-1.1.5:=
sys-libs/zlib
udisks? ( virtual/libudev )
x11-libs/libX11
x11-libs/libXext
x11-libs/libXrender
=dev-python/apsw-3.7.17[python_targets_python2_7(-)]
=dev-python/beautifulsoup-3.0.5:python-2[python_targets_python2_7(-)]
dev-python/netifaces[python_targets_python2_7(-)]
=dev-python/dnspython-1.6.0[python_targets_python2_7(-)]
=dev-python/cssselect-0.7.1[python_targets_python2_7(-)]
=dev-python/cssutils-0.9.9[python_targets_python2_7(-)]
=dev-python/dbus-python-0.82.2[python_targets_python2_7(-)]
=dev-python/lxml-3.2.1[python_targets_python2_7(-)]
=dev-python/mechanize-0.1.11[python_targets_python2_7(-)]
=dev-python/python-dateutil-1.4.1[python_targets_python2_7(-)]

=dev-python/PyQt5-5.2.0[gui,svg,webkit,widgets,network,printsupport,python_targets_python2_7(-)]
media-fonts/liberation-fonts
=media-libs/libwmf-0.2.8
virtual/libusb:1=
virtual/python-imaging[python_targets_python2_7(-)]
=x11-misc/xdg-utils-1.0.2-r2

RDEPEND=${COMMON_DEPEND}
udisks? ( || ( sys-fs/udisks:2 sys-fs/udisks:0 ) )

DEPEND=${COMMON_DEPEND}
=dev-python/setuptools-0.6_rc5
=virtual/podofo-build-0.8.2

src_prepare() {
# Fix outdated version constant.
#sed -e s#\\(^numeric_version =\\).*#\\1 (${PV//./, })# \
#   -i src/calibre/constants.py || \
#   die sed failed to patch constants.py

# Avoid sandbox violation in /usr/share/gnome/apps when linux.py
# calls 

[gentoo-commits] gentoo-x86 commit in app-text/calibre/files: calibre-2.9.0-no_updates_dialog.patch

2014-11-09 Thread Ben de Groot (yngwin)
yngwin  14/11/09 12:28:05

  Added:calibre-2.9.0-no_updates_dialog.patch
  Log:
  version bump, with adjusted patch
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x0F9C590B7FF324F6!)

Revision  ChangesPath
1.1  
app-text/calibre/files/calibre-2.9.0-no_updates_dialog.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/calibre/files/calibre-2.9.0-no_updates_dialog.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/calibre/files/calibre-2.9.0-no_updates_dialog.patch?rev=1.1content-type=text/plain

Index: calibre-2.9.0-no_updates_dialog.patch
===
diff -burN calibre-2.9.0.orig/src/calibre/gui2/main.py 
calibre-2.9.0/src/calibre/gui2/main.py
--- calibre-2.9.0.orig/src/calibre/gui2/main.py 2014-11-09 20:09:54.081231882 
+0800
+++ calibre-2.9.0/src/calibre/gui2/main.py  2014-11-09 20:15:48.193033844 
+0800
@@ -37,8 +37,9 @@
   help=_('Start minimized to system tray.'))
 parser.add_option('-v', '--verbose', default=0, action='count',
   help=_('Ignored, do not use. Present only for legacy 
reasons'))
-parser.add_option('--no-update-check', default=False, action='store_true',
-help=_('Do not check for updates'))
+parser.add_option('--update-check', dest='no_update_check', default=True,
+action='store_false',
+help=_('Check for updates'))
 parser.add_option('--ignore-plugins', default=False, action='store_true',
 help=_('Ignore custom plugins, useful if you installed a plugin'
 ' that is preventing calibre from starting'))
diff -burN calibre-2.9.0.orig/src/calibre/gui2/update.py 
calibre-2.9.0/src/calibre/gui2/update.py
--- calibre-2.9.0.orig/src/calibre/gui2/update.py   2014-11-09 
20:09:54.082231864 +0800
+++ calibre-2.9.0/src/calibre/gui2/update.py2014-11-09 20:17:49.954767115 
+0800
@@ -154,6 +154,8 @@
 self.update_checker.signal.update_found.connect(self.update_found,
 type=Qt.QueuedConnection)
 self.update_checker.start()
+else:
+self.update_checker = None
 
 def recalc_update_label(self, number_of_plugin_updates):
 self.update_found(self.last_newest_calibre_version, 
number_of_plugin_updates)






[gentoo-commits] gentoo-x86 commit in media-libs/libsixel: libsixel-1.3.4.ebuild ChangeLog

2014-11-09 Thread Akinori Hattori (hattya)
hattya  14/11/09 12:41:57

  Modified: ChangeLog
  Added:libsixel-1.3.4.ebuild
  Log:
  new upstream release
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
EC917A6D)

Revision  ChangesPath
1.5  media-libs/libsixel/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsixel/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   9 Nov 2014 06:09:05 -   1.4
+++ ChangeLog   9 Nov 2014 12:41:57 -   1.5
@@ -1,6 +1,11 @@
 # ChangeLog for media-libs/libsixel
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsixel/ChangeLog,v 1.4 
2014/11/09 06:09:05 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsixel/ChangeLog,v 1.5 
2014/11/09 12:41:57 hattya Exp $
+
+*libsixel-1.3.4 (09 Nov 2014)
+
+  09 Nov 2014; Akinori Hattori hat...@gentoo.org +libsixel-1.3.4.ebuild:
+  new upstream release
 
 *libsixel-1.3.3 (09 Nov 2014)
 



1.1  media-libs/libsixel/libsixel-1.3.4.ebuild

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

Index: libsixel-1.3.4.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/libsixel/libsixel-1.3.4.ebuild,v 
1.1 2014/11/09 12:41:57 hattya Exp $

EAPI=5

inherit bash-completion-r1

DESCRIPTION=A lightweight, fast implementation of DEC SIXEL graphics codec
HOMEPAGE=https://github.com/saitoha/libsixel;
SRC_URI=https://github.com/saitoha/libsixel/archive/v${PV}.tar.gz - 
${P}.tar.gz

LICENSE=MIT public-domain
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=curl gd gtk jpeg png zsh-completion

RDEPEND=curl? ( net-misc/curl )
gd? ( media-libs/gd )
gtk? ( x11-libs/gdk-pixbuf:2 )
jpeg? ( virtual/jpeg:0 )
png? ( media-libs/libpng )
zsh-completion? ( app-shells/zsh )
DEPEND=${RDEPEND}
virtual/pkgconfig

src_configure() {
econf \
--with-bashcompletiondir=$(get_bashcompdir) \
$(use_with curl libcurl) \
$(use_with gd) \
$(use_with gtk gdk-pixbuf2) \
$(use_with jpeg) \
$(use_with png)
}

src_test() {
emake test
}

src_install() {
default

docompress -x /usr/share/doc/${PF}/images
dodoc -r images

use zsh-completion || rm -rf ${ED}/usr/share/zsh
}






[gentoo-commits] gentoo-x86 commit in media-video/vlc: metadata.xml ChangeLog

2014-11-09 Thread Yixun Lan (dlan)
dlan14/11/09 12:44:10

  Modified: metadata.xml ChangeLog
  Log:
  add Pawel Stankowski as maintainer, granted by TomWij
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xAABEFD55)

Revision  ChangesPath
1.80 media-video/vlc/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/metadata.xml?rev=1.80view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/metadata.xml?rev=1.80content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/metadata.xml?r1=1.79r2=1.80

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/metadata.xml,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- metadata.xml22 Feb 2014 16:30:52 -  1.79
+++ metadata.xml9 Nov 2014 12:44:10 -   1.80
@@ -2,9 +2,16 @@
 !DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
 pkgmetadata
herdvideo/herd
+   herdproxy-maintainers/herd
+   maintainer
+   emailaambi...@gmail.com/email
+   namePaweł Stankowski/name
+   descriptionActive Maintainer, Assign bugs/description
+   /maintainer
maintainer
emailtom...@gentoo.org/email
nameTom Wijsman/name
+   descriptionPrevious Maintainer, CC bugs/description
/maintainer
use
flag name=atmoEnables support for AtmoLight (homebrew 
Ambient Lighting Technology)/flag



1.914media-video/vlc/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/ChangeLog?rev=1.914view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/ChangeLog?rev=1.914content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/ChangeLog?r1=1.913r2=1.914

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v
retrieving revision 1.913
retrieving revision 1.914
diff -u -r1.913 -r1.914
--- ChangeLog   17 Sep 2014 21:39:20 -  1.913
+++ ChangeLog   9 Nov 2014 12:44:10 -   1.914
@@ -1,6 +1,9 @@
 # ChangeLog for media-video/vlc
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.913 
2014/09/17 21:39:20 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.914 
2014/11/09 12:44:10 dlan Exp $
+
+  09 Nov 2014; Yixun Lan d...@gentoo.org metadata.xml:
+  add Paweł Stankowski as maintainer, granted by TomWij
 
 *vlc-2.1.5 (17 Sep 2014)
 






[gentoo-commits] gentoo-x86 commit in net-misc/minissdpd: minissdpd-1.2.20141108.ebuild ChangeLog

2014-11-09 Thread Anthony G. Basile (blueness)
blueness14/11/09 12:58:15

  Modified: ChangeLog
  Added:minissdpd-1.2.20141108.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  ChangesPath
1.14 net-misc/minissdpd/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/minissdpd/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog   14 Sep 2014 12:21:25 -  1.13
+++ ChangeLog   9 Nov 2014 12:58:15 -   1.14
@@ -1,6 +1,12 @@
 # ChangeLog for net-misc/minissdpd
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/minissdpd/ChangeLog,v 1.13 
2014/09/14 12:21:25 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/minissdpd/ChangeLog,v 1.14 
2014/11/09 12:58:15 blueness Exp $
+
+*minissdpd-1.2.20141108 (09 Nov 2014)
+
+  09 Nov 2014; Anthony G. Basile bluen...@gentoo.org
+  +minissdpd-1.2.20141108.ebuild:
+  Version bump
 
 *minissdpd-1.2.20140906-r1 (14 Sep 2014)
 



1.1  net-misc/minissdpd/minissdpd-1.2.20141108.ebuild

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

Index: minissdpd-1.2.20141108.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-misc/minissdpd/minissdpd-1.2.20141108.ebuild,v 1.1 
2014/11/09 12:58:15 blueness Exp $

EAPI=5
inherit eutils toolchain-funcs

DESCRIPTION=MiniSSDP Daemon
SRC_URI=http://miniupnp.free.fr/files/${P}.tar.gz;
HOMEPAGE=http://miniupnp.free.fr/;

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

DEPEND=
RDEPEND==sys-apps/net-tools-1.60_p20120127084908[-old-output]
|| ( net-misc/miniupnpd net-libs/miniupnpc )

src_prepare() {
epatch ${FILESDIR}/${PN}-1.2-respect-CC.patch
epatch ${FILESDIR}/${PN}-1.2-remove-initd.patch
}

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

src_install () {
einstall PREFIX=${D}
newinitd ${FILESDIR}/${PN}.initd-r1 ${PN}
newconfd ${FILESDIR}/${PN}.confd ${PN}
dodoc Changelog.txt README
doman minissdpd.1
}






[gentoo-commits] gentoo-x86 commit in app-text/calibre: calibre-2.9.0.ebuild ChangeLog

2014-11-09 Thread Ben de Groot (yngwin)
yngwin  14/11/09 13:18:44

  Modified: calibre-2.9.0.ebuild ChangeLog
  Log:
  Fix failure of xdg tools to recognize vendor prefix (see bug #521484)
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x0F9C590B7FF324F6!)

Revision  ChangesPath
1.2  app-text/calibre/calibre-2.9.0.ebuild

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

Index: calibre-2.9.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-text/calibre/calibre-2.9.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- calibre-2.9.0.ebuild9 Nov 2014 12:28:05 -   1.1
+++ calibre-2.9.0.ebuild9 Nov 2014 13:18:44 -   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-text/calibre/calibre-2.9.0.ebuild,v 1.1 
2014/11/09 12:28:05 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/calibre-2.9.0.ebuild,v 1.2 
2014/11/09 13:18:44 yngwin Exp $
 
 EAPI=5
 
@@ -111,14 +111,20 @@
-i setup/extensions.py || die sed failed to patch 
extensions.py
 
# use system beautifulsoup, instead of bundled
-   rm -f ${S}/src/calibre/ebooks/BeautifulSoup.py || die could not 
remove bundled beautifulsoup
+   rm -f ${S}/src/calibre/ebooks/BeautifulSoup.py \
+   || die could not remove bundled beautifulsoup
find ${S} -type f -name \*.py -exec \
sed -e 's/calibre.ebooks.BeautifulSoup/BeautifulSoup/' -i {} + \
|| die could not sed bundled beautifulsoup out of the source 
tree
 
+   # avoid failure of xdg tools to recognize vendor prefix
+   sed -e s|xdg-icon-resource install|xdg-icon-resource install 
--novendor| \
+   -e s|'xdg-mime', 'install'|'xdg-mime', 'install', 
'--novendor'| \
+   -e s|'xdg-desktop-menu', 'install'|'xdg-desktop-menu', 
'install', '--novendor'| \
+   -i ${S}/src/calibre/linux.py || die 'sed failed'
+
# no_updates: do not annoy user with new version is availible all the 
time
# disable_plugins: walking sec-hole, wait for upstream to use GHNS 
interface
-   # C locale: if LC_ALL=C do not raise an exception when locale cannot be 
canonicalized
epatch \
${FILESDIR}/${PN}-2.9.0-no_updates_dialog.patch \
${FILESDIR}/${PN}-disable_plugins.patch



1.335app-text/calibre/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/calibre/ChangeLog,v
retrieving revision 1.334
retrieving revision 1.335
diff -u -r1.334 -r1.335
--- ChangeLog   9 Nov 2014 12:28:05 -   1.334
+++ ChangeLog   9 Nov 2014 13:18:44 -   1.335
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/calibre
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/ChangeLog,v 1.334 
2014/11/09 12:28:05 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/ChangeLog,v 1.335 
2014/11/09 13:18:44 yngwin Exp $
+
+  09 Nov 2014; Ben de Groot yng...@gentoo.org calibre-2.9.0.ebuild:
+  Fix failure of xdg tools to recognize vendor prefix (see bug #521484)
 
 *calibre-2.9.0 (09 Nov 2014)
 






[gentoo-commits] gentoo-x86 commit in app-text/ghostscript-gpl: ghostscript-gpl-9.15-r1.ebuild ghostscript-gpl-9.10-r4.ebuild ChangeLog ghostscript-gpl-9.15.ebuild ghostscript-gpl-9.10-r3.ebuild ghost

2014-11-09 Thread Matthias Maier (tamiko)
tamiko  14/11/09 13:51:18

  Modified: ChangeLog
  Added:ghostscript-gpl-9.15-r1.ebuild
ghostscript-gpl-9.10-r4.ebuild
  Removed:  ghostscript-gpl-9.15.ebuild
ghostscript-gpl-9.10-r3.ebuild
ghostscript-gpl-9.14.ebuild
  Log:
  also install [...]/Resource/Font/* wrt bug #490248, enable parallel make for 
9.15* wrt bug #234378
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
BD3A97A3)

Revision  ChangesPath
1.177app-text/ghostscript-gpl/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/ghostscript-gpl/ChangeLog?rev=1.177view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/ghostscript-gpl/ChangeLog?rev=1.177content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/ghostscript-gpl/ChangeLog?r1=1.176r2=1.177

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ChangeLog,v
retrieving revision 1.176
retrieving revision 1.177
diff -u -r1.176 -r1.177
--- ChangeLog   23 Oct 2014 17:37:26 -  1.176
+++ ChangeLog   9 Nov 2014 13:51:18 -   1.177
@@ -1,6 +1,16 @@
 # ChangeLog for app-text/ghostscript-gpl
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ChangeLog,v 1.176 
2014/10/23 17:37:26 tamiko Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ChangeLog,v 1.177 
2014/11/09 13:51:18 tamiko Exp $
+
+*ghostscript-gpl-9.10-r4 (09 Nov 2014)
+*ghostscript-gpl-9.15-r1 (09 Nov 2014)
+
+  09 Nov 2014; Matthias Maier tam...@gentoo.org
+  +ghostscript-gpl-9.10-r4.ebuild, +ghostscript-gpl-9.15-r1.ebuild,
+  -ghostscript-gpl-9.10-r3.ebuild, -ghostscript-gpl-9.14.ebuild,
+  -ghostscript-gpl-9.15.ebuild:
+  also install [...]/Resource/Font/* wrt bug #490248, enable parallel make for
+  9.15* wrt bug #234378
 
   23 Oct 2014; Matthias Maier tam...@gentoo.org ghostscript-gpl-9.15.ebuild:
   fix build dependency wrt bug #524676



1.1  app-text/ghostscript-gpl/ghostscript-gpl-9.15-r1.ebuild

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

Index: ghostscript-gpl-9.15-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-9.15-r1.ebuild,v
 1.1 2014/11/09 13:51:18 tamiko Exp $

EAPI=5

inherit autotools eutils multilib versionator flag-o-matic

DESCRIPTION=Ghostscript is an interpreter for the PostScript language and for 
PDF
HOMEPAGE=http://ghostscript.com/;

MY_P=${P/-gpl}
GSDJVU_PV=1.6
PVM=$(get_version_component_range 1-2)
SRC_URI=
http://downloads.ghostscript.com/public/${MY_P}.tar.bz2
mirror://gentoo/${PN}-9.12-patchset-1.tar.bz2
!bindist? ( djvu? ( 
mirror://sourceforge/djvu/gsdjvu-${GSDJVU_PV}.tar.gz ) )

LICENSE=AGPL-3 CPL-1.0
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd
IUSE=bindist cups dbus djvu gtk idn linguas_de static-libs X

COMMON_DEPEND=
app-text/libpaper
media-libs/fontconfig
=media-libs/freetype-2.4.9:2=
media-libs/jbig2dec
=media-libs/lcms-2.6:2
=media-libs/libpng-1.6.2:0=
=media-libs/tiff-4.0.1:0=
=sys-libs/zlib-1.2.7:=
virtual/jpeg:0
!bindist? ( djvu? ( app-text/djvu ) )
cups? ( =net-print/cups-1.3.8 )
dbus? ( sys-apps/dbus )
gtk? ( || ( x11-libs/gtk+:3 x11-libs/gtk+:2 ) )
idn? ( net-dns/libidn )
X? ( x11-libs/libXt x11-libs/libXext )


DEPEND=${COMMON_DEPEND}
virtual/pkgconfig


RDEPEND=${COMMON_DEPEND}
=app-text/poppler-data-0.4.5-r1
=media-fonts/urw-fonts-2.4.9
linguas_ja? ( media-fonts/kochi-substitute )
linguas_ko? ( media-fonts/baekmuk-fonts )
linguas_zh_CN? ( media-fonts/arphicfonts )
linguas_zh_TW? ( media-fonts/arphicfonts )
!!media-fonts/gnu-gs-fonts-std
!!media-fonts/gnu-gs-fonts-other
!net-print/cups-filters-1.0.36-r2


S=${WORKDIR}/${MY_P}

LANGS=ja ko zh_CN zh_TW
for X in ${LANGS} ; do
IUSE=${IUSE} linguas_${X}
done

pkg_setup() {
if use bindist  use djvu; then
ewarn You have bindist in your USE, djvu support will NOT be 
compiled!
ewarn See http://djvu.sourceforge.net/gsdjvu/COPYING for 
details on licensing issues.
fi
}

src_prepare() {

[gentoo-commits] gentoo-x86 commit in sci-libs/colpack/files: colpack-1.0.9-fix_gcc49_omp.patch

2014-11-09 Thread Justin Lecher (jlec)
jlec14/11/09 13:53:09

  Added:colpack-1.0.9-fix_gcc49_omp.patch
  Log:
  sci-libs/colpack: Fix compilation with gcc-4.9, #514534
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.1  sci-libs/colpack/files/colpack-1.0.9-fix_gcc49_omp.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/colpack/files/colpack-1.0.9-fix_gcc49_omp.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/colpack/files/colpack-1.0.9-fix_gcc49_omp.patch?rev=1.1content-type=text/plain

Index: colpack-1.0.9-fix_gcc49_omp.patch
===
Index: 
ColPack-1.0.9/BipartiteGraphPartialColoring/BipartiteGraphPartialColoring.cpp
===
--- 
ColPack-1.0.9.orig/BipartiteGraphPartialColoring/BipartiteGraphPartialColoring.cpp
+++ 
ColPack-1.0.9/BipartiteGraphPartialColoring/BipartiteGraphPartialColoring.cpp
@@ -388,8 +388,9 @@ namespace ColPack
  if ( m_vi_LeftVertexColors 
[m_vi_Edges [x]] == m_vi_LeftVertexColors[v]  f(v)  f(m_vi_Edges [x]) ) {
//Algo 4 - Line 18: add 
[v] to R ; cont - false; break
 #pragma omp critical
+   {

vi_verticesNeedNewColor.push_back(v);
-#pragma omp end critical
+   }
cont = false;
break;
}
@@ -575,8 +576,9 @@ namespace ColPack
  if ( m_vi_RightVertexColors 
[m_vi_Edges [x]] == m_vi_RightVertexColors[v]  f(v)  f(m_vi_Edges [x]) ) {
//Algo 4 - Line 18: add 
[v] to R ; cont - false; break
 #pragma omp critical
+   {

vi_verticesNeedNewColor.push_back(v);
-#pragma omp end critical
+   }
cont = false;
break;
}






[gentoo-commits] gentoo-x86 commit in sci-libs/colpack: colpack-1.0.9.ebuild metadata.xml ChangeLog

2014-11-09 Thread Justin Lecher (jlec)
jlec14/11/09 13:53:09

  Modified: colpack-1.0.9.ebuild metadata.xml ChangeLog
  Log:
  sci-libs/colpack: Fix compilation with gcc-4.9, #514534
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.2  sci-libs/colpack/colpack-1.0.9.ebuild

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

Index: colpack-1.0.9.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sci-libs/colpack/colpack-1.0.9.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- colpack-1.0.9.ebuild5 Apr 2014 23:19:57 -   1.1
+++ colpack-1.0.9.ebuild9 Nov 2014 13:53:09 -   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/sci-libs/colpack/colpack-1.0.9.ebuild,v 1.1 
2014/04/05 23:19:57 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/colpack/colpack-1.0.9.ebuild,v 1.2 
2014/11/09 13:53:09 jlec Exp $
 
 EAPI=5
 
@@ -28,6 +28,7 @@
 PATCHES=(
${FILESDIR}/${PN}-1.0.6-flags.patch
${FILESDIR}/${PN}-1.0.8-no-bin.patch
+   ${FILESDIR}/${P}-fix_gcc49_omp.patch
 )
 
 pkg_setup() {



1.2  sci-libs/colpack/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/sci-libs/colpack/metadata.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- metadata.xml13 Apr 2012 03:24:24 -  1.1
+++ metadata.xml9 Nov 2014 13:53:09 -   1.2
@@ -1,8 +1,8 @@
 ?xml version=1.0 encoding=UTF-8?
 !DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
 pkgmetadata
-herdsci/herd
-longdescription lang=en
+  herdsci/herd
+  longdescription lang=en
   ColPack is a package comprising of implementations of algorithms for
   the specialized vertex coloring problems as well as algorithms for a
   variety of related supporting tasks in derivative computation.



1.6  sci-libs/colpack/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-libs/colpack/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   5 Apr 2014 23:19:57 -   1.5
+++ ChangeLog   9 Nov 2014 13:53:09 -   1.6
@@ -1,6 +1,10 @@
 # ChangeLog for sci-libs/colpack
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/colpack/ChangeLog,v 1.5 2014/04/05 
23:19:57 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/colpack/ChangeLog,v 1.6 2014/11/09 
13:53:09 jlec Exp $
+
+  09 Nov 2014; Justin Lecher j...@gentoo.org colpack-1.0.9.ebuild,
+  +files/colpack-1.0.9-fix_gcc49_omp.patch, metadata.xml:
+  Fix compilation with gcc-4.9, #514534
 
 *colpack-1.0.9 (05 Apr 2014)
 






[gentoo-commits] dev/dilfridge:master commit in: sci-visualization/qtiplot-bin/

2014-11-09 Thread Andreas Hüttel
commit: 63c1e2714f451b8147381a2cd5bda67ee485e01f
Author: Andreas K. Huettel (dilfridge) dilfridge AT gentoo DOT org
AuthorDate: Sun Nov  9 14:05:59 2014 +
Commit: Andreas Hüttel dilfridge AT gentoo DOT org
CommitDate: Sun Nov  9 14:05:59 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=dev/dilfridge.git;a=commit;h=63c1e271

[sci-visualization/qtiplot-bin] try other binary

Package-Manager: portage-2.2.14

---
 sci-visualization/qtiplot-bin/Manifest |  2 +-
 ...0.9.9_rc11.ebuild = qtiplot-bin-0.9.9_rc12.ebuild} | 18 --
 2 files changed, 5 insertions(+), 15 deletions(-)

diff --git a/sci-visualization/qtiplot-bin/Manifest 
b/sci-visualization/qtiplot-bin/Manifest
index fc47840..fbbd8d7 100644
--- a/sci-visualization/qtiplot-bin/Manifest
+++ b/sci-visualization/qtiplot-bin/Manifest
@@ -1 +1 @@
-DIST 290414_qtiplot_0.9.9-rc11_x86_64_ubuntu14_04.deb 22401074 SHA256 
fad10fd5f82ebfe258b9f22088553172de1741675ee416f8f97f68f77c412f97 SHA512 
820d940858b350e91417c3a38ab0b7b906d6a96d90eea19f5346c700ad9cdfd58216f76f577fc781342e425f870bc52613c40e938f05e75e383719ef443f6e06
 WHIRLPOOL 
23fba4f4f10654e111f32cbdf235f3744dbab513b1a48e323d89f8413fdda77c2febf889a1a59eaf968023d3a488cd035141007cf12f6da7af9e1621b88a8e7d
+DIST 180814_qtiplot-0.9.9-rc12-64bit-static.tar.bz2 35790712 SHA256 
5110073c6db4b3fbccc595d7112599e85e17e9da80a7742c5e9cc031d81a164d SHA512 
4dd5e827d942fbf25a75bfb1cddb2606303c037fc3a8b1a21a75f8609a4fcb27d657e076a61ae19d53b445992690e932c96d14036ae6fd57438230138aba0a60
 WHIRLPOOL 
c82982cdaf9d591cc3a867c6dab2e55e4da1376afe4615597e01c3660449e0d08a0f347e68f346f646f0dc592c10d6defd51b7d064511dccb185edee668210ac

diff --git a/sci-visualization/qtiplot-bin/qtiplot-bin-0.9.9_rc11.ebuild 
b/sci-visualization/qtiplot-bin/qtiplot-bin-0.9.9_rc12.ebuild
similarity index 65%
rename from sci-visualization/qtiplot-bin/qtiplot-bin-0.9.9_rc11.ebuild
rename to sci-visualization/qtiplot-bin/qtiplot-bin-0.9.9_rc12.ebuild
index e070e42..81c18b1 100644
--- a/sci-visualization/qtiplot-bin/qtiplot-bin-0.9.9_rc11.ebuild
+++ b/sci-visualization/qtiplot-bin/qtiplot-bin-0.9.9_rc12.ebuild
@@ -6,11 +6,9 @@ EAPI=5
 
 PYTHON_COMPAT=( python2_7 )
 
-inherit unpacker python-single-r1
-
 DESCRIPTION=Qt based clone of the Origin plotting package, commercial binary
 HOMEPAGE=http://www.qtiplot.com/;
-SRC_URI=290414_qtiplot_0.9.9-rc11_x86_64_ubuntu14_04.deb
+SRC_URI=180814_qtiplot-0.9.9-rc12-64bit-static.tar.bz2
 
 LICENSE=all-rights-reserved
 SLOT=0
@@ -23,18 +21,10 @@ QA_PREBUILT=*
 S=${WORKDIR}
 
 RDEPEND=
-media-libs/glu
-dev-libs/glib:2
-media-video/ffmpeg
 !sci-visualization/qtiplot
 
 
-REQUIRED_USE= ${PYTHON_REQUIRED_USE} 
-
-src_unpack() {
-   unpack_deb ${A}
-}
-
 src_install() {
-   cp -av ${S}/* ${D}/
-}
\ No newline at end of file
+   dodir /opt
+   cp -av ${S}/qtiplot-* ${D}/opt/qtiplot
+}



[gentoo-commits] gentoo-x86 commit in net-misc/minissdpd: ChangeLog minissdpd-1.2.20140906.ebuild

2014-11-09 Thread Anthony G. Basile (blueness)
blueness14/11/09 14:08:09

  Modified: ChangeLog
  Removed:  minissdpd-1.2.20140906.ebuild
  Log:
  Remove old net-tools stuff
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  ChangesPath
1.15 net-misc/minissdpd/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/minissdpd/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   9 Nov 2014 12:58:15 -   1.14
+++ ChangeLog   9 Nov 2014 14:08:09 -   1.15
@@ -1,6 +1,10 @@
 # ChangeLog for net-misc/minissdpd
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/minissdpd/ChangeLog,v 1.14 
2014/11/09 12:58:15 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/minissdpd/ChangeLog,v 1.15 
2014/11/09 14:08:09 blueness Exp $
+
+  09 Nov 2014; Anthony G. Basile bluen...@gentoo.org -files/minissdpd.initd,
+  -minissdpd-1.2.20140906.ebuild:
+  Remove old net-tools stuff
 
 *minissdpd-1.2.20141108 (09 Nov 2014)
 






[gentoo-commits] gentoo-x86 commit in net-misc/minissdpd/files: minissdpd.initd

2014-11-09 Thread Anthony G. Basile (blueness)
blueness14/11/09 14:08:09

  Removed:  minissdpd.initd
  Log:
  Remove old net-tools stuff
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)



[gentoo-commits] gentoo-x86 commit in www-apps/moodle: moodle-2.7.3.ebuild moodle-2.5.9.ebuild moodle-2.6.6.ebuild ChangeLog

2014-11-09 Thread Anthony G. Basile (blueness)
blueness14/11/09 14:12:19

  Modified: ChangeLog
  Added:moodle-2.7.3.ebuild moodle-2.5.9.ebuild
moodle-2.6.6.ebuild
  Log:
  Version bumps
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  ChangesPath
1.62 www-apps/moodle/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-apps/moodle/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog   7 Sep 2014 11:03:44 -   1.61
+++ ChangeLog   9 Nov 2014 14:12:19 -   1.62
@@ -1,6 +1,14 @@
 # ChangeLog for www-apps/moodle
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/moodle/ChangeLog,v 1.61 2014/09/07 
11:03:44 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/moodle/ChangeLog,v 1.62 2014/11/09 
14:12:19 blueness Exp $
+
+*moodle-2.6.6 (09 Nov 2014)
+*moodle-2.5.9 (09 Nov 2014)
+*moodle-2.7.3 (09 Nov 2014)
+
+  09 Nov 2014; Anthony G. Basile bluen...@gentoo.org +moodle-2.5.9.ebuild,
+  +moodle-2.6.6.ebuild, +moodle-2.7.3.ebuild:
+  Version bumps
 
 *moodle-2.7.2 (07 Sep 2014)
 *moodle-2.5.8 (07 Sep 2014)



1.1  www-apps/moodle/moodle-2.7.3.ebuild

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

Index: moodle-2.7.3.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-apps/moodle/moodle-2.7.3.ebuild,v 1.1 
2014/11/09 14:12:19 blueness Exp $

EAPI=5

inherit versionator webapp

AVC=( $(get_version_components) )
MY_BRANCH=stable${AVC[0]}${AVC[1]}

DESCRIPTION=The Moodle Course Management System
HOMEPAGE=http://moodle.org;
SRC_URI=http://download.moodle.org/${MY_BRANCH}/${P}.tgz;
S=${WORKDIR}/${PN}

LICENSE=GPL-2
KEYWORDS=~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86
#SLOT empty due to webapp

DB_FLAGS=mysqli?,postgres?
DB_TYPES=${DB_FLAGS//\?/}
DB_TYPES=${DB_TYPES//,/ }

AUTHENTICATION_FLAGS=imap?,ldap?,odbc?
AUTHENTICATION_MODES=${AUTHENTICATION_FLAGS//\?/}
AUTHENTICATION_MODES=${AUTHENTICATION_MODES//,/ }

PHP_REQUIRED_FLAGS=ctype,curl,iconv,json,session,simplexml,xml,zip
PHP_OPTIONAL_FLAGS=gd,intl,soap,ssl,tokenizer,xmlrpc
PHP_FLAGS=${PHP_REQUIRED_FLAGS},${PHP_OPTIONAL_FLAGS}

IUSE=${DB_TYPES} ${AUTHENTICATION_MODES} vhosts
REQUIRED_USE=|| ( ${DB_TYPES} )

# No forced dependency on
#  mysql? ( virtual/mysql )
#  postgres? ( dev-db/postgresql-server-7* )
# which may live on another server
DEPEND=
RDEPEND=
=dev-lang/php-5.4.4[${DB_FLAGS},${AUTHENTICATION_FLAGS},${PHP_FLAGS}]
virtual/httpd-php
virtual/cron

pkg_setup() {
webapp_pkg_setup

# How many dbs were selected? If one and only one, which one is it?
MYDB=
DB_COUNT=0
for db in ${DB_TYPES}; do
if use ${db}; then
MYDB=${db}
DB_COUNT=$(($DB_COUNT+1))
fi
done

# REQUIRED_USE above guarantees that ${DB_COUNT} cannot be zero
#if [[ ${DB_COUNT} -eq 0 ]]; then
#   eerror
#   eerror 
\033[1;31m**\033[00m
#   eerror No database selected in your USE flags,
#   eerror You must select at least one.
#   eerror 
\033[1;31m**\033[00m
#   eerror
#   die
#fi

if [[ ${DB_COUNT} -gt 1 ]]; then
MYDB=
ewarn
ewarn 
\033[1;33m**\033[00m
ewarn Multiple databases selected in your USE flags,
ewarn You will have to choose your database manually.
ewarn 
\033[1;33m**\033[00m
ewarn
fi
}

src_prepare() {
rm COPYING.txt
cp ${FILESDIR}/config.php .

# Moodle expect postgres7, not postgres
MYDB=${MYDB/postgres/postgres7}

# Moodle expects mysql, not mysqli
MYDB=${MYDB/mysqli/mysql}

if [[ ${DB_COUNT} -eq 1 ]] ; then
sed -i -e s|mydb|${MYDB}| config.php
fi
}

src_install() 

[gentoo-commits] gentoo-x86 commit in app-forensics/openscap: openscap-1.1.1.ebuild ChangeLog

2014-11-09 Thread Markos Chandras (hwoarang)
hwoarang14/11/09 14:43:22

  Modified: ChangeLog
  Added:openscap-1.1.1.ebuild
  Log:
   Version bump thanks to LABBE Corentin (Montjoie)
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
09BF4F54C2BA7F3C!)

Revision  ChangesPath
1.31 app-forensics/openscap/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/openscap/ChangeLog?rev=1.31view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/openscap/ChangeLog?rev=1.31content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/openscap/ChangeLog?r1=1.30r2=1.31

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-forensics/openscap/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog   27 Aug 2014 18:26:53 -  1.30
+++ ChangeLog   9 Nov 2014 14:43:22 -   1.31
@@ -1,6 +1,11 @@
 # ChangeLog for app-forensics/openscap
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/openscap/ChangeLog,v 1.30 
2014/08/27 18:26:53 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/openscap/ChangeLog,v 1.31 
2014/11/09 14:43:22 hwoarang Exp $
+
+*openscap-1.1.1 (09 Nov 2014)
+
+  09 Nov 2014; Markos Chandras hwoar...@gentoo.org +openscap-1.1.1.ebuild:
+   Version bump thanks to LABBE Corentin (Montjoie)
 
 *openscap-1.0.8-r1 (27 Aug 2014)
 



1.1  app-forensics/openscap/openscap-1.1.1.ebuild

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

Index: openscap-1.1.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-forensics/openscap/openscap-1.1.1.ebuild,v 1.1 
2014/11/09 14:43:22 hwoarang Exp $

EAPI=5

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

inherit bash-completion-r1 eutils multilib python-single-r1

DESCRIPTION=Framework which enables integration with the Security Content 
Automation Protocol (SCAP)
HOMEPAGE=http://www.open-scap.org/;
SRC_URI=https://fedorahosted.org/releases/o/p/${PN}/${P}.tar.gz;

LICENSE=LGPL-2.1
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=acl caps debug doc gconf ldap nss pcre perl python rpm selinux sce sql 
test xattr
#RESTRICT=test

RDEPEND=!nss? ( dev-libs/libgcrypt:0 )
nss? ( dev-libs/nss )
acl? ( virtual/acl )
caps? ( sys-libs/libcap )
gconf? ( gnome-base/gconf )
ldap? ( net-nds/openldap )
pcre? ( dev-libs/libpcre )
rpm? ( =app-arch/rpm-4.9 )
sql? ( dev-db/opendbx )
xattr? ( sys-apps/attr )
dev-libs/libpcre
dev-libs/libxml2
dev-libs/libxslt
net-misc/curl
${PYTHON_DEPS}
DEPEND=${RDEPEND}
doc? ( app-doc/doxygen )
perl? ( dev-lang/swig )
python? ( dev-lang/swig )
test? (
app-arch/unzip
dev-perl/XML-XPath
net-misc/ipcalc
sys-apps/grep )

REQUIRED_USE=${PYTHON_REQUIRED_USE}

src_prepare() {
#   uncoment for debugging test
#   sed -i 's,set -e,;set -x,' 
tests/API/XCCDF/unittests/test_remediate_simple.sh || die
#   sed -i 's,^bash,LC_ALL=C bash,' 
tests/probes/process/test_probes_process.sh || die

sed -i 's/uname -p/uname -m/' 
tests/probes/uname/test_probes_uname.xml.sh || die

#probe runlevel for non-centos/redhat/fedora is not implemented
sed -i 's,.*runlevel_test.*,echo runlevel test bypassed,' 
tests/mitre/test_mitre.sh || die
sed -i 's,probecheck runlevel,probecheck runlevell,' 
tests/probes/runlevel/test_probes_runlevel.sh || die

#According to comment of theses tests, we must modify it. For the 
moment disable it
sed -i 's,.*linux-def_inetlisteningservers_test,#,' 
tests/mitre/test_mitre.sh || die
sed -i 's,.*ind-def_environmentvariable_test,#,' 
tests/mitre/test_mitre.sh || die

# theses tests are hardcoded for checking hald process...,
# but no good solution for the moment, disabling them with a fake echo
# because encased in a if then
#   sed -i 's,ha.d,/sbin/udevd --daemon,g' 
tests/mitre/unix-def_process_test.xml || die
#   sed -i 's,ha.d,/sbin/udevd --daemon,g' 
tests/mitre/unix-def_process58_test.xml || die
sed -i 's,.*process_test.*,echo process test bypassed,' 
tests/mitre/test_mitre.sh || die
sed -i 's,.*process58_test.*,echo process58 test bypassed,' 
tests/mitre/test_mitre.sh || die

#This test fail
sed -i 's,.*generate report: 

[gentoo-commits] gentoo-x86 commit in dev-util/gprof2dot: ChangeLog gprof2dot-0_p20100216.ebuild

2014-11-09 Thread Sebastian Pipping (sping)
sping   14/11/09 14:44:55

  Modified: ChangeLog
  Removed:  gprof2dot-0_p20100216.ebuild
  Log:
  dev-util/gprof2dot: Remove old version
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x401A1600)

Revision  ChangesPath
1.8  dev-util/gprof2dot/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/gprof2dot/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   5 Sep 2013 18:40:36 -   1.7
+++ ChangeLog   9 Nov 2014 14:44:55 -   1.8
@@ -1,6 +1,10 @@
 # ChangeLog for dev-util/gprof2dot
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/gprof2dot/ChangeLog,v 1.7 
2013/09/05 18:40:36 mgorny Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/gprof2dot/ChangeLog,v 1.8 
2014/11/09 14:44:55 sping Exp $
+
+  09 Nov 2014; Sebastian Pipping sp...@gentoo.org
+  -gprof2dot-0_p20100216.ebuild:
+  Remove old version
 
   05 Sep 2013; Michał Górny mgo...@gentoo.org gprof2dot-0_p20130517.ebuild:
   Clean up PYTHON_COMPAT from old implementations.






[gentoo-commits] gentoo-x86 commit in dev-util/gprof2dot: ChangeLog gprof2dot-0_p20130517.ebuild

2014-11-09 Thread Sebastian Pipping (sping)
sping   14/11/09 14:53:57

  Modified: ChangeLog gprof2dot-0_p20130517.ebuild
  Log:
  dev-util/gprof2dot: Remove Python 3.2 target
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x401A1600)

Revision  ChangesPath
1.9  dev-util/gprof2dot/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/gprof2dot/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   9 Nov 2014 14:44:55 -   1.8
+++ ChangeLog   9 Nov 2014 14:53:57 -   1.9
@@ -1,6 +1,10 @@
 # ChangeLog for dev-util/gprof2dot
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/gprof2dot/ChangeLog,v 1.8 
2014/11/09 14:44:55 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/gprof2dot/ChangeLog,v 1.9 
2014/11/09 14:53:57 sping Exp $
+
+  09 Nov 2014; Sebastian Pipping sp...@gentoo.org
+  gprof2dot-0_p20130517.ebuild:
+  Remove Python 3.2 target
 
   09 Nov 2014; Sebastian Pipping sp...@gentoo.org
   -gprof2dot-0_p20100216.ebuild:



1.4  dev-util/gprof2dot/gprof2dot-0_p20130517.ebuild

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

Index: gprof2dot-0_p20130517.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-util/gprof2dot/gprof2dot-0_p20130517.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gprof2dot-0_p20130517.ebuild5 Sep 2013 18:40:36 -   1.3
+++ gprof2dot-0_p20130517.ebuild9 Nov 2014 14:53:57 -   1.4
@@ -1,10 +1,10 @@
-# 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-util/gprof2dot/gprof2dot-0_p20130517.ebuild,v 1.3 
2013/09/05 18:40:36 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-util/gprof2dot/gprof2dot-0_p20130517.ebuild,v 1.4 
2014/11/09 14:53:57 sping Exp $
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
+PYTHON_COMPAT=( python{2_6,2_7,3_3} )
 PYTHON_REQ_USE='xml'
 
 inherit eutils python-r1 python-utils-r1






[gentoo-commits] gentoo-x86 commit in dev-lang/swi-prolog: ChangeLog swi-prolog-7.1.26.ebuild

2014-11-09 Thread Keri Harris (keri)
keri14/11/09 14:55:05

  Modified: ChangeLog
  Added:swi-prolog-7.1.26.ebuild
  Log:
  Bump -7.1 development version
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
A138F5ED)

Revision  ChangesPath
1.456dev-lang/swi-prolog/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/swi-prolog/ChangeLog?rev=1.456view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/swi-prolog/ChangeLog?rev=1.456content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/swi-prolog/ChangeLog?r1=1.455r2=1.456

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/swi-prolog/ChangeLog,v
retrieving revision 1.455
retrieving revision 1.456
diff -u -r1.455 -r1.456
--- ChangeLog   29 Oct 2014 08:30:21 -  1.455
+++ ChangeLog   9 Nov 2014 14:55:05 -   1.456
@@ -1,6 +1,11 @@
 # ChangeLog for dev-lang/swi-prolog
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/swi-prolog/ChangeLog,v 1.455 
2014/10/29 08:30:21 keri Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/swi-prolog/ChangeLog,v 1.456 
2014/11/09 14:55:05 keri Exp $
+
+*swi-prolog-7.1.26 (09 Nov 2014)
+
+  09 Nov 2014; k...@gentoo.org +swi-prolog-7.1.26.ebuild:
+  Bump -7.1 development version
 
 *swi-prolog-7.1.25 (29 Oct 2014)
 



1.1  dev-lang/swi-prolog/swi-prolog-7.1.26.ebuild

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

Index: swi-prolog-7.1.26.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-lang/swi-prolog/swi-prolog-7.1.26.ebuild,v 1.1 
2014/11/09 14:55:05 keri Exp $

EAPI=4

inherit eutils flag-o-matic java-pkg-opt-2 multilib

PATCHSET_VER=0

DESCRIPTION=free, small, and standard compliant Prolog compiler
HOMEPAGE=http://www.swi-prolog.org/;
SRC_URI=http://www.swi-prolog.org/download/devel/src/pl-${PV}.tar.gz
mirror://gentoo/${P}-gentoo-patchset-${PATCHSET_VER}.tar.gz

LICENSE=LGPL-2.1
SLOT=0
KEYWORDS=~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos
IUSE=archive debug doc +gmp hardened java minimal odbc +readline ssl 
static-libs test zlib X

RDEPEND=sys-libs/ncurses
archive? ( app-arch/libarchive )
zlib? ( sys-libs/zlib )
odbc? ( dev-db/unixODBC )
readline? ( sys-libs/readline )
gmp? ( dev-libs/gmp )
ssl? ( dev-libs/openssl )
java? ( =virtual/jdk-1.4 )
X? (
virtual/jpeg
x11-libs/libX11
x11-libs/libXft
x11-libs/libXpm
x11-libs/libXt
x11-libs/libICE
x11-libs/libSM )

DEPEND=${RDEPEND}
X? ( x11-proto/xproto )
java? ( test? ( =dev-java/junit-3.8* ) )

S=${WORKDIR}/pl-${PV}

src_prepare() {
EPATCH_FORCE=yes
EPATCH_SUFFIX=patch
epatch ${WORKDIR}/${PV}

# OSX/Intel ld doesn't like an archive without table of contents
sed -i -e 's/-cru/-scru/' packages/nlp/libstemmer_c/Makefile.pl || die
}

src_configure() {
append-flags -fno-strict-aliasing
use ppc  append-flags -mno-altivec
use hardened  append-flags -fno-unit-at-a-time
use debug  append-flags -DO_DEBUG

# ARCH is used in the configure script to figure out host and target
# specific stuff
export ARCH=${CHOST}

export CC_FOR_BUILD=$(tc-getBUILD_CC)

cd ${S}/src || die
econf \
--libdir=${EPREFIX}/usr/$(get_libdir) \
$(use_enable gmp) \
$(use_enable readline) \
$(use_enable static-libs static) \
--enable-shared \
--enable-custom-flags COFLAGS=${CFLAGS}

if ! use minimal ; then
local jpltestconf
if use java  use test ; then
jpltestconf=--with-junit=$(java-config --classpath 
junit)
fi

cd ${S}/packages || die
econf \
--libdir=${EPREFIX}/usr/$(get_libdir) \
$(use_with archive) \
$(use_with java jpl) \
${jpltestconf} \
$(use_with odbc) \
$(use_with ssl) \
$(use_with X xpce) \
$(use_with zlib) \
COFLAGS='${CFLAGS}'
fi
}

src_compile() {
cd ${S}/src || die

[gentoo-commits] gentoo-x86 commit in media-sound/pulseaudio: pulseaudio-5.0-r5.ebuild ChangeLog

2014-11-09 Thread Maxim Koltsov (maksbotan)
maksbotan14/11/09 14:58:59

  Modified: pulseaudio-5.0-r5.ebuild ChangeLog
  Log:
  Fix 'avahi not in IUSE' when system-wide is enabled, bug #525290.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
F8DBDADE)

Revision  ChangesPath
1.3  media-sound/pulseaudio/pulseaudio-5.0-r5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pulseaudio/pulseaudio-5.0-r5.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pulseaudio/pulseaudio-5.0-r5.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pulseaudio/pulseaudio-5.0-r5.ebuild?r1=1.2r2=1.3

Index: pulseaudio-5.0-r5.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/media-sound/pulseaudio/pulseaudio-5.0-r5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pulseaudio-5.0-r5.ebuild6 Nov 2014 21:32:53 -   1.2
+++ pulseaudio-5.0-r5.ebuild9 Nov 2014 14:58:59 -   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-sound/pulseaudio/pulseaudio-5.0-r5.ebuild,v 1.2 
2014/11/06 21:32:53 axs Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-sound/pulseaudio/pulseaudio-5.0-r5.ebuild,v 1.3 
2014/11/09 14:58:59 maksbotan Exp $
 
 EAPI=5
 inherit autotools bash-completion-r1 eutils flag-o-matic linux-info 
readme.gentoo systemd user versionator udev multilib-minimal
@@ -294,7 +294,7 @@
use $1  echo -D$define || echo -U$define
}
 
-   unifdef $(use_define avahi) \
+   unifdef $(use_define zeroconf AVAHI) \
$(use_define alsa) \
$(use_define bluetooth) \
$(use_define udev) \



1.357media-sound/pulseaudio/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pulseaudio/ChangeLog?rev=1.357view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pulseaudio/ChangeLog?rev=1.357content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pulseaudio/ChangeLog?r1=1.356r2=1.357

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/ChangeLog,v
retrieving revision 1.356
retrieving revision 1.357
diff -u -r1.356 -r1.357
--- ChangeLog   6 Nov 2014 21:32:53 -   1.356
+++ ChangeLog   9 Nov 2014 14:58:59 -   1.357
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/pulseaudio
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/ChangeLog,v 1.356 
2014/11/06 21:32:53 axs Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/ChangeLog,v 1.357 
2014/11/09 14:58:59 maksbotan Exp $
+
+  09 Nov 2014; Maxim Koltsov maksbo...@gentoo.org pulseaudio-5.0-r5.ebuild:
+  Fix 'avahi not in IUSE' when system-wide is enabled, bug #525290.
 
   06 Nov 2014; Ian Stakenvicius (_AxS_) a...@gentoo.org
   pulseaudio-5.0-r4.ebuild, pulseaudio-5.0-r5.ebuild:






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

2014-11-09 Thread Sebastian Pipping (sping)
sping   14/11/09 15:10:32

  Modified: python-r1.eclass ChangeLog
  Log:
  Use python 3.4 rather than dead 3.2 in python-r1 examples

Revision  ChangesPath
1.78 eclass/python-r1.eclass

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

Index: python-r1.eclass
===
RCS file: /var/cvsroot/gentoo-x86/eclass/python-r1.eclass,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -r1.77 -r1.78
--- python-r1.eclass5 Nov 2014 23:03:01 -   1.77
+++ python-r1.eclass9 Nov 2014 15:10:32 -   1.78
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/python-r1.eclass,v 1.77 2014/11/05 
23:03:01 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/python-r1.eclass,v 1.78 2014/11/09 
15:10:32 sping Exp $
 
 # @ECLASS: python-r1
 # @MAINTAINER:
@@ -262,7 +262,7 @@
 #
 # Example:
 # @CODE
-# PYTHON_COMPAT=( python{2_7,3_2} )
+# PYTHON_COMPAT=( python{2_7,3_4} )
 # DEPEND=doc? ( dev-python/epydoc[$(python_gen_usedep 'python2*')] )
 # @CODE
 #
@@ -305,7 +305,7 @@
 #
 # Example:
 # @CODE
-# PYTHON_COMPAT=( python{2_7,3_2} )
+# PYTHON_COMPAT=( python{2_7,3_4} )
 # REQUIRED_USE=doc? ( || ( $(python_gen_useflags python2*) ) )
 # @CODE
 #



1.1409   eclass/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
retrieving revision 1.1408
retrieving revision 1.1409
diff -u -r1.1408 -r1.1409
--- ChangeLog   7 Nov 2014 18:18:33 -   1.1408
+++ ChangeLog   9 Nov 2014 15:10:32 -   1.1409
@@ -1,6 +1,9 @@
 # ChangeLog for eclass directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1408 2014/11/07 
18:18:33 axs Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1409 2014/11/09 
15:10:32 sping Exp $
+
+  09 Nov 2014; Sebastian Pipping sp...@gentoo.org python-r1.eclass:
+  Use python 3.4 rather than dead 3.2 in python-r1 examples
 
   07 Nov 2014; Ian Stakenvicius (_AxS_) a...@gentoo.org
   python-single-r1.eclass:






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

2014-11-09 Thread Justin Lecher (jlec)
jlec14/11/09 15:28:25

  Modified: ChangeLog lxc-1.0.6-r1.ebuild
  Log:
  app-emulation/lxc: Fix for old bash-completion, #527520
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.53 app-emulation/lxc/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emulation/lxc/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog   30 Oct 2014 08:50:24 -  1.52
+++ ChangeLog   9 Nov 2014 15:28:25 -   1.53
@@ -1,6 +1,9 @@
 # ChangeLog for app-emulation/lxc
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/ChangeLog,v 1.52 
2014/10/30 08:50:24 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/ChangeLog,v 1.53 
2014/11/09 15:28:25 jlec Exp $
+
+  09 Nov 2014; Justin Lecher j...@gentoo.org lxc-1.0.6-r1.ebuild:
+  Fix for old bash-completion, #527520
 
 *lxc-1.0.6-r1 (30 Oct 2014)
 



1.2  app-emulation/lxc/lxc-1.0.6-r1.ebuild

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

Index: lxc-1.0.6-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-emulation/lxc/lxc-1.0.6-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- lxc-1.0.6-r1.ebuild 30 Oct 2014 08:50:24 -  1.1
+++ lxc-1.0.6-r1.ebuild 9 Nov 2014 15:28:25 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/lxc-1.0.6-r1.ebuild,v 1.1 
2014/10/30 08:50:24 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/lxc-1.0.6-r1.ebuild,v 1.2 
2014/11/09 15:28:25 jlec Exp $
 
 EAPI=5
 
@@ -128,7 +128,7 @@
 src_install() {
default
 
-   mv ${ED}/$(get_bashcompdir)/${PN} 
${ED}/$(get_bashcompdir)/${PN}-start || die
+   mv ${ED}/usr/share/bash-completion/completions/${PN} 
${ED}/$(get_bashcompdir)/${PN}-start || die
bashcomp_alias ${PN}-start \

${PN}-{attach,cgroup,clone,console,create,destroy,device,execute,freeze,info,monitor,snapshot,start-ephemeral,stop,unfreeze,wait}
 
@@ -153,7 +153,7 @@
doexe config/init/systemd/${PN}-devsetup
# Use that script with the systemd service (Similar to upstream
# Makefile.am
-   cp ${FILESDIR}/${PN}_at.service ${PN}_at.service
+   cp ${FILESDIR}/${PN}_at.service ${PN}_at.service || die
sed -i \
/Restart=always/a 
ExecStartPre=/usr/libexec/${PN}/${PN}-devsetup \
${PN}_at.service \






[gentoo-commits] gentoo-x86 commit in dev-python/oslo-serialization: - New directory

2014-11-09 Thread Alex Brandt (alunduil)
alunduil14/11/09 16:36:25

  Log:
  Directory /var/cvsroot/gentoo-x86/dev-python/oslo-serialization added to the 
repository



[gentoo-commits] gentoo-x86 commit in dev-python/oslo-serialization: oslo-serialization-1.0.0.ebuild ChangeLog metadata.xml

2014-11-09 Thread Alex Brandt (alunduil)
alunduil14/11/09 16:38:05

  Added:oslo-serialization-1.0.0.ebuild ChangeLog
metadata.xml
  Log:
  add ebuild for oslo-serialization
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
11A8217C!)

Revision  ChangesPath
1.1  
dev-python/oslo-serialization/oslo-serialization-1.0.0.ebuild

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

Index: oslo-serialization-1.0.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/oslo-serialization/oslo-serialization-1.0.0.ebuild,v
 1.1 2014/11/09 16:38:05 alunduil Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 python3_3 )

inherit distutils-r1

MY_PN=${PN/-/.}

DESCRIPTION=oslo.serialization library
HOMEPAGE=https://launchpad.net/oslo;
SRC_URI=mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz
S=${WORKDIR}/${MY_PN}-${PV}

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

# Note: not in tree
#test? ( dev-python/hacking-0.8[${PYTHON_USEDEP}] )

DEPEND=
dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/pbr[${PYTHON_USEDEP}]
test? (
=dev-python/hacking-0.5.6[${PYTHON_USEDEP}]
=dev-python/mock-1.0[${PYTHON_USEDEP}]
=dev-python/netaddr-0.7.12[${PYTHON_USEDEP}]
=dev-python/oslo-i18n-0.3.0[${PYTHON_USEDEP}]
=dev-python/oslotest-1.1[${PYTHON_USEDEP}]
=dev-python/simplejson-2.2.0[${PYTHON_USEDEP}]
)
doc? (
=dev-python/oslo-sphinx-2.2.0[${PYTHON_USEDEP}]
=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}]
!~dev-python/sphinx-1.2.0[${PYTHON_USEDEP}]
dev-python/sphinx-1.3[${PYTHON_USEDEP}]
)

RDEPEND=
=dev-python/Babel-1.3[${PYTHON_USEDEP}]
=dev-python/iso8601-0.1.9[${PYTHON_USEDEP}]
=dev-python/oslo-utils-0.3.0[${PYTHON_USEDEP}]
=dev-python/six-1.7.0[${PYTHON_USEDEP}]


python_prepare_all() {
use doc  esetup.py build_sphinx
}

# Note: Tests fail due to requiring installation.
#
# Installation appears to fail due ot the use of namespace packages but root
# cause was never truly established.
RESTRICT=test

python_test() {
distutils_install_for_testing

PYTHONPATH=${TEST_DIR}/lib:${PYTHONPATH}

rm -rf .testrepository || die couldn't remove '.testrepository' under 
${EPTYHON}

testr init || die testr init failed under ${EPYTHON}
testr run || die testr run failed under ${EPYTHON}
}

python_install_all() {
use doc  local HTML_DOCS=( doc/build/html/. )

distutils-r1_python_install_all
}



1.1  dev-python/oslo-serialization/ChangeLog

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

Index: ChangeLog
===
# ChangeLog for dev-python/oslo-serialization
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/oslo-serialization/ChangeLog,v 
1.1 2014/11/09 16:38:05 alunduil Exp $

*oslo-serialization-1.0.0 (09 Nov 2014)

  09 Nov 2014; Alex Brandt alund...@gentoo.org
  +oslo-serialization-1.0.0.ebuild, +metadata.xml:
  add ebuild written by me




1.1  dev-python/oslo-serialization/metadata.xml

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

Index: metadata.xml
===
?xml version=1.0 encoding=UTF-8?
!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
pkgmetadata
herdopenstack/herd
maintainer
emailalund...@gentoo.org/email
nameAlex Brandt/name
/maintainer
longdescription lang=en
/longdescription
/pkgmetadata






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

2014-11-09 Thread Sean Amoss (ackle)
ackle   14/11/09 16:40:58

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

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

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

Index: glsa-201411-04.xml
===
?xml version=1.0 encoding=UTF-8?
?xml-stylesheet href=/xsl/glsa.xsl type=text/xsl?
?xml-stylesheet href=/xsl/guide.xsl type=text/xsl?
!DOCTYPE glsa SYSTEM http://www.gentoo.org/dtd/glsa.dtd;
glsa id=201411-04
  titlePHP: Multiple vulnerabilities/title
  synopsisMultiple vulnerabilities have been discovered in PHP, the worst of
which could lead to remote execution of arbitrary code.
  /synopsis
  product type=ebuildphp/product
  announcedNovember 09, 2014/announced
  revisedNovember 09, 2014: 1/revised
  bug525960/bug
  accessremote/access
  affected
package name=dev-lang/php auto=yes arch=*
  unaffected range=ge5.5.18/unaffected
  unaffected range=rge5.4.34/unaffected
  unaffected range=rge5.3.29/unaffected
  vulnerable range=lt5.5.18/vulnerable
/package
  /affected
  background
pPHP is a widely-used general-purpose scripting language that is
  especially suited for Web development and can be embedded into HTML.
/p
  /background
  description
pMultiple vulnerabilities have been discovered in PHP. Please review the
  CVE identifiers referenced below for details.
/p
  /description
  impact type=normal
pA context-dependent attacker can possibly execute arbitrary code or
  create a Denial of Service condition
/p
  /impact
  workaround
pThere is no known workaround at this time./p
  /workaround
  resolution
pAll PHP 5.5 users should upgrade to the latest version:/p

code
  # emerge --sync
  # emerge --ask --oneshot --verbose gt;=dev-lang/php-5.5.18
/code

pAll PHP 5.4 users should upgrade to the latest version:/p

code
  # emerge --sync
  # emerge --ask --oneshot --verbose gt;=dev-lang/php-5.4.34
/code

pAll PHP 5.3 users should upgrade to the latest version. This release
  marks the end of life of the PHP 5.3 series. Future releases of this
  series are not planned. All PHP 5.3 users are encouraged to upgrade to
  the current stable version of PHP 5.5 or previous stable version of PHP
  5.4, which are supported till at least 2016 and 2015 respectively.
/p

code
  # emerge --sync
  # emerge --ask --oneshot --verbose gt;=dev-lang/php-5.3.29
/code
  /resolution
  references
uri 
link=http://nvd.nist.gov/nvd.cfm?cvename=CVE-2014-3668;CVE-2014-3668/uri
uri 
link=http://nvd.nist.gov/nvd.cfm?cvename=CVE-2014-3669;CVE-2014-3669/uri
uri 
link=http://nvd.nist.gov/nvd.cfm?cvename=CVE-2014-3670;CVE-2014-3670/uri
  /references
  metadata tag=requester timestamp=Mon, 03 Nov 2014 23:38:25 
+ackle/metadata
  metadata tag=submitter timestamp=Sun, 09 Nov 2014 16:39:36 
+ackle/metadata
/glsa






[gentoo-commits] gentoo-x86 commit in app-office/akonadi-server: akonadi-server-1.13.0.ebuild ChangeLog

2014-11-09 Thread Manuel Rueger (mrueg)
mrueg   14/11/09 16:48:12

  Modified: akonadi-server-1.13.0.ebuild ChangeLog
  Log:
  Apply gcc check. See bug #520102.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.3  app-office/akonadi-server/akonadi-server-1.13.0.ebuild

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

Index: akonadi-server-1.13.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-office/akonadi-server/akonadi-server-1.13.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- akonadi-server-1.13.0.ebuild3 Nov 2014 11:14:37 -   1.2
+++ akonadi-server-1.13.0.ebuild9 Nov 2014 16:48:12 -   1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-office/akonadi-server/akonadi-server-1.13.0.ebuild,v
 1.2 2014/11/03 11:14:37 titanofold Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-office/akonadi-server/akonadi-server-1.13.0.ebuild,v
 1.3 2014/11/09 16:48:12 mrueg Exp $
 
 EAPI=5
 
@@ -61,6 +61,14 @@
 
 RESTRICT=test
 
+pkg_pretend() {
+   if [[ ${MERGE_TYPE} != binary ]]; then
+   [[ $(gcc-major-version) -lt 4 ]] || \
+   ( [[ $(gcc-major-version) -eq 4  $(gcc-minor-version) 
-le 7 ]] ) \
+die Sorry, but gcc-4.7 and earlier won't work (see 
bug #520102).
+   fi
+}
+
 pkg_setup() {
# Set default storage backend in order: MySQL, SQLite PostgreSQL
# reverse driver check to keep the order



1.148app-office/akonadi-server/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-office/akonadi-server/ChangeLog,v
retrieving revision 1.147
retrieving revision 1.148
diff -u -r1.147 -r1.148
--- ChangeLog   3 Nov 2014 11:14:37 -   1.147
+++ ChangeLog   9 Nov 2014 16:48:12 -   1.148
@@ -1,6 +1,9 @@
 # ChangeLog for app-office/akonadi-server
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/akonadi-server/ChangeLog,v 1.147 
2014/11/03 11:14:37 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/akonadi-server/ChangeLog,v 1.148 
2014/11/09 16:48:12 mrueg Exp $
+
+  09 Nov 2014; Manuel Rüger mr...@gentoo.org akonadi-server-1.13.0.ebuild:
+  Apply gcc check. See bug #520102.
 
   03 Nov 2014; Aaron W. Swenson titanof...@gentoo.org
   akonadi-server-1.11.0.ebuild, akonadi-server-1.12.1-r1.ebuild,






[gentoo-commits] gentoo-x86 commit in dev-perl/Mouse: Mouse-0.970.0-r1.ebuild ChangeLog Mouse-0.970.0.ebuild

2014-11-09 Thread Andreas HAttel (dilfridge)
dilfridge14/11/09 17:28:51

  Modified: ChangeLog
  Added:Mouse-0.970.0-r1.ebuild
  Removed:  Mouse-0.970.0.ebuild
  Log:
  EAPI bump
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 84AD142F)

Revision  ChangesPath
1.43 dev-perl/Mouse/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Mouse/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog   20 Oct 2014 02:11:51 -  1.42
+++ ChangeLog   9 Nov 2014 17:28:51 -   1.43
@@ -1,6 +1,12 @@
 # ChangeLog for dev-perl/Mouse
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mouse/ChangeLog,v 1.42 2014/10/20 
02:11:51 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mouse/ChangeLog,v 1.43 2014/11/09 
17:28:51 dilfridge Exp $
+
+*Mouse-0.970.0-r1 (09 Nov 2014)
+
+  09 Nov 2014; Andreas K. Huettel dilfri...@gentoo.org -Mouse-0.970.0.ebuild,
+  +Mouse-0.970.0-r1.ebuild:
+  EAPI bump
 
   20 Oct 2014; Patrick Lauer patr...@gentoo.org Mouse-2.4.1.ebuild:
   Fix header



1.1  dev-perl/Mouse/Mouse-0.970.0-r1.ebuild

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

Index: Mouse-0.970.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-perl/Mouse/Mouse-0.970.0-r1.ebuild,v 1.1 
2014/11/09 17:28:51 dilfridge Exp $

EAPI=5

MODULE_AUTHOR=GFUJI
MODULE_VERSION=0.97
inherit eutils perl-module

DESCRIPTION=Moose minus the antlers
SRC_URI+= mirror://gentoo/Mouse-0.64-ppport.h.bz2

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

RDEPEND=virtual/perl-XSLoader
DEPEND==virtual/perl-ExtUtils-ParseXS-2.21
test? ( dev-perl/Sub-Uplevel
=virtual/perl-Test-Simple-0.88 )

src_prepare() {
perl-module_src_prepare
epatch ${FILESDIR}/0.64-ppport.patch
mv ${WORKDIR}/Mouse-0.64-ppport.h ${S}/ppport.h || die
}

SRC_TEST=do






[gentoo-commits] gentoo-x86 commit in dev-lang/tuprolog/files: tuprolog-2.7.2-no-ikvm.patch

2014-11-09 Thread Keri Harris (keri)
keri14/11/09 17:38:09

  Added:tuprolog-2.7.2-no-ikvm.patch
  Log:
  tuprolog-2.7.2.ebuild
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
A138F5ED)

Revision  ChangesPath
1.1  dev-lang/tuprolog/files/tuprolog-2.7.2-no-ikvm.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tuprolog/files/tuprolog-2.7.2-no-ikvm.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tuprolog/files/tuprolog-2.7.2-no-ikvm.patch?rev=1.1content-type=text/plain

Index: tuprolog-2.7.2-no-ikvm.patch
===
diff -urN tuprolog-2.7.2.orig/src/alice/tuprolog/LibraryManager.java 
tuprolog-2.7.2/src/alice/tuprolog/LibraryManager.java
--- tuprolog-2.7.2.orig/src/alice/tuprolog/LibraryManager.java  2013-07-15 
13:38:22.0 +0200
+++ tuprolog-2.7.2/src/alice/tuprolog/LibraryManager.java   2014-11-09 
18:24:47.0 +0100
@@ -8,11 +8,11 @@
 import java.net.URL;
 import java.net.URLClassLoader;
 import java.util.*;
-import cli.System.Reflection.Assembly;
+//import cli.System.Reflection.Assembly;
 
 import alice.tuprolog.event.LibraryEvent;
 import alice.tuprolog.event.WarningEvent;
-import alice.util.AssemblyCustomClassLoader;
+//import alice.util.AssemblyCustomClassLoader;
 
 
 /**
@@ -112,27 +112,7 @@
}
else // .NET
{
-   Assembly asm = null;
-   boolean classFound = false;
-   className = cli. + className.substring(0, 
className.indexOf(,)).trim();
-   for(int i = 0; i  paths.length; i++)
-   {
-   try {
-   asm = 
Assembly.LoadFrom(paths[i]); 
-   loader = new 
AssemblyCustomClassLoader(asm, urls);
-   lib = (Library) 
Class.forName(className, true, loader).newInstance();
-   if(lib != null)
-   {
-   classFound = true;
-   break;
-   }   

-   } catch (Exception e) {
-   e.printStackTrace();
-   continue;
-   }
-   }
-   if(!classFound)
-   throw new 
InvalidLibraryException(className, -1, -1);
+   throw new InvalidLibraryException(className, 
-1, -1);
}
String name = lib.getName();
Library alib = getLibrary(name);
diff -urN tuprolog-2.7.2.orig/src/alice/tuprologx/ide/LibraryManager.java 
tuprolog-2.7.2/src/alice/tuprologx/ide/LibraryManager.java
--- tuprolog-2.7.2.orig/src/alice/tuprologx/ide/LibraryManager.java 
2013-07-15 13:38:21.0 +0200
+++ tuprolog-2.7.2/src/alice/tuprologx/ide/LibraryManager.java  2014-11-09 
18:25:45.0 +0100
@@ -18,7 +18,7 @@
 package alice.tuprologx.ide;
 
 import alice.tuprolog.*;
-import alice.util.AssemblyCustomClassLoader;
+//import alice.util.AssemblyCustomClassLoader;
 
 import java.io.File;
 import java.net.URL;
@@ -26,7 +26,7 @@
 import java.util.ArrayList;
 import java.util.Hashtable;
 import java.util.StringTokenizer;
-import cli.System.Reflection.Assembly;
+//import cli.System.Reflection.Assembly;
 
 /**
  * A dynamic manager for tuProlog libraries.
@@ -156,10 +156,7 @@
// .NET

if(System.getProperty(java.vm.name).equals(IKVM.NET))
{
-   Assembly asm = 
Assembly.LoadFrom(file.getPath());
-   loader = new AssemblyCustomClassLoader(asm, new 
URL[]{url});
-   libraryClassname = cli. + 
libraryClassname.substring(0, 
-   
libraryClassname.indexOf(,)).trim();
+   throw new 
InvalidLibraryException(libraryClassname,-1,-1);
}
// JVM
else
diff -urN tuprolog-2.7.2.orig/src/alice/util/AssemblyCustomClassLoader.java 
tuprolog-2.7.2/src/alice/util/AssemblyCustomClassLoader.java
--- tuprolog-2.7.2.orig/src/alice/util/AssemblyCustomClassLoader.java   
2013-07-15 13:38:23.0 +0200
+++ tuprolog-2.7.2/src/alice/util/AssemblyCustomClassLoader.java
1970-01-01 01:00:00.0 +0100

[gentoo-commits] gentoo-x86 commit in dev-lang/tuprolog: tuprolog-2.7.2.ebuild ChangeLog

2014-11-09 Thread Keri Harris (keri)
keri14/11/09 17:38:09

  Modified: tuprolog-2.7.2.ebuild ChangeLog
  Log:
  tuprolog-2.7.2.ebuild
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
A138F5ED)

Revision  ChangesPath
1.2  dev-lang/tuprolog/tuprolog-2.7.2.ebuild

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

Index: tuprolog-2.7.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/tuprolog/tuprolog-2.7.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tuprolog-2.7.2.ebuild   15 Jul 2013 12:12:45 -  1.1
+++ tuprolog-2.7.2.ebuild   9 Nov 2014 17:38:09 -   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-lang/tuprolog/tuprolog-2.7.2.ebuild,v 
1.1 2013/07/15 12:12:45 keri Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/tuprolog/tuprolog-2.7.2.ebuild,v 
1.2 2014/11/09 17:38:09 keri Exp $
 
 EAPI=3
 
@@ -31,6 +31,7 @@
 
 src_prepare() {
epatch ${FILESDIR}/${P}-javadocs.patch
+   epatch ${FILESDIR}/${P}-no-ikvm.patch
 
cp ${FILESDIR}/build.xml ${S} || die
sed -i -e s|test/unit|test| ${S}/build.xml \



1.54 dev-lang/tuprolog/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/tuprolog/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog   15 Jul 2013 12:12:45 -  1.53
+++ ChangeLog   9 Nov 2014 17:38:09 -   1.54
@@ -1,6 +1,10 @@
 # ChangeLog for dev-lang/tuprolog
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/tuprolog/ChangeLog,v 1.53 
2013/07/15 12:12:45 keri Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/tuprolog/ChangeLog,v 1.54 
2014/11/09 17:38:09 keri Exp $
+
+  09 Nov 2014; k...@gentoo.org tuprolog-2.7.2.ebuild,
+  +files/tuprolog-2.7.2-no-ikvm.patch:
+  Explicitly disable support for IKVM asm. Closes #527156
 
 *tuprolog-2.7.2 (15 Jul 2013)
 






[gentoo-commits] gentoo-x86 commit in dev-perl/SVN-Simple: ChangeLog SVN-Simple-0.270.0.ebuild

2014-11-09 Thread Andreas HAttel (dilfridge)
dilfridge14/11/09 17:41:32

  Modified: ChangeLog
  Removed:  SVN-Simple-0.270.0.ebuild
  Log:
  Remove old
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
84AD142F)

Revision  ChangesPath
1.33 dev-perl/SVN-Simple/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/SVN-Simple/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog   24 Aug 2014 12:55:29 -  1.32
+++ ChangeLog   9 Nov 2014 17:41:32 -   1.33
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/SVN-Simple
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVN-Simple/ChangeLog,v 1.32 
2014/08/24 12:55:29 axs Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVN-Simple/ChangeLog,v 1.33 
2014/11/09 17:41:32 dilfridge Exp $
+
+  09 Nov 2014; Andreas K. Huettel dilfri...@gentoo.org
+  -SVN-Simple-0.270.0.ebuild:
+  Remove old
 
 *SVN-Simple-0.280.0-r1 (24 Aug 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-libs/stfl: stfl-0.22-r2.ebuild ChangeLog stfl-0.22-r1.ebuild

2014-11-09 Thread Mikle Kolyada (zlogene)
zlogene 14/11/09 17:53:47

  Modified: ChangeLog
  Added:stfl-0.22-r2.ebuild
  Removed:  stfl-0.22-r1.ebuild
  Log:
  Bump to EAPI=5
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 0xC42EB5D6)

Revision  ChangesPath
1.42 dev-libs/stfl/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/stfl/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog   23 Oct 2014 03:24:37 -  1.41
+++ ChangeLog   9 Nov 2014 17:53:47 -   1.42
@@ -1,6 +1,12 @@
 # ChangeLog for dev-libs/stfl
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/stfl/ChangeLog,v 1.41 2014/10/23 
03:24:37 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/stfl/ChangeLog,v 1.42 2014/11/09 
17:53:47 zlogene Exp $
+
+*stfl-0.22-r2 (09 Nov 2014)
+
+  09 Nov 2014; Mikle Kolyada zlog...@gentoo.org +stfl-0.22-r2.ebuild,
+  -stfl-0.22-r1.ebuild:
+  Bump to EAPI=5
 
 *stfl-0.23 (23 Oct 2014)
 



1.1  dev-libs/stfl/stfl-0.22-r2.ebuild

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

Index: stfl-0.22-r2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/stfl/stfl-0.22-r2.ebuild,v 1.1 
2014/11/09 17:53:47 zlogene Exp $

EAPI=5
SUPPORT_PYTHON_ABIS=1
RESTRICT_PYTHON_ABIS=*-jython

inherit eutils multilib perl-module python toolchain-funcs

DESCRIPTION=A library which implements a curses-based widget set for text 
terminals
HOMEPAGE=http://www.clifford.at/stfl/;
SRC_URI=http://www.clifford.at/${PN}/${P}.tar.gz;

LICENSE=LGPL-3
SLOT=0
KEYWORDS=amd64 ~ppc x86

IUSE=examples perl python ruby static-libs

COMMON_DEPEND=sys-libs/ncurses[unicode]
perl? ( dev-lang/perl )
ruby? ( dev-lang/ruby )
python? ( dev-lang/python )

DEPEND=${COMMON_DEPEND}
perl? ( dev-lang/swig )
python? ( =dev-lang/swig-1.3.40 )
ruby? ( dev-lang/swig )

RDEPEND=${COMMON_DEPEND}

pkg_setup() {
use python  python_pkg_setup
}

src_prepare() {
sed -i \
-e 's/-Os -ggdb//' \
-e 's/^\(all:.*\) example/\1/' \
-e 's/$(CC) -shared/$(CC) $(LDFLAGS) -shared/' \
-e 's/ -o $@ $(LDLIBS) $^/ $^ $(LDLIBS) -o $@/' \
-e 's/-lncursesw/-lncursesw -pthread/' \
Makefile || die sed failed

if ! use static-libs ; then
sed -i -e /install .* libstfl.a/d Makefile || die
fi

epatch ${FILESDIR}/${PN}-0.21-python.patch
epatch ${FILESDIR}/${P}-soname-symlink.patch
epatch ${FILESDIR}/${P}-ruby-sharedlib.patch

if use perl ; then
echo FOUND_PERL5=1  Makefile.cfg
else
echo FOUND_PERL5=0  Makefile.cfg
fi

if use ruby ; then
echo FOUND_RUBY=1  Makefile.cfg
else
echo FOUND_RUBY=0  Makefile.cfg
fi

echo FOUND_PYTHON=0  Makefile.cfg
}

src_configure() { :; }

src_compile() {
emake CC=$(tc-getCC)

if use python ; then
python_copy_sources python

# Based on code from python/Makefile.snippet.
building() {
echo swig -python -threads stfl.i
swig -python -threads stfl.i
echo $(tc-getCC) ${CFLAGS} ${LDFLAGS} -shared 
-pthread -fPIC stfl_wrap.c -I$(python_get_includedir) -I.. ../libstfl.so.${PV} 
-lncursesw -o _stfl.so
$(tc-getCC) ${CFLAGS} ${LDFLAGS} -shared -pthread 
-fPIC stfl_wrap.c -I$(python_get_includedir) -I.. ../libstfl.so.${PV} 
-lncursesw -o _stfl.so
}
python_execute_function -s --source-dir python building
fi
}

src_install() {
emake prefix=/usr DESTDIR=${D} libdir=$(get_libdir) install

if use python ; then
installation() {
insinto $(python_get_sitedir)
doins stfl.py _stfl.so
}
python_execute_function -s --source-dir python installation
fi

dodoc README

local 

[gentoo-commits] dev/ultrabug:master commit in: dev-python/circus/

2014-11-09 Thread Alexys Jacob
commit: 7df6df7b5cc25dc028cbb9484b822b5e3839f1fc
Author: Ultrabug ultrabug AT gentoo DOT org
AuthorDate: Sun Nov  9 17:56:40 2014 +
Commit: Alexys Jacob ultrabug AT gentoo DOT org
CommitDate: Sun Nov  9 17:56:40 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=dev/ultrabug.git;a=commit;h=7df6df7b

new dev-python/circus ebuild by @Lujeni

---
 dev-python/circus/Manifest |  2 ++
 dev-python/circus/circus-0.11.1.ebuild | 28 
 2 files changed, 30 insertions(+)

diff --git a/dev-python/circus/Manifest b/dev-python/circus/Manifest
new file mode 100644
index 000..19841fb
--- /dev/null
+++ b/dev-python/circus/Manifest
@@ -0,0 +1,2 @@
+DIST circus-0.11.1.tar.gz 135934 SHA256 
3757344aa5073ea29e6e2607b3de8ba1652502c61964316116931884293fe846 SHA512 
cb799ebf7348af3bdde86447a12ff0715045fc15d762a28dde024ff80238806d881ad37f39eb35bcdeb677eaf9c8ed1a60380d92b6d686840fd0627bc95a1e41
 WHIRLPOOL 
6ebd19761c440487567f22a671c6f1190c8be0450c5497ff034d0453de53d405d6d69eb4a505dccd4868f4c0a9050abf7686dc7a18453371ea028186c0a0129b
+EBUILD circus-0.11.1.ebuild 664 SHA256 
b832b9b41429033f1af13a1b1bb37fa4f560e711fc7761d2f7ade032361fe6a2 SHA512 
aab801a0496a689c1cadf51f890f3982f7e4844f8df9347f648d5c48168272623b93bf07dc50ecd010477ed073906a43e60b7a4085a44f1920d5425deae11568
 WHIRLPOOL 
460881f81b4bd65bac1b50ab5168c8613e1179f1bd3fe94b0fac24caf24197c8f25d5ed122e6192b2a54316ce0ed2c96b187449b22eea7f4a0799ce4a4aaf666

diff --git a/dev-python/circus/circus-0.11.1.ebuild 
b/dev-python/circus/circus-0.11.1.ebuild
new file mode 100644
index 000..14b6a7d
--- /dev/null
+++ b/dev-python/circus/circus-0.11.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header:
+
+EAPI=5
+PYTHON_COMPAT=( python{2_7,3_2,3_3} )
+DISTUTILS_SRC_TEST=nosetests
+
+inherit distutils
+
+DESCRIPTION=Circus is a program that will let you run and watch multiple 
processes and sockets
+HOMEPAGE=http://circus.readthedocs.org;
+SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
+
+LICENSE=BSD
+SLOT=0
+KEYWORDS=~amd64 ~x86
+IUSE=test
+
+DEPEND=dev-python/psutil
+dev-python/pyzmq
+=www-servers/tornado-3.0
+test? ( dev-python/mock )
+RDEPEND=${DEPEND}
+
+python_test() {
+nosetests -sw ${BUILD_DIR}/lib/
+}



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

2014-11-09 Thread Mikle Kolyada (zlogene)
zlogene 14/11/09 17:58:40

  Modified: ChangeLog
  Added:ming-0.4.4-r1.ebuild
  Removed:  ming-0.4.4.ebuild
  Log:
  Bump to EAPI=5
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 0xC42EB5D6)

Revision  ChangesPath
1.108media-libs/ming/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/ming/ChangeLog,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -r1.107 -r1.108
--- ChangeLog   31 Aug 2014 13:41:42 -  1.107
+++ ChangeLog   9 Nov 2014 17:58:40 -   1.108
@@ -1,6 +1,12 @@
 # ChangeLog for media-libs/ming
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/ming/ChangeLog,v 1.107 
2014/08/31 13:41:42 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/ming/ChangeLog,v 1.108 
2014/11/09 17:58:40 zlogene Exp $
+
+*ming-0.4.4-r1 (09 Nov 2014)
+
+  09 Nov 2014; Mikle Kolyada zlog...@gentoo.org +ming-0.4.4-r1.ebuild,
+  -ming-0.4.4.ebuild:
+  Bump to EAPI=5
 
   31 Aug 2014; Samuli Suominen ssuomi...@gentoo.org metadata.xml:
   This package should have had graphics as a backup from the start.



1.1  media-libs/ming/ming-0.4.4-r1.ebuild

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

Index: ming-0.4.4-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/ming/ming-0.4.4-r1.ebuild,v 1.1 
2014/11/09 17:58:40 zlogene Exp $

EAPI=5

PHP_EXT_NAME=ming
PHP_EXT_OPTIONAL_USE=php
PYTHON_DEPEND=python? 2
AUTOTOOLS_AUTORECONF=yes

inherit autotools-utils flag-o-matic multilib php-ext-source-r2 perl-module 
python

DESCRIPTION=An Open Source library for Flash movie generation
HOMEPAGE=http://ming.sourceforge.net/;
SRC_URI=mirror://sourceforge/ming/${P}.tar.bz2

LICENSE=LGPL-2.1
SLOT=0
KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-fbsd ~x86-fbsd
IUSE=+perl +python php static-libs

RDEPEND=perl? ( dev-lang/perl )
python? ( dev-lang/python )
media-libs/freetype
media-libs/libpng
media-libs/giflib
sys-libs/zlib
!media-libs/libswf
DEPEND=${DEPEND}
sys-devel/flex
virtual/yacc

S=${WORKDIR}/${P/_/.}

# Tests only work when the package is tested on a system
# which does not presently have any version of ming installed.
RESTRICT=test

pkg_setup() {
use python  python_set_active_version 2  python_pkg_setup
}

PATCHES=(
${FILESDIR}/${P}-vasprintf.patch
${FILESDIR}/${PN}-0.4.3-perl-5.14.patch )

src_prepare() {
# Let's get rid of the TEXTRELS, link dynamic. Use gif.
sed -i \
-e 's/libming.a/libming.so/' \
-e 's/lungif/lgif/' \
perl_ext/Makefile.PL
sed -i \
-e 's/ungif/gif/' \
py_ext/setup.py.in

if use php; then
cd ${S}/php_ext
php-ext-source-r2_phpize
cd ${S}
fi

sed -i -e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' configure.in || die

autotools-utils_src_prepare
}

src_configure() {
# build is sensitive to -O3 (bug #297437)
replace-flags -O3 -O2

local myeconfargs=(
$(use_enable static-libs static)
$(use_enable perl)
$(use_enable python)
)
autotools-utils_src_configure
}

src_compile() {
autotools-utils_src_compile

if use php; then
cd ${S}/php_ext
myconf=--disable-rpath
--disable-static
--with-ming
php-ext-source-r2_src_compile
fi
}

src_install() {
autotools-utils_src_install INSTALLDIRS=vendor

fixlocalpod

use python  python_clean_installation_image

if use php; then
cd ${S}/php_ext
php-ext-source-r2_src_install
fi
}

pkg_postinst() {
use perl  perl-module_pkg_postinst
use python  python_mod_optimize ming.py mingc.py
}

pkg_prerm() {
use perl  perl-module_pkg_prerm
}

pkg_postrm() {
use perl  perl-module_pkg_postrm
  

[gentoo-commits] dev/ultrabug:master commit in: dev-python/circus/, app-admin/circus/

2014-11-09 Thread Alexys Jacob
commit: f98b4b01315de278e453657f18c9c1f4275f3e17
Author: Ultrabug ultrabug AT gentoo DOT org
AuthorDate: Sun Nov  9 18:00:30 2014 +
Commit: Alexys Jacob ultrabug AT gentoo DOT org
CommitDate: Sun Nov  9 18:00:30 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=dev/ultrabug.git;a=commit;h=f98b4b01

move dev-python/circus to app-admin

---
 {dev-python = app-admin}/circus/Manifest | 0
 {dev-python = app-admin}/circus/circus-0.11.1.ebuild | 0
 2 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/dev-python/circus/Manifest b/app-admin/circus/Manifest
similarity index 100%
rename from dev-python/circus/Manifest
rename to app-admin/circus/Manifest

diff --git a/dev-python/circus/circus-0.11.1.ebuild 
b/app-admin/circus/circus-0.11.1.ebuild
similarity index 100%
rename from dev-python/circus/circus-0.11.1.ebuild
rename to app-admin/circus/circus-0.11.1.ebuild



[gentoo-commits] dev/ultrabug:master commit in: www-apps/circus-web/

2014-11-09 Thread Alexys Jacob
commit: 02704217dac5111fe26d2ddea88164170c10095a
Author: Ultrabug ultrabug AT gentoo DOT org
AuthorDate: Sun Nov  9 18:04:55 2014 +
Commit: Alexys Jacob ultrabug AT gentoo DOT org
CommitDate: Sun Nov  9 18:04:55 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=dev/ultrabug.git;a=commit;h=02704217

new www-apps/circus-web ebuild by @Lujeni

---
 www-apps/circus-web/Manifest  |  2 ++
 www-apps/circus-web/circus-web-0.5.ebuild | 20 
 2 files changed, 22 insertions(+)

diff --git a/www-apps/circus-web/Manifest b/www-apps/circus-web/Manifest
new file mode 100644
index 000..8beb4fa
--- /dev/null
+++ b/www-apps/circus-web/Manifest
@@ -0,0 +1,2 @@
+DIST circus-web-0.5.tar.gz 188598 SHA256 
df54c79ee737ad56fa3270ff1e27f1cec55f4bcdf07eca9aeba77a0470cf2786 SHA512 
198f72e5aeb50c99819f52afdae327627a6e06fb52de290c0b53e085ec474f5ae6c1b723c6953beafc4f4759e1297ca4839fc0837cdf57e730dfd992bb24b24d
 WHIRLPOOL 
f1f377f8dddba8ef08016233159f2e8158c233724705cf96f7018a17107587236f80412051a2476107651de38c4f03500b68bb95cd4550fcf18c17f6c858b21a
+EBUILD circus-web-0.5.ebuild 447 SHA256 
05fd0bfee57d0adaa7b349566382c39441719493b39576dfae550b01a338eba7 SHA512 
b4bfa007a5213680f9183c0540be61ecd6b7a146c375ab75c0462117ec314d5333430f9653ce4d8c6fd3ec2463d0bef4731e5c642f7c1160a1f58e8157631307
 WHIRLPOOL 
408e0af7fd9fd7e5ce9dc9152609bedd0aa49094ce381d4bebec32e724079f98bb13d3aecde807d0b2319d7580200610dc595957858aa978aa658b7325e20774

diff --git a/www-apps/circus-web/circus-web-0.5.ebuild 
b/www-apps/circus-web/circus-web-0.5.ebuild
new file mode 100644
index 000..8ba5583
--- /dev/null
+++ b/www-apps/circus-web/circus-web-0.5.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header:
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils
+
+DESCRIPTION=Circus Web Dashboard
+HOMEPAGE=http://circus.readthedocs.org/en/latest/for-ops/circusweb/#circushttpd;
+SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
+
+LICENSE=BSD
+SLOT=0
+KEYWORDS=~amd64 ~x86
+IUSE=
+
+DEPEND=app-admin/circus
+RDEPEND=${DEPEND}



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

2014-11-09 Thread Andreas HAttel (dilfridge)
dilfridge14/11/09 18:10:24

  Modified: ChangeLog perl-module.eclass
  Log:
  All in-tree ebuilds with EAPI=4 using perl-module.eclass are gone. Switch 
deprecation message to super-annoying mode.

Revision  ChangesPath
1.1410   eclass/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
retrieving revision 1.1409
retrieving revision 1.1410
diff -u -r1.1409 -r1.1410
--- ChangeLog   9 Nov 2014 15:10:32 -   1.1409
+++ ChangeLog   9 Nov 2014 18:10:24 -   1.1410
@@ -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.1409 2014/11/09 
15:10:32 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1410 2014/11/09 
18:10:24 dilfridge Exp $
+
+  09 Nov 2014; Andreas K. Huettel dilfri...@gentoo.org perl-module.eclass:
+  All in-tree ebuilds with EAPI=4 using perl-module.eclass are gone. Switch
+  deprecation message to super-annoying mode.
 
   09 Nov 2014; Sebastian Pipping sp...@gentoo.org python-r1.eclass:
   Use python 3.4 rather than dead 3.2 in python-r1 examples



1.147eclass/perl-module.eclass

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/perl-module.eclass?rev=1.147view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/perl-module.eclass?rev=1.147content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/perl-module.eclass?r1=1.146r2=1.147

Index: perl-module.eclass
===
RCS file: /var/cvsroot/gentoo-x86/eclass/perl-module.eclass,v
retrieving revision 1.146
retrieving revision 1.147
diff -u -r1.146 -r1.147
--- perl-module.eclass  5 Nov 2014 00:24:33 -   1.146
+++ perl-module.eclass  9 Nov 2014 18:10:24 -   1.147
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/perl-module.eclass,v 1.146 
2014/11/05 00:24:33 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/perl-module.eclass,v 1.147 
2014/11/09 18:10:24 dilfridge Exp $
 
 # @ECLASS: perl-module.eclass
 # @MAINTAINER:
@@ -49,21 +49,19 @@
;;
 esac
 
-# we will need this again soon
-#
-#case ${EAPI:-0} in
-#  5)
-#  ;;
-#  *)
-#  ewarn
-#  ewarn 
**
-#  ewarn ${EBUILD}:
-#  ewarn Support for EAPI=${EAPI:-0} in perl-module.eclass will 
be removed
-#  ewarn on XX/XX/2015. Please fix your overlay ebuilds to use 
EAPI=5.
-#  ewarn 
**
-#  ewarn
-#  ;;
-#esac
+case ${EAPI:-0} in
+   5)
+   ;;
+   *)
+   ewarn
+   ewarn 
**
+   ewarn ${EBUILD}:
+   ewarn Support for EAPI=${EAPI:-0} in perl-module.eclass will 
be removed
+   ewarn on 1/Feb/2015. Please fix your overlay ebuilds to use 
EAPI=5.
+   ewarn 
**
+   ewarn
+   ;;
+esac
 
 case ${PERL_EXPORT_PHASE_FUNCTIONS:-yes} in
yes)
@@ -101,17 +99,6 @@
 perl-module_src_unpack() {
debug-print-function $FUNCNAME $@
 
-   case ${EAPI:-0} in
-   5)
-   ;;
-   4)
-   eqawarn Support for EAPI=${EAPI:-0} in 
perl-module.eclass is deprecated.
-   eqawarn Please fix your ebuilds to use EAPI=5.
-   ;;
-   *)
-   ;;
-   esac
-
unpacker_src_unpack
has src_prepare ${PERL_EXPF} || perl-module_src_prepare
 }






[gentoo-commits] gentoo-x86 commit in dev-python/waitress: waitress-0.8.9.ebuild ChangeLog

2014-11-09 Thread Mike Gilbert (floppym)
floppym 14/11/09 19:37:14

  Modified: waitress-0.8.9.ebuild ChangeLog
  Log:
  Depend on setuptools.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0BBEEA1FEA4843A4)

Revision  ChangesPath
1.5  dev-python/waitress/waitress-0.8.9.ebuild

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

Index: waitress-0.8.9.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/waitress/waitress-0.8.9.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- waitress-0.8.9.ebuild   18 Oct 2014 14:01:42 -  1.4
+++ waitress-0.8.9.ebuild   9 Nov 2014 19:37: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/dev-python/waitress/waitress-0.8.9.ebuild,v 
1.4 2014/10/18 14:01:42 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/waitress/waitress-0.8.9.ebuild,v 
1.5 2014/11/09 19:37:14 floppym Exp $
 
 EAPI=5
 
@@ -21,12 +21,12 @@
 RDEPEND=
 DEPEND=${RDEPEND}
app-arch/unzip
+   dev-python/setuptools[${PYTHON_USEDEP}]
test? ( dev-python/nose[${PYTHON_USEDEP}] )
 
 python_prepare_all() {
if use doc; then
local PATCHES=( ${FILESDIR}/${P}-doc.patch )
-   einfo doc patch applied
mv ${WORKDIR}/_themes ./docs/ || die
fi
 



1.12 dev-python/waitress/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/waitress/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   18 Oct 2014 14:01:42 -  1.11
+++ ChangeLog   9 Nov 2014 19:37:14 -   1.12
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/waitress
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/waitress/ChangeLog,v 1.11 
2014/10/18 14:01:42 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/waitress/ChangeLog,v 1.12 
2014/11/09 19:37:14 floppym Exp $
+
+  09 Nov 2014; Mike Gilbert flop...@gentoo.org waitress-0.8.9.ebuild:
+  Depend on setuptools.
 
   18 Oct 2014; Ian Delaney idel...@gentoo.org waitress-0.8.9.ebuild:
   fix doc build, fixes Bug #525384






[gentoo-commits] proj/gentoo-news:master commit in: 2012/2012-01-07-systemd-to-usr/

2014-11-09 Thread Mike Gilbert
commit: 0b0104935553fc2aa1e8d426953655eaba6bd18d
Author: Mike Gilbert floppym AT gentoo DOT org
AuthorDate: Sun Nov  9 20:09:09 2014 +
Commit: Mike Gilbert floppym AT gentoo DOT org
CommitDate: Sun Nov  9 20:09:09 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gentoo-news.git;a=commit;h=0b010493

Drop systemd-to-usr news

---
 .../2012-01-07-systemd-to-usr.en.txt   | 37 --
 1 file changed, 37 deletions(-)

diff --git a/2012/2012-01-07-systemd-to-usr/2012-01-07-systemd-to-usr.en.txt 
b/2012/2012-01-07-systemd-to-usr/2012-01-07-systemd-to-usr.en.txt
deleted file mode 100644
index 3c90c41..000
--- a/2012/2012-01-07-systemd-to-usr/2012-01-07-systemd-to-usr.en.txt
+++ /dev/null
@@ -1,37 +0,0 @@
-Title: systemd /usr migration
-Author: Michał Górny mgo...@gentoo.org
-Content-Type: text/plain
-Posted: 2012-01-06
-Revision: 1
-News-Item-Format: 1.0
-Display-If-Installed: sys-apps/systemd
-
-We have decided to move our systemd installation into /usr prefix.
-After the upgrade, the main systemd executable will be installed
-as /usr/bin/systemd and the unit files will be installed
-to /usr/lib/systemd; however, systemd will still look for unit files
-in the /lib location.
-
-For this reason, new revisions of all systemd versions have been added
-to the tree and all users are advised to upgrade ASAP to make
-the transition as painless as possible. To achieve that, the following
-steps have been taken:
-
-1) the new systemd versions install and enable a path monitoring helper
-which automatically updates /etc/systemd symlinks when unit files
-are moved from /lib to /usr/lib;
-
-2) the systemd.eclass blocks older versions of systemd to ensure that
-the service files aren't installed in the new location before the helper
-service is in place;
-
-3) a symlink is installed at /bin/systemd to ensure that current init=
-specifications are still valid.
-
-Please note that these features will be removed after the transitional
-period and users upgrading afterwards will have to manually ensure
-correctness of their installations. The former two features will be
-removed on 2012-03-01, the last one on 2012-05-01.
-
-Users are advised to rebuild the packages providing systemd units
-and update their kernel command lines before those deadlines.



[gentoo-commits] gentoo-x86 commit in app-shells/bash: bash-4.3_p30-r1.ebuild ChangeLog

2014-11-09 Thread Michal Gorny (mgorny)
mgorny  14/11/09 20:41:28

  Modified: ChangeLog
  Added:bash-4.3_p30-r1.ebuild
  Log:
  Introduce support for bashrc.d directory that is sourced in bashrc by 
default, bug #468094.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.426app-shells/bash/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash/ChangeLog?rev=1.426view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash/ChangeLog?rev=1.426content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash/ChangeLog?r1=1.425r2=1.426

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v
retrieving revision 1.425
retrieving revision 1.426
diff -u -r1.425 -r1.426
--- ChangeLog   20 Oct 2014 05:14:35 -  1.425
+++ ChangeLog   9 Nov 2014 20:41:28 -   1.426
@@ -1,6 +1,13 @@
 # ChangeLog for app-shells/bash
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.425 
2014/10/20 05:14:35 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.426 
2014/11/09 20:41:28 mgorny Exp $
+
+*bash-4.3_p30-r1 (09 Nov 2014)
+
+  09 Nov 2014; Michał Górny mgo...@gentoo.org +bash-4.3_p30-r1.ebuild,
+  +files/bashrc-r1:
+  Introduce support for bashrc.d directory that is sourced in bashrc by 
default,
+  bug #468094.
 
   20 Oct 2014; Mike Frysinger vap...@gentoo.org bash-4.3_p30.ebuild:
   Fix install of examples #525930 by Erik Zeek.



1.1  app-shells/bash/bash-4.3_p30-r1.ebuild

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

Index: bash-4.3_p30-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-4.3_p30-r1.ebuild,v 1.1 
2014/11/09 20:41:28 mgorny Exp $

EAPI=4

inherit eutils flag-o-matic toolchain-funcs multilib

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

# The version of readline this bash normally ships with.
READLINE_VER=6.3

DESCRIPTION=The standard GNU Bourne again shell
HOMEPAGE=http://tiswww.case.edu/php/chet/bash/bashtop.html;
SRC_URI=mirror://gnu/bash/${MY_P}.tar.gz $(patches)
[[ ${PV} == *_rc* ]]  SRC_URI+= ftp://ftp.cwru.edu/pub/bash/${MY_P}.tar.gz;

LICENSE=GPL-3
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd
IUSE=afs bashlogger examples mem-scramble +net nls plugins +readline vanilla

DEPEND==sys-libs/ncurses-5.2-r2
readline? ( =sys-libs/readline-${READLINE_VER} )
nls? ( virtual/libintl )
RDEPEND=${DEPEND}
!sys-apps/portage-2.1.6.7_p1
!sys-apps/paludis-0.26.0_alpha5
# we only need yacc when the .y files get patched (bash42-005)
DEPEND+= virtual/yacc

S=${WORKDIR}/${MY_P}

pkg_setup() {
if is-flag -malign-double ; then #7332
eerror Detected bad CFLAGS '-malign-double'.  Do not use this
eerror as it breaks LFS (struct stat64) on x86.
die remove -malign-double from your CFLAGS mr ricer
fi
if use bashlogger ; then
ewarn The logging patch should ONLY be used in restricted 
(i.e. honeypot) envs.
ewarn This will log ALL output you enter into the shell, you 
have been warned.
fi
}

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

src_prepare() {
# Include official patches
[[ ${PLEVEL} -gt 0 ]]  epatch $(patches -s)

# Clean out local libs so we know we use system ones w/releases.
if [[ ${PV} != *_rc* ]] ; then
rm -rf lib/{readline,termcap}/*
touch lib/{readline,termcap}/Makefile.in # for config.status
sed -ri -e 's:\$[(](RL|HIST)_LIBSRC[)]/[[:alpha:]]*.h::g' 
Makefile.in || die
fi

# Avoid regenerating docs after 

[gentoo-commits] gentoo-x86 commit in app-shells/bash-completion: bash-completion-2.1-r92.ebuild ChangeLog

2014-11-09 Thread Michal Gorny (mgorny)
mgorny  14/11/09 20:41:38

  Modified: ChangeLog
  Added:bash-completion-2.1-r92.ebuild
  Log:
  Install initialization script to bashrc.d, bug #338335.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.275app-shells/bash-completion/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash-completion/ChangeLog?rev=1.275view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash-completion/ChangeLog?rev=1.275content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash-completion/ChangeLog?r1=1.274r2=1.275

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v
retrieving revision 1.274
retrieving revision 1.275
diff -u -r1.274 -r1.275
--- ChangeLog   27 Oct 2014 14:13:13 -  1.274
+++ ChangeLog   9 Nov 2014 20:41:38 -   1.275
@@ -1,6 +1,11 @@
 # ChangeLog for app-shells/bash-completion
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v 
1.274 2014/10/27 14:13:13 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v 
1.275 2014/11/09 20:41:38 mgorny Exp $
+
+*bash-completion-2.1-r92 (09 Nov 2014)
+
+  09 Nov 2014; Michał Górny mgo...@gentoo.org 
+bash-completion-2.1-r92.ebuild:
+  Install initialization script to bashrc.d, bug #338335.
 
   27 Oct 2014; Michał Górny mgo...@gentoo.org bash-completion-2.1-r91.ebuild:
   Work-around race conditions in the Makefile, bug #526996.



1.1  app-shells/bash-completion/bash-completion-2.1-r92.ebuild

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

Index: bash-completion-2.1-r92.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-2.1-r92.ebuild,v
 1.1 2014/11/09 20:41:38 mgorny Exp $

EAPI=5

inherit versionator

DESCRIPTION=Programmable Completion for bash
HOMEPAGE=http://bash-completion.alioth.debian.org/;
SRC_URI=http://bash-completion.alioth.debian.org/files/${P}.tar.bz2
http://dev.gentoo.org/~mgorny/dist/bashcomp2-pre1.tar.gz;

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

RDEPEND=|| ( =app-shells/bash-4.3_p30-r1 app-shells/zsh )
sys-apps/miscfiles
!app-admin/eselect-bashcomp
!!app-shells/bash-4.3_p30-r1

# Remove unwanted completions.
STRIP_COMPLETIONS=(
# Included in util-linux, bug #468544
cal dmesg eject hd hexdump hwclock ionice look ncal renice rtcwake

# Slackware package stuff, quite generic names cause collisions
# (e.g. with sys-apps/pacman)
explodepkg installpkg makepkg pkgtool removepkg upgradepkg

# Debian/Red Hat network stuff
ifdown ifup ifstatus
)

src_prepare() {
epatch ${WORKDIR}/bashcomp2-pre1/*.patch
}

src_test() { :; } # Skip testsuite because of interactive shell wrt #477066

src_install() {
# work-around race conditions, bug #526996
mkdir -p ${ED}/usr/share/bash-completion/{completions,helpers} || die

emake DESTDIR=${D} profiledir=/etc/bash/bashrc.d install

# use the copies from =sys-apps/util-linux-2.23 wrt #468544 - hd and 
ncal
# becomes dead symlinks as a result
local file
for file in ${STRIP_COMPLETIONS[@]}; do
rm ${ED}/usr/share/bash-completion/completions/${file} || die
done

# use the copy from app-editors/vim-core:
rm ${ED}/usr/share/bash-completion/completions/xxd || die

# use the copy from net-misc/networkmanager:
rm ${ED}/usr/share/bash-completion/completions/nmcli || die

dodoc AUTHORS CHANGES README

# install the eselect module
insinto /usr/share/eselect/modules
doins ${WORKDIR}/bashcomp2-pre1/bashcomp.eselect
doman ${WORKDIR}/bashcomp2-pre1/bashcomp.eselect.5
}

pkg_postinst() {
local v
for v in ${REPLACING_VERSIONS}; do
if ! version_is_at_least 2.1-r90 ${v}; then
ewarn For bash-completion autoloader to work, all 
completions need to
ewarn be installed in 

[gentoo-commits] gentoo-x86 commit in app-shells/bash/files: bashrc-r1

2014-11-09 Thread Michal Gorny (mgorny)
mgorny  14/11/09 20:41:28

  Added:bashrc-r1
  Log:
  Introduce support for bashrc.d directory that is sourced in bashrc by 
default, bug #468094.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.1  app-shells/bash/files/bashrc-r1

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash/files/bashrc-r1?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash/files/bashrc-r1?rev=1.1content-type=text/plain

Index: bashrc-r1
===
# /etc/bash/bashrc
#
# This file is sourced by all *interactive* bash shells on startup,
# including some apparently interactive shells such as scp and rcp
# that can't tolerate any output.  So make sure this doesn't display
# anything or bad things will happen !


# Test for an interactive shell.  There is no need to set anything
# past this point for scp and rcp, and it's important to refrain from
# outputting anything in those cases.
if [[ $- != *i* ]] ; then
# Shell is non-interactive.  Be done now!
return
fi

# Bash won't get SIGWINCH if another process is in the foreground.
# Enable checkwinsize so that bash will check the terminal size when
# it regains control.  #65623
# http://cnswww.cns.cwru.edu/~chet/bash/FAQ (E11)
shopt -s checkwinsize

# Enable history appending instead of overwriting.  #139609
shopt -s histappend

# Change the window title of X terminals 
case ${TERM} in
xterm*|rxvt*|Eterm*|aterm|kterm|gnome*|interix|konsole*)
PROMPT_COMMAND='echo -ne 
\033]0;${USER}@${HOSTNAME%%.*}:${PWD/#$HOME/~}\007'
;;
screen*)
PROMPT_COMMAND='echo -ne 
\033_${USER}@${HOSTNAME%%.*}:${PWD/#$HOME/~}\033\\'
;;
esac

use_color=false
#BSD#@# BSD doesn't typically come with dircolors so we need
#BSD#@# to hardcode some terminals in here.
#BSD#@case ${TERM} in
#BSD#@  xterm*|rxvt*|Eterm|aterm|kterm|gnome*|screen|cons25) use_color=true;;
#BSD#@esac

# Set colorful PS1 only on colorful terminals.
# dircolors --print-database uses its own built-in database
# instead of using /etc/DIR_COLORS.  Try to use the external file
# first to take advantage of user additions.  Use internal bash
# globbing instead of external grep binary.
safe_term=${TERM//[^[:alnum:]]/?}   # sanitize TERM
match_lhs=
[[ -f ~/.dir_colors   ]]  match_lhs=${match_lhs}$(~/.dir_colors)
[[ -f /etc/DIR_COLORS ]]  match_lhs=${match_lhs}$(/etc/DIR_COLORS)
[[ -z ${match_lhs}]] \
 type -P dircolors /dev/null \
 match_lhs=$(dircolors --print-database)
[[ $'\n'${match_lhs} == *$'\n'TERM ${safe_term}* ]]  use_color=true

if ${use_color} ; then
# Enable colors for ls, etc.  Prefer ~/.dir_colors #64489
if type -P dircolors /dev/null ; then
if [[ -f ~/.dir_colors ]] ; then
eval $(dircolors -b ~/.dir_colors)
elif [[ -f /etc/DIR_COLORS ]] ; then
eval $(dircolors -b /etc/DIR_COLORS)
fi
fi

if [[ ${EUID} == 0 ]] ; then
PS1='\[\033[01;31m\]\h\[\033[01;34m\] \W \$\[\033[00m\] '
else
PS1='\[\033[01;32m\]\u@\h\[\033[01;34m\] \w \$\[\033[00m\] '
fi

#BSD#@export CLICOLOR=1
#GNU#@alias ls='ls --color=auto'
alias grep='grep --colour=auto'
alias egrep='egrep --colour=auto'
alias fgrep='fgrep --colour=auto'
else
if [[ ${EUID} == 0 ]] ; then
# show root@ when we don't have colors
PS1='\u@\h \W \$ '
else
PS1='\u@\h \w \$ '
fi
fi

for sh in /etc/bash/bashrc.d/* ; do
[[ -r ${sh} ]]  source ${sh}
done

# Try to keep environment pollution down, EPA loves us.
unset use_color safe_term match_lhs sh






[gentoo-commits] gentoo-x86 commit in dev-util/gprof2dot: ChangeLog gprof2dot-0_p20130517.ebuild

2014-11-09 Thread Sebastian Pipping (sping)
sping   14/11/09 20:49:34

  Modified: ChangeLog gprof2dot-0_p20130517.ebuild
  Log:
  dev-util/gprof2dot: Update python targets (bug #528714)
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x401A1600)

Revision  ChangesPath
1.10 dev-util/gprof2dot/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/gprof2dot/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   9 Nov 2014 14:53:57 -   1.9
+++ ChangeLog   9 Nov 2014 20:49:34 -   1.10
@@ -1,6 +1,10 @@
 # ChangeLog for dev-util/gprof2dot
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/gprof2dot/ChangeLog,v 1.9 
2014/11/09 14:53:57 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/gprof2dot/ChangeLog,v 1.10 
2014/11/09 20:49:34 sping Exp $
+
+  09 Nov 2014; Sebastian Pipping sp...@gentoo.org
+  gprof2dot-0_p20130517.ebuild:
+  Remove Python 2.6 target, add Python 3.4 (bug #528714)
 
   09 Nov 2014; Sebastian Pipping sp...@gentoo.org
   gprof2dot-0_p20130517.ebuild:



1.5  dev-util/gprof2dot/gprof2dot-0_p20130517.ebuild

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

Index: gprof2dot-0_p20130517.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-util/gprof2dot/gprof2dot-0_p20130517.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gprof2dot-0_p20130517.ebuild9 Nov 2014 14:53:57 -   1.4
+++ gprof2dot-0_p20130517.ebuild9 Nov 2014 20:49:34 -   1.5
@@ -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/dev-util/gprof2dot/gprof2dot-0_p20130517.ebuild,v 1.4 
2014/11/09 14:53:57 sping Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-util/gprof2dot/gprof2dot-0_p20130517.ebuild,v 1.5 
2014/11/09 20:49:34 sping Exp $
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_6,2_7,3_3} )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
 PYTHON_REQ_USE='xml'
 
 inherit eutils python-r1 python-utils-r1






[gentoo-commits] gentoo-x86 commit in app-emulation/fig: fig-1.0.0.ebuild ChangeLog fig-0.5.2.ebuild

2014-11-09 Thread Alex Brandt (alunduil)
alunduil14/11/09 21:06:22

  Modified: fig-1.0.0.ebuild ChangeLog fig-0.5.2.ebuild
  Log:
  restrict dependence on dev-python/dockerpty
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
11A8217C!)

Revision  ChangesPath
1.2  app-emulation/fig/fig-1.0.0.ebuild

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

Index: fig-1.0.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-emulation/fig/fig-1.0.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- fig-1.0.0.ebuild27 Oct 2014 15:25:51 -  1.1
+++ fig-1.0.0.ebuild9 Nov 2014 21:06:22 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/fig/fig-1.0.0.ebuild,v 1.1 
2014/10/27 15:25:51 alunduil Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/fig/fig-1.0.0.ebuild,v 1.2 
2014/11/09 21:06:22 alunduil Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -18,6 +18,7 @@
 
 CDEPEND=
=dev-python/dockerpty-0.2.4[${PYTHON_USEDEP}]
+   dev-python/dockerpty-0.3[${PYTHON_USEDEP}]
=dev-python/docker-py-0.5[${PYTHON_USEDEP}]
dev-python/docker-py-0.6[${PYTHON_USEDEP}]
=dev-python/docopt-0.6.1[${PYTHON_USEDEP}]



1.2  app-emulation/fig/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emulation/fig/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   27 Oct 2014 15:25:51 -  1.1
+++ ChangeLog   9 Nov 2014 21:06:22 -   1.2
@@ -1,6 +1,10 @@
 # ChangeLog for app-emulation/fig
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/fig/ChangeLog,v 1.1 
2014/10/27 15:25:51 alunduil Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/fig/ChangeLog,v 1.2 
2014/11/09 21:06:22 alunduil Exp $
+
+  09 Nov 2014; Alex Brandt alund...@gentoo.org fig-0.5.2.ebuild,
+  fig-1.0.0.ebuild:
+  restrict dependence on dev-python/dockerpty
 
 *fig-1.0.0 (27 Oct 2014)
 *fig-0.5.2 (27 Oct 2014)



1.2  app-emulation/fig/fig-0.5.2.ebuild

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

Index: fig-0.5.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-emulation/fig/fig-0.5.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- fig-0.5.2.ebuild27 Oct 2014 15:25:51 -  1.1
+++ fig-0.5.2.ebuild9 Nov 2014 21:06:22 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/fig/fig-0.5.2.ebuild,v 1.1 
2014/10/27 15:25:51 alunduil Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/fig/fig-0.5.2.ebuild,v 1.2 
2014/11/09 21:06:22 alunduil Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -18,6 +18,7 @@
 
 CDEPEND=
=dev-python/dockerpty-0.2.3[${PYTHON_USEDEP}]
+   dev-python/dockerpty-0.3[${PYTHON_USEDEP}]
~dev-python/docopt-0.6.1[${PYTHON_USEDEP}]
~dev-python/pyyaml-3.10[${PYTHON_USEDEP}]
=dev-python/requests-2.2.1[${PYTHON_USEDEP}]






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

2014-11-09 Thread Andreas HAttel (dilfridge)
dilfridge14/11/09 21:34:29

  Modified: ChangeLog perl-module.eclass
  Log:
  Add docs and deprecate perlinfo and fixlocalpod

Revision  ChangesPath
1.1411   eclass/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
retrieving revision 1.1410
retrieving revision 1.1411
diff -u -r1.1410 -r1.1411
--- ChangeLog   9 Nov 2014 18:10:24 -   1.1410
+++ ChangeLog   9 Nov 2014 21:34:29 -   1.1411
@@ -1,6 +1,9 @@
 # ChangeLog for eclass directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1410 2014/11/09 
18:10:24 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1411 2014/11/09 
21:34:29 dilfridge Exp $
+
+  09 Nov 2014; Andreas K. Huettel dilfri...@gentoo.org perl-module.eclass:
+  Add docs and deprecate perlinfo and fixlocalpod
 
   09 Nov 2014; Andreas K. Huettel dilfri...@gentoo.org perl-module.eclass:
   All in-tree ebuilds with EAPI=4 using perl-module.eclass are gone. Switch



1.148eclass/perl-module.eclass

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/perl-module.eclass?rev=1.148view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/perl-module.eclass?rev=1.148content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/perl-module.eclass?r1=1.147r2=1.148

Index: perl-module.eclass
===
RCS file: /var/cvsroot/gentoo-x86/eclass/perl-module.eclass,v
retrieving revision 1.147
retrieving revision 1.148
diff -u -r1.147 -r1.148
--- perl-module.eclass  9 Nov 2014 18:10:24 -   1.147
+++ perl-module.eclass  9 Nov 2014 21:34:29 -   1.148
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/perl-module.eclass,v 1.147 
2014/11/09 18:10:24 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/perl-module.eclass,v 1.148 
2014/11/09 21:34:29 dilfridge Exp $
 
 # @ECLASS: perl-module.eclass
 # @MAINTAINER:
@@ -305,9 +305,20 @@
 
 perlinfo() {
debug-print-function $FUNCNAME $@
+   eqawarn perl-modules.eclass: perlinfo is deprecated and will be 
removed. Please use perl_set_version instead.
perl_set_version
 }
 
+# @FUNCTION: perl_set_version
+# @USAGE: perl_set_version
+# @DESCRIPTION:
+# Extract version information and installation paths from the current Perl 
+# interpreter. 
+#
+# This sets the following variables: PERL_VERSION, SITE_ARCH, SITE_LIB, 
+# ARCH_LIB, VENDOR_LIB, VENDOR_ARCH
+#
+# This function used to be called perlinfo as well.
 perl_set_version() {
debug-print-function $FUNCNAME $@
debug-print $FUNCNAME: perlinfo_done=${perlinfo_done}
@@ -326,9 +337,16 @@
 
 fixlocalpod() {
debug-print-function $FUNCNAME $@
+   eqawarn perl-modules.eclass: fixlocalpod is deprecated and will be 
removed. Please use perl_delete_localpod instead.
perl_delete_localpod
 }
 
+# @FUNCTION: perl_delete_localpod
+# @USAGE: perl_delete_localpod
+# @DESCRIPTION:
+# Remove stray perllocal.pod files in the temporary install directory D.
+#
+# This function used to be called fixlocalpod as well.
 perl_delete_localpod() {
debug-print-function $FUNCNAME $@
 






[gentoo-commits] gentoo-x86 commit in app-misc/conmux: conmux-0.15.1-r3.ebuild ChangeLog

2014-11-09 Thread Andreas HAttel (dilfridge)
dilfridge14/11/09 21:37:29

  Modified: conmux-0.15.1-r3.ebuild ChangeLog
  Log:
  Replace perlinfo with perl_set_version
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
EBE6A336BE19039C!)

Revision  ChangesPath
1.3  app-misc/conmux/conmux-0.15.1-r3.ebuild

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

Index: conmux-0.15.1-r3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-misc/conmux/conmux-0.15.1-r3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- conmux-0.15.1-r3.ebuild 24 Jul 2014 19:42:39 -  1.2
+++ conmux-0.15.1-r3.ebuild 9 Nov 2014 21:37:29 -   1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/conmux/conmux-0.15.1-r3.ebuild,v 
1.2 2014/07/24 19:42:39 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/conmux/conmux-0.15.1-r3.ebuild,v 
1.3 2014/11/09 21:37:29 dilfridge Exp $
 
 EAPI=5
 
@@ -25,7 +25,7 @@
 }
 
 src_install() {
-   perlinfo
+   perl_set_version
emake BASE=${D}/usr install
# helpers and drivers have been removed in src_prepare
insinto /usr/share/${PN}/
@@ -38,7 +38,7 @@
mv ${D}/usr/bin/console ${D}/usr/bin/${PN}-console || \
die failed to rename console to conmux-console
# Fix up directory for the module
-   perlinfo
+   perl_set_version
dodir ${VENDOR_LIB}/${PN}
mv ${D}/usr/lib/Conmux.pm ${D}/${VENDOR_LIB}/. || \
die failed to move the Conmux.pm module



1.9  app-misc/conmux/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-misc/conmux/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   24 Jul 2014 19:42:39 -  1.8
+++ ChangeLog   9 Nov 2014 21:37:29 -   1.9
@@ -1,6 +1,10 @@
 # ChangeLog for app-misc/conmux
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/conmux/ChangeLog,v 1.8 2014/07/24 
19:42:39 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/conmux/ChangeLog,v 1.9 2014/11/09 
21:37:29 dilfridge Exp $
+
+  09 Nov 2014; Andreas K. Huettel dilfri...@gentoo.org
+  conmux-0.15.1-r3.ebuild:
+  Replace perlinfo with perl_set_version
 
   24 Jul 2014; Markos Chandras hwoar...@gentoo.org conmux-0.15.1-r3.ebuild:
   amd64/x86 stable






[gentoo-commits] gentoo-x86 commit in net-analyzer/symon: symon-2.87.ebuild ChangeLog symon-2.86-r1.ebuild

2014-11-09 Thread Andreas HAttel (dilfridge)
dilfridge14/11/09 21:39:05

  Modified: symon-2.87.ebuild ChangeLog symon-2.86-r1.ebuild
  Log:
  Replace perlinfo with perl_set_version
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
EBE6A336BE19039C!)

Revision  ChangesPath
1.2  net-analyzer/symon/symon-2.87.ebuild

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

Index: symon-2.87.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/symon/symon-2.87.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- symon-2.87.ebuild   28 Oct 2014 11:09:21 -  1.1
+++ symon-2.87.ebuild   9 Nov 2014 21:39:05 -   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-analyzer/symon/symon-2.87.ebuild,v 1.1 
2014/10/28 11:09:21 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/symon/symon-2.87.ebuild,v 1.2 
2014/11/09 21:39:05 dilfridge Exp $
 
 EAPI=5
 inherit eutils perl-module toolchain-funcs
@@ -72,7 +72,7 @@
if use perl; then
dobin client/getsymonitem.pl
 
-   perlinfo
+   perl_set_version
insinto ${VENDOR_LIB}
doins client/SymuxClient.pm
fi



1.18 net-analyzer/symon/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/symon/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog   28 Oct 2014 11:09:21 -  1.17
+++ ChangeLog   9 Nov 2014 21:39:05 -   1.18
@@ -1,6 +1,10 @@
 # ChangeLog for net-analyzer/symon
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/symon/ChangeLog,v 1.17 
2014/10/28 11:09:21 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/symon/ChangeLog,v 1.18 
2014/11/09 21:39:05 dilfridge Exp $
+
+  09 Nov 2014; Andreas K. Huettel dilfri...@gentoo.org symon-2.86-r1.ebuild,
+  symon-2.87.ebuild:
+  Replace perlinfo with perl_set_version
 
 *symon-2.87 (28 Oct 2014)
 



1.3  net-analyzer/symon/symon-2.86-r1.ebuild

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

Index: symon-2.86-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/symon/symon-2.86-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- symon-2.86-r1.ebuild30 Jul 2014 14:49:12 -  1.2
+++ symon-2.86-r1.ebuild9 Nov 2014 21:39:05 -   1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/symon/symon-2.86-r1.ebuild,v 
1.2 2014/07/30 14:49:12 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/symon/symon-2.86-r1.ebuild,v 
1.3 2014/11/09 21:39:05 dilfridge Exp $
 
 EAPI=5
 
@@ -75,7 +75,7 @@
if use perl; then
dobin client/getsymonitem.pl
 
-   perlinfo
+   perl_set_version
insinto ${VENDOR_LIB}
doins client/SymuxClient.pm
fi






[gentoo-commits] gentoo-x86 commit in app-text/enscript/files: ebuild.st

2014-11-09 Thread Andreas HAttel (dilfridge)
dilfridge14/11/09 21:40:54

  Modified: ebuild.st
  Log:
  Replace perlinfo with perl_set_version
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
EBE6A336BE19039C!)

Revision  ChangesPath
1.3  app-text/enscript/files/ebuild.st

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

Index: ebuild.st
===
RCS file: /var/cvsroot/gentoo-x86/app-text/enscript/files/ebuild.st,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ebuild.st   15 Aug 2009 23:29:11 -  1.2
+++ ebuild.st   9 Nov 2014 21:40:54 -   1.3
@@ -111,7 +111,7 @@
 |perl-module_src_prep|perl-module_src_compile|perl-module_src_test\
 |perl-module_src_install|perl-module_pkg_setup|perl-module_pkg_preinst\
 |perl-module_pkg_postinst|perl-module_pkg_prerm|perl-module_pkg_postrm\
-|perlinfo|fixlocalpod|updatepod\
+|perl_set_version|fixlocalpod|updatepod\
 |distutils_src_compile|distutils_src_install|distutils_pkg_postrm\
 |distutils_pkg_postinst|distutils_python_version|disutils_python_tkinter\
 |need_apache|need_apache1|need_apache2\






[gentoo-commits] gentoo-x86 commit in app-text/enscript: ChangeLog

2014-11-09 Thread Andreas HAttel (dilfridge)
dilfridge14/11/09 21:40:54

  Modified: ChangeLog
  Log:
  Replace perlinfo with perl_set_version
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
EBE6A336BE19039C!)

Revision  ChangesPath
1.78 app-text/enscript/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/enscript/ChangeLog,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -r1.77 -r1.78
--- ChangeLog   6 May 2013 21:21:06 -   1.77
+++ ChangeLog   9 Nov 2014 21:40:54 -   1.78
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/enscript
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/enscript/ChangeLog,v 1.77 
2013/05/06 21:21:06 dilfridge Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/enscript/ChangeLog,v 1.78 
2014/11/09 21:40:54 dilfridge Exp $
+
+  09 Nov 2014; Andreas K. Huettel dilfri...@gentoo.org files/ebuild.st:
+  Replace perlinfo with perl_set_version
 
   06 May 2013; Andreas K. Huettel dilfri...@gentoo.org
   -files/enscript-1.6.3-language.patch, -files/enscript-1.6.3-security.patch,






[gentoo-commits] gentoo-x86 commit in app-doc/NaturalDocs: ChangeLog NaturalDocs-1.52-r1.ebuild

2014-11-09 Thread Andreas HAttel (dilfridge)
dilfridge14/11/09 21:45:43

  Modified: ChangeLog NaturalDocs-1.52-r1.ebuild
  Log:
  Replace perlinfo with perl_set_version
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
EBE6A336BE19039C!)

Revision  ChangesPath
1.49 app-doc/NaturalDocs/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-doc/NaturalDocs/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog   27 Aug 2013 10:58:00 -  1.48
+++ ChangeLog   9 Nov 2014 21:45:42 -   1.49
@@ -1,6 +1,10 @@
 # ChangeLog for app-doc/NaturalDocs
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-doc/NaturalDocs/ChangeLog,v 1.48 
2013/08/27 10:58:00 zlogene Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-doc/NaturalDocs/ChangeLog,v 1.49 
2014/11/09 21:45:42 dilfridge Exp $
+
+  09 Nov 2014; Andreas K. Huettel dilfri...@gentoo.org
+  NaturalDocs-1.52-r1.ebuild:
+  Replace perlinfo with perl_set_version
 
   27 Aug 2013; Mikle Kolyada zlog...@gentoo.org -NaturalDocs-1.35.ebuild,
   -NaturalDocs-1.40-r1.ebuild, -NaturalDocs-1.40.ebuild,



1.7  app-doc/NaturalDocs/NaturalDocs-1.52-r1.ebuild

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

Index: NaturalDocs-1.52-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-doc/NaturalDocs/NaturalDocs-1.52-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- NaturalDocs-1.52-r1.ebuild  26 Aug 2013 16:59:53 -  1.6
+++ NaturalDocs-1.52-r1.ebuild  9 Nov 2014 21:45:42 -   1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-doc/NaturalDocs/NaturalDocs-1.52-r1.ebuild,v 1.6 
2013/08/26 16:59:53 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-doc/NaturalDocs/NaturalDocs-1.52-r1.ebuild,v 1.7 
2014/11/09 21:45:42 dilfridge Exp $
 
 EAPI=5
 
@@ -30,7 +30,7 @@
doins -r Config/*
dosym /etc/${PN} /usr/share/${PN}/Config
 
-   perlinfo
+   perl_set_version
insinto ${VENDOR_LIB}
doins -r Modules/NaturalDocs
dodir /usr/share/${PN}/Modules






[gentoo-commits] gentoo-x86 commit in www-apache/mod_perl: ChangeLog mod_perl-2.0.7-r1.ebuild mod_perl-2.0.8.ebuild

2014-11-09 Thread Andreas HAttel (dilfridge)
dilfridge14/11/09 21:47:40

  Modified: ChangeLog mod_perl-2.0.7-r1.ebuild
mod_perl-2.0.8.ebuild
  Log:
  Replace perlinfo with perl_set_version
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
EBE6A336BE19039C!)

Revision  ChangesPath
1.116www-apache/mod_perl/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_perl/ChangeLog,v
retrieving revision 1.115
retrieving revision 1.116
diff -u -r1.115 -r1.116
--- ChangeLog   19 Sep 2014 18:09:48 -  1.115
+++ ChangeLog   9 Nov 2014 21:47:40 -   1.116
@@ -1,6 +1,10 @@
 # ChangeLog for www-apache/mod_perl
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_perl/ChangeLog,v 1.115 
2014/09/19 18:09:48 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_perl/ChangeLog,v 1.116 
2014/11/09 21:47:40 dilfridge Exp $
+
+  09 Nov 2014; Andreas K. Huettel dilfri...@gentoo.org
+  mod_perl-2.0.7-r1.ebuild, mod_perl-2.0.8.ebuild:
+  Replace perlinfo with perl_set_version
 
 *mod_perl-2.0.7-r1 (19 Sep 2014)
 



1.2  www-apache/mod_perl/mod_perl-2.0.7-r1.ebuild

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

Index: mod_perl-2.0.7-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_perl/mod_perl-2.0.7-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mod_perl-2.0.7-r1.ebuild19 Sep 2014 18:09:48 -  1.1
+++ mod_perl-2.0.7-r1.ebuild9 Nov 2014 21:47:40 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/www-apache/mod_perl/mod_perl-2.0.7-r1.ebuild,v 1.1 
2014/09/19 18:09:48 dilfridge Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/www-apache/mod_perl/mod_perl-2.0.7-r1.ebuild,v 1.2 
2014/11/09 21:47:40 dilfridge Exp $
 
 EAPI=5
 
@@ -139,7 +139,7 @@
# happening and revert if problematic.
 
# Sorry for this evil hack...
-   perlinfo # just to be sure...
+   perl_set_version # just to be sure...
sed -i -e s,-I${S}/[^[:space:]\\']\+[[:space:]]\?,,g \
-e 
s,-typemap[[:space:]]${S}/[^[:space:]\\']\+[[:space:]]\?,,g \
-e s,${S}\(/[^[:space:]\\']\+\)\?,/,g 
${D}/${VENDOR_ARCH}/Apache2/BuildConfig.pm || die



1.9  www-apache/mod_perl/mod_perl-2.0.8.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_perl/mod_perl-2.0.8.ebuild?rev=1.9view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_perl/mod_perl-2.0.8.ebuild?rev=1.9content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_perl/mod_perl-2.0.8.ebuild?r1=1.8r2=1.9

Index: mod_perl-2.0.8.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_perl/mod_perl-2.0.8.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- mod_perl-2.0.8.ebuild   31 Aug 2014 10:51:50 -  1.8
+++ mod_perl-2.0.8.ebuild   9 Nov 2014 21:47:40 -   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/www-apache/mod_perl/mod_perl-2.0.8.ebuild,v 
1.8 2014/08/31 10:51:50 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_perl/mod_perl-2.0.8.ebuild,v 
1.9 2014/11/09 21:47:40 dilfridge Exp $
 
 EAPI=5
 
@@ -139,7 +139,7 @@
# happening and revert if problematic.
 
# Sorry for this evil hack...
-   perlinfo # just to be sure...
+   perl_set_version # just to be sure...
sed -i -e s,-I${S}/[^[:space:]\\']\+[[:space:]]\?,,g \
-e 
s,-typemap[[:space:]]${S}/[^[:space:]\\']\+[[:space:]]\?,,g \
-e s,${S}\(/[^[:space:]\\']\+\)\?,/,g 
${D}/${VENDOR_ARCH}/Apache2/BuildConfig.pm || die






[gentoo-commits] gentoo-x86 commit in net-ftp/profxp: profxp-3_pre2-r2.ebuild ChangeLog

2014-11-09 Thread Andreas HAttel (dilfridge)
dilfridge14/11/09 21:49:54

  Modified: profxp-3_pre2-r2.ebuild ChangeLog
  Log:
  Replace perlinfo with perl_set_version
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
EBE6A336BE19039C!)

Revision  ChangesPath
1.2  net-ftp/profxp/profxp-3_pre2-r2.ebuild

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

Index: profxp-3_pre2-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-ftp/profxp/profxp-3_pre2-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- profxp-3_pre2-r2.ebuild 29 Jan 2014 01:18:09 -  1.1
+++ profxp-3_pre2-r2.ebuild 9 Nov 2014 21:49:54 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/profxp/profxp-3_pre2-r2.ebuild,v 
1.1 2014/01/29 01:18:09 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/profxp/profxp-3_pre2-r2.ebuild,v 
1.2 2014/11/09 21:49:54 dilfridge Exp $
 
 EAPI=5
 
@@ -36,7 +36,7 @@
 }
 
 src_install() {
-   perlinfo
+   perl_set_version
newbin profxpv3.pl profxp.pl
dosym profxp.pl /usr/bin/profxp
insinto ${ARCH_LIB}/Net



1.12 net-ftp/profxp/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-ftp/profxp/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   29 Jan 2014 01:18:09 -  1.11
+++ ChangeLog   9 Nov 2014 21:49:54 -   1.12
@@ -1,6 +1,10 @@
 # ChangeLog for net-ftp/profxp
 # Copyright 2000-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/profxp/ChangeLog,v 1.11 2014/01/29 
01:18:09 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/profxp/ChangeLog,v 1.12 2014/11/09 
21:49:54 dilfridge Exp $
+
+  09 Nov 2014; Andreas K. Huettel dilfri...@gentoo.org
+  profxp-3_pre2-r2.ebuild:
+  Replace perlinfo with perl_set_version
 
 *profxp-3_pre2-r2 (29 Jan 2014)
 






[gentoo-commits] gentoo-x86 commit in app-pda/gnupod: ChangeLog gnupod-0.99.8-r1.ebuild

2014-11-09 Thread Andreas HAttel (dilfridge)
dilfridge14/11/09 21:50:54

  Modified: ChangeLog gnupod-0.99.8-r1.ebuild
  Log:
  Replace perlinfo with perl_set_version
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
EBE6A336BE19039C!)

Revision  ChangesPath
1.29 app-pda/gnupod/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/gnupod/ChangeLog?rev=1.29view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/gnupod/ChangeLog?rev=1.29content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/gnupod/ChangeLog?r1=1.28r2=1.29

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-pda/gnupod/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog   7 Feb 2014 19:46:24 -   1.28
+++ ChangeLog   9 Nov 2014 21:50:54 -   1.29
@@ -1,6 +1,10 @@
 # ChangeLog for app-pda/gnupod
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/gnupod/ChangeLog,v 1.28 2014/02/07 
19:46:24 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/gnupod/ChangeLog,v 1.29 2014/11/09 
21:50:54 dilfridge Exp $
+
+  09 Nov 2014; Andreas K. Huettel dilfri...@gentoo.org
+  gnupod-0.99.8-r1.ebuild:
+  Replace perlinfo with perl_set_version
 
   07 Feb 2014; Mikle Kolyada zlog...@gentoo.org -gnupod-0.99.8.ebuild,
   gnupod-0.99.8-r1.ebuild:



1.3  app-pda/gnupod/gnupod-0.99.8-r1.ebuild

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

Index: gnupod-0.99.8-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-pda/gnupod/gnupod-0.99.8-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gnupod-0.99.8-r1.ebuild 7 Feb 2014 19:46:24 -   1.2
+++ gnupod-0.99.8-r1.ebuild 9 Nov 2014 21:50:54 -   1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/gnupod/gnupod-0.99.8-r1.ebuild,v 
1.2 2014/02/07 19:46:24 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/gnupod/gnupod-0.99.8-r1.ebuild,v 
1.3 2014/11/09 21:50:54 dilfridge Exp $
 
 EAPI=5
 
@@ -39,7 +39,7 @@
 }
 
 src_install() {
-   perlinfo
+   perl_set_version
sed -i -e s:\$INC\[0\]/\$modi:${D}${VENDOR_ARCH}/\$modi:g \
tools/gnupod_install.pl || die
 






[gentoo-commits] gentoo-x86 commit in sys-libs/libapparmor: libapparmor-2.8.4.ebuild ChangeLog libapparmor-2.8.3.ebuild

2014-11-09 Thread Andreas HAttel (dilfridge)
dilfridge14/11/09 21:52:31

  Modified: libapparmor-2.8.4.ebuild ChangeLog
libapparmor-2.8.3.ebuild
  Log:
  Replace perlinfo with perl_set_version
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
EBE6A336BE19039C!)

Revision  ChangesPath
1.2  sys-libs/libapparmor/libapparmor-2.8.4.ebuild

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

Index: libapparmor-2.8.4.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sys-libs/libapparmor/libapparmor-2.8.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libapparmor-2.8.4.ebuild15 Oct 2014 15:33:29 -  1.1
+++ libapparmor-2.8.4.ebuild9 Nov 2014 21:52:31 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sys-libs/libapparmor/libapparmor-2.8.4.ebuild,v 1.1 
2014/10/15 15:33:29 kensington Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-libs/libapparmor/libapparmor-2.8.4.ebuild,v 1.2 
2014/11/09 21:52:31 dilfridge Exp $
 
 EAPI=5
 
@@ -71,7 +71,7 @@
 
if use perl ; then
autotools-utils_src_install -C swig/perl
-   perlinfo
+   perl_set_version
insinto ${VENDOR_ARCH}
doins ${BUILD_DIR}/swig/perl/LibAppArmor.pm
fi



1.6  sys-libs/libapparmor/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-libs/libapparmor/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   15 Oct 2014 15:33:29 -  1.5
+++ ChangeLog   9 Nov 2014 21:52:31 -   1.6
@@ -1,6 +1,10 @@
 # ChangeLog for sys-libs/libapparmor
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libapparmor/ChangeLog,v 1.5 
2014/10/15 15:33:29 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libapparmor/ChangeLog,v 1.6 
2014/11/09 21:52:31 dilfridge Exp $
+
+  09 Nov 2014; Andreas K. Huettel dilfri...@gentoo.org
+  libapparmor-2.8.3.ebuild, libapparmor-2.8.4.ebuild:
+  Replace perlinfo with perl_set_version
 
 *libapparmor-2.8.4 (15 Oct 2014)
 



1.3  sys-libs/libapparmor/libapparmor-2.8.3.ebuild

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

Index: libapparmor-2.8.3.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sys-libs/libapparmor/libapparmor-2.8.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libapparmor-2.8.3.ebuild14 Jul 2014 03:49:09 -  1.2
+++ libapparmor-2.8.3.ebuild9 Nov 2014 21:52:31 -   1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sys-libs/libapparmor/libapparmor-2.8.3.ebuild,v 1.2 
2014/07/14 03:49:09 patrick Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-libs/libapparmor/libapparmor-2.8.3.ebuild,v 1.3 
2014/11/09 21:52:31 dilfridge Exp $
 
 EAPI=5
 
@@ -71,7 +71,7 @@
 
if use perl ; then
autotools-utils_src_install -C swig/perl
-   perlinfo
+   perl_set_version
insinto ${VENDOR_ARCH}
doins ${BUILD_DIR}/swig/perl/LibAppArmor.pm
fi






[gentoo-commits] gentoo-x86 commit in www-apps/lxr: ChangeLog lxr-0.9.8-r1.ebuild

2014-11-09 Thread Andreas HAttel (dilfridge)
dilfridge14/11/09 22:09:37

  Modified: ChangeLog lxr-0.9.8-r1.ebuild
  Log:
  Replace perlinfo with perl_set_version
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
EBE6A336BE19039C!)

Revision  ChangesPath
1.25 www-apps/lxr/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-apps/lxr/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog   25 Aug 2014 02:36:49 -  1.24
+++ ChangeLog   9 Nov 2014 22:09:37 -   1.25
@@ -1,6 +1,9 @@
 # ChangeLog for www-apps/lxr
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/lxr/ChangeLog,v 1.24 2014/08/25 
02:36:49 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/lxr/ChangeLog,v 1.25 2014/11/09 
22:09:37 dilfridge Exp $
+
+  09 Nov 2014; Andreas K. Huettel dilfri...@gentoo.org lxr-0.9.8-r1.ebuild:
+  Replace perlinfo with perl_set_version
 
   25 Aug 2014; Patrick Lauer patr...@gentoo.org lxr-0.9.8-r1.ebuild,
   metadata.xml:



1.4  www-apps/lxr/lxr-0.9.8-r1.ebuild

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

Index: lxr-0.9.8-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/www-apps/lxr/lxr-0.9.8-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- lxr-0.9.8-r1.ebuild 25 Aug 2014 02:36:49 -  1.3
+++ lxr-0.9.8-r1.ebuild 9 Nov 2014 22:09:37 -   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/www-apps/lxr/lxr-0.9.8-r1.ebuild,v 1.3 
2014/08/25 02:36:49 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/lxr/lxr-0.9.8-r1.ebuild,v 1.4 
2014/11/09 22:09:37 dilfridge Exp $
 
 EAPI=5
 
@@ -54,7 +54,7 @@
 src_compile() { :; }
 
 src_install() {
-   perlinfo
+   perl_set_version
webapp_src_preinst
 
insinto ${VENDOR_LIB}






[gentoo-commits] gentoo-x86 commit in net-libs/libwhisker: libwhisker-2.5.ebuild ChangeLog

2014-11-09 Thread Andreas HAttel (dilfridge)
dilfridge14/11/09 22:10:55

  Modified: libwhisker-2.5.ebuild ChangeLog
  Log:
  Replace perlinfo with perl_set_version
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
EBE6A336BE19039C!)

Revision  ChangesPath
1.3  net-libs/libwhisker/libwhisker-2.5.ebuild

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

Index: libwhisker-2.5.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/libwhisker/libwhisker-2.5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libwhisker-2.5.ebuild   15 Jul 2014 13:05:55 -  1.2
+++ libwhisker-2.5.ebuild   9 Nov 2014 22:10:55 -   1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libwhisker/libwhisker-2.5.ebuild,v 
1.2 2014/07/15 13:05:55 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libwhisker/libwhisker-2.5.ebuild,v 
1.3 2014/11/09 22:10:55 dilfridge Exp $
 
 EAPI=5
 
@@ -27,7 +27,7 @@
 }
 
 src_install() {
-   perlinfo
+   perl_set_version
insinto ${VENDOR_LIB}
doins LW2.pm
dodoc CHANGES KNOWNBUGS README



1.16 net-libs/libwhisker/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/libwhisker/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog   15 Jul 2014 13:05:56 -  1.15
+++ ChangeLog   9 Nov 2014 22:10:55 -   1.16
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/libwhisker
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libwhisker/ChangeLog,v 1.15 
2014/07/15 13:05:56 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libwhisker/ChangeLog,v 1.16 
2014/11/09 22:10:55 dilfridge Exp $
+
+  09 Nov 2014; Andreas K. Huettel dilfri...@gentoo.org libwhisker-2.5.ebuild:
+  Replace perlinfo with perl_set_version
 
   15 Jul 2014; Mikle Kolyada zlog...@gentoo.org libwhisker-2.5.ebuild:
   Bump to EAPI=5






[gentoo-commits] gentoo-x86 commit in net-libs/libwhisker: libwhisker-2.5-r1.ebuild ChangeLog libwhisker-2.5.ebuild

2014-11-09 Thread Andreas HAttel (dilfridge)
dilfridge14/11/09 22:12:31

  Modified: ChangeLog
  Added:libwhisker-2.5-r1.ebuild
  Removed:  libwhisker-2.5.ebuild
  Log:
  Revbump without changes, since the EAPI was increased to 5 in the past 
without revbump
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
EBE6A336BE19039C!)

Revision  ChangesPath
1.17 net-libs/libwhisker/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/libwhisker/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog   9 Nov 2014 22:10:55 -   1.16
+++ ChangeLog   9 Nov 2014 22:12:31 -   1.17
@@ -1,6 +1,13 @@
 # ChangeLog for net-libs/libwhisker
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libwhisker/ChangeLog,v 1.16 
2014/11/09 22:10:55 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libwhisker/ChangeLog,v 1.17 
2014/11/09 22:12:31 dilfridge Exp $
+
+*libwhisker-2.5-r1 (09 Nov 2014)
+
+  09 Nov 2014; Andreas K. Huettel dilfri...@gentoo.org
+  -libwhisker-2.5.ebuild, +libwhisker-2.5-r1.ebuild:
+  Revbump without changes, since the EAPI was increased to 5 in the past
+  without revbump
 
   09 Nov 2014; Andreas K. Huettel dilfri...@gentoo.org libwhisker-2.5.ebuild:
   Replace perlinfo with perl_set_version



1.1  net-libs/libwhisker/libwhisker-2.5-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libwhisker/libwhisker-2.5-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libwhisker/libwhisker-2.5-r1.ebuild?rev=1.1content-type=text/plain

Index: libwhisker-2.5-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-libs/libwhisker/libwhisker-2.5-r1.ebuild,v 1.1 
2014/11/09 22:12:31 dilfridge Exp $

EAPI=5

inherit perl-module
MY_P=${PN}2-${PV}

DESCRIPTION=Perl module geared to HTTP testing
HOMEPAGE=http://www.wiretrip.net/rfp/lw.asp;
SRC_URI=http://www.wiretrip.net/rfp/libwhisker/${MY_P}.tar.gz;

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

DEPEND=
RDEPEND=virtual/perl-MIME-Base64
ssl? ( dev-perl/Net-SSLeay )

S=${WORKDIR}/${MY_P}

src_compile() {
perl Makefile.pl lib || die
}

src_install() {
perl_set_version
insinto ${VENDOR_LIB}
doins LW2.pm
dodoc CHANGES KNOWNBUGS README
}






[gentoo-commits] gentoo-x86 commit in dev-perl/ConfigReader: ConfigReader-0.500.0-r1.ebuild ChangeLog

2014-11-09 Thread Andreas HAttel (dilfridge)
dilfridge14/11/09 22:13:41

  Modified: ConfigReader-0.500.0-r1.ebuild ChangeLog
  Log:
  Replace perlinfo with perl_set_version
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
EBE6A336BE19039C!)

Revision  ChangesPath
1.2  dev-perl/ConfigReader/ConfigReader-0.500.0-r1.ebuild

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

Index: ConfigReader-0.500.0-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/ConfigReader/ConfigReader-0.500.0-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ConfigReader-0.500.0-r1.ebuild  22 Aug 2014 19:05:48 -  1.1
+++ ConfigReader-0.500.0-r1.ebuild  9 Nov 2014 22:13:41 -   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-perl/ConfigReader/ConfigReader-0.500.0-r1.ebuild,v 
1.1 2014/08/22 19:05:48 axs Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/ConfigReader/ConfigReader-0.500.0-r1.ebuild,v 
1.2 2014/11/09 22:13:41 dilfridge Exp $
 
 EAPI=5
 
@@ -17,7 +17,7 @@
 IUSE=
 
 src_install() {
-   perlinfo
+   perl_set_version
insinto ${VENDOR_LIB}/${PN}
doins ${S}/*.pm || die
insinto ${VENDOR_LIB}



1.18 dev-perl/ConfigReader/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/ConfigReader/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog   22 Aug 2014 19:05:48 -  1.17
+++ ChangeLog   9 Nov 2014 22:13:41 -   1.18
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/ConfigReader
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/ConfigReader/ChangeLog,v 1.17 
2014/08/22 19:05:48 axs Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/ConfigReader/ChangeLog,v 1.18 
2014/11/09 22:13:41 dilfridge Exp $
+
+  09 Nov 2014; Andreas K. Huettel dilfri...@gentoo.org
+  ConfigReader-0.500.0-r1.ebuild:
+  Replace perlinfo with perl_set_version
 
 *ConfigReader-0.500.0-r1 (22 Aug 2014)
 






[gentoo-commits] gentoo-x86 commit in sys-apps/apparmor-utils: apparmor-utils-2.8.4.ebuild ChangeLog apparmor-utils-2.8.3.ebuild

2014-11-09 Thread Andreas HAttel (dilfridge)
dilfridge14/11/09 22:18:12

  Modified: apparmor-utils-2.8.4.ebuild ChangeLog
apparmor-utils-2.8.3.ebuild
  Log:
  Replace perlinfo with perl_set_version
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
EBE6A336BE19039C!)

Revision  ChangesPath
1.2  sys-apps/apparmor-utils/apparmor-utils-2.8.4.ebuild

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

Index: apparmor-utils-2.8.4.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sys-apps/apparmor-utils/apparmor-utils-2.8.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- apparmor-utils-2.8.4.ebuild 15 Oct 2014 15:36:25 -  1.1
+++ apparmor-utils-2.8.4.ebuild 9 Nov 2014 22:18:12 -   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/sys-apps/apparmor-utils/apparmor-utils-2.8.4.ebuild,v 
1.1 2014/10/15 15:36:25 kensington Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-apps/apparmor-utils/apparmor-utils-2.8.4.ebuild,v 
1.2 2014/11/09 22:18:12 dilfridge Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_{6,7} )
@@ -38,7 +38,7 @@
 }
 
 src_install() {
-   perlinfo
+   perl_set_version
emake DESTDIR=${D} PERLDIR=${D}/${VENDOR_LIB}/Immunix \
VIM_INSTALL_PATH=${D}/usr/share/vim/vimfiles/syntax install
 



1.5  sys-apps/apparmor-utils/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/apparmor-utils/ChangeLog?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/apparmor-utils/ChangeLog?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/apparmor-utils/ChangeLog?r1=1.4r2=1.5

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/apparmor-utils/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   15 Oct 2014 15:36:25 -  1.4
+++ ChangeLog   9 Nov 2014 22:18:12 -   1.5
@@ -1,6 +1,10 @@
 # ChangeLog for sys-apps/apparmor-utils
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/apparmor-utils/ChangeLog,v 1.4 
2014/10/15 15:36:25 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/apparmor-utils/ChangeLog,v 1.5 
2014/11/09 22:18:12 dilfridge Exp $
+
+  09 Nov 2014; Andreas K. Huettel dilfri...@gentoo.org
+  apparmor-utils-2.8.3.ebuild, apparmor-utils-2.8.4.ebuild:
+  Replace perlinfo with perl_set_version
 
 *apparmor-utils-2.8.4 (15 Oct 2014)
 



1.2  sys-apps/apparmor-utils/apparmor-utils-2.8.3.ebuild

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

Index: apparmor-utils-2.8.3.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sys-apps/apparmor-utils/apparmor-utils-2.8.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- apparmor-utils-2.8.3.ebuild 17 Apr 2014 17:41:46 -  1.1
+++ apparmor-utils-2.8.3.ebuild 9 Nov 2014 22:18:12 -   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/sys-apps/apparmor-utils/apparmor-utils-2.8.3.ebuild,v 
1.1 2014/04/17 17:41:46 kensington Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-apps/apparmor-utils/apparmor-utils-2.8.3.ebuild,v 
1.2 2014/11/09 22:18:12 dilfridge Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_{6,7} )
@@ -38,7 +38,7 @@
 }
 
 src_install() {
-   perlinfo
+   perl_set_version
emake DESTDIR=${D} PERLDIR=${D}/${VENDOR_LIB}/Immunix \
VIM_INSTALL_PATH=${D}/usr/share/vim/vimfiles/syntax install
 






[gentoo-commits] gentoo-x86 commit in mail-filter/spamassassin-botnet: spamassassin-botnet-0.8-r1.ebuild ChangeLog

2014-11-09 Thread Andreas HAttel (dilfridge)
dilfridge14/11/09 22:19:00

  Modified: spamassassin-botnet-0.8-r1.ebuild ChangeLog
  Log:
  Replace perlinfo with perl_set_version
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
EBE6A336BE19039C!)

Revision  ChangesPath
1.2  
mail-filter/spamassassin-botnet/spamassassin-botnet-0.8-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spamassassin-botnet/spamassassin-botnet-0.8-r1.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spamassassin-botnet/spamassassin-botnet-0.8-r1.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spamassassin-botnet/spamassassin-botnet-0.8-r1.ebuild?r1=1.1r2=1.2

Index: spamassassin-botnet-0.8-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/mail-filter/spamassassin-botnet/spamassassin-botnet-0.8-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- spamassassin-botnet-0.8-r1.ebuild   1 Sep 2013 17:02:25 -   1.1
+++ spamassassin-botnet-0.8-r1.ebuild   9 Nov 2014 22:19:00 -   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/mail-filter/spamassassin-botnet/spamassassin-botnet-0.8-r1.ebuild,v
 1.1 2013/09/01 17:02:25 idella4 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/mail-filter/spamassassin-botnet/spamassassin-botnet-0.8-r1.ebuild,v
 1.2 2014/11/09 22:19:00 dilfridge Exp $
 
 EAPI=5
 
@@ -29,7 +29,7 @@
 }
 
 src_install() {
-   perlinfo
+   perl_set_version
 
local plugin_dir=${VENDOR_LIB}/Mail/SpamAssassin/Plugin
 



1.6  mail-filter/spamassassin-botnet/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/mail-filter/spamassassin-botnet/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   1 Sep 2013 17:02:25 -   1.5
+++ ChangeLog   9 Nov 2014 22:19:00 -   1.6
@@ -1,6 +1,10 @@
 # ChangeLog for mail-filter/spamassassin-botnet
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamassassin-botnet/ChangeLog,v 
1.5 2013/09/01 17:02:25 idella4 Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamassassin-botnet/ChangeLog,v 
1.6 2014/11/09 22:19:00 dilfridge Exp $
+
+  09 Nov 2014; Andreas K. Huettel dilfri...@gentoo.org
+  spamassassin-botnet-0.8-r1.ebuild:
+  Replace perlinfo with perl_set_version
 
 *spamassassin-botnet-0.8-r1 (01 Sep 2013)
 






[gentoo-commits] gentoo-x86 commit in mail-filter/spamassassin-fuzzyocr: ChangeLog spamassassin-fuzzyocr-3.6.0-r2.ebuild

2014-11-09 Thread Andreas HAttel (dilfridge)
dilfridge14/11/09 22:20:01

  Modified: ChangeLog spamassassin-fuzzyocr-3.6.0-r2.ebuild
  Log:
  Replace perlinfo with perl_set_version
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
EBE6A336BE19039C!)

Revision  ChangesPath
1.29 mail-filter/spamassassin-fuzzyocr/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spamassassin-fuzzyocr/ChangeLog?rev=1.29view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spamassassin-fuzzyocr/ChangeLog?rev=1.29content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spamassassin-fuzzyocr/ChangeLog?r1=1.28r2=1.29

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/mail-filter/spamassassin-fuzzyocr/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog   4 Aug 2014 20:37:02 -   1.28
+++ ChangeLog   9 Nov 2014 22:20:01 -   1.29
@@ -1,6 +1,10 @@
 # ChangeLog for mail-filter/spamassassin-fuzzyocr
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/mail-filter/spamassassin-fuzzyocr/ChangeLog,v 1.28 
2014/08/04 20:37:02 zlogene Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/mail-filter/spamassassin-fuzzyocr/ChangeLog,v 1.29 
2014/11/09 22:20:01 dilfridge Exp $
+
+  09 Nov 2014; Andreas K. Huettel dilfri...@gentoo.org
+  spamassassin-fuzzyocr-3.6.0-r2.ebuild:
+  Replace perlinfo with perl_set_version
 
   04 Aug 2014; Mikle Kolyada zlog...@gentoo.org
   spamassassin-fuzzyocr-3.6.0-r2.ebuild:



1.5  
mail-filter/spamassassin-fuzzyocr/spamassassin-fuzzyocr-3.6.0-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spamassassin-fuzzyocr/spamassassin-fuzzyocr-3.6.0-r2.ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spamassassin-fuzzyocr/spamassassin-fuzzyocr-3.6.0-r2.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spamassassin-fuzzyocr/spamassassin-fuzzyocr-3.6.0-r2.ebuild?r1=1.4r2=1.5

Index: spamassassin-fuzzyocr-3.6.0-r2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/mail-filter/spamassassin-fuzzyocr/spamassassin-fuzzyocr-3.6.0-r2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- spamassassin-fuzzyocr-3.6.0-r2.ebuild   4 Aug 2014 20:37:02 -   
1.4
+++ spamassassin-fuzzyocr-3.6.0-r2.ebuild   9 Nov 2014 22:20:01 -   
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/mail-filter/spamassassin-fuzzyocr/spamassassin-fuzzyocr-3.6.0-r2.ebuild,v
 1.4 2014/08/04 20:37:02 zlogene Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/mail-filter/spamassassin-fuzzyocr/spamassassin-fuzzyocr-3.6.0-r2.ebuild,v
 1.5 2014/11/09 22:20:01 dilfridge Exp $
 
 EAPI=5
 inherit perl-module eutils user
@@ -76,7 +76,7 @@
 
 src_install() {
# called to get ${VENDOR_LIB}
-   perlinfo
+   perl_set_version
 
local plugin_dir=${VENDOR_LIB}/Mail/SpamAssassin/Plugin
 






[gentoo-commits] gentoo-x86 commit in net-misc/bwwhois: bwwhois-5.5.2-r2.ebuild ChangeLog

2014-11-09 Thread Andreas HAttel (dilfridge)
dilfridge14/11/09 22:21:00

  Modified: bwwhois-5.5.2-r2.ebuild ChangeLog
  Log:
  Replace perlinfo with perl_set_version
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
EBE6A336BE19039C!)

Revision  ChangesPath
1.2  net-misc/bwwhois/bwwhois-5.5.2-r2.ebuild

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

Index: bwwhois-5.5.2-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/bwwhois/bwwhois-5.5.2-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- bwwhois-5.5.2-r2.ebuild 1 Nov 2014 20:54:14 -   1.1
+++ bwwhois-5.5.2-r2.ebuild 9 Nov 2014 22:21:00 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/bwwhois/bwwhois-5.5.2-r2.ebuild,v 
1.1 2014/11/01 20:54:14 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/bwwhois/bwwhois-5.5.2-r2.ebuild,v 
1.2 2014/11/09 22:21:00 dilfridge Exp $
 
 EAPI=5
 
@@ -38,7 +38,7 @@
insinto /etc/whois
doins whois.conf tld.conf sd.conf
 
-   perlinfo
+   perl_set_version
insinto ${VENDOR_LIB}
doins bwInclude.pm
 



1.40 net-misc/bwwhois/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/bwwhois/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog   1 Nov 2014 20:54:14 -   1.39
+++ ChangeLog   9 Nov 2014 22:21:00 -   1.40
@@ -1,6 +1,10 @@
 # ChangeLog for net-misc/bwwhois
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/bwwhois/ChangeLog,v 1.39 
2014/11/01 20:54:14 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/bwwhois/ChangeLog,v 1.40 
2014/11/09 22:21:00 dilfridge Exp $
+
+  09 Nov 2014; Andreas K. Huettel dilfri...@gentoo.org
+  bwwhois-5.5.2-r2.ebuild:
+  Replace perlinfo with perl_set_version
 
 *bwwhois-5.5.2-r2 (01 Nov 2014)
 






[gentoo-commits] gentoo-x86 commit in eclass: ChangeLog python-any-r1.eclass python-utils-r1.eclass

2014-11-09 Thread Michal Gorny (mgorny)
mgorny  14/11/09 22:27:58

  Modified: ChangeLog python-any-r1.eclass
python-utils-r1.eclass
  Log:
  Move the has_version checks on installed implementations to 
python_is_installed() function. Accept PyPy when the implementation is 
installed, even if the virtual is not.

Revision  ChangesPath
1.1412   eclass/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
retrieving revision 1.1411
retrieving revision 1.1412
diff -u -r1.1411 -r1.1412
--- ChangeLog   9 Nov 2014 21:34:29 -   1.1411
+++ ChangeLog   9 Nov 2014 22:27:58 -   1.1412
@@ -1,6 +1,12 @@
 # ChangeLog for eclass directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1411 2014/11/09 
21:34:29 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1412 2014/11/09 
22:27:58 mgorny Exp $
+
+  09 Nov 2014; Michał Górny mgo...@gentoo.org python-any-r1.eclass,
+  python-utils-r1.eclass:
+  Move the has_version checks on installed implementations to
+  python_is_installed() function. Accept PyPy when the implementation is
+  installed, even if the virtual is not.
 
   09 Nov 2014; Andreas K. Huettel dilfri...@gentoo.org perl-module.eclass:
   Add docs and deprecate perlinfo and fixlocalpod



1.18 eclass/python-any-r1.eclass

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

Index: python-any-r1.eclass
===
RCS file: /var/cvsroot/gentoo-x86/eclass/python-any-r1.eclass,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- python-any-r1.eclass8 Apr 2014 16:05:30 -   1.17
+++ python-any-r1.eclass9 Nov 2014 22:27:58 -   1.18
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/python-any-r1.eclass,v 1.17 
2014/04/08 16:05:30 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/python-any-r1.eclass,v 1.18 
2014/11/09 22:27:58 mgorny Exp $
 
 # @ECLASS: python-any-r1
 # @MAINTAINER:
@@ -239,9 +239,7 @@
esac
 
if has ${i} ${PYTHON_COMPAT[@]}; then
-   local PYTHON_PKG_DEP
-   python_export ${i} PYTHON_PKG_DEP
-   if ROOT=/ has_version ${PYTHON_PKG_DEP}; then
+   if python_is_installed ${i}; then
if declare -f python_check_deps /dev/null; then
local 
PYTHON_USEDEP=python_targets_${i}(-),python_single_target_${i}(+)
python_check_deps



1.64 eclass/python-utils-r1.eclass

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/python-utils-r1.eclass?rev=1.64view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/python-utils-r1.eclass?rev=1.64content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/python-utils-r1.eclass?r1=1.63r2=1.64

Index: python-utils-r1.eclass
===
RCS file: /var/cvsroot/gentoo-x86/eclass/python-utils-r1.eclass,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- python-utils-r1.eclass  5 Nov 2014 23:03:01 -   1.63
+++ python-utils-r1.eclass  9 Nov 2014 22:27:58 -   1.64
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/python-utils-r1.eclass,v 1.63 
2014/11/05 23:03:01 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/python-utils-r1.eclass,v 1.64 
2014/11/09 22:27:58 mgorny Exp $
 
 # @ECLASS: python-utils-r1
 # @MAINTAINER:
@@ -919,6 +919,38 @@
[[ ${impl} == python3* || ${impl} == pypy3 ]]
 }
 
+# @FUNCTION: python_is_installed
+# @USAGE: [impl]
+# @DESCRIPTION:
+# Check whether the interpreter for impl (or ${EPYTHON}) is installed.
+# Uses has_version with a proper dependency string.
+#
+# Returns 0 (true) if it is, 1 (false) otherwise.
+python_is_installed() {
+   local impl=${1:-${EPYTHON}}
+   [[ ${impl} ]] || die ${FUNCNAME}: no impl nor EPYTHON
+
+   # for has_version
+   local -x ROOT=/

  1   2   >