[gentoo-commits] gentoo-x86 commit in dev-ruby/spring: metadata.xml ChangeLog spring-1.1.3.ebuild

2014-06-05 Thread Hans de Graaff (graaff)
graaff  14/06/06 06:54:08

  Added:metadata.xml ChangeLog spring-1.1.3.ebuild
  Log:
  Initial import.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.1  dev-ruby/spring/metadata.xml

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

Index: metadata.xml
===

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

ruby




1.1  dev-ruby/spring/ChangeLog

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

Index: ChangeLog
===
# ChangeLog for dev-ruby/spring
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/spring/ChangeLog,v 1.1 2014/06/06 
06:54:08 graaff Exp $

*spring-1.1.3 (06 Jun 2014)

  06 Jun 2014; Hans de Graaff  +spring-1.1.3.ebuild,
  +metadata.xml:
  Initial import.




1.1  dev-ruby/spring/spring-1.1.3.ebuild

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

Index: spring-1.1.3.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/spring/spring-1.1.3.ebuild,v 1.1 
2014/06/06 06:54:08 graaff Exp $

EAPI=5
USE_RUBY="ruby19 ruby20 ruby21"

RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"

RUBY_FAKEGEM_TASK_TEST="test:unit"

inherit ruby-fakegem

DESCRIPTION="Rails application preloader"
HOMEPAGE="http://github.com/rails/spring";

LICENSE="MIT"
SLOT="1.1"
KEYWORDS="~amd64"

IUSE=""

ruby_add_bdepend "test? ( dev-ruby/bundler dev-ruby/activesupport 
virtual/ruby-minitest )"

all_ruby_prepare() {
sed -i -e '/files/d' ${PN}.gemspec || die
}






[gentoo-commits] gentoo-x86 commit in dev-ruby/spring: - New directory

2014-06-05 Thread Hans de Graaff (graaff)
graaff  14/06/06 06:53:38

  Log:
  Directory /var/cvsroot/gentoo-x86/dev-ruby/spring added to the repository



[gentoo-commits] linux-patches r2812 - genpatches-2.6/trunk/3.2

2014-06-05 Thread Vlastimil Babka (caster)
Author: caster
Date: 2014-06-06 06:50:22 + (Fri, 06 Jun 2014)
New Revision: 2812

Added:
   
genpatches-2.6/trunk/3.2/1501-futex-add-another-early-deadlock-detection-check.patch
   genpatches-2.6/trunk/3.2/1502-futex-prevent-attaching-to-kernel-threads.patch
   
genpatches-2.6/trunk/3.2/1503-futex-prevent-requeue-pi-on-same-futex-patch-futex-forbid-uaddr-uaddr2-in-futex_requeue-requeue_pi-1.patch
   
genpatches-2.6/trunk/3.2/1504-futex-validate-atomic-acquisition-in-futex_lock_pi_atomic.patch
   
genpatches-2.6/trunk/3.2/1505-futex-always-cleanup-owner-tid-in-unlock_pi.patch
   genpatches-2.6/trunk/3.2/1506-futex-make-lookup_pi_state-more-robust.patch
Modified:
   genpatches-2.6/trunk/3.2/_README
Log:
CVE-2014-3153

Modified: genpatches-2.6/trunk/3.2/_README
===
--- genpatches-2.6/trunk/3.2/_README2014-06-06 06:45:59 UTC (rev 
2811)
+++ genpatches-2.6/trunk/3.2/_README2014-06-06 06:50:22 UTC (rev 
2812)
@@ -284,6 +284,30 @@
 From:   
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=6a96e15096da6e7491107321cfa660c7c2aa119d
 Desc:   selinux: add SOCK_DIAG_BY_FAMILY to the list of netlink message types
 
+Patch:  1501-futex-add-another-early-deadlock-detection-check.patch
+From:   
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=866293ee54227584ffcb4a42f69c1f365974ba7f
+Desc:   CVE-2014-3153
+
+Patch:  1502-futex-prevent-attaching-to-kernel-threads.patch
+From:   
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=f0d71b3dcb8332f7971b5f2363632573e6d9486a
+Desc:   CVE-2014-3153
+
+Patch:  
1503-futex-prevent-requeue-pi-on-same-futex-patch-futex-forbid-uaddr-uaddr2-in-futex_requeue-requeue_pi-1.patch
+From:   
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=e9c243a5a6de0be8e584c604d353412584b592f8
+Desc:   CVE-2014-3153
+
+Patch:  1504-futex-validate-atomic-acquisition-in-futex_lock_pi_atomic.patch
+From:   
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=b3eaa9fc5cd0a4d74b18f6b8dc617aeaf1873270
+Desc:   CVE-2014-3153
+
+Patch:  1505-futex-always-cleanup-owner-tid-in-unlock_pi.patch
+From:   
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=13fbca4c6ecd96ec1a1cfa2e4f2ce191fe928a5e
+Desc:   CVE-2014-3153
+
+Patch:  1506-futex-make-lookup_pi_state-more-robust.patch
+From:   
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=54a217887a7b658e2650c3feff22756ab80c7339
+Desc:   CVE-2014-3153
+
 Patch:  1512_af_key-initialize-satype-in-key_notify_policy_flush.patch
 From:   
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=85dfb745ee40232876663ae206cba35f24ab2a40
 Desc:   af_key: initialize satype in key_notify_policy_flush()

Added: 
genpatches-2.6/trunk/3.2/1501-futex-add-another-early-deadlock-detection-check.patch
===
--- 
genpatches-2.6/trunk/3.2/1501-futex-add-another-early-deadlock-detection-check.patch
(rev 0)
+++ 
genpatches-2.6/trunk/3.2/1501-futex-add-another-early-deadlock-detection-check.patch
2014-06-06 06:50:22 UTC (rev 2812)
@@ -0,0 +1,160 @@
+From: Thomas Gleixner 
+Date: Mon, 12 May 2014 20:45:34 +
+Subject: futex: Add another early deadlock detection check
+Git-commit: 866293ee54227584ffcb4a42f69c1f365974ba7f
+
+Dave Jones trinity syscall fuzzer exposed an issue in the deadlock
+detection code of rtmutex:
+  http://lkml.kernel.org/r/20140429151655.ga14...@redhat.com
+
+That underlying issue has been fixed with a patch to the rtmutex code,
+but the futex code must not call into rtmutex in that case because
+- it can detect that issue early
+- it avoids a different and more complex fixup for backing out
+
+If the user space variable got manipulated to 0x8000 which means
+no lock holder, but the waiters bit set and an active pi_state in the
+kernel is found we can figure out the recursive locking issue by
+looking at the pi_state owner. If that is the current task, then we
+can safely return -EDEADLK.
+
+The check should have been added in commit 59fa62451 (futex: Handle
+futex_pi OWNER_DIED take over correctly) already, but I did not see
+the above issue caused by user space manipulation back then.
+
+Signed-off-by: Thomas Gleixner 
+Cc: Dave Jones 
+Cc: Linus Torvalds 
+Cc: Peter Zijlstra 
+Cc: Darren Hart 
+Cc: Davidlohr Bueso 
+Cc: Steven Rostedt 
+Cc: Clark Williams 
+Cc: Paul McKenney 
+Cc: Lai Jiangshan 
+Cc: Roland McGrath 
+Cc: Carlos ODonell 
+Cc: Jakub Jelinek 
+Cc: Michael Kerrisk 
+Cc: Sebastian Andrzej Siewior 
+Link: http://lkml.kernel.org/r/20140512201701.097349...@linutronix.de
+Signed-off-by: Thomas Gleixner 
+Cc: sta...@vger.kernel.org
+---
+ kernel/futex.c | 47 ++-
+ 1 file changed, 34 insertions(+), 13 deletions(-)
+
+I

[gentoo-commits] gentoo-x86 commit in dev-python/django-discover-runner: django-discover-runner-1.0.ebuild django-discover-runner-0.4.ebuild ChangeLog

2014-06-05 Thread Ian Delaney (idella4)
idella4 14/06/06 06:48:16

  Modified: django-discover-runner-1.0.ebuild
django-discover-runner-0.4.ebuild ChangeLog
  Log:
  clean up python impls
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.2  
dev-python/django-discover-runner/django-discover-runner-1.0.ebuild

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

Index: django-discover-runner-1.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/django-discover-runner/django-discover-runner-1.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- django-discover-runner-1.0.ebuild   19 Jun 2013 07:56:29 -  1.1
+++ django-discover-runner-1.0.ebuild   6 Jun 2014 06:48:16 -   1.2
@@ -1,9 +1,9 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/django-discover-runner/django-discover-runner-1.0.ebuild,v
 1.1 2013/06/19 07:56:29 patrick Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/django-discover-runner/django-discover-runner-1.0.ebuild,v
 1.2 2014/06/06 06:48:16 idella4 Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
 
 inherit distutils-r1
 



1.2  
dev-python/django-discover-runner/django-discover-runner-0.4.ebuild

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

Index: django-discover-runner-0.4.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/django-discover-runner/django-discover-runner-0.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- django-discover-runner-0.4.ebuild   31 May 2013 02:28:10 -  1.1
+++ django-discover-runner-0.4.ebuild   6 Jun 2014 06:48:16 -   1.2
@@ -1,9 +1,9 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/django-discover-runner/django-discover-runner-0.4.ebuild,v
 1.1 2013/05/31 02:28:10 floppym Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/django-discover-runner/django-discover-runner-0.4.ebuild,v
 1.2 2014/06/06 06:48:16 idella4 Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
 
 inherit distutils-r1
 



1.3  dev-python/django-discover-runner/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/django-discover-runner/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   19 Jun 2013 07:56:29 -  1.2
+++ ChangeLog   6 Jun 2014 06:48:16 -   1.3
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/django-discover-runner
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/django-discover-runner/ChangeLog,v 1.2 
2013/06/19 07:56:29 patrick Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/django-discover-runner/ChangeLog,v 1.3 
2014/06/06 06:48:16 idella4 Exp $
+
+  06 Jun 2014; Ian Delaney 
+  django-discover-runner-0.4.ebuild, django-discover-runner-1.0.ebuild:
+  clean up python impls
 
 *django-discover-runner-1.0 (19 Jun 2013)
 






[gentoo-commits] linux-patches r2811 - genpatches-2.6/trunk/3.4

2014-06-05 Thread Vlastimil Babka (caster)
Author: caster
Date: 2014-06-06 06:45:59 + (Fri, 06 Jun 2014)
New Revision: 2811

Added:
   
genpatches-2.6/trunk/3.4/1501-futex-add-another-early-deadlock-detection-check.patch
   genpatches-2.6/trunk/3.4/1502-futex-prevent-attaching-to-kernel-threads.patch
   
genpatches-2.6/trunk/3.4/1503-futex-prevent-requeue-pi-on-same-futex-patch-futex-forbid-uaddr-uaddr2-in-futex_requeue-requeue_pi-1.patch
   
genpatches-2.6/trunk/3.4/1504-futex-validate-atomic-acquisition-in-futex_lock_pi_atomic.patch
   
genpatches-2.6/trunk/3.4/1505-futex-always-cleanup-owner-tid-in-unlock_pi.patch
   genpatches-2.6/trunk/3.4/1506-futex-make-lookup_pi_state-more-robust.patch
Modified:
   genpatches-2.6/trunk/3.4/_README
Log:
CVE-2014-3153

Modified: genpatches-2.6/trunk/3.4/_README
===
--- genpatches-2.6/trunk/3.4/_README2014-06-06 00:01:08 UTC (rev 
2810)
+++ genpatches-2.6/trunk/3.4/_README2014-06-06 06:45:59 UTC (rev 
2811)
@@ -411,6 +411,30 @@
 From:   
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=6a96e15096da6e7491107321cfa660c7c2aa119d
 Desc:   selinux: add SOCK_DIAG_BY_FAMILY to the list of netlink message types
 
+Patch:  1501-futex-add-another-early-deadlock-detection-check.patch
+From:   
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=866293ee54227584ffcb4a42f69c1f365974ba7f
+Desc:   CVE-2014-3153
+
+Patch:  1502-futex-prevent-attaching-to-kernel-threads.patch
+From:   
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=f0d71b3dcb8332f7971b5f2363632573e6d9486a
+Desc:   CVE-2014-3153
+
+Patch:  
1503-futex-prevent-requeue-pi-on-same-futex-patch-futex-forbid-uaddr-uaddr2-in-futex_requeue-requeue_pi-1.patch
+From:   
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=e9c243a5a6de0be8e584c604d353412584b592f8
+Desc:   CVE-2014-3153
+
+Patch:  1504-futex-validate-atomic-acquisition-in-futex_lock_pi_atomic.patch
+From:   
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=b3eaa9fc5cd0a4d74b18f6b8dc617aeaf1873270
+Desc:   CVE-2014-3153
+
+Patch:  1505-futex-always-cleanup-owner-tid-in-unlock_pi.patch
+From:   
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=13fbca4c6ecd96ec1a1cfa2e4f2ce191fe928a5e
+Desc:   CVE-2014-3153
+
+Patch:  1506-futex-make-lookup_pi_state-more-robust.patch
+From:   
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=54a217887a7b658e2650c3feff22756ab80c7339
+Desc:   CVE-2014-3153
+
 Patch:  1512_af_key-initialize-satype-in-key_notify_policy_flush.patch
 From:   
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=85dfb745ee40232876663ae206cba35f24ab2a40
 Desc:   af_key: initialize satype in key_notify_policy_flush()

Added: 
genpatches-2.6/trunk/3.4/1501-futex-add-another-early-deadlock-detection-check.patch
===
--- 
genpatches-2.6/trunk/3.4/1501-futex-add-another-early-deadlock-detection-check.patch
(rev 0)
+++ 
genpatches-2.6/trunk/3.4/1501-futex-add-another-early-deadlock-detection-check.patch
2014-06-06 06:45:59 UTC (rev 2811)
@@ -0,0 +1,160 @@
+From: Thomas Gleixner 
+Date: Mon, 12 May 2014 20:45:34 +
+Subject: futex: Add another early deadlock detection check
+Git-commit: 866293ee54227584ffcb4a42f69c1f365974ba7f
+
+Dave Jones trinity syscall fuzzer exposed an issue in the deadlock
+detection code of rtmutex:
+  http://lkml.kernel.org/r/20140429151655.ga14...@redhat.com
+
+That underlying issue has been fixed with a patch to the rtmutex code,
+but the futex code must not call into rtmutex in that case because
+- it can detect that issue early
+- it avoids a different and more complex fixup for backing out
+
+If the user space variable got manipulated to 0x8000 which means
+no lock holder, but the waiters bit set and an active pi_state in the
+kernel is found we can figure out the recursive locking issue by
+looking at the pi_state owner. If that is the current task, then we
+can safely return -EDEADLK.
+
+The check should have been added in commit 59fa62451 (futex: Handle
+futex_pi OWNER_DIED take over correctly) already, but I did not see
+the above issue caused by user space manipulation back then.
+
+Signed-off-by: Thomas Gleixner 
+Cc: Dave Jones 
+Cc: Linus Torvalds 
+Cc: Peter Zijlstra 
+Cc: Darren Hart 
+Cc: Davidlohr Bueso 
+Cc: Steven Rostedt 
+Cc: Clark Williams 
+Cc: Paul McKenney 
+Cc: Lai Jiangshan 
+Cc: Roland McGrath 
+Cc: Carlos ODonell 
+Cc: Jakub Jelinek 
+Cc: Michael Kerrisk 
+Cc: Sebastian Andrzej Siewior 
+Link: http://lkml.kernel.org/r/20140512201701.097349...@linutronix.de
+Signed-off-by: Thomas Gleixner 
+Cc: sta...@vger.kernel.org
+---
+ kernel/futex.c | 47 ++-
+ 1 file changed, 34 insertions(+), 13 deletions(-)
+
+I

[gentoo-commits] dev/graaff:master commit in: app-emacs/coffee-mode/

2014-06-05 Thread Hans de Graaff
commit: 25938dc9a43d1a4f2f9626327691fcdb8eb97b1a
Author: Hans de Graaff  degraaff  org>
AuthorDate: Thu May 29 07:13:42 2014 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu May 29 07:13:42 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=25938dc9

Version bump.

Package-Manager: portage-2.2.8-r1

---
 app-emacs/coffee-mode/ChangeLog |  8 +++-
 app-emacs/coffee-mode/Manifest  | 12 +---
 ...-mode-0.3.0.20120523.ebuild => coffee-mode-0.5.2.ebuild} | 13 +++--
 3 files changed, 11 insertions(+), 22 deletions(-)

diff --git a/app-emacs/coffee-mode/ChangeLog b/app-emacs/coffee-mode/ChangeLog
index 4371e58..4f0f48d 100644
--- a/app-emacs/coffee-mode/ChangeLog
+++ b/app-emacs/coffee-mode/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for app-emacs/coffee-mode
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*coffee-mode-0.5.2 (29 May 2014)
+
+  29 May 2014; Hans de Graaff 
+  -coffee-mode-0.3.0.20120523.ebuild, +coffee-mode-0.5.2.ebuild:
+  Version bump.
+
 *coffee-mode-0.3.0.20120523 (29 Jun 2012)
 
   29 Jun 2012; Hans de Graaff 

diff --git a/app-emacs/coffee-mode/Manifest b/app-emacs/coffee-mode/Manifest
index 8dbbc0e..37065e0 100644
--- a/app-emacs/coffee-mode/Manifest
+++ b/app-emacs/coffee-mode/Manifest
@@ -1,11 +1 @@
--BEGIN PGP SIGNED MESSAGE-
-Hash: SHA256
-
-DIST coffee-mode-0.3.0.20120523-git.tgz 10121 RMD160 
21d132cfd4c5f500f53a9842d3fb4dcb7e9391c7 SHA1 
1d93881cdab7c07fcf4216223d4850711aa8345f SHA256 
d821852251e1fb354023050a23c4772b470df0bf1124e82d7002817b24864628
--BEGIN PGP SIGNATURE-
-Version: GnuPG v2.0.19 (GNU/Linux)
-
-iF0EAREIAAYFAk/tZwYACgkQiIP6VqMIqNfoggEAhRayxlb6n4mMYENUjCRhVZc5
-2XOyJax9zEl1odEBnyYA9jDltv5BAKS0GT4xqCHDsPiIita82CaL/7Yv2sNpc4g=
-=PT8S
--END PGP SIGNATURE-
+DIST coffee-mode-0.5.2.tar.gz 22099 SHA256 
4d2b46d79ab723b7c21f8b73441194605172722374d22fd2047af769398a00c4 SHA512 
96416860c7e4a65ac1f806e6050d1b285850c9b6d0efd783c011c865aeba39bc5cd5e8ac46f69ee10acc3ba55f5fc9399c1fa0339082c6dab66d3c50093f5aa3
 WHIRLPOOL 
bc02796e0c589aa27e13588fd2e0bb9d4fcc1a1eb4b0eabc44e3c690de4817789c306be5f6f11ad3e1fc4a371044af770e9668d890b52ec3386563f60fcc4d5e

diff --git a/app-emacs/coffee-mode/coffee-mode-0.3.0.20120523.ebuild 
b/app-emacs/coffee-mode/coffee-mode-0.5.2.ebuild
similarity index 62%
rename from app-emacs/coffee-mode/coffee-mode-0.3.0.20120523.ebuild
rename to app-emacs/coffee-mode/coffee-mode-0.5.2.ebuild
index a4a9c9e..9ee9f17 100644
--- a/app-emacs/coffee-mode/coffee-mode-0.3.0.20120523.ebuild
+++ b/app-emacs/coffee-mode/coffee-mode-0.5.2.ebuild
@@ -1,29 +1,22 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: /var/cvsroot/gentoo-x86/app-emacs/css-mode/css-mode-0.11.ebuild,v 
1.10 2008/02/14 10:07:30 ulm Exp $
 
-EAPI=4
+EAPI=5
 
 inherit elisp
 
-GIT_COMMIT="c45c5f7a529363bc7aa57db0f3df26389fd233d8"
-
 IUSE=""
 
 DESCRIPTION="A major mode for editing CoffeeScript"
 HOMEPAGE="https://github.com/defunkt/coffee-mode";
-SRC_URI="https://github.com/defunkt/coffee-mode/tarball/${GIT_COMMIT} -> 
${P}-git.tgz"
+SRC_URI="https://github.com/defunkt/coffee-mode/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 LICENSE="|| ( GPL-2 GPL-3 )"
 SLOT="0"
 KEYWORDS="~amd64"
 
 SITEFILE="50${PN}-gentoo.el"
 
-src_unpack() {
-   unpack ${A}
-   mv "${WORKDIR}"/defunkt-coffee-mode-* ${P} || die
-}
-
 src_install() {
elisp_src_install
 



[gentoo-commits] dev/graaff:master commit in: dev-ruby/sassy-maps/

2014-06-05 Thread Hans de Graaff
commit: 9054e13b688d4daf6b884b5ed63ab3c76d03fa57
Author: Hans de Graaff  degraaff  org>
AuthorDate: Fri Jun  6 06:34:52 2014 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jun  6 06:34:52 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=9054e13b

Version bump.

Package-Manager: portage-2.2.8-r1

---
 dev-ruby/sassy-maps/ChangeLog   |  5 +
 dev-ruby/sassy-maps/Manifest|  1 +
 dev-ruby/sassy-maps/sassy-maps-0.4.0.ebuild | 25 +
 3 files changed, 31 insertions(+)

diff --git a/dev-ruby/sassy-maps/ChangeLog b/dev-ruby/sassy-maps/ChangeLog
index d6b740a..fc79c47 100644
--- a/dev-ruby/sassy-maps/ChangeLog
+++ b/dev-ruby/sassy-maps/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*sassy-maps-0.4.0 (06 Jun 2014)
+
+  06 Jun 2014; Hans de Graaff  +sassy-maps-0.4.0.ebuild:
+  Version bump.
+
 *sassy-maps-0.3.2 (15 May 2014)
 
   15 May 2014; Hans de Graaff  +sassy-maps-0.3.2.ebuild,

diff --git a/dev-ruby/sassy-maps/Manifest b/dev-ruby/sassy-maps/Manifest
index 495b1b9..f85e5f4 100644
--- a/dev-ruby/sassy-maps/Manifest
+++ b/dev-ruby/sassy-maps/Manifest
@@ -1 +1,2 @@
 DIST sassy-maps-0.3.2.gem 6144 SHA256 
2bc3b71644879240b5cd9b211d551b710fba73485816bf1933b4f42584e50371 SHA512 
b741e2a9132e8333e9d384a5b4ca1323714c051359993736b5f117bc2afdf332878a166a3804e9b98c78ca042cf69db5c2b70d4a3d1e6c7105f3517cae99ec65
 WHIRLPOOL 
7ef618c48f99fb73ad4b34f5527e007d2e970f3d13cdeafa248d23d47551ab32b736ed51499877d7ea7fa01ef38d8949e823b32b505e3038e7fe2ded11660bc6
+DIST sassy-maps-0.4.0.gem 8192 SHA256 
938477c22bc6f4bb3e18e939761f1a3272686b1fde6dc09be9edf80a43164328 SHA512 
44b1ddb6313d330590576372afe055a2f1b79b32c846c143676cb7a89f4fd7e4f9eb7a3839f1ad4908b64337a602d01f2cb28c3073e606e12d0eebdf6ba90ec4
 WHIRLPOOL 
053ecb8773ce2f8ba6e9f52ea9d4906b4ebb83d2042a0ab859a6bc0fe6b51e7da08c7cd3cb2b20fb677c95115318f5a9a53d0a5057b4d805874c6c4468e9b518

diff --git a/dev-ruby/sassy-maps/sassy-maps-0.4.0.ebuild 
b/dev-ruby/sassy-maps/sassy-maps-0.4.0.ebuild
new file mode 100644
index 000..718cdc7
--- /dev/null
+++ b/dev-ruby/sassy-maps/sassy-maps-0.4.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+USE_RUBY="ruby19 ruby20 ruby21"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_TASK_TEST=""
+
+RUBY_FAKEGEM_EXTRAINSTALL="sass"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Map helper functions for Sass 3.3 Maps including get-deep and 
set/set-deep"
+HOMEPAGE="https://github.com/Snugug/Sassy-Maps";
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/sass-3.3.0:3.3"



[gentoo-commits] dev/graaff:master commit in: dev-ruby/money/

2014-06-05 Thread Hans de Graaff
commit: 8d6c5229586f6d32ed27f24edb207d7250051787
Author: Hans de Graaff  degraaff  org>
AuthorDate: Fri Jun  6 06:19:28 2014 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jun  6 06:19:28 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=8d6c5229

Version bump.

Package-Manager: portage-2.2.8-r1

---
 dev-ruby/money/ChangeLog  |  7 ++-
 dev-ruby/money/Manifest   |  1 +
 dev-ruby/money/money-6.1.1.ebuild | 33 +
 3 files changed, 40 insertions(+), 1 deletion(-)

diff --git a/dev-ruby/money/ChangeLog b/dev-ruby/money/ChangeLog
index 62fd91e..b765515 100644
--- a/dev-ruby/money/ChangeLog
+++ b/dev-ruby/money/ChangeLog
@@ -1,5 +1,10 @@
 # ChangeLog for dev-ruby/money
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+
+*money-6.1.1 (06 Jun 2014)
+
+  06 Jun 2014; Hans de Graaff  +money-6.1.1.ebuild:
+  Version bump.
 
 *money-6.0.0 (29 Nov 2013)
 

diff --git a/dev-ruby/money/Manifest b/dev-ruby/money/Manifest
index c69ad56..5e3d52b 100644
--- a/dev-ruby/money/Manifest
+++ b/dev-ruby/money/Manifest
@@ -1,3 +1,4 @@
 DIST money-5.0.0.gem 45056 SHA256 
7095273d91bc0628d061c0c416730b994c335487af40718321cc634fecf45ada SHA512 
bb1fca88958e43c201008a2c12738b04d7a874ea3663ed27dd9fcbb6fef2c8abae819b87b2b00c01884f8e964a19955b90f82e306e27fe7dd47cdde3b0dfe2db
 WHIRLPOOL 
bf3e3a9809a7d08d879dfaefe8746921853927cdadcd10b9aee373116c09b6f89c336966d1e7cd79d85a92b51c99b47d95c48a1849523b5e6bfbdab77fe5b764
 DIST money-5.1.0.gem 49664 SHA256 
b8d3e99b2138d234ccf9b860275755e41612934b2cd628c4ecdd2c7435a7dce9 SHA512 
430b68cb4f221bb8010897c2e52f5f0d60508b6507fcf2ded0dc82b2a53589eb1d23eb3d28dd6a77fd483925c3ff0f07a2fc419cb9a46df52ad8fd0cbf5f36cf
 WHIRLPOOL 
f89084d4589956d591e2a8e411750295e5f1edff30077977cd5bbcf2e1d955307ad89469d6655d92675737da8b190b37ca8433b58682b53bcd5b804ed8b11ed2
 DIST money-6.0.0.gem 57344 SHA256 
15f377fe088260e3e2240365c0a0b401b094e95756f03f71a10f623cfd4d17a5 SHA512 
5554d648bbd78e8c3b7a0f9bd84281428ff3e25047f47a7b2ad0db77f3ce4111e19fbc480f543bfedd6c0fe1764b0b11273f248ad24fbf148e922a177d681fca
 WHIRLPOOL 
ffbdb4d5c8c492c3bec6074cd33f1e1166b34e3aa227e7ea12510fae803c7708437c4c3b4efaa78c0e66226555a7bce9e0c85871cd29ba91df317a821fa66098
+DIST money-6.1.1.gem 52736 SHA256 
14ab5e1c23ebe92341360d8195b847aa4585902f4cc2225d7677bd9e3c5c SHA512 
1da8d22b12e3317fb7d7ec944bd9a1aaa936dbde0b224fbb9d52e41323f23a9854e8df04921034735fe2ed3c95c9be1fdbc280741005f23f73a3587ad97b
 WHIRLPOOL 
96cc44d39334cfc92f71e161dd0d2c32ba16c7eba0ece5c1d4bd81e5e376a7da00018755bcd3c5cbbe4ea557ab30a25b7a36c5ed5c127821dfc41acd7c102725

diff --git a/dev-ruby/money/money-6.1.1.ebuild 
b/dev-ruby/money/money-6.1.1.ebuild
new file mode 100644
index 000..0f686ef
--- /dev/null
+++ b/dev-ruby/money/money-6.1.1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header:  $
+
+EAPI=5
+USE_RUBY="ruby19 ruby20 ruby21"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec"
+
+RUBY_FAKEGEM_TASK_DOC="yard"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="money.gemspec"
+
+RUBY_FAKEGEM_EXTRAINSTALL="config"
+
+inherit ruby-fakegem
+
+DESCRIPTION="This library aids one in handling money and different currencies."
+HOMEPAGE="http://money.rubyforge.org/";
+LICENSE="MIT"
+
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+IUSE=""
+
+ruby_add_rdepend "dev-ruby/i18n:0.6"
+
+ruby_add_bdepend "doc? ( dev-ruby/yard )"
+
+all_ruby_prepare() {
+   sed -i -e '/coveralls/I s:^:#:' spec/spec_helper.rb || die
+}



[gentoo-commits] dev/graaff:master commit in: dev-ruby/acts-as-taggable-on/

2014-06-05 Thread Hans de Graaff
commit: 73bbadde4a00f8f2fe14e91c9027830d215e6a99
Author: Hans de Graaff  degraaff  org>
AuthorDate: Fri Jun  6 05:46:56 2014 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jun  6 05:46:56 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=73bbadde

Version bump.

Package-Manager: portage-2.2.8-r1

---
 dev-ruby/acts-as-taggable-on/ChangeLog |  6 
 dev-ruby/acts-as-taggable-on/Manifest  |  1 +
 .../acts-as-taggable-on-3.2.6.ebuild   | 39 ++
 3 files changed, 46 insertions(+)

diff --git a/dev-ruby/acts-as-taggable-on/ChangeLog 
b/dev-ruby/acts-as-taggable-on/ChangeLog
index 70a69a3..3cdfab2 100644
--- a/dev-ruby/acts-as-taggable-on/ChangeLog
+++ b/dev-ruby/acts-as-taggable-on/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*acts-as-taggable-on-3.2.6 (06 Jun 2014)
+
+  06 Jun 2014; Hans de Graaff 
+  +acts-as-taggable-on-3.2.6.ebuild:
+  Version bump.
+
 *acts-as-taggable-on-3.2.3 (23 May 2014)
 
   23 May 2014; Hans de Graaff 

diff --git a/dev-ruby/acts-as-taggable-on/Manifest 
b/dev-ruby/acts-as-taggable-on/Manifest
index d5f3251..c1521d8 100644
--- a/dev-ruby/acts-as-taggable-on/Manifest
+++ b/dev-ruby/acts-as-taggable-on/Manifest
@@ -4,3 +4,4 @@ DIST acts-as-taggable-on-3.0.2.gem 37888 SHA256 
521e4c438e00fb9eb15caf36233bd203
 DIST acts-as-taggable-on-3.1.0.gem 39936 SHA256 
7253f063086ab501b6f9ab19ec638029e9aa988263da9582331af62d97a9 SHA512 
f6dae40f8767e2ab4de7a01343800eed0315bd0543277743ae547c9019f51c4221f469ed17eacaf97863245daab4076e32154562f3e9f4231176adfdbe3ccce5
 WHIRLPOOL 
171efd021216106157c3e2fd75c0aeaf9280eb71367c8ec1f1904145fc0f2ac3ac740fa70c592e9c437d6c0b285cf56896d37a8604363f211c976084e9b62202
 DIST acts-as-taggable-on-3.1.1.gem 39936 SHA256 
413795c45d2eb1f7c18f65b2d19768bfe8c306795de48e0eeea2decfb8e347cb SHA512 
bbbd5331d97c5db77373dba9b4e3285207d3f7c49d2f9d7258f67b1303aadcf66cf461f33c09e96ff325a671d8da929d4c9f82410a8acb2a1f7842fef95953a2
 WHIRLPOOL 
3c10f9981dcc027319529c7a18a7e36fbb23898410e6c3499194f5881fb87826f7170b385d41fdda7be927c0579a93297b0f148f3648631613efe00ee7483b20
 DIST acts-as-taggable-on-3.2.3.gem 45056 SHA256 
7bfbb2fe343f3f6022813c616ae93f7d625e3f8c6b706fa0fe51bea45faa49fd SHA512 
7ff78a4439faf8d746df88f660a7743e6ce7539f1ea2fa10513003af153dc606a28d663d7523ac486cbdde39aa8e50c16d9840a9ccc60bb3fef5637931133cd7
 WHIRLPOOL 
162ac3c40315e93544404d5533d6f7ec0b80ab80f833de476403014c86d75fc9c69b70287fbef76fc5013cd031dae73430a6def17c01821868d9dc720cc2eac5
+DIST acts-as-taggable-on-3.2.6.gem 44544 SHA256 
171a1e68a632cc9c9bc853f65c980db161ccb942c22dcc1a968d2333014fa12c SHA512 
18ab71abb1dc8171222ff66a024b07be54ed9bad214dae3067294599b185bf4f9004e63852494ca7bab8f4953351099f6f126f15ec6466d5cd08fcaef4536bcb
 WHIRLPOOL 
249e3b831303f71f5c170042e38962e3cc7a4380837198ef71dd0709f3e56d95f6acbb722385bb8a1d64cc733c24ca2d9f132bbfc66f65b3e65ddbe666af475f

diff --git a/dev-ruby/acts-as-taggable-on/acts-as-taggable-on-3.2.6.ebuild 
b/dev-ruby/acts-as-taggable-on/acts-as-taggable-on-3.2.6.ebuild
new file mode 100644
index 000..2e0359d
--- /dev/null
+++ b/dev-ruby/acts-as-taggable-on/acts-as-taggable-on-3.2.6.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+USE_RUBY="ruby19 ruby20 ruby21"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md UPGRADING.md"
+
+RUBY_FAKEGEM_EXTRAINSTALL="db"
+
+inherit ruby-fakegem versionator
+
+DESCRIPTION="Advanced tagging for Rails."
+HOMEPAGE="https://github.com/mbleigh/acts-as-taggable-on/";
+
+LICENSE="MIT"
+SLOT="$(get_version_component_range 1-2)"
+KEYWORDS="~amd64"
+IUSE=""
+
+# Compatibility issues with rspec-rails and test-unit autorunner. Now
+# also requires rspec 3.
+RESTRICT="test"
+
+ruby_add_rdepend ">=dev-ruby/rails-3 =dev-ruby/ammeter-0.1.3 dev-ruby/activerecord[sqlite3] )"
+
+all_ruby_prepare() {
+   sed -i -e '/git ls-files/d' ${PN}.gemspec || die
+
+   # Provide a database.yml file for sqlite3.
+   cp spec/internal/config/database.yml.sample 
spec/internal/config/database.yml || die
+   sed -i -e '/^mysql/,$d' spec/internal/config/database.yml || die
+}



[gentoo-commits] dev/graaff:master commit in: dev-ruby/paper_trail/

2014-06-05 Thread Hans de Graaff
commit: 5034d9f25999a1be6454d1538a531f41276c91cf
Author: Hans de Graaff  degraaff  org>
AuthorDate: Fri Jun  6 06:24:05 2014 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jun  6 06:24:05 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=5034d9f2

Version bump.

Package-Manager: portage-2.2.8-r1

---
 dev-ruby/paper_trail/ChangeLog|  5 
 dev-ruby/paper_trail/Manifest |  1 +
 dev-ruby/paper_trail/paper_trail-3.0.2.ebuild | 34 +++
 3 files changed, 40 insertions(+)

diff --git a/dev-ruby/paper_trail/ChangeLog b/dev-ruby/paper_trail/ChangeLog
index 5058981..b2e99ee 100644
--- a/dev-ruby/paper_trail/ChangeLog
+++ b/dev-ruby/paper_trail/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*paper_trail-3.0.2 (06 Jun 2014)
+
+  06 Jun 2014; Hans de Graaff  +paper_trail-3.0.2.ebuild:
+  Version bump.
+
 *paper_trail-3.0.1 (04 Apr 2014)
 
   04 Apr 2014; Hans de Graaff  +paper_trail-3.0.1.ebuild:

diff --git a/dev-ruby/paper_trail/Manifest b/dev-ruby/paper_trail/Manifest
index 44a7263..863570a 100644
--- a/dev-ruby/paper_trail/Manifest
+++ b/dev-ruby/paper_trail/Manifest
@@ -1,3 +1,4 @@
 DIST paper_trail-2.6.3.gem 99328 SHA256 
078425d675817b10313fa738d04792eda1560945184b251f3230adc287ff754d SHA512 
2f5a552d83b37b128b2faf4146d2a97cbd1f9d1a3b419aa60e517cc3caa4c5af182ea6dbfae93b6fd9536ac78fc53923d9171e340796d05b22254d3c90d0
 WHIRLPOOL 
8944eae9b7f238cbe41dc82b96cc70d2b34c8261bd464afb1e8944c27089bdd34dd7e8d35f66e598cb0d3e0aba38fb8b005e2205a66b7d96d99c950afc9d12d7
 DIST paper_trail-3.0.0.gem 119808 SHA256 
454c1bc664237bc2b63f3e295aa2a847a09c3af93d95caf400fc81a87d6c53ea SHA512 
cb70632bb09d277ebd68eadfc6c0f4f7eb8bb0f3325fe47c3c9dca639a4e6510673c30d2cb08dbfb688fd03bd41606c6463b8e3b695690645a62291752f1b64b
 WHIRLPOOL 
f69157e72a41fff5c8802d2beccd1f4540c2e81ada6c43a27122d1057ae507cba623d2147fd856f1ead4cd546b157b457635139d81ed0696d8ab2d6c5a6fcc90
 DIST paper_trail-3.0.1.gem 122880 SHA256 
5ef4a5737a799356eb4a47c1f67d02c57f7ffc15f546df9d501459c4b8d8b9dc SHA512 
68870ad4ceb2e6d738b13b9757bfc21675914b07550354907bf84c2848e3505935c1fe699cb1cba802531bfe9efb86acce786e8d489e29cd60c3ba9c941d749d
 WHIRLPOOL 
ffd54bf92ae7fdcc18d15ee7d8c24f2574dce41bec61f183ba2f55abae5a52b19b1f22f1cb7c3781d250a27c26897fa53f43ecd347496d91583bf817befa2588
+DIST paper_trail-3.0.2.gem 125440 SHA256 
c349ed6cc813097b8fc7c08bd19efa8325f31203f911184040e309aa42b35ecd SHA512 
578c34f66c0448e0f7f8f3d32f804dfad4fe338f673de315931bde27af07dbf4ee031821dc5b576fc96c2a06d9211412f406f36663c730fba31236a1e36f807e
 WHIRLPOOL 
d9325c8477c451ed2a01ec5847a4afdfe5925e31d08498f7c15e1ad1cf91364e0dffba473a38d7c754461d938c83a28f19fa1611fe601e6af49d71d9aa71f24d

diff --git a/dev-ruby/paper_trail/paper_trail-3.0.2.ebuild 
b/dev-ruby/paper_trail/paper_trail-3.0.2.ebuild
new file mode 100644
index 000..e609d1d
--- /dev/null
+++ b/dev-ruby/paper_trail/paper_trail-3.0.2.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+USE_RUBY="ruby19 ruby20 ruby21"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="paper_trail.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="PaperTrail lets you track changes to your models' data."
+HOMEPAGE="https://github.com/airblade/paper_trail";
+
+LICENSE="MIT"
+SLOT="3real"
+KEYWORDS="~amd64"
+IUSE=""
+
+# Fails loading dependencies of rspec and shoulda. Might be bundler-related.
+RESTRICT="test"
+
+#ruby_add_bdepend "test? ( >=dev-ruby/shoulda-3.5 >=dev-ruby/sqlite3-1.2 
>=dev-ruby/capybara-2.0 dev-ruby/bundler )"
+
+ruby_add_rdepend ">dev-ruby/activerecord-3 dev-ruby/activesupport-3 

[gentoo-commits] dev/graaff:master commit in: dev-ruby/poltergeist/

2014-06-05 Thread Hans de Graaff
commit: 1ec4f907d5f279a875eb4d235df41f3fd4ea906b
Author: Hans de Graaff  degraaff  org>
AuthorDate: Fri Jun  6 06:28:38 2014 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jun  6 06:28:38 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=1ec4f907

Version bump.

Package-Manager: portage-2.2.8-r1

---
 dev-ruby/poltergeist/ChangeLog|  7 +-
 dev-ruby/poltergeist/Manifest |  1 +
 dev-ruby/poltergeist/poltergeist-1.5.1.ebuild | 35 +++
 3 files changed, 42 insertions(+), 1 deletion(-)

diff --git a/dev-ruby/poltergeist/ChangeLog b/dev-ruby/poltergeist/ChangeLog
index b945bed..0f15171 100644
--- a/dev-ruby/poltergeist/ChangeLog
+++ b/dev-ruby/poltergeist/ChangeLog
@@ -1,7 +1,12 @@
 # ChangeLog for dev-ruby/poltergeist
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*poltergeist-1.5.1 (06 Jun 2014)
+
+  06 Jun 2014; Hans de Graaff  +poltergeist-1.5.1.ebuild:
+  Version bump.
+
 *poltergeist-1.5.0 (13 Dec 2013)
 
   13 Dec 2013; Hans de Graaff  +poltergeist-1.5.0.ebuild:

diff --git a/dev-ruby/poltergeist/Manifest b/dev-ruby/poltergeist/Manifest
index 917cbc0..1bac9d9 100644
--- a/dev-ruby/poltergeist/Manifest
+++ b/dev-ruby/poltergeist/Manifest
@@ -1,2 +1,3 @@
 DIST poltergeist-1.4.1.tar.gz 138891 SHA256 
ae312255db467bce03927df2794b16263a74b9776a5ff199f4c54ce6aa4ab178 SHA512 
ef25c0cbc1ecb5a89a5c3135ab270a0a7d0d999f81340be506bc8f4a30b317c9cbbc42b89aeacc3460013d852f82f5be3c25276041c400e793d7b72bfe6c888e
 WHIRLPOOL 
cbe8b7f6569d6fd7ee0f8c0e1fb3e45cefd61a22ce2cd932ac9e509c712a60decf04e242a7a0911f77ec098c9c0f25005ec250cc30726da8f5a405dbb31a3b8f
 DIST poltergeist-1.5.0.tar.gz 143270 SHA256 
726573eab83ef60874d49a2af5980217ba8c21cd849b1d7c9601dd0f82e1734b SHA512 
8fb01a5f4f3e5dfa77440a61a79797e53ec8bf7e2343674b1d48d134942e615736aa8ba9e9eef4cc270cd2702308d0863ef44b25bf786b62b822b34ccfc5cf09
 WHIRLPOOL 
9ef1f646ae66b22a920e43e3f86ccd56c8262de551067a95d0fb944a1f5218d1246efa6e04c057511874c669b39300e96d083f12bc55a858a9ff4f97a0819b2f
+DIST poltergeist-1.5.1.tar.gz 143603 SHA256 
7bd9c9330da095d9ad4715c6f6f32207f7acf84543b7de4ed3eb344d2087bda1 SHA512 
d424c6867c744231e09ec71a6129bac801b23cba57e98ddd8881fb8ad97eb70b11fbfbd1481f988d4a462064abd1fb7b30aa8c024f300666493da9c64421a12b
 WHIRLPOOL 
e62b15bc93745afe368390ad49ac3d20a81fd55ef6d925c58e12a2513a366d395800cc92cbf705a25a20c1dfe99fc41e3c7529d9981276e2bc0af82b9ea29836

diff --git a/dev-ruby/poltergeist/poltergeist-1.5.1.ebuild 
b/dev-ruby/poltergeist/poltergeist-1.5.1.ebuild
new file mode 100644
index 000..80f9c74
--- /dev/null
+++ b/dev-ruby/poltergeist/poltergeist-1.5.1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header:  $
+
+EAPI=5
+USE_RUBY="ruby19 ruby20"
+
+# There are tests but they require several unpackaged dependencies.
+RUBY_FAKEGEM_TASK_TEST=""
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A PhantomJS driver for Capybara"
+HOMEPAGE="https://github.com/jonleighton/poltergeist";
+SRC_URI="https://github.com/jonleighton/poltergeist/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/cliver-0.3
+   dev-ruby/multi_json
+   >=dev-ruby/capybara-2.1.0
+   >=dev-ruby/websocket-driver-0.2.0"
+
+all_ruby_prepare() {
+   # Fix cliver versioning to accept all 0.x versions
+   sed -i -e 's/0.3.1/0.3/' ${RUBY_FAKEGEM_GEMSPEC} || die
+}



[gentoo-commits] dev/graaff:master commit in: dev-ruby/hirb/

2014-06-05 Thread Hans de Graaff
commit: dc4e49c7962ddc91e545d5fa862da8db5c9ff08c
Author: Hans de Graaff  degraaff  org>
AuthorDate: Fri Jun  6 06:14:36 2014 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jun  6 06:14:36 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=dc4e49c7

No longer using this.

---
 dev-ruby/hirb/ChangeLog | 65 -
 dev-ruby/hirb/Manifest  |  2 --
 dev-ruby/hirb/hirb-0.7.0.ebuild | 24 ---
 dev-ruby/hirb/hirb-0.7.1.ebuild | 24 ---
 dev-ruby/hirb/metadata.xml  |  6 
 5 files changed, 121 deletions(-)

diff --git a/dev-ruby/hirb/ChangeLog b/dev-ruby/hirb/ChangeLog
deleted file mode 100644
index 16ceff5..000
--- a/dev-ruby/hirb/ChangeLog
+++ /dev/null
@@ -1,65 +0,0 @@
-# ChangeLog for dev-ruby/hirb
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-*hirb-0.7.1 (21 Jun 2013)
-
-  21 Jun 2013; Hans de Graaff  +hirb-0.7.1.ebuild:
-  Version bump.
-
-  21 Jun 2013; Hans de Graaff  -hirb-0.5.0.ebuild,
-  -hirb-0.6.2.ebuild:
-  Cleanup.
-
-*hirb-0.7.0 (14 Sep 2012)
-
-  14 Sep 2012; Hans de Graaff  +hirb-0.7.0.ebuild:
-  Version bump.
-
-*hirb-0.6.2 (13 Apr 2012)
-
-  13 Apr 2012; Hans de Graaff  +hirb-0.6.2.ebuild:
-  Version bump.
-
-  13 Apr 2012; Hans de Graaff  -hirb-0.3.4.ebuild,
-  -hirb-0.4.5.ebuild:
-  Remove old versions.
-
-*hirb-0.5.0 (12 Aug 2011)
-
-  12 Aug 2011; Hans de Graaff  +hirb-0.5.0.ebuild:
-  Version bump.
-
-*hirb-0.4.5 (19 Jun 2011)
-
-  19 Jun 2011; Hans de Graaff  +hirb-0.4.5.ebuild:
-  Version bump.
-
-  14 Jun 2011; Hans de Graaff  hirb-0.3.4.ebuild:
-  Add x86 keyword.
-
-  14 Jun 2011; Hans de Graaff  -hirb-0.2.9.ebuild,
-  -hirb-0.3.1.ebuild, -hirb-0.3.2.ebuild:
-  Remove old versions.
-
-*hirb-0.3.4 (23 Sep 2010)
-
-  23 Sep 2010; Hans de Graaff  +hirb-0.3.4.ebuild:
-  Version bump.
-
-*hirb-0.3.2 (09 Jul 2010)
-
-  09 Jul 2010; Hans de Graaff  +hirb-0.3.2.ebuild:
-  Version bump.
-
-*hirb-0.3.1 (24 Mar 2010)
-
-  24 Mar 2010; Hans de Graaff  +hirb-0.3.1.ebuild:
-  Version bump.
-
-*hirb-0.2.9 (12 Feb 2010)
-
-  12 Feb 2010; Hans de Graaff  +hirb-0.2.9.ebuild,
-  +metadata.xml:
-  Initial import, test dependency of dev-ruby/churn.
-

diff --git a/dev-ruby/hirb/Manifest b/dev-ruby/hirb/Manifest
deleted file mode 100644
index c66b57a..000
--- a/dev-ruby/hirb/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST hirb-0.7.0.gem 45056 SHA256 
43f849b7d6e2e780b974fbb9e73bf09b170c910e2a16bcf4332d4f8d0c53a498 SHA512 
f2a91083c3f54b1f06ed1280f567bc7792d31005a12a04da0fc663e5ab7aa7e952fd9e9e7e5b91b28ce143f13200d42f932cd3a950c030451f93c72721c1ddfb
 WHIRLPOOL 
1b31bba70676783fc2524e40e6617587a5718433b3b70ffcb458c6bcfb39b56732260108fc2396bf0d743ad2308297e59e226f65df07e1ab01fd97270cddd2f0
-DIST hirb-0.7.1.gem 45568 SHA256 
5a0e5cab058aedff79944c354d40bb05cfd972a18d9fe6a51d42306553bcee18 SHA512 
c68c2608c781ea622b1476a6819d85dbc20e0912cb12b1970bf6889b1b7c59eab24a9be4af73af1ee558c6077ac4809057ca624ccacd5f44f0bc47b1315e4bdd
 WHIRLPOOL 
6e22fa4d4ab1b012b7e3596cd2ed6d9cbe51d23f84f18dacac51e989d77941985efc45aeb59644611957ec5877b32cddef990aea745c3c23b5d73bd12ba16bbc

diff --git a/dev-ruby/hirb/hirb-0.7.0.ebuild b/dev-ruby/hirb/hirb-0.7.0.ebuild
deleted file mode 100644
index 28bdcae..000
--- a/dev-ruby/hirb/hirb-0.7.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-USE_RUBY="ruby18 ruby19"
-
-RUBY_FAKEGEM_TASK_DOC=""
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Hirb provides a view framework for console applications, designed 
to improve irb's default output."
-HOMEPAGE="http://github.com/cldwalker/hirb/";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-# Tests depend on context (available, not added yet) and matchy (not
-# available as a gem). And now also on mocha-on-bacon.
-RESTRICT="test"

diff --git a/dev-ruby/hirb/hirb-0.7.1.ebuild b/dev-ruby/hirb/hirb-0.7.1.ebuild
deleted file mode 100644
index 0609324..000
--- a/dev-ruby/hirb/hirb-0.7.1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-USE_RUBY="ruby18 ruby19"
-
-RUBY_FAKEGEM_TASK_DOC=""
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Hirb provides a view framework for console applications, designed 
to improve irb's default output."
-HOMEPAGE="http://github.com/cldwalker/hirb/";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-# Tests depend on context (available, not added yet) and matchy (not
-# available as a gem). And now also on mocha-on-bacon.
-RESTRICT="test"

diff --git a/dev-ruby/hirb/metadata.xml b/dev-ruby/hirb/metadata.xml
deleted file mode 100644
index 9bf681c..000
--- a/dev-ruby/hi

[gentoo-commits] dev/graaff:master commit in: app-emacs/elixir-mode/files/, app-emacs/elixir-mode/

2014-06-05 Thread Hans de Graaff
commit: 58788c686c6e61a62ad405d74d96cf55b0956f69
Author: Hans de Graaff  degraaff  org>
AuthorDate: Sun Jun  1 11:19:35 2014 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jun  1 11:19:35 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=58788c68

Initial import.

Package-Manager: portage-2.2.8-r1

---
 app-emacs/elixir-mode/ChangeLog| 10 +
 app-emacs/elixir-mode/Manifest |  1 +
 app-emacs/elixir-mode/elixir-mode-1.3.0.ebuild | 26 ++
 .../elixir-mode/files/50elixir-mode-gentoo.el  |  9 
 app-emacs/elixir-mode/metadata.xml |  5 +
 5 files changed, 51 insertions(+)

diff --git a/app-emacs/elixir-mode/ChangeLog b/app-emacs/elixir-mode/ChangeLog
new file mode 100644
index 000..1c2365e
--- /dev/null
+++ b/app-emacs/elixir-mode/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for app-emacs/elixir-mode
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*elixir-mode-1.3.0 (01 Jun 2014)
+
+  01 Jun 2014; Hans de Graaff  +elixir-mode-1.3.0.ebuild,
+  +files/50elixir-mode-gentoo.el, +metadata.xml:
+  Initial import.
+

diff --git a/app-emacs/elixir-mode/Manifest b/app-emacs/elixir-mode/Manifest
new file mode 100644
index 000..a6ef8a2
--- /dev/null
+++ b/app-emacs/elixir-mode/Manifest
@@ -0,0 +1 @@
+DIST elixir-mode-1.3.0.tar.gz 11053 SHA256 
c0f5249891a8f375fd0e9c006fb585eb4a0e1d26b84ac85c5aa52cef668ecd26 SHA512 
8d1a61c6160847bda4a6cf438d423cdf1b425a57722b75d830034ea3035f0d55dc35d61a7ab21d195ac946f09e27bab53d1a21cc5fe6a5c325a606841de7ede1
 WHIRLPOOL 
0167f721b8421fb2b9b3f3354ade7ab8eaea5c32d1e502faee6b81bacba0437043a4d7f1b3a2d10593621f0b49232f2c477de8097e790131ad9a33cf743f1673

diff --git a/app-emacs/elixir-mode/elixir-mode-1.3.0.ebuild 
b/app-emacs/elixir-mode/elixir-mode-1.3.0.ebuild
new file mode 100644
index 000..f9e838a
--- /dev/null
+++ b/app-emacs/elixir-mode/elixir-mode-1.3.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/css-mode/css-mode-0.11.ebuild,v 
1.10 2008/02/14 10:07:30 ulm Exp $
+
+EAPI=5
+
+inherit elisp
+
+IUSE=""
+
+DESCRIPTION="Emacs major mode for Elixir"
+HOMEPAGE="https://github.com/elixir-lang/emacs-elixir";
+SRC_URI="https://github.com/elixir-lang/emacs-elixir/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+SITEFILE="50${PN}-gentoo.el"
+
+S="${WORKDIR}/emacs-elixir-${PV}"
+
+src_install() {
+   elisp_src_install
+
+   dodoc README.md
+}

diff --git a/app-emacs/elixir-mode/files/50elixir-mode-gentoo.el 
b/app-emacs/elixir-mode/files/50elixir-mode-gentoo.el
new file mode 100644
index 000..83e0036
--- /dev/null
+++ b/app-emacs/elixir-mode/files/50elixir-mode-gentoo.el
@@ -0,0 +1,9 @@
+
+;;; coffee-mode site-lisp configuration
+
+(add-to-list 'load-path "@SITELISP@")
+(add-to-list 'auto-mode-alist '("\\.elixir$" . elixir-mode))
+(add-to-list 'auto-mode-alist '("\\.ex$" . elixir-mode))
+(add-to-list 'auto-mode-alist '("\\.exs$" . elixir-mode))
+
+(autoload 'elixir-mode "elixir-mode" "Mode for editing Elixir")

diff --git a/app-emacs/elixir-mode/metadata.xml 
b/app-emacs/elixir-mode/metadata.xml
new file mode 100644
index 000..f977299
--- /dev/null
+++ b/app-emacs/elixir-mode/metadata.xml
@@ -0,0 +1,5 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+gra...@gentoo.org
+



[gentoo-commits] dev/graaff:master commit in: dev-util/zeus/

2014-06-05 Thread Hans de Graaff
commit: cc0ae7a28d9656428275cbceac7a26a20fe8d068
Author: Hans de Graaff  degraaff  org>
AuthorDate: Fri Jun  6 06:38:05 2014 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jun  6 06:38:05 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=cc0ae7a2

Never worked for me and Rails will go with spring instead.

---
 dev-util/zeus/ChangeLog  | 20 --
 dev-util/zeus/Manifest   |  1 -
 dev-util/zeus/metadata.xml   |  5 
 dev-util/zeus/zeus-0.13.3.ebuild | 56 
 4 files changed, 82 deletions(-)

diff --git a/dev-util/zeus/ChangeLog b/dev-util/zeus/ChangeLog
deleted file mode 100644
index 7b0ffb5..000
--- a/dev-util/zeus/ChangeLog
+++ /dev/null
@@ -1,20 +0,0 @@
-# ChangeLog for dev-util/zeus
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-  11 Jun 2013; Hans de Graaff  zeus-0.13.3.ebuild:
-  find -o notation is officially too hard for me.
-
-  11 Jun 2013; Hans de Graaff  zeus-0.13.3.ebuild:
-  ... and the inotify-wrapper executable as well.
-
-  11 Jun 2013; Hans de Graaff  zeus-0.13.3.ebuild:
-  Make sure the go binaries have execute rights after installing.
-
-*zeus-0.13.3 (11 Jun 2013)
-
-  11 Jun 2013; Hans de Graaff  +zeus-0.13.3.ebuild,
-  +metadata.xml:
-  Initial import for testing. We should really compile the go code, but that
-  gets hairy very quickly.
-

diff --git a/dev-util/zeus/Manifest b/dev-util/zeus/Manifest
deleted file mode 100644
index d2ae04f..000
--- a/dev-util/zeus/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST zeus-0.13.3.gem 2126336 SHA256 
b25d483edccac7085b67141ac44c0c8aa6c96d075cb7de47f9ef4bded2f82c7f SHA512 
d8540e7d264a8cb55a04d9dc7578844a76e7b394bbfe0bd53891a4a0ceaddcde13fd156ae8d5c7549bcebe88481fa7c86b696bc9fcc28728d0940712b7d0164a
 WHIRLPOOL 
50701d353da637ab53b67899911b05afb10c2a80e0ad147896ae909136a0d5d22cd09c0338641f3c2d3697cd37d0c3f8f01644fac4063e81c449184ae188752c

diff --git a/dev-util/zeus/metadata.xml b/dev-util/zeus/metadata.xml
deleted file mode 100644
index f977299..000
--- a/dev-util/zeus/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-gra...@gentoo.org
-

diff --git a/dev-util/zeus/zeus-0.13.3.ebuild b/dev-util/zeus/zeus-0.13.3.ebuild
deleted file mode 100644
index a25190b..000
--- a/dev-util/zeus/zeus-0.13.3.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-USE_RUBY="ruby19"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC=""
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-
-RUBY_FAKEGEM_EXTRAINSTALL="build examples ext man"
-
-inherit ruby-fakegem
-
-DESCRIPTION="an intelligent preloader for ruby applications"
-HOMEPAGE="http://zeus.is/";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="doc"
-
-RESTRICT="test" # tests fail, not reported upstream yet.
-
-ruby_add_rdepend ">=dev-ruby/method_source-0.6.7"
-
-all_ruby_prepare() {
-   # Don't force specific CXXFLAGS.
-   sed -i -e '/^CXX/d' ext/inotify-wrapper/extconf.rb || die
-   sed -i -e '/-c/! s/CXXFLAGS/LDFLAGS/' ext/inotify-wrapper/extconf.rb || 
die
-
-   # Needs to be present for specs.
-   touch Gemfile.lock
-}
-
-each_ruby_configure() {
-   ${RUBY} -Cext/inotify-wrapper extconf.rb || die
-}
-
-each_ruby_compile() {
-   emake V=1 -Cext/inotify-wrapper
-}
-
-each_ruby_test() {
-   PATH="${S}/bin":$PATH ${RUBY} -S rspec spec || die
-}
-
-each_ruby_install() {
-   each_fakegem_install
-
-   # Enable execute rights for the binaries. Sigh.
-   find "${D}" -name zeus-*-* -exec chmod a+x {} \; || die
-   find "${D}" -name inotify-wrapper -exec chmod a+x {} \; || die
-}



[gentoo-commits] dev/graaff:master commit in: dev-ruby/libnotify/

2014-06-05 Thread Hans de Graaff
commit: 9f8616c8d7f1a0bd36a9d4d6601a6c53c921ec36
Author: Hans de Graaff  degraaff  org>
AuthorDate: Fri Jun  6 06:14:47 2014 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jun  6 06:14:47 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=9f8616c8

No longer using this.

---
 dev-ruby/libnotify/ChangeLog  | 49 ---
 dev-ruby/libnotify/Manifest   |  2 --
 dev-ruby/libnotify/libnotify-0.8.0.ebuild | 34 -
 dev-ruby/libnotify/libnotify-0.8.2.ebuild | 34 -
 dev-ruby/libnotify/metadata.xml   |  5 
 5 files changed, 124 deletions(-)

diff --git a/dev-ruby/libnotify/ChangeLog b/dev-ruby/libnotify/ChangeLog
deleted file mode 100644
index 63f4977..000
--- a/dev-ruby/libnotify/ChangeLog
+++ /dev/null
@@ -1,49 +0,0 @@
-# ChangeLog for dev-ruby/libnotify
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-*libnotify-0.8.2 (01 Nov 2013)
-
-  01 Nov 2013; Hans de Graaff  +libnotify-0.8.2.ebuild:
-  Version bump.
-
-  01 Nov 2013; Hans de Graaff  -libnotify-0.5.7.ebuild,
-  -libnotify-0.7.1.ebuild, -libnotify-0.7.2.ebuild:
-  Cleanup.
-
-*libnotify-0.8.0 (05 Oct 2012)
-
-  05 Oct 2012; Hans de Graaff  +libnotify-0.8.0.ebuild:
-  Version bump.
-
-*libnotify-0.7.2 (13 Apr 2012)
-
-  13 Apr 2012; Hans de Graaff  +libnotify-0.7.2.ebuild:
-  Version bump.
-
-*libnotify-0.7.1 (08 Jan 2012)
-
-  08 Jan 2012; Hans de Graaff  +libnotify-0.7.1.ebuild:
-  Version bump. Restrict tests due to new dependency.
-
-*libnotify-0.6.0 (15 Dec 2011)
-
-  15 Dec 2011; Hans de Graaff  +libnotify-0.6.0.ebuild:
-  Version bump.
-
-*libnotify-0.5.9 (25 Nov 2011)
-
-  25 Nov 2011; Hans de Graaff  +libnotify-0.5.9.ebuild:
-  Version bump.
-
-*libnotify-0.5.7 (05 Aug 2011)
-
-  05 Aug 2011; Hans de Graaff  +libnotify-0.5.7.ebuild:
-  Version bump.
-
-*libnotify-0.5.6 (13 Jul 2011)
-
-  13 Jul 2011; Hans de Graaff  +libnotify-0.5.6.ebuild,
-  +metadata.xml:
-  Initial import.
-

diff --git a/dev-ruby/libnotify/Manifest b/dev-ruby/libnotify/Manifest
deleted file mode 100644
index 917e620..000
--- a/dev-ruby/libnotify/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST libnotify-0.8.0.gem 29184 SHA256 
f0bfaf6ffd2203007b109d0bc8176e01939700af861d699d280fd59a4ecaa253 SHA512 
657c154420afb9441459b927144a8b2a5a94353d772e945ce0c90b755238d4dbecfccb84935477d94560b6564ff52095a1cb1120947d27aeee145d5c45130569
 WHIRLPOOL 
e14d5d6698f7f23b1d20d265cbd8a6f9d59205797b820b6e6f361503597a386df0b7e7789d401425ca6ae0dca8c4dbc30ec5d43a5c30abfefdf676ce1dabc5f1
-DIST libnotify-0.8.2.gem 31232 SHA256 
ea2f87d918d6bcc03928d8b630498aa52f37f59a289107dae8306b6a133c1d0f SHA512 
0ce2afa6670ed6e89b3603568ad5629e6b056293da8e5f8ad1851338d2eb61a3de24342f14eafffe32fc6b865c494dd0ffb51fd763fbc1197025f83bbdbc7f5e
 WHIRLPOOL 
f6d80c7d1820ce132c5872bac68b00c755567d6a2a779520c9d84da92d9b425425f18a16d2724b76f7f2cf1b9d6ce3a172d203d7175e6c7f29d5c2c7a2b484ff

diff --git a/dev-ruby/libnotify/libnotify-0.8.0.ebuild 
b/dev-ruby/libnotify/libnotify-0.8.0.ebuild
deleted file mode 100644
index 16317d1..000
--- a/dev-ruby/libnotify/libnotify-0.8.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header:  $
-
-EAPI=4
-USE_RUBY="ruby18 ruby19 ree18 jruby"
-
-# Documentation uses hanna, but hanna is broken with newer versions of
-# RDoc.
-RUBY_FAKEGEM_TASK_DOC="-Ilib yard"
-RUBY_FAKEGEM_EXTRADOC="README.rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Ruby bindings for libnotify using FFI."
-HOMEPAGE="https://github.com/splattael/libnotify";
-LICENSE="MIT"
-
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-IUSE=""
-
-# Requires minitest-libnotify which we don't package.
-RESTRICT="test"
-
-ruby_add_rdepend "virtual/ruby-ffi"
-
-ruby_add_bdepend "doc? ( dev-ruby/yard )"
-ruby_add_bdepend "test? ( dev-ruby/minitest )"
-
-all_ruby_prepare() {
-   rm Gemfile || die
-   sed -i -e '/[Bb]undler/d' -e '/rubies.rake/d' Rakefile test/helper.rb 
|| die
-}

diff --git a/dev-ruby/libnotify/libnotify-0.8.2.ebuild 
b/dev-ruby/libnotify/libnotify-0.8.2.ebuild
deleted file mode 100644
index bc5cfa3..000
--- a/dev-ruby/libnotify/libnotify-0.8.2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header:  $
-
-EAPI=5
-USE_RUBY="ruby18 ruby19 jruby"
-
-# Documentation uses hanna, but hanna is broken with newer versions of
-# RDoc.
-RUBY_FAKEGEM_TASK_DOC="-Ilib yard"
-RUBY_FAKEGEM_EXTRADOC="README.rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Ruby bindings for libnotify using FFI."
-HOMEPAGE="https://github.com/splattael/libnotify";
-LICENSE="MIT"
-
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-IUSE=""
-
-# Requires minitest-libnotify which we don't package.
-RESTRICT="test"
-
-ruby_add_rdepend "virtual/ruby-ffi"
-
-ruby_add_bdepend "doc? ( d

[gentoo-commits] dev/graaff:master commit in: dev-ruby/cliver/

2014-06-05 Thread Hans de Graaff
commit: 5f8ab2246f5f09ab46ea60632aae995453bcacaa
Author: Hans de Graaff  degraaff  org>
AuthorDate: Fri Jun  6 06:27:28 2014 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jun  6 06:27:28 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=5f8ab224

Add ruby21.

Package-Manager: portage-2.2.8-r1

---
 dev-ruby/cliver/ChangeLog   | 5 -
 dev-ruby/cliver/cliver-0.3.2.ebuild | 4 ++--
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/dev-ruby/cliver/ChangeLog b/dev-ruby/cliver/ChangeLog
index cf8210f..f437659 100644
--- a/dev-ruby/cliver/ChangeLog
+++ b/dev-ruby/cliver/ChangeLog
@@ -1,7 +1,10 @@
 # ChangeLog for dev-ruby/cliver
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  06 Jun 2014; Hans de Graaff  cliver-0.3.2.ebuild:
+  Add ruby21.
+
 *cliver-0.3.2 (13 Dec 2013)
 
   13 Dec 2013; Hans de Graaff  +cliver-0.3.2.ebuild:

diff --git a/dev-ruby/cliver/cliver-0.3.2.ebuild 
b/dev-ruby/cliver/cliver-0.3.2.ebuild
index 0b38556..c5696f7 100644
--- a/dev-ruby/cliver/cliver-0.3.2.ebuild
+++ b/dev-ruby/cliver/cliver-0.3.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header:  $
 
 EAPI=5
-USE_RUBY="ruby18 ruby19 ruby20 jruby"
+USE_RUBY="ruby19 ruby20 ruby21 jruby"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec"
 



[gentoo-commits] dev/graaff:master commit in: dev-ruby/default_value_for/

2014-06-05 Thread Hans de Graaff
commit: d6259650d3f954d70236c5270d487d139a4b
Author: Hans de Graaff  degraaff  org>
AuthorDate: Fri Jun  6 05:49:57 2014 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jun  6 05:49:57 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=d6259650

Version bump.

Package-Manager: portage-2.2.8-r1

---
 dev-ruby/default_value_for/ChangeLog   |  6 +
 dev-ruby/default_value_for/Manifest|  1 +
 .../default_value_for-3.0.0.1.ebuild   | 29 ++
 3 files changed, 36 insertions(+)

diff --git a/dev-ruby/default_value_for/ChangeLog 
b/dev-ruby/default_value_for/ChangeLog
index aed2e73..af59c8b 100644
--- a/dev-ruby/default_value_for/ChangeLog
+++ b/dev-ruby/default_value_for/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*default_value_for-3.0.0.1 (06 Jun 2014)
+
+  06 Jun 2014; Hans de Graaff 
+  +default_value_for-3.0.0.1.ebuild:
+  Version bump.
+
 *default_value_for-3.0.0 (21 Feb 2014)
 
   21 Feb 2014; Hans de Graaff 

diff --git a/dev-ruby/default_value_for/Manifest 
b/dev-ruby/default_value_for/Manifest
index 18b6b75..b31f2ee 100644
--- a/dev-ruby/default_value_for/Manifest
+++ b/dev-ruby/default_value_for/Manifest
@@ -1,2 +1,3 @@
 DIST default_value_for-2.0.3.gem 15360 SHA256 
9217290832b543a9a84d9ce9c706ad73ab97445a3fd5b61090f23ce721f7dd98 SHA512 
5b2398cfb0a8b9f35cbae12c3e53756b0aa147adfeeb25c117efbf39456b20aa952b0b5963bfa8428fdcc900f73d5a164244b5604273a283f6ca25330ba7ba46
 WHIRLPOOL 
18c685a674e4a0c78908cab28a7f1df2d06fdd9f53989cbbda733848782138cc376a4d0bb1836664251f351d3e9e5ee9b3b18740abc34c11950d571b2c7f0e7e
+DIST default_value_for-3.0.0.1.gem 18432 SHA256 
ea22e917b61123c52542db6806ccb71933ac1ed3f4682d012bcd3ae8ce0f13cd SHA512 
43066f7aac3db3fb183c6bce7255d5e453b3b8af616a8847ce560814bd0bcb7820c9148524953d7351b6fc33947a6ad02b3cee9766a1c7374ae0964af01d2b89
 WHIRLPOOL 
6d1f4f5c7689b83aa831e0e5c6e1081d70f92d729c98048fdbe5d9187ffae27524ea148a694309b8a4fec508f00376a7aa5127185d42a2b62f6fc69c06974f48
 DIST default_value_for-3.0.0.gem 16896 SHA256 
1fbd89cb5e7dab1820f7da6bbf5972c36e41acaa25101f129a7adffe9b987021 SHA512 
38a179e067e82ed86d4a6e52071fdb987783af05aad816810c5322ace23b8188055ecc96208f9cab9aa72ba5a3feea81e5024b909b345003ea972c79013ad7fb
 WHIRLPOOL 
64f30566835d1b03ce4dd561b0047dd3c32bb8efeb7bbe7b76abe9d927cfa2ac98ad4c5675dcd3bf202672357e2581abcb32656712789bd9f03e3abf165523b4

diff --git a/dev-ruby/default_value_for/default_value_for-3.0.0.1.ebuild 
b/dev-ruby/default_value_for/default_value_for-3.0.0.1.ebuild
new file mode 100644
index 000..8ac0eec
--- /dev/null
+++ b/dev-ruby/default_value_for/default_value_for-3.0.0.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header:  $
+
+EAPI=5
+USE_RUBY="ruby19 ruby20 ruby21"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_EXTRAINSTALL="init.rb"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Allows one to define default values for ActiveRecord models in a 
declarative manner."
+HOMEPAGE="https://github.com/FooBarWidget/default_value_for";
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/activerecord-3.2.0 

[gentoo-commits] dev/graaff:master commit in: dev-ruby/calendar_helper/

2014-06-05 Thread Hans de Graaff
commit: 078294283d9f0f2b64f00d920a5abc038548c1c7
Author: Hans de Graaff  degraaff  org>
AuthorDate: Tue May 27 05:25:04 2014 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue May 27 05:25:04 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=07829428

Add ruby20, ruby21.

Package-Manager: portage-2.2.8-r1

---
 dev-ruby/calendar_helper/ChangeLog| 5 -
 dev-ruby/calendar_helper/calendar_helper-0.2.6.ebuild | 4 ++--
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/dev-ruby/calendar_helper/ChangeLog 
b/dev-ruby/calendar_helper/ChangeLog
index 502da6b..f08bfd9 100644
--- a/dev-ruby/calendar_helper/ChangeLog
+++ b/dev-ruby/calendar_helper/ChangeLog
@@ -1,7 +1,10 @@
 # ChangeLog for dev-ruby/calendar_helper
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  27 May 2014; Hans de Graaff  calendar_helper-0.2.6.ebuild:
+  Add ruby20, ruby21.
+
 *calendar_helper-0.2.6 (13 Sep 2013)
 
   13 Sep 2013; Hans de Graaff 

diff --git a/dev-ruby/calendar_helper/calendar_helper-0.2.6.ebuild 
b/dev-ruby/calendar_helper/calendar_helper-0.2.6.ebuild
index 2c160fe..ec5dfe7 100644
--- a/dev-ruby/calendar_helper/calendar_helper-0.2.6.ebuild
+++ b/dev-ruby/calendar_helper/calendar_helper-0.2.6.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
 EAPI=5
-USE_RUBY="ruby18 ruby19"
+USE_RUBY="ruby19 ruby20 ruby21"
 
 RUBY_FAKEGEM_TASK_DOC=""
 



[gentoo-commits] dev/graaff:master commit in: app-emacs/groovy-mode/, app-emacs/groovy-mode/files/

2014-06-05 Thread Hans de Graaff
commit: 06601fe1b91b9e5ec5337f9ee2d40c9bfd2a0fff
Author: Hans de Graaff  degraaff  org>
AuthorDate: Thu May 29 15:16:41 2014 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu May 29 15:16:41 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=06601fe1

Initial import.

Package-Manager: portage-2.2.8-r1

---
 app-emacs/groovy-mode/ChangeLog| 11 +
 app-emacs/groovy-mode/Manifest |  1 +
 .../groovy-mode/files/50groovy-mode-gentoo.el  |  6 +
 .../groovy-mode/groovy-mode-201311291207.ebuild| 26 ++
 app-emacs/groovy-mode/metadata.xml |  5 +
 5 files changed, 49 insertions(+)

diff --git a/app-emacs/groovy-mode/ChangeLog b/app-emacs/groovy-mode/ChangeLog
new file mode 100644
index 000..7237ef7
--- /dev/null
+++ b/app-emacs/groovy-mode/ChangeLog
@@ -0,0 +1,11 @@
+# ChangeLog for app-emacs/groovy-mode
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*groovy-mode-201311291207 (29 May 2014)
+
+  29 May 2014; Hans de Graaff 
+  +groovy-mode-201311291207.ebuild, +files/50groovy-mode-gentoo.el,
+  +metadata.xml:
+  Initial import.
+

diff --git a/app-emacs/groovy-mode/Manifest b/app-emacs/groovy-mode/Manifest
new file mode 100644
index 000..9ec87e8
--- /dev/null
+++ b/app-emacs/groovy-mode/Manifest
@@ -0,0 +1 @@
+DIST groovy-mode-201311291207.tar.gz 21299 SHA256 
861763338cf9e650fc11cd92b023c3f8f500e844f7339dadcb722bf47d1b3425 SHA512 
e41c4e02d79ae2d50f107ca71b02a877a43099d67cc4799e43970031d24b400a9210168bfef5053662a801d0fd796a70422d252bc1c1ca3a47ef5963f9693813
 WHIRLPOOL 
20893ea5e8003bfe43e69afb5d33f888de08cb32683cd8f4aa42f5f5f26f5a2826a0fb6261367f784f49584a3c30ccb4893ba2e938d4ac8391f6bf402d53b181

diff --git a/app-emacs/groovy-mode/files/50groovy-mode-gentoo.el 
b/app-emacs/groovy-mode/files/50groovy-mode-gentoo.el
new file mode 100644
index 000..bc6dab2
--- /dev/null
+++ b/app-emacs/groovy-mode/files/50groovy-mode-gentoo.el
@@ -0,0 +1,6 @@
+
+;;; groovy-mode site-lisp configuration
+
+(add-to-list 'load-path "@SITELISP@")
+(add-to-list 'auto-mode-alist '("\\.groovy$" . groovy-mode))
+(autoload 'groovy-mode "groovy-mode" "Mode for editing Groovy")

diff --git a/app-emacs/groovy-mode/groovy-mode-201311291207.ebuild 
b/app-emacs/groovy-mode/groovy-mode-201311291207.ebuild
new file mode 100644
index 000..43d0219
--- /dev/null
+++ b/app-emacs/groovy-mode/groovy-mode-201311291207.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/css-mode/css-mode-0.11.ebuild,v 
1.10 2008/02/14 10:07:30 ulm Exp $
+
+EAPI=5
+
+inherit elisp
+
+IUSE=""
+
+DESCRIPTION="A major mode for editing CoffeeScript"
+HOMEPAGE="https://github.com/russel/Emacs-Groovy-Mode";
+SRC_URI="https://github.com/russel/Emacs-Groovy-Mode/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+
+SITEFILE="50${PN}-gentoo.el"
+
+S="${WORKDIR}/Emacs-Groovy-Mode-${PV}"
+
+src_install() {
+   elisp_src_install
+
+   dodoc README.md
+}

diff --git a/app-emacs/groovy-mode/metadata.xml 
b/app-emacs/groovy-mode/metadata.xml
new file mode 100644
index 000..f977299
--- /dev/null
+++ b/app-emacs/groovy-mode/metadata.xml
@@ -0,0 +1,5 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+gra...@gentoo.org
+



[gentoo-commits] gentoo-x86 commit in media-gfx/cptutils: cptutils-1.54.ebuild ChangeLog

2014-06-05 Thread Tim Harder (radhermit)
radhermit14/06/06 06:21:21

  Modified: ChangeLog
  Added:cptutils-1.54.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  ChangesPath
1.11 media-gfx/cptutils/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-gfx/cptutils/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   25 Apr 2014 05:14:39 -  1.10
+++ ChangeLog   6 Jun 2014 06:21:20 -   1.11
@@ -1,6 +1,12 @@
 # ChangeLog for media-gfx/cptutils
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/cptutils/ChangeLog,v 1.10 
2014/04/25 05:14:39 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/cptutils/ChangeLog,v 1.11 
2014/06/06 06:21:20 radhermit Exp $
+
+*cptutils-1.54 (06 Jun 2014)
+
+  06 Jun 2014; Tim Harder  +cptutils-1.54.ebuild,
+  +files/cptutils-1.54-parallel-make.patch:
+  Version bump.
 
 *cptutils-1.53 (25 Apr 2014)
 



1.1  media-gfx/cptutils/cptutils-1.54.ebuild

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

Index: cptutils-1.54.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/cptutils/cptutils-1.54.ebuild,v 
1.1 2014/06/06 06:21:20 radhermit Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )

inherit python-single-r1 eutils

DESCRIPTION="A number of utilities for the manipulation of color gradient files"
HOMEPAGE="http://soliton.vm.bytemark.co.uk/pub/jjg/en/code/cptutils.html";
SRC_URI="http://soliton.vm.bytemark.co.uk/pub/jjg/code/${P}.tar.gz";

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

CDEPEND="dev-libs/libxml2:2
media-libs/libpng:0="
RDEPEND="${CDEPEND}
${PYTHON_DEPS}"
DEPEND="${CDEPEND}"

src_prepare() {
epatch "${FILESDIR}"/${P}-parallel-make.patch
python_fix_shebang src/gradient-convert/gradient-convert.py
}






[gentoo-commits] gentoo-x86 commit in media-gfx/cptutils/files: cptutils-1.54-parallel-make.patch

2014-06-05 Thread Tim Harder (radhermit)
radhermit14/06/06 06:21:21

  Added:cptutils-1.54-parallel-make.patch
  Log:
  Version bump.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  ChangesPath
1.1  media-gfx/cptutils/files/cptutils-1.54-parallel-make.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/cptutils/files/cptutils-1.54-parallel-make.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/cptutils/files/cptutils-1.54-parallel-make.patch?rev=1.1&content-type=text/plain

Index: cptutils-1.54-parallel-make.patch
===
--- cptutils-1.54/Makefile.in
+++ cptutils-1.54/Makefile.in
@@ -8,23 +8,22 @@
 RUBBISH   = *~
 CONFFILES = config.cache config.log config.status configure Makefile
 DIST  = cptutils-$(VERSION)
-MAKE_SRC  = $(MAKE) -C src
 
 # targets
 
 default : all
 
 all : 
-   $(MAKE_SRC) all
+   $(MAKE) -C src all
 
 install :
-   $(MAKE_SRC) install
+   $(MAKE) -C src install
 
 test check :
-   $(MAKE_SRC) --quiet test
+   $(MAKE) -C src --quiet test
 
 unit :
-   $(MAKE_SRC) --quiet unit
+   $(MAKE) -C src --quiet unit
 
 clean :
$(RM) $(RUBBISH)






[gentoo-commits] gentoo-x86 commit in media-gfx/gmic: gmic-1.5.9.1.ebuild ChangeLog

2014-06-05 Thread Tim Harder (radhermit)
radhermit14/06/06 06:16:39

  Modified: ChangeLog
  Added:gmic-1.5.9.1.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  ChangesPath
1.49 media-gfx/gmic/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-gfx/gmic/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog   25 Apr 2014 05:35:03 -  1.48
+++ ChangeLog   6 Jun 2014 06:16:39 -   1.49
@@ -1,6 +1,12 @@
 # ChangeLog for media-gfx/gmic
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gmic/ChangeLog,v 1.48 2014/04/25 
05:35:03 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gmic/ChangeLog,v 1.49 2014/06/06 
06:16:39 radhermit Exp $
+
+*gmic-1.5.9.1 (06 Jun 2014)
+
+  06 Jun 2014; Tim Harder  +gmic-1.5.9.1.ebuild,
+  +files/gmic-1.5.9.1-makefile.patch:
+  Version bump.
 
 *gmic-1.5.8.6 (25 Apr 2014)
 



1.1  media-gfx/gmic/gmic-1.5.9.1.ebuild

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

Index: gmic-1.5.9.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/gmic/gmic-1.5.9.1.ebuild,v 1.1 
2014/06/06 06:16:39 radhermit Exp $

EAPI=5

inherit eutils toolchain-funcs bash-completion-r1 flag-o-matic

DESCRIPTION="GREYC's Magic Image Converter"
HOMEPAGE="http://gmic.sourceforge.net/";
SRC_URI="mirror://sourceforge/${PN}/${PN}_${PV}.tar.gz"

LICENSE="CeCILL-2 FDL-1.3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="ffmpeg fftw graphicsmagick jpeg opencv openexr png tiff X zlib"

RDEPEND="
ffmpeg? ( virtual/ffmpeg )
fftw? ( sci-libs/fftw:3.0[threads] )
graphicsmagick? ( media-gfx/graphicsmagick )
jpeg? ( virtual/jpeg )
opencv? ( >=media-libs/opencv-2.3.1a-r1 )
openexr? (
media-libs/ilmbase
media-libs/openexr
)
png? ( media-libs/libpng )
tiff? ( media-libs/tiff )
X? (
x11-libs/libX11
x11-libs/libXext
)
zlib? ( sys-libs/zlib )"
DEPEND="${RDEPEND}"

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

src_prepare() {
epatch "${FILESDIR}"/${P}-makefile.patch
epatch "${FILESDIR}"/${PN}-1.5.8.2-ffmpeg.patch

for i in ffmpeg fftw jpeg opencv png tiff zlib ; do
use $i || { sed -i -r "s/^(${i}_(C|LD)FLAGS =).*/\1/I" Makefile 
|| die ; }
done

use graphicsmagick || { sed -i -r "s/^(MAGICK_(C|LD)FLAGS =).*/\1/" 
Makefile || die ; }
use openexr || { sed -i -r "s/^(EXR_(C|LD)FLAGS =).*/\1/" Makefile || 
die ; }

if ! use X ; then
sed -i -r "s/^((X11|XSHM)_(C|LD)FLAGS =).*/\1/" Makefile || die

# disable display capabilities when X support is disabled
append-cppflags -Dcimg_display=0
fi
}

src_compile() {
emake AR="$(tc-getAR)" CC="$(tc-getCXX)" CFLAGS="${CXXFLAGS}" 
OPT_CFLAGS= DEBUG_CFLAGS= linux lib
}

src_install() {
dobin gmic
newlib.so libgmic.so libgmic.so.1

insinto /usr/include
doins gmic.h

doman ../man/gmic.1.gz
dodoc ../README

newbashcomp ../resources/gmic_bashcompletion.sh ${PN}
}






[gentoo-commits] gentoo-x86 commit in media-gfx/gmic/files: gmic-1.5.9.1-makefile.patch

2014-06-05 Thread Tim Harder (radhermit)
radhermit14/06/06 06:16:39

  Added:gmic-1.5.9.1-makefile.patch
  Log:
  Version bump.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  ChangesPath
1.1  media-gfx/gmic/files/gmic-1.5.9.1-makefile.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gmic/files/gmic-1.5.9.1-makefile.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gmic/files/gmic-1.5.9.1-makefile.patch?rev=1.1&content-type=text/plain

Index: gmic-1.5.9.1-makefile.patch
===
--- gmic-1.5.9.1/src/Makefile
+++ gmic-1.5.9.1/src/Makefile
@@ -77,7 +77,6 @@
 
 # Flags that are mandatory to compile 'gmic'.
 MANDATORY_CFLAGS += -Dgmic_build -I$(USR)/include
-MANDATORY_LDFLAGS += -L$(USR)/lib
 ifeq ($(CC),g++)
 MANDATORY_CFLAGS += -Wall -W
 MANDATORY_LDFLAGS += -lm
@@ -121,14 +120,14 @@
 # (keep /usr/ dirname here since X11 is located in /usr/ on Mac too).
 # This requires the presence of the X11 include and library files.
 # (package 'libx11-dev' on Debian).
-X11_CFLAGS = -Dcimg_display=1 -Dcimg_appname=\\\"gmic\\\" -I/usr/X11R6/include 
#-Dcimg_use_xrandr
-X11_LDFLAGS = -L/usr/X11R6/lib -lX11 -lpthread #-lXrandr
+X11_CFLAGS = -Dcimg_display=1 -Dcimg_appname=\\\"gmic\\\" #-Dcimg_use_xrandr
+X11_LDFLAGS = -lX11 -lpthread #-lXrandr
 
 # Flags to enable fast display, using XShm.
 # This requires the presence of the X11 extension include and library files.
 # (package 'libx11-dev' on Debian).
 XSHM_CFLAGS = -Dcimg_use_xshm
-XSHM_LDFLAGS = -L$(USR)/X11R6/lib -lXext
+XSHM_LDFLAGS = -lXext
 
 # Flags to enable image display, using GDI32.
 # This requires the presence of the GDI32 include and library files.
@@ -163,7 +162,7 @@
 # This requires the presence of the FFMPEG include and library files.
 # (packages 'libavcodec-dev', 'libavutil-dev', 'libavformat-dev' and 
'libswscale-dev' on Debian).
 FFMPEG_CFLAGS = -Dcimg_use_ffmpeg -D__STDC_CONSTANT_MACROS 
-I$(USR)/include/libavcodec -I$(USR)/include/libavformat 
-I$(USR)/include/libswscale -I$(USR)/include/ffmpeg
-FFMPEG_LDFLAGS = -lavcodec -lavformat -lswscale
+FFMPEG_LDFLAGS = -lavcodec -lavformat -lavutil -lswscale
 
 # Flags to enable native support for compressed .cimgz files, using the Zlib 
library.
 # This requires the presence of the Zlib include and library files.
@@ -174,14 +173,8 @@
 # Flags to enable native support of webcams, using the OpenCV library.
 # This requires the presence of the OpenCV include and library files.
 # (package 'libcv3-2-dev' on Debian).
-ifeq ($(OS),Darwin)
 OPENCV_CFLAGS = -Dcimg_use_opencv -I$(USR)/include -I$(USR)/include/opencv
 OPENCV_LDFLAGS = `pkg-config opencv --libs`   #-> Use this for OpenCV 2.2.0 !
-else
-OPENCV_CFLAGS = -Dcimg_use_opencv -I$(USR)/include -I$(USR)/include/opencv
-# OPENCV_LDFLAGS = -lcv -lhighgui
-OPENCV_LDFLAGS = -lopencv_core -lopencv_highgui   #-> Use this for OpenCV >= 
2.2.0 !
-endif
 
 # Flags to enable native support of most classical image file formats, using 
the GraphicsMagick++ library.
 # This requires the presence of the GraphicsMagick++ include and library files.
@@ -307,10 +300,10 @@
 endif
 
 gimp:
-   $(MAKE) "CFLAGS=$(STD_GIMP_CFLAGS) $(OPT_CFLAGS)" 
"LDFLAGS+=$(STD_GIMP_LDFLAGS) $(OPT_LDFLAGS)" "STRIP_EXE=1" gmic_gimp
+   $(MAKE) "CFLAGS+=$(STD_GIMP_CFLAGS) $(OPT_CFLAGS)" 
"LDFLAGS+=$(STD_GIMP_LDFLAGS) $(OPT_LDFLAGS)" gmic_gimp
 
 lib:
-   $(MAKE) "CFLAGS=$(STD_LIB_CFLAGS) $(OPT_CFLAGS)" 
"LDFLAGS+=$(STD_LIB_LDFLAGS) $(OPT_LDFLAGS)" gmic_lib
+   $(MAKE) "CFLAGS+=$(STD_LIB_CFLAGS) $(OPT_CFLAGS)" 
"LDFLAGS+=$(STD_LIB_LDFLAGS) $(OPT_LDFLAGS)" gmic_lib
 
 zart: lib
 ifneq ($(OS),Darwin)
@@ -321,7 +314,7 @@
 
 # Entries for other configurations.
 linux:
-   $(MAKE) "CFLAGS=$(STD_UNIX_CFLAGS) $(OPT_CFLAGS)" 
"LDFLAGS=$(STD_UNIX_LDFLAGS)" "STRIP_EXE=1" gmic_cli_standard
+   $(MAKE) "CFLAGS+=$(STD_UNIX_CFLAGS) $(OPT_CFLAGS)" 
"LDFLAGS=$(STD_UNIX_LDFLAGS)" gmic_cli_standard
 
 solaris:
$(MAKE) "CFLAGS=$(STD_UNIX_CFLAGS) $(OPT_CFLAGS)" 
"LDFLAGS=$(STD_UNIX_LDFLAGS) -R$(USR)/X11R6/lib -lrt -lnsl -lsocket" 
"STRIP_EXE=1" gmic_cli_standard
@@ -342,7 +335,7 @@
$(MAKE) "CFLAGS+=$(MINIMAL_UNIX_CFLAGS)" 
"LDFLAGS+=$(MINIMAL_UNIX_LDFLAGS)" gmic_cli_standard
 
 full:
-   $(MAKE) "CFLAGS=$(FULL_UNIX_CFLAGS) $(OPT_CFLAGS)" 
"LDFLAGS=$(FULL_UNIX_LDFLAGS)" "STRIP_EXE=1" gmic_cli_full
+   $(MAKE) "CFLAGS+=$(FULL_UNIX_CFLAGS) $(OPT_CFLAGS)" 
"LDFLAGS=$(FULL_UNIX_LDFLAGS)" gmic_cli_full
 
 winminimal:
$(MAKE) "CFLAGS=$(MINIMAL_WINDOWS_CFLAGS)" 
"LDFLAGS=$(MINIMAL_WINDOWS_LDFLAGS)" gmic_cli_standard
@@ -351,10 +344,9 @@
 gmic_lib.o: gmic.cpp
$(CC) -o gmic_lib.o -c gmic.cpp -fPIC $(CFLAGS) -Dgmic_float_only
 gmic_lib: gmic_lib.o
-   ar rcs libgmic.a gmic_lib.o
+   $(AR) rcs libgmic.a gmic_lib.o
 ifneq ($(OS),Darwin)
$(CC) -shared -Wl,-soname,libgmic.so.

[gentoo-commits] gentoo-x86 commit in media-plugins/gimp-gmic/files: gmic-1.5.9.1-makefile.patch

2014-06-05 Thread Tim Harder (radhermit)
radhermit14/06/06 06:13:00

  Added:gmic-1.5.9.1-makefile.patch
  Log:
  Version bump.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  ChangesPath
1.1  media-plugins/gimp-gmic/files/gmic-1.5.9.1-makefile.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gimp-gmic/files/gmic-1.5.9.1-makefile.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gimp-gmic/files/gmic-1.5.9.1-makefile.patch?rev=1.1&content-type=text/plain

Index: gmic-1.5.9.1-makefile.patch
===
--- gmic-1.5.9.1/src/Makefile
+++ gmic-1.5.9.1/src/Makefile
@@ -77,7 +77,6 @@
 
 # Flags that are mandatory to compile 'gmic'.
 MANDATORY_CFLAGS += -Dgmic_build -I$(USR)/include
-MANDATORY_LDFLAGS += -L$(USR)/lib
 ifeq ($(CC),g++)
 MANDATORY_CFLAGS += -Wall -W
 MANDATORY_LDFLAGS += -lm
@@ -121,14 +120,14 @@
 # (keep /usr/ dirname here since X11 is located in /usr/ on Mac too).
 # This requires the presence of the X11 include and library files.
 # (package 'libx11-dev' on Debian).
-X11_CFLAGS = -Dcimg_display=1 -Dcimg_appname=\\\"gmic\\\" -I/usr/X11R6/include 
#-Dcimg_use_xrandr
-X11_LDFLAGS = -L/usr/X11R6/lib -lX11 -lpthread #-lXrandr
+X11_CFLAGS = -Dcimg_display=1 -Dcimg_appname=\\\"gmic\\\" #-Dcimg_use_xrandr
+X11_LDFLAGS = -lX11 -lpthread #-lXrandr
 
 # Flags to enable fast display, using XShm.
 # This requires the presence of the X11 extension include and library files.
 # (package 'libx11-dev' on Debian).
 XSHM_CFLAGS = -Dcimg_use_xshm
-XSHM_LDFLAGS = -L$(USR)/X11R6/lib -lXext
+XSHM_LDFLAGS = -lXext
 
 # Flags to enable image display, using GDI32.
 # This requires the presence of the GDI32 include and library files.
@@ -163,7 +162,7 @@
 # This requires the presence of the FFMPEG include and library files.
 # (packages 'libavcodec-dev', 'libavutil-dev', 'libavformat-dev' and 
'libswscale-dev' on Debian).
 FFMPEG_CFLAGS = -Dcimg_use_ffmpeg -D__STDC_CONSTANT_MACROS 
-I$(USR)/include/libavcodec -I$(USR)/include/libavformat 
-I$(USR)/include/libswscale -I$(USR)/include/ffmpeg
-FFMPEG_LDFLAGS = -lavcodec -lavformat -lswscale
+FFMPEG_LDFLAGS = -lavcodec -lavformat -lavutil -lswscale
 
 # Flags to enable native support for compressed .cimgz files, using the Zlib 
library.
 # This requires the presence of the Zlib include and library files.
@@ -174,14 +173,8 @@
 # Flags to enable native support of webcams, using the OpenCV library.
 # This requires the presence of the OpenCV include and library files.
 # (package 'libcv3-2-dev' on Debian).
-ifeq ($(OS),Darwin)
 OPENCV_CFLAGS = -Dcimg_use_opencv -I$(USR)/include -I$(USR)/include/opencv
 OPENCV_LDFLAGS = `pkg-config opencv --libs`   #-> Use this for OpenCV 2.2.0 !
-else
-OPENCV_CFLAGS = -Dcimg_use_opencv -I$(USR)/include -I$(USR)/include/opencv
-# OPENCV_LDFLAGS = -lcv -lhighgui
-OPENCV_LDFLAGS = -lopencv_core -lopencv_highgui   #-> Use this for OpenCV >= 
2.2.0 !
-endif
 
 # Flags to enable native support of most classical image file formats, using 
the GraphicsMagick++ library.
 # This requires the presence of the GraphicsMagick++ include and library files.
@@ -307,10 +300,10 @@
 endif
 
 gimp:
-   $(MAKE) "CFLAGS=$(STD_GIMP_CFLAGS) $(OPT_CFLAGS)" 
"LDFLAGS+=$(STD_GIMP_LDFLAGS) $(OPT_LDFLAGS)" "STRIP_EXE=1" gmic_gimp
+   $(MAKE) "CFLAGS+=$(STD_GIMP_CFLAGS) $(OPT_CFLAGS)" 
"LDFLAGS+=$(STD_GIMP_LDFLAGS) $(OPT_LDFLAGS)" gmic_gimp
 
 lib:
-   $(MAKE) "CFLAGS=$(STD_LIB_CFLAGS) $(OPT_CFLAGS)" 
"LDFLAGS+=$(STD_LIB_LDFLAGS) $(OPT_LDFLAGS)" gmic_lib
+   $(MAKE) "CFLAGS+=$(STD_LIB_CFLAGS) $(OPT_CFLAGS)" 
"LDFLAGS+=$(STD_LIB_LDFLAGS) $(OPT_LDFLAGS)" gmic_lib
 
 zart: lib
 ifneq ($(OS),Darwin)
@@ -321,7 +314,7 @@
 
 # Entries for other configurations.
 linux:
-   $(MAKE) "CFLAGS=$(STD_UNIX_CFLAGS) $(OPT_CFLAGS)" 
"LDFLAGS=$(STD_UNIX_LDFLAGS)" "STRIP_EXE=1" gmic_cli_standard
+   $(MAKE) "CFLAGS+=$(STD_UNIX_CFLAGS) $(OPT_CFLAGS)" 
"LDFLAGS=$(STD_UNIX_LDFLAGS)" gmic_cli_standard
 
 solaris:
$(MAKE) "CFLAGS=$(STD_UNIX_CFLAGS) $(OPT_CFLAGS)" 
"LDFLAGS=$(STD_UNIX_LDFLAGS) -R$(USR)/X11R6/lib -lrt -lnsl -lsocket" 
"STRIP_EXE=1" gmic_cli_standard
@@ -342,7 +335,7 @@
$(MAKE) "CFLAGS+=$(MINIMAL_UNIX_CFLAGS)" 
"LDFLAGS+=$(MINIMAL_UNIX_LDFLAGS)" gmic_cli_standard
 
 full:
-   $(MAKE) "CFLAGS=$(FULL_UNIX_CFLAGS) $(OPT_CFLAGS)" 
"LDFLAGS=$(FULL_UNIX_LDFLAGS)" "STRIP_EXE=1" gmic_cli_full
+   $(MAKE) "CFLAGS+=$(FULL_UNIX_CFLAGS) $(OPT_CFLAGS)" 
"LDFLAGS=$(FULL_UNIX_LDFLAGS)" gmic_cli_full
 
 winminimal:
$(MAKE) "CFLAGS=$(MINIMAL_WINDOWS_CFLAGS)" 
"LDFLAGS=$(MINIMAL_WINDOWS_LDFLAGS)" gmic_cli_standard
@@ -351,10 +344,9 @@
 gmic_lib.o: gmic.cpp
$(CC) -o gmic_lib.o -c gmic.cpp -fPIC $(CFLAGS) -Dgmic_float_only
 gmic_lib: gmic_lib.o
-   ar rcs libgmic.a gmic_lib.o
+   $(AR) rcs libgmic.a gmic_lib.o
 ifneq ($(OS),Darwin)
$(CC) -sha

[gentoo-commits] gentoo-x86 commit in media-plugins/gimp-gmic: gimp-gmic-1.5.9.1.ebuild ChangeLog

2014-06-05 Thread Tim Harder (radhermit)
radhermit14/06/06 06:12:59

  Modified: ChangeLog
  Added:gimp-gmic-1.5.9.1.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  ChangesPath
1.43 media-plugins/gimp-gmic/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gimp-gmic/ChangeLog?rev=1.43&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gimp-gmic/ChangeLog?rev=1.43&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gimp-gmic/ChangeLog?r1=1.42&r2=1.43

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gimp-gmic/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog   25 Apr 2014 05:29:24 -  1.42
+++ ChangeLog   6 Jun 2014 06:12:59 -   1.43
@@ -1,6 +1,12 @@
 # ChangeLog for media-plugins/gimp-gmic
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gimp-gmic/ChangeLog,v 1.42 
2014/04/25 05:29:24 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gimp-gmic/ChangeLog,v 1.43 
2014/06/06 06:12:59 radhermit Exp $
+
+*gimp-gmic-1.5.9.1 (06 Jun 2014)
+
+  06 Jun 2014; Tim Harder  +gimp-gmic-1.5.9.1.ebuild,
+  +files/gmic-1.5.9.1-makefile.patch:
+  Version bump.
 
 *gimp-gmic-1.5.8.6 (25 Apr 2014)
 



1.1  media-plugins/gimp-gmic/gimp-gmic-1.5.9.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gimp-gmic/gimp-gmic-1.5.9.1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gimp-gmic/gimp-gmic-1.5.9.1.ebuild?rev=1.1&content-type=text/plain

Index: gimp-gmic-1.5.9.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-plugins/gimp-gmic/gimp-gmic-1.5.9.1.ebuild,v 1.1 
2014/06/06 06:12:59 radhermit Exp $

EAPI=5

inherit eutils toolchain-funcs

DESCRIPTION="G'MIC GIMP plugin"
HOMEPAGE="http://gmic.sourceforge.net/gimp.shtml";
SRC_URI="mirror://sourceforge/gmic/gmic_${PV}.tar.gz"

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

RDEPEND=">=media-gfx/gimp-2.4.0
media-libs/libpng:0=
sci-libs/fftw:3.0[threads]
sys-libs/zlib"
DEPEND="${RDEPEND}"

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

src_prepare() {
epatch "${FILESDIR}"/gmic-${PV}-makefile.patch
}

src_compile() {
emake CC="$(tc-getCXX)" CFLAGS="${CXXFLAGS}" OPT_CFLAGS= DEBUG_CFLAGS= 
gimp
}

src_install() {
exeinto $(gimptool-2.0 --gimpplugindir)/plug-ins
doexe gmic_gimp
dodoc ../README
}

pkg_postinst() {
elog "The G'MIC plugin is accessible from the menu:"
elog "Filters -> G'MIC"
}






[gentoo-commits] gentoo-x86 commit in dev-ruby/ruby2ruby: ChangeLog ruby2ruby-2.1.0.ebuild

2014-06-05 Thread Hans de Graaff (graaff)
graaff  14/06/06 06:12:09

  Modified: ChangeLog ruby2ruby-2.1.0.ebuild
  Log:
  Add ruby21.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.63 dev-ruby/ruby2ruby/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby2ruby/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- ChangeLog   18 May 2014 20:00:37 -  1.62
+++ ChangeLog   6 Jun 2014 06:12:09 -   1.63
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/ruby2ruby
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby2ruby/ChangeLog,v 1.62 
2014/05/18 20:00:37 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby2ruby/ChangeLog,v 1.63 
2014/06/06 06:12:09 graaff Exp $
+
+  06 Jun 2014; Hans de Graaff  ruby2ruby-2.1.0.ebuild:
+  Add ruby21.
 
 *ruby2ruby-2.1.0 (18 May 2014)
 



1.2  dev-ruby/ruby2ruby/ruby2ruby-2.1.0.ebuild

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

Index: ruby2ruby-2.1.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby2ruby/ruby2ruby-2.1.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ruby2ruby-2.1.0.ebuild  18 May 2014 20:00:37 -  1.1
+++ ruby2ruby-2.1.0.ebuild  6 Jun 2014 06:12:09 -   1.2
@@ -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-ruby/ruby2ruby/ruby2ruby-2.1.0.ebuild,v 
1.1 2014/05/18 20:00:37 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby2ruby/ruby2ruby-2.1.0.ebuild,v 
1.2 2014/06/06 06:12:09 graaff Exp $
 
 EAPI=5
 
-USE_RUBY="ruby19 ruby20"
+USE_RUBY="ruby19 ruby20 ruby21"
 
 RUBY_FAKEGEM_TASK_DOC="docs"
 RUBY_FAKEGEM_DOCDIR="doc"






[gentoo-commits] gentoo-x86 commit in app-vim/gentoo-syntax: gentoo-syntax-20130619.ebuild ChangeLog

2014-06-05 Thread Mike Frysinger (vapier)
vapier  14/06/06 06:06:20

  Modified: gentoo-syntax-20130619.ebuild ChangeLog
  Log:
  Add arm64 love.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.13 app-vim/gentoo-syntax/gentoo-syntax-20130619.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/gentoo-syntax/gentoo-syntax-20130619.ebuild?rev=1.13&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/gentoo-syntax/gentoo-syntax-20130619.ebuild?rev=1.13&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/gentoo-syntax/gentoo-syntax-20130619.ebuild?r1=1.12&r2=1.13

Index: gentoo-syntax-20130619.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-vim/gentoo-syntax/gentoo-syntax-20130619.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- gentoo-syntax-20130619.ebuild   1 Feb 2014 23:31:30 -   1.12
+++ gentoo-syntax-20130619.ebuild   6 Jun 2014 06:06:20 -   1.13
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-vim/gentoo-syntax/gentoo-syntax-20130619.ebuild,v 
1.12 2014/02/01 23:31:30 vapier Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-vim/gentoo-syntax/gentoo-syntax-20130619.ebuild,v 
1.13 2014/06/06 06:06:20 vapier Exp $
 
 EAPI=5
 
@@ -10,7 +10,7 @@
 HOMEPAGE="http://www.gentoo.org/";
 
 LICENSE="vim"
-KEYWORDS="alpha amd64 arm 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 ~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 ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="ignore-glep31"
 
 VIM_PLUGIN_HELPFILES="gentoo-syntax"



1.159app-vim/gentoo-syntax/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/gentoo-syntax/ChangeLog?rev=1.159&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/gentoo-syntax/ChangeLog?rev=1.159&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/gentoo-syntax/ChangeLog?r1=1.158&r2=1.159

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-vim/gentoo-syntax/ChangeLog,v
retrieving revision 1.158
retrieving revision 1.159
diff -u -r1.158 -r1.159
--- ChangeLog   1 Feb 2014 23:31:30 -   1.158
+++ ChangeLog   6 Jun 2014 06:06:20 -   1.159
@@ -1,6 +1,9 @@
 # ChangeLog for app-vim/gentoo-syntax
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/gentoo-syntax/ChangeLog,v 1.158 
2014/02/01 23:31:30 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/gentoo-syntax/ChangeLog,v 1.159 
2014/06/06 06:06:20 vapier Exp $
+
+  06 Jun 2014; Mike Frysinger  
gentoo-syntax-20130619.ebuild:
+  Add arm64 love.
 
   01 Feb 2014; Mike Frysinger  
gentoo-syntax-20120109.ebuild,
   gentoo-syntax-20130619.ebuild:






[gentoo-commits] gentoo-x86 commit in app-editors/vim: vim-7.3.762.ebuild vim-7.3.1214.ebuild ChangeLog

2014-06-05 Thread Mike Frysinger (vapier)
vapier  14/06/06 06:05:47

  Modified: vim-7.3.762.ebuild vim-7.3.1214.ebuild ChangeLog
  Log:
  Add arm64 love.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.13 app-editors/vim/vim-7.3.762.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/vim/vim-7.3.762.ebuild?rev=1.13&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/vim/vim-7.3.762.ebuild?rev=1.13&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/vim/vim-7.3.762.ebuild?r1=1.12&r2=1.13

Index: vim-7.3.762.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-editors/vim/vim-7.3.762.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- vim-7.3.762.ebuild  9 Jun 2013 16:09:43 -   1.12
+++ vim-7.3.762.ebuild  6 Jun 2014 06:05:47 -   1.13
@@ -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-editors/vim/vim-7.3.762.ebuild,v 1.12 
2013/06/09 16:09:43 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-7.3.762.ebuild,v 1.13 
2014/06/06 06:05:47 vapier Exp $
 
 EAPI=3
 VIM_VERSION="7.3"
@@ -13,7 +13,7 @@
 
 S="${WORKDIR}/vim${VIM_VERSION/.}"
 DESCRIPTION="Vim, an improved vi-style text editor"
-KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 s390 sh sparc x86 
~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ia64-hpux 
~x86-interix ~amd64-linux ~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 
~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 src_prepare() {



1.3  app-editors/vim/vim-7.3.1214.ebuild

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

Index: vim-7.3.1214.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-editors/vim/vim-7.3.1214.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- vim-7.3.1214.ebuild 5 Sep 2013 18:18:04 -   1.2
+++ vim-7.3.1214.ebuild 6 Jun 2014 06:05:47 -   1.3
@@ -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-editors/vim/vim-7.3.1214.ebuild,v 1.2 
2013/09/05 18:18:04 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-7.3.1214.ebuild,v 1.3 
2014/06/06 06:05:47 vapier Exp $
 
 EAPI=5
 VIM_VERSION="7.3"
@@ -13,7 +13,7 @@
http://dev.gentoo.org/~radhermit/vim/${VIM_ORG_PATCHES}";
 
 DESCRIPTION="Vim, an improved vi-style text editor"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~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 ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 
 S=${WORKDIR}/vim${VIM_VERSION/.}
 



1.458app-editors/vim/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/vim/ChangeLog?rev=1.458&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/vim/ChangeLog?rev=1.458&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/vim/ChangeLog?r1=1.457&r2=1.458

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-editors/vim/ChangeLog,v
retrieving revision 1.457
retrieving revision 1.458
diff -u -r1.457 -r1.458
--- ChangeLog   1 May 2014 09:06:06 -   1.457
+++ ChangeLog   6 Jun 2014 06:05:47 -   1.458
@@ -1,6 +1,10 @@
 # ChangeLog for app-editors/vim
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroo

[gentoo-commits] gentoo-x86 commit in app-admin/eselect-vi: eselect-vi-1.1.7-r1.ebuild ChangeLog

2014-06-05 Thread Mike Frysinger (vapier)
vapier  14/06/06 06:03:22

  Modified: eselect-vi-1.1.7-r1.ebuild ChangeLog
  Log:
  Add arm64 love.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.12 app-admin/eselect-vi/eselect-vi-1.1.7-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-vi/eselect-vi-1.1.7-r1.ebuild?rev=1.12&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-vi/eselect-vi-1.1.7-r1.ebuild?rev=1.12&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-vi/eselect-vi-1.1.7-r1.ebuild?r1=1.11&r2=1.12

Index: eselect-vi-1.1.7-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-admin/eselect-vi/eselect-vi-1.1.7-r1.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- eselect-vi-1.1.7-r1.ebuild  26 Apr 2012 16:43:32 -  1.11
+++ eselect-vi-1.1.7-r1.ebuild  6 Jun 2014 06:03:22 -   1.12
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-admin/eselect-vi/eselect-vi-1.1.7-r1.ebuild,v 1.11 
2012/04/26 16:43:32 aballier Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-admin/eselect-vi/eselect-vi-1.1.7-r1.ebuild,v 1.12 
2014/06/06 06:03:22 vapier Exp $
 
 EAPI="3"
 inherit eutils
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm 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 ~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 ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 RDEPEND=">=app-admin/eselect-1.0.6"



1.48 app-admin/eselect-vi/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/eselect-vi/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog   26 Apr 2012 16:43:32 -  1.47
+++ ChangeLog   6 Jun 2014 06:03:22 -   1.48
@@ -1,6 +1,9 @@
 # ChangeLog for app-admin/eselect-vi
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-vi/ChangeLog,v 1.47 
2012/04/26 16:43:32 aballier Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-vi/ChangeLog,v 1.48 
2014/06/06 06:03:22 vapier Exp $
+
+  06 Jun 2014; Mike Frysinger  eselect-vi-1.1.7-r1.ebuild:
+  Add arm64 love.
 
   26 Apr 2012; Alexis Ballier  eselect-vi-1.1.7-r1.ebuild:
   keyword ~amd64-fbsd
@@ -173,5 +176,3 @@
   19 Sep 2006; Mike Kelly  +metadata.xml,
   +eselect-vi-1.0.ebuild:
   Initial ebuild.
-
-






[gentoo-commits] gentoo-x86 commit in app-editors/vim-core: vim-core-7.3.762.ebuild vim-core-7.3.1214.ebuild ChangeLog

2014-06-05 Thread Mike Frysinger (vapier)
vapier  14/06/06 06:04:05

  Modified: vim-core-7.3.762.ebuild vim-core-7.3.1214.ebuild
ChangeLog
  Log:
  Add arm64 love.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.13 app-editors/vim-core/vim-core-7.3.762.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/vim-core/vim-core-7.3.762.ebuild?rev=1.13&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/vim-core/vim-core-7.3.762.ebuild?rev=1.13&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/vim-core/vim-core-7.3.762.ebuild?r1=1.12&r2=1.13

Index: vim-core-7.3.762.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-editors/vim-core/vim-core-7.3.762.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- vim-core-7.3.762.ebuild 9 Jun 2013 16:09:31 -   1.12
+++ vim-core-7.3.762.ebuild 6 Jun 2014 06:04:05 -   1.13
@@ -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-editors/vim-core/vim-core-7.3.762.ebuild,v 1.12 
2013/06/09 16:09:31 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-editors/vim-core/vim-core-7.3.762.ebuild,v 1.13 
2014/06/06 06:04:05 vapier Exp $
 
 EAPI=3
 VIM_VERSION="7.3"
@@ -16,5 +16,5 @@
 
 S="${WORKDIR}/vim${VIM_VERSION/.}"
 DESCRIPTION="vim and gvim shared files"
-KEYWORDS="alpha amd64 arm 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 ~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 ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""



1.2  app-editors/vim-core/vim-core-7.3.1214.ebuild

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

Index: vim-core-7.3.1214.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-editors/vim-core/vim-core-7.3.1214.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- vim-core-7.3.1214.ebuild17 Jun 2013 00:55:42 -  1.1
+++ vim-core-7.3.1214.ebuild6 Jun 2014 06:04:05 -   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/app-editors/vim-core/vim-core-7.3.1214.ebuild,v 1.1 
2013/06/17 00:55:42 radhermit Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-editors/vim-core/vim-core-7.3.1214.ebuild,v 1.2 
2014/06/06 06:04:05 vapier Exp $
 
 EAPI=5
 VIM_VERSION="7.3"
@@ -15,6 +15,6 @@
http://dev.gentoo.org/~radhermit/vim/${VIM_ORG_PATCHES}";
 
 DESCRIPTION="vim and gvim shared files"
-KEYWORDS="~alpha ~amd64 ~arm ~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 ~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 ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 
 S=${WORKDIR}/vim${VIM_VERSION/.}



1.437app-editors/vim-core/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/vim-core/ChangeLog?rev=1.437&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/vim-core/ChangeLog?rev=1.437&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/vim-core/ChangeLog?r1=1.436&r2=1.437

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-editors/vim-core/ChangeLog,v
retrieving revision 1.436
retrieving revision 1.437
diff -u -r1.436 -r1.437
---

[gentoo-commits] gentoo-x86 commit in dev-util/ctags: ctags-5.8.ebuild ChangeLog

2014-06-05 Thread Mike Frysinger (vapier)
vapier  14/06/06 05:59:37

  Modified: ctags-5.8.ebuild ChangeLog
  Log:
  Add arm64 love.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.11 dev-util/ctags/ctags-5.8.ebuild

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

Index: ctags-5.8.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/ctags/ctags-5.8.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ctags-5.8.ebuild26 Apr 2012 16:49:19 -  1.10
+++ ctags-5.8.ebuild6 Jun 2014 05:59:37 -   1.11
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ctags/ctags-5.8.ebuild,v 1.10 
2012/04/26 16:49:19 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ctags/ctags-5.8.ebuild,v 1.11 
2014/06/06 05:59:37 vapier Exp $
 
 EAPI="4"
 
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 
~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
 IUSE="ada"
 
 DEPEND="app-admin/eselect-ctags"



1.85 dev-util/ctags/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/ctags/ChangeLog,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- ChangeLog   26 Apr 2012 16:49:19 -  1.84
+++ ChangeLog   6 Jun 2014 05:59:37 -   1.85
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/ctags
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ctags/ChangeLog,v 1.84 2012/04/26 
16:49:19 aballier Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ctags/ChangeLog,v 1.85 2014/06/06 
05:59:37 vapier Exp $
+
+  06 Jun 2014; Mike Frysinger  ctags-5.8.ebuild:
+  Add arm64 love.
 
   26 Apr 2012; Alexis Ballier  ctags-5.8.ebuild:
   keyword ~amd64-fbsd
@@ -312,4 +315,3 @@
   comments should well explained and written in clean English. The details 
about
   writing correct changelogs are explained in the skel.ChangeLog file which you
   can find in the root directory of the portage repository.
-






[gentoo-commits] gentoo-x86 commit in app-crypt/gnupg: ChangeLog gnupg-2.0.23.ebuild

2014-06-05 Thread Tim Harder (radhermit)
radhermit14/06/06 05:57:26

  Modified: ChangeLog
  Added:gnupg-2.0.23.ebuild
  Log:
  Version bump, add libgcrypt slot operator (bug #494530).
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  ChangesPath
1.517app-crypt/gnupg/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/gnupg/ChangeLog,v
retrieving revision 1.516
retrieving revision 1.517
diff -u -r1.516 -r1.517
--- ChangeLog   3 Apr 2014 19:45:39 -   1.516
+++ ChangeLog   6 Jun 2014 05:57:26 -   1.517
@@ -1,6 +1,11 @@
 # ChangeLog for app-crypt/gnupg
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/ChangeLog,v 1.516 
2014/04/03 19:45:39 haubi Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/ChangeLog,v 1.517 
2014/06/06 05:57:26 radhermit Exp $
+
+*gnupg-2.0.23 (06 Jun 2014)
+
+  06 Jun 2014; Tim Harder  +gnupg-2.0.23.ebuild:
+  Version bump, add libgcrypt slot operator (bug #494530).
 
   03 Apr 2014; Michael Haubenwallner  gnupg-2.0.22.ebuild:
   Add ~ppc-aix keyword.



1.1  app-crypt/gnupg/gnupg-2.0.23.ebuild

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

Index: gnupg-2.0.23.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-2.0.23.ebuild,v 1.1 
2014/06/06 05:57:26 radhermit Exp $

EAPI="5"

inherit eutils flag-o-matic toolchain-funcs

DESCRIPTION="The GNU Privacy Guard, a GPL pgp replacement"
HOMEPAGE="http://www.gnupg.org/";
SRC_URI="mirror://gnupg/gnupg/${P}.tar.bz2"
# SRC_URI="ftp://ftp.gnupg.org/gcrypt/${PN}/${P}.tar.bz2";

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="adns bzip2 doc ldap nls mta readline static selinux smartcard usb"

COMMON_DEPEND_LIBS="
>=dev-libs/libassuan-2
>=dev-libs/libgcrypt-1.4:0=
>=dev-libs/libgpg-error-1.11
>=dev-libs/libksba-1.0.7
>=dev-libs/pth-1.3.7
>=net-misc/curl-7.10
sys-libs/zlib
adns? ( >=net-libs/adns-1.4 )
bzip2? ( app-arch/bzip2 )
readline? ( sys-libs/readline )
smartcard? ( usb? ( virtual/libusb:0 ) )
ldap? ( net-nds/openldap )"
COMMON_DEPEND_BINS="|| ( app-crypt/pinentry app-crypt/pinentry-qt )"

# Existence of executables is checked during configuration.
DEPEND="${COMMON_DEPEND_LIBS}
${COMMON_DEPEND_BINS}
static? (
>=dev-libs/libassuan-2[static-libs]
>=dev-libs/libgcrypt-1.4:0=[static-libs]
>=dev-libs/libgpg-error-1.11[static-libs]
>=dev-libs/libksba-1.0.7[static-libs]
>=dev-libs/pth-1.3.7[static-libs]
>=net-misc/curl-7.10[static-libs]
sys-libs/zlib[static-libs]
bzip2? ( app-arch/bzip2[static-libs] )
)
nls? ( sys-devel/gettext )
doc? ( sys-apps/texinfo )"

RDEPEND="!static? ( ${COMMON_DEPEND_LIBS} )
${COMMON_DEPEND_BINS}
mta? ( virtual/mta )
!<=app-crypt/gnupg-2.0.1
selinux? ( sec-policy/selinux-gpg )
nls? ( virtual/libintl )"

REQUIRED_USE="smartcard? ( !static )"

src_prepare() {
epatch "${FILESDIR}/${PN}-2.0.17-gpgsm-gencert.patch"
epatch_user
}

src_configure() {
local myconf=()

# 'USE=static' support was requested:
# gnupg1: bug #29299
# gnupg2: bug #159623
use static && append-ldflags -static

if use smartcard; then
myconf+=(
--enable-scdaemon
$(use_enable usb ccid-driver)
)
else
myconf+=( --disable-scdaemon )
fi

if use elibc_SunOS || use elibc_AIX; then
myconf+=( --disable-symcryptrun )
else
myconf+=( --enable-symcryptrun )
fi

econf \
--docdir="${EPREFIX}/usr/share/doc/${PF}" \
-

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

2014-06-05 Thread Mike Frysinger (vapier)
vapier  14/06/06 05:57:03

  Modified: eselect-ctags-1.16.ebuild ChangeLog
  Log:
  Stabilize for all.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.5  app-admin/eselect-ctags/eselect-ctags-1.16.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-ctags/eselect-ctags-1.16.ebuild?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-ctags/eselect-ctags-1.16.ebuild?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-ctags/eselect-ctags-1.16.ebuild?r1=1.4&r2=1.5

Index: eselect-ctags-1.16.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-admin/eselect-ctags/eselect-ctags-1.16.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- eselect-ctags-1.16.ebuild   16 May 2014 06:38:40 -  1.4
+++ eselect-ctags-1.16.ebuild   6 Jun 2014 05:57:03 -   1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-admin/eselect-ctags/eselect-ctags-1.16.ebuild,v 1.4 
2014/05/16 06:38:40 ulm Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-admin/eselect-ctags/eselect-ctags-1.16.ebuild,v 1.5 
2014/06/06 05:57:03 vapier Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux 
~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux 
~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND=">=app-admin/eselect-1.2.3"
 



1.82 app-admin/eselect-ctags/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/eselect-ctags/ChangeLog,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- ChangeLog   16 May 2014 06:38:40 -  1.81
+++ ChangeLog   6 Jun 2014 05:57:03 -   1.82
@@ -1,6 +1,9 @@
 # ChangeLog for app-admin/eselect-ctags
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-ctags/ChangeLog,v 1.81 
2014/05/16 06:38:40 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-ctags/ChangeLog,v 1.82 
2014/06/06 05:57:03 vapier Exp $
+
+  06 Jun 2014; Mike Frysinger  eselect-ctags-1.16.ebuild:
+  Stabilize for all.
 
   16 May 2014; Ulrich Müller  eselect-ctags-1.16.ebuild:
   Stable on amd64 and x86, bug 507272.






[gentoo-commits] gentoo-x86 commit in profiles/arch/arm64: use.mask

2014-06-05 Thread Mike Frysinger (vapier)
vapier  14/06/06 05:53:04

  Modified: use.mask
  Log:
  mask more untested flags

Revision  ChangesPath
1.9  profiles/arch/arm64/use.mask

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

Index: use.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/arm64/use.mask,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- use.mask6 Apr 2014 15:01:33 -   1.8
+++ use.mask6 Jun 2014 05:53:04 -   1.9
@@ -74,6 +74,9 @@
 mssql
 
 # havent tested yet
+ruby
+ctypes-python
+sasl
 libproxy
 pkcs11
 gnutls






[gentoo-commits] gentoo-x86 commit in dev-perl/IO-Socket-SSL: IO-Socket-SSL-1.953.0.ebuild ChangeLog

2014-06-05 Thread Mike Frysinger (vapier)
vapier  14/06/06 05:42:28

  Modified: IO-Socket-SSL-1.953.0.ebuild ChangeLog
  Log:
  Mark arm64/m68k/s390/sh stable.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.12 dev-perl/IO-Socket-SSL/IO-Socket-SSL-1.953.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/IO-Socket-SSL/IO-Socket-SSL-1.953.0.ebuild?rev=1.12&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/IO-Socket-SSL/IO-Socket-SSL-1.953.0.ebuild?rev=1.12&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/IO-Socket-SSL/IO-Socket-SSL-1.953.0.ebuild?r1=1.11&r2=1.12

Index: IO-Socket-SSL-1.953.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/IO-Socket-SSL/IO-Socket-SSL-1.953.0.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- IO-Socket-SSL-1.953.0.ebuild23 Feb 2014 12:57:16 -  1.11
+++ IO-Socket-SSL-1.953.0.ebuild6 Jun 2014 05:42:28 -   1.12
@@ -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/IO-Socket-SSL/IO-Socket-SSL-1.953.0.ebuild,v 
1.11 2014/02/23 12:57:16 zlogene Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/IO-Socket-SSL/IO-Socket-SSL-1.953.0.ebuild,v 
1.12 2014/06/06 05:42:28 vapier Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
 DESCRIPTION="Nearly transparent SSL encapsulation for IO::Socket::INET"
 
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~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 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~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="idn"
 
 DEPEND="



1.209dev-perl/IO-Socket-SSL/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/IO-Socket-SSL/ChangeLog?rev=1.209&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/IO-Socket-SSL/ChangeLog?rev=1.209&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/IO-Socket-SSL/ChangeLog?r1=1.208&r2=1.209

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/IO-Socket-SSL/ChangeLog,v
retrieving revision 1.208
retrieving revision 1.209
diff -u -r1.208 -r1.209
--- ChangeLog   23 Feb 2014 12:57:16 -  1.208
+++ ChangeLog   6 Jun 2014 05:42:28 -   1.209
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/IO-Socket-SSL
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Socket-SSL/ChangeLog,v 1.208 
2014/02/23 12:57:16 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Socket-SSL/ChangeLog,v 1.209 
2014/06/06 05:42:28 vapier Exp $
+
+  06 Jun 2014; Mike Frysinger  IO-Socket-SSL-1.953.0.ebuild:
+  Mark arm64/m68k/s390/sh stable.
 
   23 Feb 2014; Mikle Kolyada  
-IO-Socket-SSL-1.440.0.ebuild,
   -IO-Socket-SSL-1.810.0.ebuild, -IO-Socket-SSL-1.820.0.ebuild,






[gentoo-commits] gentoo-x86 commit in dev-perl/Net-SSLeay: Net-SSLeay-1.550.ebuild ChangeLog

2014-06-05 Thread Mike Frysinger (vapier)
vapier  14/06/06 05:42:45

  Modified: Net-SSLeay-1.550.ebuild ChangeLog
  Log:
  Mark arm64/m68k/s390/sh stable.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.12 dev-perl/Net-SSLeay/Net-SSLeay-1.550.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Net-SSLeay/Net-SSLeay-1.550.ebuild?rev=1.12&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Net-SSLeay/Net-SSLeay-1.550.ebuild?rev=1.12&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Net-SSLeay/Net-SSLeay-1.550.ebuild?r1=1.11&r2=1.12

Index: Net-SSLeay-1.550.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Net-SSLeay/Net-SSLeay-1.550.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- Net-SSLeay-1.550.ebuild 9 Mar 2014 11:07:12 -   1.11
+++ Net-SSLeay-1.550.ebuild 6 Jun 2014 05:42:45 -   1.12
@@ -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/Net-SSLeay/Net-SSLeay-1.550.ebuild,v 1.11 
2014/03/09 11:07:12 zlogene Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Net-SSLeay/Net-SSLeay-1.550.ebuild,v 1.12 
2014/06/06 05:42:45 vapier Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE="SSLeay"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~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 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~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=""
 
 RDEPEND="dev-libs/openssl"



1.126dev-perl/Net-SSLeay/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Net-SSLeay/ChangeLog?rev=1.126&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Net-SSLeay/ChangeLog?rev=1.126&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Net-SSLeay/ChangeLog?r1=1.125&r2=1.126

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Net-SSLeay/ChangeLog,v
retrieving revision 1.125
retrieving revision 1.126
diff -u -r1.125 -r1.126
--- ChangeLog   9 Mar 2014 11:07:12 -   1.125
+++ ChangeLog   6 Jun 2014 05:42:45 -   1.126
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Net-SSLeay
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-SSLeay/ChangeLog,v 1.125 
2014/03/09 11:07:12 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-SSLeay/ChangeLog,v 1.126 
2014/06/06 05:42:45 vapier Exp $
+
+  06 Jun 2014; Mike Frysinger  Net-SSLeay-1.550.ebuild:
+  Mark arm64/m68k/s390/sh stable.
 
   09 Mar 2014; Mikle Kolyada  -Net-SSLeay-1.490.0.ebuild,
   -Net-SSLeay-1.520.0.ebuild, Net-SSLeay-1.550.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-perl/Error: Error-0.170.210.ebuild ChangeLog

2014-06-05 Thread Mike Frysinger (vapier)
vapier  14/06/06 05:42:09

  Modified: Error-0.170.210.ebuild ChangeLog
  Log:
  Mark arm64/m68k/s390/sh stable.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.13 dev-perl/Error/Error-0.170.210.ebuild

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

Index: Error-0.170.210.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Error/Error-0.170.210.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- Error-0.170.210.ebuild  18 Apr 2014 17:31:35 -  1.12
+++ Error-0.170.210.ebuild  6 Jun 2014 05:42:09 -   1.13
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Error/Error-0.170.210.ebuild,v 
1.12 2014/04/18 17:31:35 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Error/Error-0.170.210.ebuild,v 
1.13 2014/06/06 05:42:09 vapier Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE+=" MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~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 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~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="test"
 
 RDEPEND=""



1.92 dev-perl/Error/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Error/ChangeLog?rev=1.92&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Error/ChangeLog?rev=1.92&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Error/ChangeLog?r1=1.91&r2=1.92

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Error/ChangeLog,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -r1.91 -r1.92
--- ChangeLog   18 Apr 2014 17:33:40 -  1.91
+++ ChangeLog   6 Jun 2014 05:42:09 -   1.92
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Error
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Error/ChangeLog,v 1.91 2014/04/18 
17:33:40 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Error/ChangeLog,v 1.92 2014/06/06 
05:42:09 vapier Exp $
+
+  06 Jun 2014; Mike Frysinger  Error-0.170.210.ebuild:
+  Mark arm64/m68k/s390/sh stable.
 
   18 Apr 2014; Mikle Kolyada  -Error-0.170.160.ebuild,
   -Error-0.170.190.ebuild, -Error-0.170.200.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-ruby/charlock_holmes: ChangeLog charlock_holmes-0.7.2.ebuild

2014-06-05 Thread Hans de Graaff (graaff)
graaff  14/06/06 05:35:37

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

Revision  ChangesPath
1.3  dev-ruby/charlock_holmes/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/charlock_holmes/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   13 May 2014 04:35:56 -  1.2
+++ ChangeLog   6 Jun 2014 05:35:37 -   1.3
@@ -1,6 +1,12 @@
 # ChangeLog for dev-ruby/charlock_holmes
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/charlock_holmes/ChangeLog,v 1.2 
2014/05/13 04:35:56 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/charlock_holmes/ChangeLog,v 1.3 
2014/06/06 05:35:37 graaff Exp $
+
+*charlock_holmes-0.7.2 (06 Jun 2014)
+
+  06 Jun 2014; Hans de Graaff 
+  +charlock_holmes-0.7.2.ebuild:
+  Version bump.
 
 *charlock_holmes-0.7.1 (13 May 2014)
 



1.1  dev-ruby/charlock_holmes/charlock_holmes-0.7.2.ebuild

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

Index: charlock_holmes-0.7.2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/charlock_holmes/charlock_holmes-0.7.2.ebuild,v 
1.1 2014/06/06 05:35:37 graaff Exp $

EAPI=5
USE_RUBY="ruby19 ruby20 ruby21"

RUBY_FAKEGEM_RECIPE_DOC="rdoc"
RUBY_FAKEGEM_EXTRADOC="README.md"

inherit ruby-fakegem

DESCRIPTION="Character encoding detecting library for Ruby using ICU"
HOMEPAGE="http://github.com/brianmario/charlock_holmes";

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE="test"

ruby_add_bdepend "test? (
dev-ruby/minitest )"

CDEPEND="dev-libs/icu
sys-libs/zlib"
DEPEND+=" ${CDEPEND}"
RDEPEND+=" ${CDEPEND}"

all_ruby_prepare() {
sed -i -e '/bundler/d' test/helper.rb || die

# Avoid dependency on rake-compiler
sed -i -e '/rake-compiler/,$ s:^:#:' Rakefile || die
}

each_ruby_configure() {
${RUBY} -Cext/${PN} extconf.rb || die
}

each_ruby_compile() {
emake V=1 -Cext/${PN}
cp ext/${PN}/${PN}$(get_modname) lib/${PN}/ || die
}

each_ruby_test() {
${RUBY} -Ilib test/*.rb || die
}






[gentoo-commits] gentoo-x86 commit in app-arch/cksfv: cksfv-1.3.14.ebuild ChangeLog

2014-06-05 Thread Mike Frysinger (vapier)
vapier  14/06/06 05:17:55

  Modified: cksfv-1.3.14.ebuild ChangeLog
  Log:
  Stabilize for all #512536 by Nikoli.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.4  app-arch/cksfv/cksfv-1.3.14.ebuild

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

Index: cksfv-1.3.14.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-arch/cksfv/cksfv-1.3.14.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- cksfv-1.3.14.ebuild 6 Jun 2014 05:15:40 -   1.3
+++ cksfv-1.3.14.ebuild 6 Jun 2014 05:17:54 -   1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/cksfv/cksfv-1.3.14.ebuild,v 1.3 
2014/06/06 05:15:40 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/cksfv/cksfv-1.3.14.ebuild,v 1.4 
2014/06/06 05:17:54 vapier Exp $
 
 EAPI="4"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd ~x86-freebsd 
~amd64-linux ~ia64-linux ~x86-linux"
+KEYWORDS="alpha amd64 hppa ia64 ppc sparc x86 ~x86-fbsd ~x86-freebsd 
~amd64-linux ~ia64-linux ~x86-linux"
 IUSE=""
 
 src_configure() {



1.45 app-arch/cksfv/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/cksfv/ChangeLog?rev=1.45&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/cksfv/ChangeLog?rev=1.45&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/cksfv/ChangeLog?r1=1.44&r2=1.45

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-arch/cksfv/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog   6 Jun 2014 05:15:40 -   1.44
+++ ChangeLog   6 Jun 2014 05:17:54 -   1.45
@@ -1,6 +1,9 @@
 # ChangeLog for app-arch/cksfv
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/cksfv/ChangeLog,v 1.44 2014/06/06 
05:15:40 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/cksfv/ChangeLog,v 1.45 2014/06/06 
05:17:54 vapier Exp $
+
+  06 Jun 2014; Mike Frysinger  cksfv-1.3.14.ebuild:
+  Stabilize for all #512536 by Nikoli.
 
   06 Jun 2014; Mike Frysinger  cksfv-1.3.14.ebuild:
   Update to EAPI=4.






[gentoo-commits] gentoo-x86 commit in app-arch/cksfv: cksfv-1.3.14.ebuild ChangeLog

2014-06-05 Thread Mike Frysinger (vapier)
vapier  14/06/06 05:15:40

  Modified: cksfv-1.3.14.ebuild ChangeLog
  Log:
  Update to EAPI=4.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.3  app-arch/cksfv/cksfv-1.3.14.ebuild

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

Index: cksfv-1.3.14.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-arch/cksfv/cksfv-1.3.14.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cksfv-1.3.14.ebuild 10 Apr 2011 22:49:46 -  1.2
+++ cksfv-1.3.14.ebuild 6 Jun 2014 05:15:40 -   1.3
@@ -1,8 +1,9 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/cksfv/cksfv-1.3.14.ebuild,v 1.2 
2011/04/10 22:49:46 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/cksfv/cksfv-1.3.14.ebuild,v 1.3 
2014/06/06 05:15:40 vapier Exp $
+
+EAPI="4"
 
-EAPI=3
 inherit toolchain-funcs
 
 DESCRIPTION="SFV checksum utility (simple file verification)"
@@ -14,12 +15,10 @@
 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd ~x86-freebsd 
~amd64-linux ~ia64-linux ~x86-linux"
 IUSE=""
 
-DEPEND=""
-
 src_configure() {
# note: not an autoconf configure script
./configure \
-   --compiler=$(tc-getCC) \
+   --compiler="$(tc-getCC)" \
--prefix="${EPREFIX}"/usr \
--package-prefix="${D}" \
--bindir="${EPREFIX}"/usr/bin \
@@ -27,6 +26,6 @@
 }
 
 src_install() {
-   emake install || die
+   emake install
dodoc ChangeLog README TODO
 }



1.44 app-arch/cksfv/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/cksfv/ChangeLog?rev=1.44&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/cksfv/ChangeLog?rev=1.44&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/cksfv/ChangeLog?r1=1.43&r2=1.44

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-arch/cksfv/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog   10 Apr 2011 22:49:46 -  1.43
+++ ChangeLog   6 Jun 2014 05:15:40 -   1.44
@@ -1,6 +1,9 @@
 # ChangeLog for app-arch/cksfv
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/cksfv/ChangeLog,v 1.43 2011/04/10 
22:49:46 abcd Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-arch/cksfv/ChangeLog,v 1.44 2014/06/06 
05:15:40 vapier Exp $
+
+  06 Jun 2014; Mike Frysinger  cksfv-1.3.14.ebuild:
+  Update to EAPI=4.
 
   10 Apr 2011; Jonathan Callen  cksfv-1.3.14.ebuild:
   Add prefix support, bump EAPI to 3, add prefix keywords






[gentoo-commits] gentoo-x86 commit in dev-libs/openssl: openssl-1.0.1h-r1.ebuild ChangeLog

2014-06-05 Thread Mike Frysinger (vapier)
vapier  14/06/06 05:13:01

  Modified: openssl-1.0.1h-r1.ebuild ChangeLog
  Log:
  Mark arm64/ia64/m68k/ppc/ppc64/s390/sh/sparc stable #512506.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.7  dev-libs/openssl/openssl-1.0.1h-r1.ebuild

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

Index: openssl-1.0.1h-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-1.0.1h-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- openssl-1.0.1h-r1.ebuild5 Jun 2014 20:23:32 -   1.6
+++ openssl-1.0.1h-r1.ebuild6 Jun 2014 05:13:00 -   1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-1.0.1h-r1.ebuild,v 
1.6 2014/06/05 20:23:32 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-1.0.1h-r1.ebuild,v 
1.7 2014/06/06 05:13:00 vapier Exp $
 
 EAPI="4"
 
@@ -14,7 +14,7 @@
 
 LICENSE="openssl"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
 IUSE="bindist gmp kerberos rfc3779 sse2 static-libs test +tls-heartbeat 
vanilla zlib"
 
 # Have the sub-libs in RDEPEND with [static-libs] since, logically,



1.549dev-libs/openssl/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v
retrieving revision 1.548
retrieving revision 1.549
diff -u -r1.548 -r1.549
--- ChangeLog   5 Jun 2014 21:19:49 -   1.548
+++ ChangeLog   6 Jun 2014 05:13:01 -   1.549
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/openssl
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v 1.548 
2014/06/05 21:19:49 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v 1.549 
2014/06/06 05:13:01 vapier Exp $
+
+  06 Jun 2014; Mike Frysinger  openssl-1.0.1h-r1.ebuild:
+  Mark arm64/ia64/m68k/ppc/ppc64/s390/sh/sparc stable #512506.
 
   05 Jun 2014; Mikle Kolyada  openssl-1.0.1h-r1.ebuild:
   arm stable wrt bug #512506






[gentoo-commits] gentoo-x86 commit in www-servers/mongoose: metadata.xml mongoose-5.3.ebuild Manifest ChangeLog

2014-06-05 Thread Zac Medico (zmedico)
zmedico 14/06/06 04:22:18

  Added:metadata.xml mongoose-5.3.ebuild Manifest ChangeLog
  Log:
  Initial mongoose ebuild, fixes bug #173888.
  
  (Portage version: 2.2.0_alpha194/cvs/Linux i686, signed Manifest commit with 
key 0xFDE8EF85AE5719A3)

Revision  ChangesPath
1.1  www-servers/mongoose/metadata.xml

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

Index: metadata.xml
===

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

  
zmed...@gentoo.org
  




1.1  www-servers/mongoose/mongoose-5.3.ebuild

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

Index: mongoose-5.3.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-servers/mongoose/mongoose-5.3.ebuild,v 
1.1 2014/06/06 04:22:17 zmedico Exp $

EAPI=5
inherit toolchain-funcs

DESCRIPTION="easy to use web server"
SRC_URI="https://github.com/cesanta/${PN}/archive/${PV}.zip -> ${P}.zip"
HOMEPAGE="https://code.google.com/p/${PN}/";
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~amd64-linux ~x86 ~arm-linux ~x86-linux"
IUSE="lua"
RDEPEND="lua? ( >=dev-lang/lua-5.2.3:5.2= )"
DEPEND="${RDEPEND}"
S=${WORKDIR}/${P}/examples

src_prepare() {
if use lua ; then
sed \
-e "s|^#CFLAGS += -I\$(LUA) -L\$(LUA) -llua|CFLAGS += 
-I$($(tc-getPKG_CONFIG) --variable includedir lua5.2)/lua5.2 
-L$($(tc-getPKG_CONFIG) --variable libdir lua5.2) -llua5.2|" \
-i Makefile || die
fi
sed \
-e 's|^CFLAGS = -W -Wall -I.. -pthread -g -pipe 
$(CFLAGS_EXTRA)|CFLAGS += -I.. -pthread $(LDFLAGS)|' \
-e "s|g++ unit_test.c -Wall -W -pedantic -lssl|$(tc-getCC) 
unit_test.c -Wall -W -pedantic -lssl -pthread|" \
-i Makefile || die
}

src_compile() {
tc-export CC
emake server
}

src_test() {
emake u
}

src_install() {
exeinto /usr/bin
newexe "${S}/server" "${PN}"
dodoc ../docs/{FAQ,LuaSqlite,Options,SSL,Usage}.md
}



1.1  www-servers/mongoose/Manifest

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

Index: Manifest
===
DIST mongoose-5.3.zip 124529 SHA256 
9807751a888c7c32008d3ecf3c90d7ddff1469139b07a14e27e2f54874250bd7 SHA512 
eb2f5de1bfb7e2314b64a695f579145644ff84c68b886fdd7f1adab40308a468438416799359788d36cc735b06cbb89b402938ed07ac3d4e40fa02c0a859fcd9
 WHIRLPOOL 
5cf2183d372d8a8117e7411d98242332a04e97f7d39d0186f74fa7925e1e22a9caf83a35eb08772809cc6c280d7270826edca2c13d12cddfce930bf6e2a10c3f
EBUILD mongoose-5.3.ebuild 1181 SHA256 
e90d8a8e90c1686da09f0232156ea3c3101f764b854208f2b051fdc6599e4381 SHA512 
18cd627fea1e82dac04e1caad1c1244b72f4c9fdb4d72938d86432c8067c9472a1140f9ddd5cec3a927e2f860e2778e817c4c95cc262321f0274d7c6a518911a
 WHIRLPOOL 
bbb0d6aff5ed4e049f23c1f56d0aee9acec31d93ae6c5f663fc3b17d46e509a90713455c3375c7924736441d67f6cf58e2a644078822ba2b834bc41956b8b284
MISC metadata.xml 208 SHA256 
67f4cd233dc8d6d341b8da89aef2654cae64f7e3b62fbcdd3a35e6e30e898e36 SHA512 
5213f6c100db04c6bbbf73b4e52042caf1744aa805af76053f5ecaf5f921ffdd35c41507b492da65c6071f1699472db6c9334dcd5bb7da752dca8efe7e1c7aa4
 WHIRLPOOL 
a43dc0ecd7f37ba8cf4d510a1195338816b6193e5c5517c8e005662a06d7fb62c725a3c2981474a872cba628c268de1bea0fb67a31ae1842a252c0fdc723eb4d



1.1  www-servers/mongoose/ChangeLog

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

Index: ChangeLog
===
# ChangeLog for www-servers/mongoose
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/www-servers/mongoose/ChangeLog,v 1.1 
2014/06/06 04:22:17 zmedico Exp $

*mongoose-5.3 (06 Jun 2014)

  06 Jun 2014; Zac Medico  +metadata.xml,
  +mongoose-5.3.ebuild:
  Initial mongoose ebuild, fixes bug #173888.






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

2014-06-05 Thread Zac Medico (zmedico)
zmedico 14/06/06 04:20:17

  Modified: ChangeLog package.use.mask
  Log:
  Mask lua for www-servers/mongoose.

Revision  ChangesPath
1.689profiles/base/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v
retrieving revision 1.688
retrieving revision 1.689
diff -u -r1.688 -r1.689
--- ChangeLog   5 Jun 2014 13:35:15 -   1.688
+++ ChangeLog   6 Jun 2014 04:20:17 -   1.689
@@ -1,6 +1,9 @@
 # ChangeLog for Gentoo base-profile
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.688 2014/06/05 
13:35:15 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.689 2014/06/06 
04:20:17 zmedico Exp $
+
+  06 Jun 2014; Zac Medico  package.use.mask:
+  Mask lua for www-servers/mongoose.
 
   05 Jun 2014; Chí-Thanh Christopher Nguyễn 
   package.use.mask:



1.577profiles/base/package.use.mask

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

Index: package.use.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/base/package.use.mask,v
retrieving revision 1.576
retrieving revision 1.577
diff -u -r1.576 -r1.577
--- package.use.mask5 Jun 2014 13:35:15 -   1.576
+++ package.use.mask6 Jun 2014 04:20:17 -   1.577
@@ -1,11 +1,15 @@
 # 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.576 
2014/06/05 13:35:15 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/package.use.mask,v 1.577 
2014/06/06 04:20:17 zmedico Exp $
 
 # This file requires >=portage-2.1.1
 # New entries go on top.
 #
 
+# Zac Medico  (06 Jun 2014)
+# Needs hardmasked lua-5.2
+www-servers/mongoose lua
+
 # Sergey Popov  (05 Jun 2014)
 # Mask multislot USE flag for packages, where it breaks
 # metadata cache consistency.






[gentoo-commits] gentoo-x86 commit in www-servers/mongoose: - New directory

2014-06-05 Thread Zac Medico (zmedico)
zmedico 14/06/06 04:11:34

  Log:
  Directory /var/cvsroot/gentoo-x86/www-servers/mongoose added to the repository



[gentoo-commits] gentoo-x86 commit in mail-mta/opensmtpd: opensmtpd-5.4.2.201405202105_p1.ebuild ChangeLog opensmtpd-5.4.2.201405142325_p1.ebuild

2014-06-05 Thread Jason Donenfeld (zx2c4)
zx2c4   14/06/06 03:54:41

  Modified: ChangeLog
  Added:opensmtpd-5.4.2.201405202105_p1.ebuild
  Removed:  opensmtpd-5.4.2.201405142325_p1.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A5DE03AE)

Revision  ChangesPath
1.61 mail-mta/opensmtpd/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/mail-mta/opensmtpd/ChangeLog,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- ChangeLog   6 Jun 2014 00:49:57 -   1.60
+++ ChangeLog   6 Jun 2014 03:54:41 -   1.61
@@ -1,6 +1,13 @@
 # ChangeLog for mail-mta/opensmtpd
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/opensmtpd/ChangeLog,v 1.60 
2014/06/06 00:49:57 zx2c4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/opensmtpd/ChangeLog,v 1.61 
2014/06/06 03:54:41 zx2c4 Exp $
+
+*opensmtpd-5.4.2.201405202105_p1 (06 Jun 2014)
+
+  06 Jun 2014; Jason A. Donenfeld 
+  +opensmtpd-5.4.2.201405202105_p1.ebuild,
+  -opensmtpd-5.4.2.201405142325_p1.ebuild:
+  Version bump.
 
 *opensmtpd-5.4.2.201405142325_p1 (06 Jun 2014)
 



1.3  mail-mta/opensmtpd/opensmtpd-5.4.2.201405202105_p1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/opensmtpd/opensmtpd-5.4.2.201405202105_p1.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/opensmtpd/opensmtpd-5.4.2.201405202105_p1.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/opensmtpd/opensmtpd-5.4.2.201405202105_p1.ebuild?r1=1.2&r2=1.3







[gentoo-commits] gentoo-x86 commit in app-admin/eselect-opencl: eselect-opencl-1.1.0-r2.ebuild ChangeLog

2014-06-05 Thread Patrick Lauer (patrick)
patrick 14/06/06 03:23:03

  Modified: eselect-opencl-1.1.0-r2.ebuild ChangeLog
  Log:
  Add keywords, close #496418
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.2  app-admin/eselect-opencl/eselect-opencl-1.1.0-r2.ebuild

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

Index: eselect-opencl-1.1.0-r2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-admin/eselect-opencl/eselect-opencl-1.1.0-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- eselect-opencl-1.1.0-r2.ebuild  4 Jun 2014 02:45:07 -   1.1
+++ eselect-opencl-1.1.0-r2.ebuild  6 Jun 2014 03:23:03 -   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-admin/eselect-opencl/eselect-opencl-1.1.0-r2.ebuild,v
 1.1 2014/06/04 02:45:07 patrick Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-admin/eselect-opencl/eselect-opencl-1.1.0-r2.ebuild,v
 1.2 2014/06/06 03:23:03 patrick Exp $
 
 EAPI=4
 
@@ -26,8 +26,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-#KEYWORDS="~amd64 ~ppc ~x86 ~amd64-fbsd ~x86-fbsd"
-KEYWORDS="" # for testing
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 DEPEND="app-arch/xz-utils"



1.11 app-admin/eselect-opencl/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/eselect-opencl/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   4 Jun 2014 02:47:55 -   1.10
+++ ChangeLog   6 Jun 2014 03:23:03 -   1.11
@@ -1,6 +1,10 @@
 # ChangeLog for app-admin/eselect-opencl
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-opencl/ChangeLog,v 1.10 
2014/06/04 02:47:55 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-opencl/ChangeLog,v 1.11 
2014/06/06 03:23:03 patrick Exp $
+
+  06 Jun 2014; Patrick Lauer 
+  eselect-opencl-1.1.0-r2.ebuild:
+  Add keywords, close #496418
 
   04 Jun 2014; Patrick Lauer  metadata.xml:
   Take over as maintainer






[gentoo-commits] gentoo-x86 commit in dev-python/natsort: natsort-3.2.0.ebuild ChangeLog

2014-06-05 Thread Ian Delaney (idella4)
idella4 14/06/06 03:13:53

  Modified: natsort-3.2.0.ebuild ChangeLog
  Log:
  add ia64 keyword, tested by D. Schridde, see Bug 512244
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.2  dev-python/natsort/natsort-3.2.0.ebuild

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

Index: natsort-3.2.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/natsort/natsort-3.2.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- natsort-3.2.0.ebuild5 Jun 2014 11:26:44 -   1.1
+++ natsort-3.2.0.ebuild6 Jun 2014 03:13:53 -   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/natsort/natsort-3.2.0.ebuild,v 
1.1 2014/06/05 11:26:44 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/natsort/natsort-3.2.0.ebuild,v 
1.2 2014/06/06 03:13:53 idella4 Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ia64 ~x86"
 IUSE=""
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



1.2  dev-python/natsort/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/natsort/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   5 Jun 2014 11:26:44 -   1.1
+++ ChangeLog   6 Jun 2014 03:13:53 -   1.2
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/natsort
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/natsort/ChangeLog,v 1.1 
2014/06/05 11:26:44 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/natsort/ChangeLog,v 1.2 
2014/06/06 03:13:53 idella4 Exp $
+
+  06 Jun 2014; Ian Delaney  natsort-3.2.0.ebuild:
+  add ia64 keyword, tested by D. Schridde, see Bug 512244
 
 *natsort-3.2.0 (05 Jun 2014)
 






[gentoo-commits] gentoo-x86 commit in net-analyzer/cloudshark: cloudshark-1.0.3.180.ebuild ChangeLog

2014-06-05 Thread Richard Farina (zerochaos)
zerochaos14/06/06 02:38:43

  Modified: ChangeLog
  Added:cloudshark-1.0.3.180.ebuild
  Log:
  bump
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
DD11F94A)

Revision  ChangesPath
1.5  net-analyzer/cloudshark/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/cloudshark/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   3 Jun 2013 13:54:17 -   1.4
+++ ChangeLog   6 Jun 2014 02:38:43 -   1.5
@@ -1,6 +1,11 @@
 # ChangeLog for net-analyzer/cloudshark
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cloudshark/ChangeLog,v 1.4 
2013/06/03 13:54:17 zerochaos Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cloudshark/ChangeLog,v 1.5 
2014/06/06 02:38:43 zerochaos Exp $
+
+*cloudshark-1.0.3.180 (06 Jun 2014)
+
+  06 Jun 2014; Rick Farina  +cloudshark-1.0.3.180.ebuild:
+  bump
 
   03 Jun 2013; Rick Farina  cloudshark-1.0.2.174.ebuild:
   adjusting some line lengths down for readability



1.1  net-analyzer/cloudshark/cloudshark-1.0.3.180.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/cloudshark/cloudshark-1.0.3.180.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/cloudshark/cloudshark-1.0.3.180.ebuild?rev=1.1&content-type=text/plain

Index: cloudshark-1.0.3.180.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/cloudshark/cloudshark-1.0.3.180.ebuild,v 
1.1 2014/06/06 02:38:43 zerochaos Exp $

EAPI=5

inherit eutils multilib

SV="1.0.3-180"

DESCRIPTION="Easily upload your wireshark captures to CloudShark"
HOMEPAGE="http://appliance.cloudshark.org/plug-ins-wireshark.html";
SRC_URI="http://appliance.cloudshark.org/plugin/${PN}-plugin-${SV}.tgz";

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

PDEPEND="net-analyzer/wireshark:=[lua]
net-misc/curl"

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

get_PV() {
local pv=$(best_version $1)
pv=${pv#$1-}; pv=${pv%-r*}
pv=${pv//_}; echo ${pv}
}

src_prepare() {
#cloudshark isn't meant to be installed systemwide, we fix that
epatch "${FILESDIR}"/cs_log_dir.patch

sed -i 
"s#%s/cloudshark_init.lua#/usr/$(get_libdir)/wireshark/plugins/$(get_PV 
net-analyzer/wireshark)/cloudshark_init.lua#" cloudshark.lua
#causes errors, looks like it expects windows paths only
#echo "CLOUDSHARK_CABUNDLE = 
/usr/$(get_libdir)/wireshark/plugins/$(get_PV 
net-analyzer/wireshark)/curl-ca-bundle.crt" >> cloudshark_init.default
sed -i 
"s#%s/curl-ca-bundle.crt#/usr/$(get_libdir)/wireshark/plugins/$(get_PV 
net-analyzer/wireshark)/curl-ca-bundle.crt#" cloudshark.lua

#stuff to fix cloudshark_init.default to be more sane
#sed -i 's#CLOUDSHARK_TSHARK = "n"#CLOUDSHARK_TSHARK = "y"#' 
cloudshark_init.default (tshark support doesn't seem to work)
}

src_install() {
insinto /usr/$(get_libdir)/wireshark/plugins/$(get_PV 
net-analyzer/wireshark)
doins cloudshark.lua json.lua version.lua curl-ca-bundle.crt
newins cloudshark_init.default cloudshark_init.lua
dodoc CLOUDSHARK_README.txt
}






[gentoo-commits] gentoo-x86 commit in www-apache/mod_spdy: mod_spdy-0.9.4.3.ebuild ChangeLog

2014-06-05 Thread Mike Frysinger (vapier)
vapier  14/06/06 02:32:40

  Modified: ChangeLog
  Added:mod_spdy-0.9.4.3.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.8  www-apache/mod_spdy/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_spdy/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   26 Apr 2014 22:10:34 -  1.7
+++ ChangeLog   6 Jun 2014 02:32:39 -   1.8
@@ -1,6 +1,11 @@
 # ChangeLog for www-apache/mod_spdy
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_spdy/ChangeLog,v 1.7 
2014/04/26 22:10:34 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_spdy/ChangeLog,v 1.8 
2014/06/06 02:32:39 vapier Exp $
+
+*mod_spdy-0.9.4.3 (06 Jun 2014)
+
+  06 Jun 2014; Mike Frysinger  +mod_spdy-0.9.4.3.ebuild:
+  Version bump.
 
 *mod_spdy-0.9.4.2 (26 Apr 2014)
 



1.1  www-apache/mod_spdy/mod_spdy-0.9.4.3.ebuild

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

Index: mod_spdy-0.9.4.3.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/www-apache/mod_spdy/mod_spdy-0.9.4.3.ebuild,v 1.1 
2014/06/06 02:32:39 vapier Exp $

EAPI=5

PYTHON_COMPAT=( python2_5 python2_6 python2_7 )
inherit apache-module eutils python-any-r1

if [[ ${PV} ==  ]] ; then
ESVN_REPO_URI="http://mod-spdy.googlecode.com/svn/trunk/src";
ESVN_RESTRICT="export"

EGIT_REPO_URI="https://chromium.googlesource.com/chromium/tools/depot_tools.git";
EGIT_SOURCEDIR="${WORKDIR}/depot_tools"
inherit subversion git-2
else
SRC_URI="mirror://gentoo/${P}.tar.xz"
KEYWORDS="~amd64 ~x86"
fi

DESCRIPTION="Apache module for rewriting web pages to reduce latency and 
bandwidth"
HOMEPAGE="http://code.google.com/p/mod-spdy";

LICENSE="Apache-2.0"
SLOT="0"
IUSE="debug test"

RDEPEND="sys-libs/zlib[minizip]"
DEPEND="${RDEPEND}"
if [[ ${PV} ==  ]] ; then
DEPEND+=" net-misc/rsync"
fi

need_apache2_2

e() { echo "$@"; "$@" || die; }

EGCLIENT="${WORKDIR}/depot_tools/gclient"
egclient() { set -- "${EGCLIENT}" "$@"; e "$@"; }

src_unpack() {
if [[ ${PV} == "" ]] ; then
git-2_src_unpack

subversion_src_unpack
mkdir -p "${ESVN_STORE_DIR}/${PN}" || die
cd "${ESVN_STORE_DIR}/${PN}" || die

egclient config ${ESVN_REPO_URI}
egclient sync --force --nohooks --delete_unversioned_trees
e rsync -a --exclude=".svn/" ./ "${S}/"
else
default
fi
}

src_prepare() {
epatch "${FILESDIR}"/${PN}-0.9.3.3-execinfo.patch

# Make sure the system zlib is used.
epatch "${FILESDIR}"/${PN}-0.9.3.3-system-zlib.patch
find src/third_party/zlib/ -name '*.[ch]' -delete
}

src_configure() {
tc-export AR CC CXX RANLIB
tc-export_build_env BUILD_AR BUILD_CC BUILD_CXX

local myconf=(
-Dlinux_fpic=1
-Duse_system_zlib=1
-Duse_system_ssl=1
-Dwerror=
)
#egclient runhooks "${myconf[@]}"
e python src/build/gyp_chromium "${myconf[@]}"
}

echo_tests() { echo base_unittests spdy_{apache,common}_test; }
src_compile() {
emake -C src \
V=1 \
BUILDTYPE=$(usex debug Debug Release) \
mod_spdy \
$(use test && echo_tests)
}

src_test() {
cd src/out/Release
local t
for t in $(echo_tests) ; do
e ./${t}
done
}

src_install() {
ln -sf src/out/*/libmod_spdy.so ${PN}.so || die
APACHE2_MOD_FILE="${PWD}/${PN}.so"
APACHE2_MOD_DEFINE="SPDY"
apache-module_src_install

# Workaround #471442
cd "${S}/src"
local conf="${T}/80_${PN}.conf"
cat <<-EOF > "${conf}"

$(sed 's:@@APACHE_MODULEDIR@@:modules:' 
install/common/spdy.load.template)

$(
EOF
insinto "${APACHE_MODULES_CONFDIR}"
doins "${conf}"
}






[gentoo-commits] gentoo-x86 commit in www-plugins/chrome-binary-plugins: chrome-binary-plugins-37.0.2031.2_alpha1.ebuild chrome-binary-plugins-36.0.1985.49_beta1.ebuild ChangeLog chrome-binary-plugins

2014-06-05 Thread Mike Gilbert (floppym)
floppym 14/06/06 02:11:08

  Modified: ChangeLog
  Added:chrome-binary-plugins-37.0.2031.2_alpha1.ebuild
chrome-binary-plugins-36.0.1985.49_beta1.ebuild
  Removed:  chrome-binary-plugins-36.0.1985.32_beta1.ebuild
chrome-binary-plugins-37.0.2024.2_alpha1.ebuild
  Log:
  Automated update.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0BBEEA1FEA4843A4)

Revision  ChangesPath
1.144www-plugins/chrome-binary-plugins/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/chrome-binary-plugins/ChangeLog?rev=1.144&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/chrome-binary-plugins/ChangeLog?rev=1.144&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/chrome-binary-plugins/ChangeLog?r1=1.143&r2=1.144

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/ChangeLog,v
retrieving revision 1.143
retrieving revision 1.144
diff -u -r1.143 -r1.144
--- ChangeLog   4 Jun 2014 01:46:13 -   1.143
+++ ChangeLog   6 Jun 2014 02:11:07 -   1.144
@@ -1,6 +1,16 @@
 # ChangeLog for www-plugins/chrome-binary-plugins
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/ChangeLog,v 1.143 
2014/06/04 01:46:13 floppym Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/ChangeLog,v 1.144 
2014/06/06 02:11:07 floppym Exp $
+
+*chrome-binary-plugins-37.0.2031.2_alpha1 (06 Jun 2014)
+*chrome-binary-plugins-36.0.1985.49_beta1 (06 Jun 2014)
+
+  06 Jun 2014; Mike Gilbert 
+  +chrome-binary-plugins-36.0.1985.49_beta1.ebuild,
+  +chrome-binary-plugins-37.0.2031.2_alpha1.ebuild,
+  -chrome-binary-plugins-36.0.1985.32_beta1.ebuild,
+  -chrome-binary-plugins-37.0.2024.2_alpha1.ebuild:
+  Automated update.
 
 *chrome-binary-plugins-37.0.2024.2_alpha1 (04 Jun 2014)
 



1.1  
www-plugins/chrome-binary-plugins/chrome-binary-plugins-37.0.2031.2_alpha1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/chrome-binary-plugins/chrome-binary-plugins-37.0.2031.2_alpha1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/chrome-binary-plugins/chrome-binary-plugins-37.0.2031.2_alpha1.ebuild?rev=1.1&content-type=text/plain

Index: chrome-binary-plugins-37.0.2031.2_alpha1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/chrome-binary-plugins-37.0.2031.2_alpha1.ebuild,v
 1.1 2014/06/06 02:11:07 floppym Exp $

EAPI=4

inherit multilib unpacker

DESCRIPTION="Binary plugins -- native API Flash and PDF -- from Google Chrome 
for use in Chromium."
HOMEPAGE="http://www.google.com/chrome";

case ${PV} in
*_alpha*)
SLOT="unstable"
MY_PV=${PV/_alpha/-}
;;
*_beta*)
SLOT="beta"
MY_PV=${PV/_beta/-}
;;
*_p*)
SLOT="stable"
MY_PV=${PV/_p/-}
;;
*)
die "Invalid value for \${PV}: ${PV}"
;;
esac

MY_PN="google-chrome-${SLOT}"
MY_P="${MY_PN}_${MY_PV}"

SRC_URI="
amd64? (

http://dl.google.com/linux/chrome/deb/pool/main/g/${MY_PN}/${MY_P}_amd64.deb
)
x86? (

http://dl.google.com/linux/chrome/deb/pool/main/g/${MY_PN}/${MY_P}_i386.deb
)
"

LICENSE="google-chrome"
KEYWORDS="~amd64 ~x86"
IUSE="+flash"
RESTRICT="bindist mirror strip"

RDEPEND="=www-client/chromium-${PV%%.*}*"

for x in 0 beta stable unstable; do
if [[ ${SLOT} != ${x} ]]; then
RDEPEND+=" !${CATEGORY}/${PN}:${x}"
fi
done

S="${WORKDIR}/opt/google/chrome-${SLOT}"
QA_PREBUILT="*"

pkg_nofetch() {
eerror "Please wait 24 hours and sync your portage tree before 
reporting fetch failures."
}

src_install() {
local version flapper

insinto /usr/$(get_libdir)/chromium-browser/

if use flash; then
doins -r PepperFlash

# Since this is a live ebuild, we're forced to, unfortuantely,
# dynamically construct the command line args for Chromium.
version=$(sed -n 's/.*"version": "\(.*\)",.*/\1/p' 
PepperFlash/manifest.json)

flapper="${ROOT}usr/$(get_libdir)/chromium-browser/PepperFlash/libpepflashplayer.so"
echo -n "CHROMIUM_FLAGS=\"\${CHROMIUM_FLAGS} " > pepper-flash
echo -n "--ppapi-flash-path=$flapper " >> pepper-flash
echo "--ppapi-f

[gentoo-commits] gentoo-x86 commit in www-client/google-chrome-unstable: google-chrome-unstable-37.0.2031.2_p1.ebuild ChangeLog google-chrome-unstable-37.0.2024.2_p1.ebuild

2014-06-05 Thread Mike Gilbert (floppym)
floppym 14/06/06 02:10:51

  Modified: ChangeLog
  Added:google-chrome-unstable-37.0.2031.2_p1.ebuild
  Removed:  google-chrome-unstable-37.0.2024.2_p1.ebuild
  Log:
  Automated update.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0BBEEA1FEA4843A4)

Revision  ChangesPath
1.35 www-client/google-chrome-unstable/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/google-chrome-unstable/ChangeLog?rev=1.35&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/google-chrome-unstable/ChangeLog?rev=1.35&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/google-chrome-unstable/ChangeLog?r1=1.34&r2=1.35

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-client/google-chrome-unstable/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog   4 Jun 2014 01:45:55 -   1.34
+++ ChangeLog   6 Jun 2014 02:10:51 -   1.35
@@ -1,6 +1,13 @@
 # ChangeLog for www-client/google-chrome-unstable
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/www-client/google-chrome-unstable/ChangeLog,v 1.34 
2014/06/04 01:45:55 floppym Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/www-client/google-chrome-unstable/ChangeLog,v 1.35 
2014/06/06 02:10:51 floppym Exp $
+
+*google-chrome-unstable-37.0.2031.2_p1 (06 Jun 2014)
+
+  06 Jun 2014; Mike Gilbert 
+  +google-chrome-unstable-37.0.2031.2_p1.ebuild,
+  -google-chrome-unstable-37.0.2024.2_p1.ebuild:
+  Automated update.
 
 *google-chrome-unstable-37.0.2024.2_p1 (04 Jun 2014)
 



1.1  
www-client/google-chrome-unstable/google-chrome-unstable-37.0.2031.2_p1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/google-chrome-unstable/google-chrome-unstable-37.0.2031.2_p1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/google-chrome-unstable/google-chrome-unstable-37.0.2031.2_p1.ebuild?rev=1.1&content-type=text/plain

Index: google-chrome-unstable-37.0.2031.2_p1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/www-client/google-chrome-unstable/google-chrome-unstable-37.0.2031.2_p1.ebuild,v
 1.1 2014/06/06 02:10:51 floppym Exp $

EAPI="5"

CHROMIUM_LANGS="am ar bg bn ca cs da de el en_GB es es_LA et fa fi fil fr gu he
hi hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt_BR pt_PT ro ru sk sl 
sr
sv sw ta te th tr uk vi zh_CN zh_TW"

inherit readme.gentoo chromium eutils multilib pax-utils unpacker

DESCRIPTION="The web browser from Google"
HOMEPAGE="http://www.google.com/chrome";

if [[ ${PN} == google-chrome ]]; then
MY_PN=${PN}-stable
else
MY_PN=${PN}
fi

MY_P="${MY_PN}_${PV/_p/-}"

SRC_URI="
amd64? (

http://dl.google.com/linux/chrome/deb/pool/main/g/${MY_PN}/${MY_P}_amd64.deb
)
x86? (

http://dl.google.com/linux/chrome/deb/pool/main/g/${MY_PN}/${MY_P}_i386.deb
)
"

LICENSE="google-chrome"
SLOT="0"
KEYWORDS="-* ~amd64 ~x86"
IUSE="+plugins"
RESTRICT="bindist mirror strip"

RDEPEND="
app-arch/bzip2
app-misc/ca-certificates
dev-libs/atk
dev-libs/expat
dev-libs/glib:2
|| ( dev-libs/libgcrypt:11 dev-libs/libgcrypt:0/11 )
dev-libs/nspr
dev-libs/nss
gnome-base/gconf:2
media-libs/alsa-lib
media-libs/fontconfig
media-libs/freetype
net-print/cups
sys-apps/dbus
>=sys-devel/gcc-4.4.0[cxx]
sys-libs/libcap
x11-libs/cairo
x11-libs/gdk-pixbuf
x11-libs/gtk+:2
>=x11-libs/libX11-1.5.0
x11-libs/libXcomposite
x11-libs/libXdamage
x11-libs/libXext
x11-libs/libXfixes
x11-libs/libXi
x11-libs/libXrandr
x11-libs/libXrender
x11-libs/libXScrnSaver
x11-libs/libXtst
x11-libs/pango
x11-misc/xdg-utils
"

QA_PREBUILT="*"
S=${WORKDIR}
CHROME_HOME="opt/google/chrome${PN#google-chrome}"

DISABLE_AUTOFORMATTING="yes"
DOC_CONTENTS="
Some web pages may require additional fonts to display properly.
Try installing some of the following packages if some characters
are not displayed properly:
- media-fonts/arphicfonts
- media-fonts/bitstream-cyberbit
- media-fonts/droid
- media-fonts/ipamonafont
- media-fonts/ja-ipafonts
- media-fonts/takao-fonts
- media-fonts/wqy-microhei
- media-fonts/wqy-zenhei

Depending on your desktop environment, you may need
to install additional packages to get icons on the Downloads page.

For KDE, the required package is kde-base/oxygen-icons.

For other deskto

[gentoo-commits] gentoo-x86 commit in www-client/google-chrome-beta: google-chrome-beta-36.0.1985.49_p1.ebuild ChangeLog google-chrome-beta-36.0.1985.32_p1.ebuild

2014-06-05 Thread Mike Gilbert (floppym)
floppym 14/06/06 02:09:59

  Modified: ChangeLog
  Added:google-chrome-beta-36.0.1985.49_p1.ebuild
  Removed:  google-chrome-beta-36.0.1985.32_p1.ebuild
  Log:
  Automated update.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0BBEEA1FEA4843A4)

Revision  ChangesPath
1.26 www-client/google-chrome-beta/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/google-chrome-beta/ChangeLog?rev=1.26&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/google-chrome-beta/ChangeLog?rev=1.26&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/google-chrome-beta/ChangeLog?r1=1.25&r2=1.26

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-client/google-chrome-beta/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog   29 May 2014 00:44:28 -  1.25
+++ ChangeLog   6 Jun 2014 02:09:59 -   1.26
@@ -1,6 +1,13 @@
 # ChangeLog for www-client/google-chrome-beta
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/google-chrome-beta/ChangeLog,v 
1.25 2014/05/29 00:44:28 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/google-chrome-beta/ChangeLog,v 
1.26 2014/06/06 02:09:59 floppym Exp $
+
+*google-chrome-beta-36.0.1985.49_p1 (06 Jun 2014)
+
+  06 Jun 2014; Mike Gilbert 
+  +google-chrome-beta-36.0.1985.49_p1.ebuild,
+  -google-chrome-beta-36.0.1985.32_p1.ebuild:
+  Automated update.
 
   29 May 2014; Mike Gilbert 
   google-chrome-beta-36.0.1985.32_p1.ebuild:



1.1  
www-client/google-chrome-beta/google-chrome-beta-36.0.1985.49_p1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/google-chrome-beta/google-chrome-beta-36.0.1985.49_p1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/google-chrome-beta/google-chrome-beta-36.0.1985.49_p1.ebuild?rev=1.1&content-type=text/plain

Index: google-chrome-beta-36.0.1985.49_p1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/www-client/google-chrome-beta/google-chrome-beta-36.0.1985.49_p1.ebuild,v
 1.1 2014/06/06 02:09:59 floppym Exp $

EAPI="5"

CHROMIUM_LANGS="am ar bg bn ca cs da de el en_GB es es_LA et fa fi fil fr gu he
hi hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt_BR pt_PT ro ru sk sl 
sr
sv sw ta te th tr uk vi zh_CN zh_TW"

inherit readme.gentoo chromium eutils multilib pax-utils unpacker

DESCRIPTION="The web browser from Google"
HOMEPAGE="http://www.google.com/chrome";

if [[ ${PN} == google-chrome ]]; then
MY_PN=${PN}-stable
else
MY_PN=${PN}
fi

MY_P="${MY_PN}_${PV/_p/-}"

SRC_URI="
amd64? (

http://dl.google.com/linux/chrome/deb/pool/main/g/${MY_PN}/${MY_P}_amd64.deb
)
x86? (

http://dl.google.com/linux/chrome/deb/pool/main/g/${MY_PN}/${MY_P}_i386.deb
)
"

LICENSE="google-chrome"
SLOT="0"
KEYWORDS="-* ~amd64 ~x86"
IUSE="+plugins"
RESTRICT="bindist mirror strip"

RDEPEND="
app-arch/bzip2
app-misc/ca-certificates
dev-libs/atk
dev-libs/expat
dev-libs/glib:2
|| ( dev-libs/libgcrypt:11 dev-libs/libgcrypt:0/11 )
dev-libs/nspr
dev-libs/nss
gnome-base/gconf:2
media-libs/alsa-lib
media-libs/fontconfig
media-libs/freetype
net-print/cups
sys-apps/dbus
>=sys-devel/gcc-4.4.0[cxx]
sys-libs/libcap
x11-libs/cairo
x11-libs/gdk-pixbuf
x11-libs/gtk+:2
>=x11-libs/libX11-1.5.0
x11-libs/libXcomposite
x11-libs/libXdamage
x11-libs/libXext
x11-libs/libXfixes
x11-libs/libXi
x11-libs/libXrandr
x11-libs/libXrender
x11-libs/libXScrnSaver
x11-libs/libXtst
x11-libs/pango
x11-misc/xdg-utils
"

QA_PREBUILT="*"
S=${WORKDIR}
CHROME_HOME="opt/google/chrome${PN#google-chrome}"

DISABLE_AUTOFORMATTING="yes"
DOC_CONTENTS="
Some web pages may require additional fonts to display properly.
Try installing some of the following packages if some characters
are not displayed properly:
- media-fonts/arphicfonts
- media-fonts/bitstream-cyberbit
- media-fonts/droid
- media-fonts/ipamonafont
- media-fonts/ja-ipafonts
- media-fonts/takao-fonts
- media-fonts/wqy-microhei
- media-fonts/wqy-zenhei

Depending on your desktop environment, you may need
to install additional packages to get icons on the Downloads page.

For KDE, the required package is kde-base/oxygen-icons.

For other desktop environments, try one of the following:
- x11-themes/gnome

[gentoo-commits] gentoo-x86 commit in net-misc/hylafaxplus: hylafaxplus-5.5.5.ebuild ChangeLog

2014-06-05 Thread Matthew Marlow (mattm)
mattm   14/06/06 01:51:43

  Modified: ChangeLog
  Added:hylafaxplus-5.5.5.ebuild
  Log:
  Bump 5.5.5, with testing - hopefully this can replace all older ebuilds and 
become new stable.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
786037A7)

Revision  ChangesPath
1.10 net-misc/hylafaxplus/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/hylafaxplus/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   13 Jan 2014 06:51:44 -  1.9
+++ ChangeLog   6 Jun 2014 01:51:43 -   1.10
@@ -1,6 +1,12 @@
 # ChangeLog for net-misc/hylafaxplus
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/hylafaxplus/ChangeLog,v 1.9 
2014/01/13 06:51:44 mattm Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/hylafaxplus/ChangeLog,v 1.10 
2014/06/06 01:51:43 mattm Exp $
+
+*hylafaxplus-5.5.5 (06 Jun 2014)
+
+  06 Jun 2014; Matthew Marlowe  +hylafaxplus-5.5.5.ebuild:
+  Bump 5.5.5, with testing - hopefully this can replace all older ebuilds and
+  become new stable.
 
   13 Jan 2014; Matthew Marlowe  hylafaxplus-5.5.4-r1.ebuild:
   keyword 5.5.4-r1 patch bump for testing (~amd64,~x86)



1.1  net-misc/hylafaxplus/hylafaxplus-5.5.5.ebuild

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

Index: hylafaxplus-5.5.5.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-misc/hylafaxplus/hylafaxplus-5.5.5.ebuild,v 1.1 
2014/06/06 01:51:43 mattm Exp $

EAPI="5"

inherit eutils multilib pam toolchain-funcs

MY_PN="${PN/plus/}"
MY_P="${MY_PN}-${PV}"

DESCRIPTION="Enterprise client-server fax package for class 1 and 2 fax modems."
HOMEPAGE="http://hylafax.sourceforge.net";
SRC_URI="mirror://sourceforge/hylafax/${MY_P}.tar.gz"

SLOT="0"
LICENSE="hylafaxplus"
KEYWORDS="~amd64 ~x86"

IUSE="jbig html ldap mgetty pam"

DEPEND=">=sys-libs/zlib-1.1.4
app-text/ghostscript-gpl
virtual/mta
media-libs/tiff[jbig?]
virtual/jpeg
jbig? ( media-libs/jbigkit )
virtual/awk
ldap? (  net-nds/openldap )
pam? ( virtual/pam )
mgetty? ( net-dialup/mgetty[-fax] )"

RDEPEND="${DEPEND}
net-mail/metamail
!net-dialup/sendpage"

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

export CONFIG_PROTECT="${CONFIG_PROTECT} /var/spool/fax/etc /usr/lib/fax"

src_prepare() {
epatch "${FILESDIR}/ldconfig-patch"
epatch "${FILESDIR}/hylafax-cryptglibc.patch"

# force it not to strip binaries
for dir in etc util faxalter faxcover faxd faxmail faxrm faxstat \
hfaxd sendfax sendpage ; do
sed -i -e "s:-idb:-idb \"nostrip\" -idb:g" \
"${dir}"/Makefile.in || die "sed failed"
done

sed -i -e "s:hostname:hostname -f:g" util/{faxrcvd,pollrcvd}.sh.in || 
die "sed on hostname failed"

# Respect LDFLAGS(at least partially)
sed -i -e "/^LDFLAGS/s/LDOPTS}/LDOPTS} ${LDFLAGS}/" defs.in || die "sed 
on defs.in failed"

sed -i -e "s|-fpic|-fPIC|g" \
configure || die

epatch_user
}

src_configure() {
do_configure() {
echo ./configure --nointeractive ${1}
# eval required for quoting in ${my_conf} to work properly, 
better way?
eval ./configure --nointeractive ${1} || die "./configure 
failed"
}
local my_conf="
--with-DIR_BIN=/usr/bin
--with-DIR_SBIN=/usr/sbin
--with-DIR_LIB=/usr/$(get_libdir)
--with-DIR_LIBEXEC=/usr/sbin
--with-DIR_LIBDATA=/usr/$(get_libdir)/fax
--with-DIR_LOCALE=/usr/share/locale
--with-DIR_LOCKS=/var/lock
--with-DIR_MAN=/usr/share/man
--with-DIR_SPOOL=/var/spool/fax
--with-DIR_HTML=/usr/share/doc/${P}/html
--with-DIR_CGI="${WORKDIR}"
--with-PATH_DPSRIP=/var/spool/fax/bin/ps2fax
--with-PATH_IMPRIP=\"\"
--with-SYSVINIT=no
--with-REGEX=yes
  

[gentoo-commits] gentoo-x86 commit in app-emulation/qemu: qemu-9999.ebuild qemu-2.0.0.ebuild qemu-2.0.0-r1.ebuild ChangeLog

2014-06-05 Thread Mike Frysinger (vapier)
vapier  14/06/06 01:42:41

  Modified: qemu-.ebuild qemu-2.0.0.ebuild
qemu-2.0.0-r1.ebuild ChangeLog
  Log:
  Disable mprotect on qemu binaries #459348 by Alon Bar-Lev.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.75 app-emulation/qemu/qemu-.ebuild

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

Index: qemu-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-.ebuild,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- qemu-.ebuild4 Jun 2014 20:45:06 -   1.74
+++ qemu-.ebuild6 Jun 2014 01:42:41 -   1.75
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-.ebuild,v 1.74 
2014/06/04 20:45:06 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-.ebuild,v 1.75 
2014/06/06 01:42:41 vapier Exp $
 
 EAPI=5
 
@@ -8,7 +8,7 @@
 PYTHON_REQ_USE="ncurses,readline"
 
 inherit eutils flag-o-matic linux-info toolchain-funcs multilib python-r1 \
-   user udev fcaps readme.gentoo
+   user udev fcaps readme.gentoo pax-utils
 
 BACKPORTS=
 
@@ -380,15 +380,21 @@
 
python_export_best
 
-   softmmu_targets=
-   user_targets=
+   softmmu_targets= softmmu_bins=()
+   user_targets= user_bins=()
 
for target in ${IUSE_SOFTMMU_TARGETS} ; do
-   use "qemu_softmmu_targets_${target}" && 
softmmu_targets+=",${target}-softmmu"
+   if use "qemu_softmmu_targets_${target}"; then
+   softmmu_targets+=",${target}-softmmu"
+   softmmu_bins+=( "qemu-system-${target}" )
+   fi
done
 
for target in ${IUSE_USER_TARGETS} ; do
-   use "qemu_user_targets_${target}" && 
user_targets+=",${target}-linux-user"
+   if use "qemu_user_targets_${target}"; then
+   user_targets+=",${target}-linux-user"
+   user_bins+=( "qemu-${target}" )
+   fi
done
 
[[ -n ${softmmu_targets} ]] && \
@@ -462,6 +468,11 @@
fi
fi
 
+   # Disable mprotect on the qemu binaries as they use JITs to be fast 
#459348
+   pushd "${ED}"/usr/bin >/dev/null
+   pax-mark m "${softmmu_bins[@]}" "${user_bins[@]}"
+   popd >/dev/null
+
# Install config file example for qemu-bridge-helper
insinto "/etc/qemu"
doins "${FILESDIR}/bridge.conf"



1.13 app-emulation/qemu/qemu-2.0.0.ebuild

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

Index: qemu-2.0.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-2.0.0.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- qemu-2.0.0.ebuild   4 Jun 2014 20:45:06 -   1.12
+++ qemu-2.0.0.ebuild   6 Jun 2014 01:42:41 -   1.13
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-2.0.0.ebuild,v 1.12 
2014/06/04 20:45:06 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-2.0.0.ebuild,v 1.13 
2014/06/06 01:42:41 vapier Exp $
 
 EAPI=5
 
@@ -8,7 +8,7 @@
 PYTHON_REQ_USE="ncurses,readline"
 
 inherit eutils flag-o-matic linux-info toolchain-funcs multilib python-r1 \
-   user udev fcaps readme.gentoo
+   user udev fcaps readme.gentoo pax-utils
 
 BACKPORTS=
 
@@ -381,15 +381,21 @@
 
python_export_best
 
-   softmmu_targets=
-   user_targets=
+   softmmu_targets= softmmu_bins=()
+   user_targets= user_bins=()
 
for target in ${IUSE_SOFTMMU_TARGETS} ; do
-   use "qemu_softmmu_targets_${target}" && 
softmmu_targets+=",${target}-softmmu"
+   if use "qemu_softmmu_targets_${target}"; then
+   softmmu_targets+=",${target}-softmmu"
+   softmmu_bins+=( "qemu-system-${target}" )
+   fi
done
 
for target in ${IUSE_USER_TARGETS} ; do
-

[gentoo-commits] gentoo-x86 commit in sys-power/apcupsd: apcupsd-3.14.12.ebuild apcupsd-3.14.8-r2.ebuild ChangeLog

2014-06-05 Thread Matthew Marlow (mattm)
mattm   14/06/06 01:34:13

  Modified: apcupsd-3.14.8-r2.ebuild ChangeLog
  Added:apcupsd-3.14.12.ebuild
  Log:
  Bump 3.14.12 which will after extensive testing will hopefully become new 
stable.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
786037A7)

Revision  ChangesPath
1.5  sys-power/apcupsd/apcupsd-3.14.8-r2.ebuild

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

Index: apcupsd-3.14.8-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-power/apcupsd/apcupsd-3.14.8-r2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- apcupsd-3.14.8-r2.ebuild21 Dec 2013 17:22:30 -  1.4
+++ apcupsd-3.14.8-r2.ebuild6 Jun 2014 01:34:13 -   1.5
@@ -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/sys-power/apcupsd/apcupsd-3.14.8-r2.ebuild,v 1.4 
2013/12/21 17:22:30 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-power/apcupsd/apcupsd-3.14.8-r2.ebuild,v 1.5 
2014/06/06 01:34:13 mattm Exp $
 
 EAPI=3
 



1.99 sys-power/apcupsd/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/apcupsd/ChangeLog?rev=1.99&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/apcupsd/ChangeLog?rev=1.99&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/apcupsd/ChangeLog?r1=1.98&r2=1.99

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-power/apcupsd/ChangeLog,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -r1.98 -r1.99
--- ChangeLog   16 Jan 2014 17:28:22 -  1.98
+++ ChangeLog   6 Jun 2014 01:34:13 -   1.99
@@ -1,6 +1,13 @@
 # ChangeLog for sys-power/apcupsd
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/apcupsd/ChangeLog,v 1.98 
2014/01/16 17:28:22 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/apcupsd/ChangeLog,v 1.99 
2014/06/06 01:34:13 mattm Exp $
+
+*apcupsd-3.14.12 (06 Jun 2014)
+
+  06 Jun 2014; Matthew Marlowe  +apcupsd-3.14.12.ebuild,
+  apcupsd-3.14.8-r2.ebuild:
+  Bump 3.14.12 which will after extensive testing will hopefully become new
+  stable.
 
   16 Jan 2014; Jeroen Roovers  files/apcupsd.conf:
   Spelling.



1.1  sys-power/apcupsd/apcupsd-3.14.12.ebuild

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

Index: apcupsd-3.14.12.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-power/apcupsd/apcupsd-3.14.12.ebuild,v 
1.1 2014/06/06 01:34:13 mattm Exp $

EAPI=4

inherit eutils linux-info flag-o-matic systemd udev

DESCRIPTION="APC UPS daemon with integrated tcp/ip remote shutdown"
HOMEPAGE="http://www.apcupsd.org/";
SRC_URI="mirror://sourceforge/apcupsd/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS=""
IUSE="snmp +usb cgi nls gnome kernel_linux"

DEPEND="
||  ( >=sys-apps/util-linux-2.23[tty-helpers(-)]
  <=sys-apps/sysvinit-2.88-r4
)
cgi? ( >=media-libs/gd-1.8.4 )
nls? ( sys-devel/gettext )
snmp? ( >=net-analyzer/net-snmp-5.7.2 )
gnome? ( >=x11-libs/gtk+-2.4.0:2
dev-libs/glib:2
>=gnome-base/gconf-2.0 )"
RDEPEND="${DEPEND}
sys-apps/openrc
virtual/mailx"

CONFIG_CHECK="~USB_HIDDEV ~HIDRAW"
ERROR_USB_HIDDEV="CONFIG_USB_HIDDEV:needed to access USB-attached UPSes"
ERROR_HIDRAW="CONFIG_HIDRAW:needed to access USB-attached UPSes"

pkg_setup() {
if use kernel_linux && use usb && linux_config_exists; then
check_extra_config
fi
}

src_prepare() {
epatch "${FILESDIR}/${PN}-3.14.9-aliasing.patch"
if use snmp; then
epatch "${FILESDIR}/${PN}-snmp-5.7.2.patch"
fi
}

src_configure() {
local myconf
use cgi && myconf="${myconf} --enable-cgi 
--with-cgi-bin=/usr/libexec/${PN}/cgi-bin"
if use usb; then
myconf="${myconf} --with-upstype=usb --with-upscable=usb 
--enable-usb --wi

[gentoo-commits] gentoo-x86 commit in net-analyzer/arp-scan: metadata.xml ChangeLog arp-scan-1.9.ebuild Manifest

2014-06-05 Thread Jeroen Roovers (jer)
jer 14/06/06 01:25:03

  Added:metadata.xml ChangeLog arp-scan-1.9.ebuild Manifest
  Log:
  Initial commit (bug #257718 by Pierre Dumuid).
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.1  net-analyzer/arp-scan/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/arp-scan/metadata.xml?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/arp-scan/metadata.xml?rev=1.1&content-type=text/plain

Index: metadata.xml
===

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

netmon




1.1  net-analyzer/arp-scan/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/arp-scan/ChangeLog?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/arp-scan/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===
# ChangeLog for net-analyzer/arp-scan
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/arp-scan/ChangeLog,v 1.1 
2014/06/06 01:25:03 jer Exp $

*arp-scan-1.9 (06 Jun 2014)

  06 Jun 2014; Jeroen Roovers  +arp-scan-1.9.ebuild,
  +metadata.xml:
  Initial commit (bug #257718 by Pierre Dumuid).




1.1  net-analyzer/arp-scan/arp-scan-1.9.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/arp-scan/arp-scan-1.9.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/arp-scan/arp-scan-1.9.ebuild?rev=1.1&content-type=text/plain

Index: arp-scan-1.9.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/arp-scan/arp-scan-1.9.ebuild,v 
1.1 2014/06/06 01:25:03 jer Exp $

EAPI=5

DESCRIPTION="ARP scanning and fingerprinting tool"
HOMEPAGE="http://www.nta-monitor.com/tools-resources/security-tools/arp-scan";
SRC_URI="http://www.nta-monitor.com/files/${PN}/${P}.tar.gz";

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

DEPEND="net-libs/libpcap"
RDEPEND="
${DEPEND}
dev-lang/perl
"



1.1  net-analyzer/arp-scan/Manifest

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/arp-scan/Manifest?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/arp-scan/Manifest?rev=1.1&content-type=text/plain

Index: Manifest
===
DIST arp-scan-1.9.tar.gz 488442 SHA256 
ce908ac71c48e85dddf6dd4fe5151d13c7528b1f49717a98b2a2535bd797d892 SHA512 
5061ac82d1acad3dd5dab998e4e2d2d9d2dbf436a2839ee1f68dd2997278df7e77f5dda7e54bdb13c9200d7a714b8d82737c041cec8438571d1d14c9d7f936ac
 WHIRLPOOL 
b23e193c6335c32a64363e3f0e66f6c7c39efdc292e02efdccf36452b48feb878486c5dfde4b8977e6fde6669aeeefad1931c1ea35e4a6a75b69817682b1d73a
EBUILD arp-scan-1.9.ebuild 428 SHA256 
6a83fa104e6040e1e62789cea845b4df37120dbd0bd14a0c592e119e09cc88f1 SHA512 
b4c7437093e253f34023c175647c4757f973f0a8639f5d4c9fd9f0df6ed70c8e81bfc13697e4d10457a5e548fb32663a3c16fa932bb77f87de87984854c85bc0
 WHIRLPOOL 
ba9e6dbef93076ce9823776b47af1aa0d84e017b19575147fe19a8e7fdf875db763493d8192cdd3b9b2b3414506a124f60174db033aff2d83371614cf99e8c77
MISC ChangeLog 287 SHA256 
7dca89b189e30b9563723ea9014d9349fe22b0cfa7c77bf2def349116ce5506c SHA512 
0974183693f21f0d5706d5e177f8be74a105bb0fcde5dd71f9bc7a4134af69c047c03e001e46f9e0e966315940197968951a16ce3c4adf8d875cff2a8d2da78c
 WHIRLPOOL 
9a8efca427e156838b73dd0832110e374b5702215487c13cc439c5000d1a2c439cebe2d41e06ddc05b26dff3c23ca56498067f4e650983ee4d5422fdfeed3239
MISC metadata.xml 159 SHA256 
b75c711bd971e46f0ec957e833c60879b0c5023e0bb94409a6255781b69f6dc6 SHA512 
2c104d2a804da0a38770b6f1ec26cd5b0a49e30392177d5794734a3f4129e82fd0971e5a8a1e48913bfaf1bab57e7bac1fe5ce4f5c618ce057aa5aaf9e59113b
 WHIRLPOOL 
044dec64f8899582332d7fbd7612d2a7c5c7234c44bb9fc51a56f7d6400cd3066a154c3c49dd3f4b468f11e029aa24ff0097ab1387b9f322d57f1d9876afd601






[gentoo-commits] gentoo-x86 commit in net-analyzer/arp-scan: - New directory

2014-06-05 Thread Jeroen Roovers (jer)
jer 14/06/06 01:18:53

  Log:
  Directory /var/cvsroot/gentoo-x86/net-analyzer/arp-scan added to the 
repository



[gentoo-commits] gentoo-x86 commit in mail-mta/opensmtpd: opensmtpd-5.4.2.201405142325_p1.ebuild ChangeLog opensmtpd-5.4.2.201405202105_p1.ebuild

2014-06-05 Thread Jason Donenfeld (zx2c4)
zx2c4   14/06/06 00:49:57

  Modified: ChangeLog
  Added:opensmtpd-5.4.2.201405142325_p1.ebuild
  Removed:  opensmtpd-5.4.2.201405202105_p1.ebuild
  Log:
  Latest snapshot is buggy. Revert.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A5DE03AE)

Revision  ChangesPath
1.60 mail-mta/opensmtpd/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/mail-mta/opensmtpd/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- ChangeLog   21 May 2014 12:59:20 -  1.59
+++ ChangeLog   6 Jun 2014 00:49:57 -   1.60
@@ -1,6 +1,13 @@
 # ChangeLog for mail-mta/opensmtpd
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/opensmtpd/ChangeLog,v 1.59 
2014/05/21 12:59:20 zx2c4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/opensmtpd/ChangeLog,v 1.60 
2014/06/06 00:49:57 zx2c4 Exp $
+
+*opensmtpd-5.4.2.201405142325_p1 (06 Jun 2014)
+
+  06 Jun 2014; Jason A. Donenfeld 
+  +opensmtpd-5.4.2.201405142325_p1.ebuild,
+  -opensmtpd-5.4.2.201405202105_p1.ebuild:
+  Latest snapshot is buggy. Revert.
 
 *opensmtpd-5.4.2.201405202105_p1 (21 May 2014)
 



1.3  mail-mta/opensmtpd/opensmtpd-5.4.2.201405142325_p1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/opensmtpd/opensmtpd-5.4.2.201405142325_p1.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/opensmtpd/opensmtpd-5.4.2.201405142325_p1.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/opensmtpd/opensmtpd-5.4.2.201405142325_p1.ebuild?r1=1.2&r2=1.3







[gentoo-commits] gentoo-x86 commit in dev-libs/liblinear: liblinear-194.ebuild ChangeLog

2014-06-05 Thread Jeroen Roovers (jer)
jer 14/06/06 00:32:10

  Modified: liblinear-194.ebuild ChangeLog
  Log:
  Install README.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.3  dev-libs/liblinear/liblinear-194.ebuild

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

Index: liblinear-194.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/liblinear/liblinear-194.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- liblinear-194.ebuild6 Jun 2014 00:15:26 -   1.2
+++ liblinear-194.ebuild6 Jun 2014 00:32:10 -   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-libs/liblinear/liblinear-194.ebuild,v 
1.2 2014/06/06 00:15:26 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/liblinear/liblinear-194.ebuild,v 
1.3 2014/06/06 00:32:10 jer Exp $
 
 EAPI=5
 inherit multilib toolchain-funcs
@@ -43,7 +43,11 @@
 src_install() {
dolib ${PN}.so.1
dosym ${PN}.so.1 /usr/$(get_libdir)/${PN}.so
+
dobin predict train
+
insinto /usr/include
doins linear.h
+
+   dodoc README
 }



1.3  dev-libs/liblinear/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/liblinear/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   6 Jun 2014 00:15:26 -   1.2
+++ ChangeLog   6 Jun 2014 00:32:10 -   1.3
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/liblinear
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/liblinear/ChangeLog,v 1.2 
2014/06/06 00:15:26 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/liblinear/ChangeLog,v 1.3 
2014/06/06 00:32:10 jer Exp $
+
+  06 Jun 2014; Jeroen Roovers  liblinear-194.ebuild:
+  Install README.
 
   06 Jun 2014; Jeroen Roovers  liblinear-194.ebuild:
   Marked ~hppa ~x86 too.






[gentoo-commits] gentoo-x86 commit in sys-kernel/hardened-sources: ChangeLog

2014-06-05 Thread Anthony G. Basile (blueness)
blueness14/06/06 00:28:18

  Modified: ChangeLog
  Log:
  Fix ChangeLog
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  ChangesPath
1.1062   sys-kernel/hardened-sources/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v
retrieving revision 1.1061
retrieving revision 1.1062
diff -u -r1.1061 -r1.1062
--- ChangeLog   6 Jun 2014 00:24:43 -   1.1061
+++ ChangeLog   6 Jun 2014 00:28:18 -   1.1062
@@ -1,6 +1,13 @@
 # ChangeLog for sys-kernel/hardened-sources
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 
1.1061 2014/06/06 00:24:43 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 
1.1062 2014/06/06 00:28:18 blueness Exp $
+
+*hardened-sources-3.14.5-r2.ebuild
+
+  06 Jun 2014; Anthony G. Basile 
+  +hardened-sources-3.14.5-r2.ebuild:
+  vanilla-3.14.4 + genpatches-3.14-7 + grsecurity-3.0-3.14.5-201406051310
+  bug #512526, CVE-2014-3153
 
 *hardened-sources-3.2.59-r4 (06 Jun 2014)
 






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

2014-06-05 Thread Tom Wijsman (tomwij)
tomwij  14/06/06 00:26:20

  Modified: package.mask
  Log:
  Fixed up date of the CVE-2014-3153 mask; yeah, it was a copy of the previous 
CVE mask.

Revision  ChangesPath
1.15763  profiles/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.15762
retrieving revision 1.15763
diff -u -r1.15762 -r1.15763
--- package.mask6 Jun 2014 00:24:15 -   1.15762
+++ package.mask6 Jun 2014 00:26:20 -   1.15763
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15762 2014/06/06 
00:24:15 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15763 2014/06/06 
00:26:20 tomwij Exp $
 #
 # When you add an entry to the top of this file, add your name, the date, and
 # an explanation of why something is getting masked. Please be extremely
@@ -30,7 +30,7 @@
 
 #--- END OF EXAMPLES ---
 
-# Tom Wijsman  (16 May 2014)
+# Tom Wijsman  (6 Jun 2014)
 # Mask gentoo-sources ebuilds that are affected with security bug 
CVE-2014-3153.
 #
 # Pinkie Pie discovered an issue in the futex subsystem that allows a






[gentoo-commits] gentoo-x86 commit in sys-kernel/gentoo-sources: gentoo-sources-3.12.13.ebuild gentoo-sources-3.10.32.ebuild gentoo-sources-3.12.21-r1.ebuild gentoo-sources-3.10.41-r1.ebuild ChangeLog

2014-06-05 Thread Tom Wijsman (tomwij)
tomwij  14/06/06 00:26:42

  Modified: gentoo-sources-3.12.13.ebuild
gentoo-sources-3.10.32.ebuild
gentoo-sources-3.12.21-r1.ebuild
gentoo-sources-3.10.41-r1.ebuild ChangeLog
  Removed:  gentoo-sources-3.14.2.ebuild
gentoo-sources-3.14.3.ebuild
gentoo-sources-3.10.25.ebuild
gentoo-sources-3.2.58.ebuild
gentoo-sources-3.12.19.ebuild
gentoo-sources-3.4.89.ebuild
gentoo-sources-3.10.39.ebuild
gentoo-sources-3.12.18.ebuild
gentoo-sources-3.4.90.ebuild
  Log:
  Drop old ebuilds and keywords; for CVE-2014-0196 and CVE-2014-3153, bug 
#509840 and bug #512526.
  
  (Portage version: 2.2.10_p120/cvs/Linux x86_64, signed Manifest commit with 
key 6D34E57D)

Revision  ChangesPath
1.6  sys-kernel/gentoo-sources/gentoo-sources-3.12.13.ebuild

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

Index: gentoo-sources-3.12.13.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-3.12.13.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gentoo-sources-3.12.13.ebuild   2 Apr 2014 12:29:10 -   1.5
+++ gentoo-sources-3.12.13.ebuild   6 Jun 2014 00:26:42 -   1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-3.12.13.ebuild,v
 1.5 2014/04/02 12:29:10 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-3.12.13.ebuild,v
 1.6 2014/06/06 00:26:42 tomwij Exp $
 
 EAPI="5"
 ETYPE="sources"
@@ -11,7 +11,7 @@
 detect_version
 detect_arch
 
-KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86"
+KEYWORDS="arm ia64 sparc"
 HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches";
 IUSE="deblob experimental"
 



1.6  sys-kernel/gentoo-sources/gentoo-sources-3.10.32.ebuild

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

Index: gentoo-sources-3.10.32.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-3.10.32.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gentoo-sources-3.10.32.ebuild   26 Mar 2014 17:55:36 -  1.5
+++ gentoo-sources-3.10.32.ebuild   6 Jun 2014 00:26:42 -   1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-3.10.32.ebuild,v
 1.5 2014/03/26 17:55:36 armin76 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-3.10.32.ebuild,v
 1.6 2014/06/06 00:26:42 tomwij Exp $
 
 EAPI="5"
 ETYPE="sources"
@@ -11,7 +11,7 @@
 detect_version
 detect_arch
 
-KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86"
+KEYWORDS="arm ia64 sparc"
 HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches";
 IUSE="deblob experimental"
 



1.2  sys-kernel/gentoo-sources/gentoo-sources-3.12.21-r1.ebuild

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

Index: gentoo-sources-3.12.21-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-3.12.21-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gentoo-sources-3.12.21-r1.ebuild5 Jun 2014 23:38:43 -   1.1
+++ gentoo-sources-3.12.21-r1.ebuild6 Jun 2014 00:26:42 - 

[gentoo-commits] gentoo-x86 commit in net-analyzer/nmap/files: nmap-6.40-uninstaller.patch

2014-06-05 Thread Jeroen Roovers (jer)
jer 14/06/06 00:25:23

  Removed:  nmap-6.40-uninstaller.patch
  Log:
  Old.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)



[gentoo-commits] gentoo-x86 commit in net-analyzer/nmap: ChangeLog nmap-6.40.ebuild nmap-6.40-r1.ebuild

2014-06-05 Thread Jeroen Roovers (jer)
jer 14/06/06 00:25:23

  Modified: ChangeLog
  Removed:  nmap-6.40.ebuild nmap-6.40-r1.ebuild
  Log:
  Old.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.309net-analyzer/nmap/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nmap/ChangeLog,v
retrieving revision 1.308
retrieving revision 1.309
diff -u -r1.308 -r1.309
--- ChangeLog   6 Jun 2014 00:19:48 -   1.308
+++ ChangeLog   6 Jun 2014 00:25:23 -   1.309
@@ -1,6 +1,10 @@
 # ChangeLog for net-analyzer/nmap
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/ChangeLog,v 1.308 
2014/06/06 00:19:48 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/ChangeLog,v 1.309 
2014/06/06 00:25:23 jer Exp $
+
+  06 Jun 2014; Jeroen Roovers  -nmap-6.40.ebuild,
+  -nmap-6.40-r1.ebuild, -files/nmap-6.40-uninstaller.patch:
+  Old.
 
   06 Jun 2014; Jeroen Roovers  nmap-6.46.ebuild,
   -files/nmap-4.75-include.patch, -files/su-to-zenmap.sh.diff:






[gentoo-commits] gentoo-x86 commit in sys-kernel/hardened-sources: hardened-sources-3.14.5-r2.ebuild ChangeLog

2014-06-05 Thread Anthony G. Basile (blueness)
blueness14/06/06 00:24:43

  Modified: ChangeLog
  Added:hardened-sources-3.14.5-r2.ebuild
  Log:
  vanilla-3.14.4 + genpatches-3.14-7 + grsecurity-3.0-3.14.5-201406051310 bug 
#512526, CVE-2014-3153
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  ChangesPath
1.1061   sys-kernel/hardened-sources/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v
retrieving revision 1.1060
retrieving revision 1.1061
diff -u -r1.1060 -r1.1061
--- ChangeLog   6 Jun 2014 00:21:39 -   1.1060
+++ ChangeLog   6 Jun 2014 00:24:43 -   1.1061
@@ -1,12 +1,13 @@
 # ChangeLog for sys-kernel/hardened-sources
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 
1.1060 2014/06/06 00:21:39 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 
1.1061 2014/06/06 00:24:43 blueness Exp $
 
 *hardened-sources-3.2.59-r4 (06 Jun 2014)
 
   06 Jun 2014; Anthony G. Basile 
   +hardened-sources-3.2.59-r4.ebuild:
   vanilla-3.2.59 + genpatches-3.2.16 + grsecurity-3.0-3.2.59-201406051309
+  bug #512526, CVE-2014-3153
 
   05 Jun 2014; Anthony G. Basile 
   -hardened-sources-3.11.7-r2.ebuild, -hardened-sources-3.13.10-r1.ebuild,



1.1  
sys-kernel/hardened-sources/hardened-sources-3.14.5-r2.ebuild

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

Index: hardened-sources-3.14.5-r2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-3.14.5-r2.ebuild,v
 1.1 2014/06/06 00:24:43 blueness Exp $

EAPI="5"

ETYPE="sources"
K_WANT_GENPATCHES="base"
K_GENPATCHES_VER="8"
K_DEBLOB_AVAILABLE="1"

inherit kernel-2
detect_version

HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-4"
HGPV_URI="http://dev.gentoo.org/~blueness/hardened-sources/hardened-patches/hardened-patches-${HGPV}.extras.tar.bz2";
SRC_URI="${KERNEL_URI} ${HGPV_URI} ${GENPATCHES_URI} ${ARCH_URI}"

UNIPATCH_LIST="${DISTDIR}/hardened-patches-${HGPV}.extras.tar.bz2"
UNIPATCH_EXCLUDE="
1500_XATTR_USER_PREFIX.patch
2900_dev-root-proc-mount-fix.patch"

DESCRIPTION="Hardened kernel sources (kernel series ${KV_MAJOR}.${KV_MINOR})"
HOMEPAGE="http://www.gentoo.org/proj/en/hardened/";
IUSE="deblob"

KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"

RDEPEND=">=sys-devel/gcc-4.5"

pkg_postinst() {
kernel-2_pkg_postinst

local GRADM_COMPAT="sys-apps/gradm-3.0*"

ewarn
ewarn "Users of grsecurity's RBAC system must ensure they are using"
ewarn "${GRADM_COMPAT}, which is compatible with ${PF}."
ewarn "It is strongly recommended that the following command is issued"
ewarn "prior to booting a ${PF} kernel for the first time:"
ewarn
ewarn "emerge -na =${GRADM_COMPAT}"
ewarn
}






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

2014-06-05 Thread Tom Wijsman (tomwij)
tomwij  14/06/06 00:24:16

  Modified: package.mask
  Log:
  Drop CVE-2014-0196 mask, its ebuilds are dropped; introduce preliminary 
CVE-2014-3153 mask, more revision bumps and masks for branches 3.2 and 3.4 will 
follow as those patches get backported (as well as mask for other branches 
pending stabilization).

Revision  ChangesPath
1.15762  profiles/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.15761
retrieving revision 1.15762
diff -u -r1.15761 -r1.15762
--- package.mask5 Jun 2014 08:37:00 -   1.15761
+++ package.mask6 Jun 2014 00:24:15 -   1.15762
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15761 2014/06/05 
08:37:00 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15762 2014/06/06 
00:24:15 tomwij Exp $
 #
 # When you add an entry to the top of this file, add your name, the date, and
 # an explanation of why something is getting masked. Please be extremely
@@ -30,6 +30,24 @@
 
 #--- END OF EXAMPLES ---
 
+# Tom Wijsman  (16 May 2014)
+# Mask gentoo-sources ebuilds that are affected with security bug 
CVE-2014-3153.
+#
+# Pinkie Pie discovered an issue in the futex subsystem that allows a
+# local user to gain ring 0 control via the futex syscall. An
+# unprivileged user could use this flaw to crash the kernel (resulting
+# in denial of service) or for privilege escalation.
+#
+# https://bugs.gentoo.org/show_bug.cgi?id=CVE-2014-3153
+#
+# More revision bumps and masks will occur as soon as possible.
+~sys-kernel/gentoo-sources-3.10.40
+=sys-kernel/gentoo-sources-3.10.41
+~sys-kernel/gentoo-sources-3.12.20
+=sys-kernel/gentoo-sources-3.12.21
+~sys-kernel/gentoo-sources-3.14.4
+=sys-kernel/gentoo-sources-3.14.5
+
 # Hans de Graaff  (2 Jun 2014)
 # Mask old slots and packages for removal in 30 days since SRC_URI
 # still points to rubyforge mirrors, bug 512132. These are all leaf
@@ -146,27 +164,6 @@
 # Masked for removal in 30 days, bug 505628.
 games-emulation/neopocott
 
-# Tom Wijsman  (16 May 2014)
-# Mask gentoo-sources ebuilds that are affected with security bug 
CVE-2014-0196.
-#
-# The n_tty_write function in drivers/tty/n_tty.c in the Linux kernel through 
-# 3.14.3 does not properly manage tty driver access in the "LECHO & !OPOST" 
-# case, which allows local users to cause a denial of service (memory 
corruption 
-# and system crash) or gain privileges by triggering a race condition 
involving 
-# read and write operations with long strings.
-#
-# https://bugs.gentoo.org/show_bug.cgi?id=CVE-2014-0196
-#
-# 3.2.58 and 3.4.90 have revision bumps, for the other there are newer 
versions.
-=sys-kernel/gentoo-sources-3.2.58
-~sys-kernel/gentoo-sources-3.4.89
-=sys-kernel/gentoo-sources-3.4.90
-~sys-kernel/gentoo-sources-3.10.39
-~sys-kernel/gentoo-sources-3.12.18
-~sys-kernel/gentoo-sources-3.12.19
-~sys-kernel/gentoo-sources-3.14.2
-~sys-kernel/gentoo-sources-3.14.3
-
 # Chí-Thanh Christopher Nguyễn  (14 May 2014)
 # Depends on libevdev which still needs keywording, bug #487944
 >=x11-drivers/xf86-input-evdev-2.8.99






[gentoo-commits] gentoo-x86 commit in sys-kernel/hardened-sources: hardened-sources-3.2.59-r4.ebuild ChangeLog

2014-06-05 Thread Anthony G. Basile (blueness)
blueness14/06/06 00:21:39

  Modified: ChangeLog
  Added:hardened-sources-3.2.59-r4.ebuild
  Log:
  vanilla-3.2.59 + genpatches-3.2.16 + grsecurity-3.0-3.2.59-201406051309
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  ChangesPath
1.1060   sys-kernel/hardened-sources/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v
retrieving revision 1.1059
retrieving revision 1.1060
diff -u -r1.1059 -r1.1060
--- ChangeLog   5 Jun 2014 21:52:05 -   1.1059
+++ ChangeLog   6 Jun 2014 00:21:39 -   1.1060
@@ -1,6 +1,12 @@
 # ChangeLog for sys-kernel/hardened-sources
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 
1.1059 2014/06/05 21:52:05 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 
1.1060 2014/06/06 00:21:39 blueness Exp $
+
+*hardened-sources-3.2.59-r4 (06 Jun 2014)
+
+  06 Jun 2014; Anthony G. Basile 
+  +hardened-sources-3.2.59-r4.ebuild:
+  vanilla-3.2.59 + genpatches-3.2.16 + grsecurity-3.0-3.2.59-201406051309
 
   05 Jun 2014; Anthony G. Basile 
   -hardened-sources-3.11.7-r2.ebuild, -hardened-sources-3.13.10-r1.ebuild,



1.1  
sys-kernel/hardened-sources/hardened-sources-3.2.59-r4.ebuild

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

Index: hardened-sources-3.2.59-r4.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-3.2.59-r4.ebuild,v
 1.1 2014/06/06 00:21:39 blueness Exp $

EAPI="5"

ETYPE="sources"
K_WANT_GENPATCHES="base extras"
K_GENPATCHES_VER="16"
K_DEBLOB_AVAILABLE="1"

inherit kernel-2
detect_version

HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-6"
HGPV_URI="http://dev.gentoo.org/~blueness/hardened-sources/hardened-patches/hardened-patches-${HGPV}.extras.tar.bz2";
SRC_URI="${KERNEL_URI} ${HGPV_URI} ${GENPATCHES_URI} ${ARCH_URI}"

UNIPATCH_LIST="${DISTDIR}/hardened-patches-${HGPV}.extras.tar.bz2"
UNIPATCH_EXCLUDE="4200_fbcondecor-0.9.6.patch"

DESCRIPTION="Hardened kernel sources (kernel series ${KV_MAJOR}.${KV_MINOR})"
HOMEPAGE="http://www.gentoo.org/proj/en/hardened/";
IUSE="deblob"

KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"

RDEPEND=">=sys-devel/gcc-4.5"

pkg_postinst() {
kernel-2_pkg_postinst

local GRADM_COMPAT="sys-apps/gradm-3.0*"

ewarn
ewarn "Users of grsecurity's RBAC system must ensure they are using"
ewarn "${GRADM_COMPAT}, which is compatible with ${PF}."
ewarn "It is strongly recommended that the following command is issued"
ewarn "prior to booting a ${PF} kernel for the first time:"
ewarn
ewarn "emerge -na =${GRADM_COMPAT}"
ewarn
}






[gentoo-commits] gentoo-x86 commit in net-analyzer/nmap: nmap-6.46.ebuild ChangeLog

2014-06-05 Thread Jeroen Roovers (jer)
jer 14/06/06 00:19:48

  Modified: nmap-6.46.ebuild ChangeLog
  Log:
  Add dev-libs/liblinear dependency (bug #253269).
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.2  net-analyzer/nmap/nmap-6.46.ebuild

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

Index: nmap-6.46.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-6.46.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nmap-6.46.ebuild28 Apr 2014 14:34:28 -  1.1
+++ nmap-6.46.ebuild6 Jun 2014 00:19:47 -   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/nmap/nmap-6.46.ebuild,v 1.1 
2014/04/28 14:34:28 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-6.46.ebuild,v 1.2 
2014/06/06 00:19:47 jer Exp $
 
 EAPI=5
 
@@ -29,6 +29,7 @@
|| ( ${PYTHON_DEPS} )
 "
 RDEPEND="
+   dev-libs/liblinear
dev-libs/libpcre
net-libs/libpcap[ipv6?]
zenmap? (
@@ -111,6 +112,8 @@
$(use_with ssl openssl) \
--with-libdnet=included \
--with-pcre=/usr
+   #   --with-liblinear=/usr \
+   #   Commented because configure does weird things, while 
autodetection works
 }
 
 src_compile() {



1.308net-analyzer/nmap/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nmap/ChangeLog?rev=1.308&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nmap/ChangeLog?rev=1.308&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nmap/ChangeLog?r1=1.307&r2=1.308

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nmap/ChangeLog,v
retrieving revision 1.307
retrieving revision 1.308
diff -u -r1.307 -r1.308
--- ChangeLog   28 Apr 2014 14:34:28 -  1.307
+++ ChangeLog   6 Jun 2014 00:19:48 -   1.308
@@ -1,6 +1,10 @@
 # ChangeLog for net-analyzer/nmap
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/ChangeLog,v 1.307 
2014/04/28 14:34:28 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/ChangeLog,v 1.308 
2014/06/06 00:19:48 jer Exp $
+
+  06 Jun 2014; Jeroen Roovers  nmap-6.46.ebuild,
+  -files/nmap-4.75-include.patch, -files/su-to-zenmap.sh.diff:
+  Add dev-libs/liblinear dependency (bug #253269).
 
 *nmap-6.46 (28 Apr 2014)
 






[gentoo-commits] gentoo-x86 commit in net-analyzer/nmap/files: nmap-4.75-include.patch su-to-zenmap.sh.diff

2014-06-05 Thread Jeroen Roovers (jer)
jer 14/06/06 00:19:48

  Removed:  nmap-4.75-include.patch su-to-zenmap.sh.diff
  Log:
  Add dev-libs/liblinear dependency (bug #253269).
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)



[gentoo-commits] gentoo-x86 commit in dev-libs/liblinear: liblinear-194.ebuild ChangeLog

2014-06-05 Thread Jeroen Roovers (jer)
jer 14/06/06 00:15:26

  Modified: liblinear-194.ebuild ChangeLog
  Log:
  Marked ~hppa ~x86 too.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.2  dev-libs/liblinear/liblinear-194.ebuild

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

Index: liblinear-194.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/liblinear/liblinear-194.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- liblinear-194.ebuild5 Jun 2014 23:52:00 -   1.1
+++ liblinear-194.ebuild6 Jun 2014 00:15:26 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/liblinear/liblinear-194.ebuild,v 
1.1 2014/06/05 23:52:00 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/liblinear/liblinear-194.ebuild,v 
1.2 2014/06/06 00:15:26 jer Exp $
 
 EAPI=5
 inherit multilib toolchain-funcs
@@ -11,7 +11,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~hppa ~x86"
 
 # /usr/bin/predict collision
 RDEPEND="!sci-astronomy/predict"



1.2  dev-libs/liblinear/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/liblinear/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   5 Jun 2014 23:52:00 -   1.1
+++ ChangeLog   6 Jun 2014 00:15:26 -   1.2
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/liblinear
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/liblinear/ChangeLog,v 1.1 
2014/06/05 23:52:00 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/liblinear/ChangeLog,v 1.2 
2014/06/06 00:15:26 jer Exp $
+
+  06 Jun 2014; Jeroen Roovers  liblinear-194.ebuild:
+  Marked ~hppa ~x86 too.
 
 *liblinear-194 (05 Jun 2014)
 






[gentoo-commits] gentoo-x86 commit in sys-kernel/gentoo-sources: gentoo-sources-3.10.41-r1.ebuild gentoo-sources-3.14.5-r1.ebuild ChangeLog

2014-06-05 Thread Tom Wijsman (tomwij)
tomwij  14/06/06 00:04:52

  Modified: ChangeLog
  Added:gentoo-sources-3.10.41-r1.ebuild
gentoo-sources-3.14.5-r1.ebuild
  Log:
  Revision bump to branches 3.10 and 3.14, 3.0 and 3.4 follow later due to 
backports; for CVE-2014-3153, bug #512526.
  
  (Portage version: 2.2.10_p120/cvs/Linux x86_64, signed Manifest commit with 
key 6D34E57D)

Revision  ChangesPath
1.1331   sys-kernel/gentoo-sources/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog,v
retrieving revision 1.1330
retrieving revision 1.1331
diff -u -r1.1330 -r1.1331
--- ChangeLog   5 Jun 2014 23:38:43 -   1.1330
+++ ChangeLog   6 Jun 2014 00:04:52 -   1.1331
@@ -1,6 +1,14 @@
 # ChangeLog for sys-kernel/gentoo-sources
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog,v 
1.1330 2014/06/05 23:38:43 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog,v 
1.1331 2014/06/06 00:04:52 tomwij Exp $
+
+*gentoo-sources-3.10.41-r1 (06 Jun 2014)
+*gentoo-sources-3.14.5-r1 (06 Jun 2014)
+
+  06 Jun 2014; Tom Wijsman 
+  +gentoo-sources-3.10.41-r1.ebuild, +gentoo-sources-3.14.5-r1.ebuild:
+  Revision bump to branches 3.10 and 3.14, 3.0 and 3.4 follow later due to
+  backports; for CVE-2014-3153, bug #512526.
 
 *gentoo-sources-3.12.21-r1 (05 Jun 2014)
 



1.1  sys-kernel/gentoo-sources/gentoo-sources-3.10.41-r1.ebuild

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

Index: gentoo-sources-3.10.41-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-3.10.41-r1.ebuild,v
 1.1 2014/06/06 00:04:52 tomwij Exp $

EAPI="5"
ETYPE="sources"
K_WANT_GENPATCHES="base extras experimental"
K_GENPATCHES_VER="49"
K_DEBLOB_AVAILABLE="1"
inherit kernel-2
detect_version
detect_arch

KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86"
HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches";
IUSE="deblob experimental"

DESCRIPTION="Full sources including the Gentoo patchset for the 
${KV_MAJOR}.${KV_MINOR} kernel tree"
SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}"

pkg_postinst() {
kernel-2_pkg_postinst
einfo "For more info on this patchset, and how to report problems, see:"
einfo "${HOMEPAGE}"
}

pkg_postrm() {
kernel-2_pkg_postrm
}



1.1  sys-kernel/gentoo-sources/gentoo-sources-3.14.5-r1.ebuild

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

Index: gentoo-sources-3.14.5-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-3.14.5-r1.ebuild,v
 1.1 2014/06/06 00:04:52 tomwij Exp $

EAPI="5"
ETYPE="sources"
K_WANT_GENPATCHES="base extras experimental"
K_GENPATCHES_VER="9"
K_DEBLOB_AVAILABLE="1"
inherit kernel-2
detect_version
detect_arch

KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches";
IUSE="deblob experimental"

DESCRIPTION="Full sources including the Gentoo patchset for the 
${KV_MAJOR}.${KV_MINOR} kernel tree"
SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}"

pkg_postinst() {
kernel-2_pkg_postinst
einfo "For more info on this patchset, and how to report problems, see:"
einfo "${HOMEPAGE}"
}

pkg_postrm() {
kernel-2_pkg_postrm
}






[gentoo-commits] linux-patches r2810 - genpatches-2.6/tags

2014-06-05 Thread Tom Wijsman (tomwij)
Author: tomwij
Date: 2014-06-06 00:01:08 + (Fri, 06 Jun 2014)
New Revision: 2810

Added:
   genpatches-2.6/tags/3.14-9/
Log:
3.14-9 release




[gentoo-commits] linux-patches r2809 - genpatches-2.6/tags

2014-06-05 Thread Tom Wijsman (tomwij)
Author: tomwij
Date: 2014-06-06 00:00:39 + (Fri, 06 Jun 2014)
New Revision: 2809

Added:
   genpatches-2.6/tags/3.10-49/
Log:
3.10-49 release




[gentoo-commits] linux-patches r2808 - in genpatches-2.6/trunk: 3.10 3.14

2014-06-05 Thread Tom Wijsman (tomwij)
Author: tomwij
Date: 2014-06-05 23:59:56 + (Thu, 05 Jun 2014)
New Revision: 2808

Added:
   
genpatches-2.6/trunk/3.10/1501-futex-add-another-early-deadlock-detection-check.patch
   
genpatches-2.6/trunk/3.10/1502-futex-prevent-attaching-to-kernel-threads.patch
   
genpatches-2.6/trunk/3.10/1503-futex-prevent-requeue-pi-on-same-futex-patch-futex-forbid-uaddr-uaddr2-in-futex_requeue-requeue_pi-1.patch
   
genpatches-2.6/trunk/3.10/1504-futex-validate-atomic-acquisition-in-futex_lock_pi_atomic.patch
   
genpatches-2.6/trunk/3.10/1505-futex-always-cleanup-owner-tid-in-unlock_pi.patch
   genpatches-2.6/trunk/3.10/1506-futex-make-lookup_pi_state-more-robust.patch
   
genpatches-2.6/trunk/3.14/1501-futex-add-another-early-deadlock-detection-check.patch
   
genpatches-2.6/trunk/3.14/1502-futex-prevent-attaching-to-kernel-threads.patch
   
genpatches-2.6/trunk/3.14/1503-futex-prevent-requeue-pi-on-same-futex-patch-futex-forbid-uaddr-uaddr2-in-futex_requeue-requeue_pi-1.patch
   
genpatches-2.6/trunk/3.14/1504-futex-validate-atomic-acquisition-in-futex_lock_pi_atomic.patch
   
genpatches-2.6/trunk/3.14/1505-futex-always-cleanup-owner-tid-in-unlock_pi.patch
   genpatches-2.6/trunk/3.14/1506-futex-make-lookup_pi_state-more-robust.patch
Modified:
   genpatches-2.6/trunk/3.10/_README
   genpatches-2.6/trunk/3.14/_README
Log:
CVE-2014-3153

Modified: genpatches-2.6/trunk/3.10/_README
===
--- genpatches-2.6/trunk/3.10/_README   2014-06-05 22:22:47 UTC (rev 
2807)
+++ genpatches-2.6/trunk/3.10/_README   2014-06-05 23:59:56 UTC (rev 
2808)
@@ -214,6 +214,30 @@
 From:   
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=6a96e15096da6e7491107321cfa660c7c2aa119d
 Desc:   selinux: add SOCK_DIAG_BY_FAMILY to the list of netlink message types
 
+Patch:  1501-futex-add-another-early-deadlock-detection-check.patch
+From:   
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=866293ee54227584ffcb4a42f69c1f365974ba7f
+Desc:   CVE-2014-3153
+
+Patch:  1502-futex-prevent-attaching-to-kernel-threads.patch
+From:   
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=f0d71b3dcb8332f7971b5f2363632573e6d9486a
+Desc:   CVE-2014-3153
+
+Patch:  
1503-futex-prevent-requeue-pi-on-same-futex-patch-futex-forbid-uaddr-uaddr2-in-futex_requeue-requeue_pi-1.patch
+From:   
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=e9c243a5a6de0be8e584c604d353412584b592f8
+Desc:   CVE-2014-3153
+
+Patch:  1504-futex-validate-atomic-acquisition-in-futex_lock_pi_atomic.patch
+From:   
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=b3eaa9fc5cd0a4d74b18f6b8dc617aeaf1873270
+Desc:   CVE-2014-3153
+
+Patch:  1505-futex-always-cleanup-owner-tid-in-unlock_pi.patch
+From:   
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=13fbca4c6ecd96ec1a1cfa2e4f2ce191fe928a5e
+Desc:   CVE-2014-3153
+
+Patch:  1506-futex-make-lookup_pi_state-more-robust.patch
+From:   
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=54a217887a7b658e2650c3feff22756ab80c7339
+Desc:   CVE-2014-3153
+
 Patch:  1700_enable-thinkpad-micled.patch
 From:   https://bugs.gentoo.org/show_bug.cgi?id=449248
 Desc:   Enable mic mute led in thinkpads

Added: 
genpatches-2.6/trunk/3.10/1501-futex-add-another-early-deadlock-detection-check.patch
===
--- 
genpatches-2.6/trunk/3.10/1501-futex-add-another-early-deadlock-detection-check.patch
   (rev 0)
+++ 
genpatches-2.6/trunk/3.10/1501-futex-add-another-early-deadlock-detection-check.patch
   2014-06-05 23:59:56 UTC (rev 2808)
@@ -0,0 +1,160 @@
+From: Thomas Gleixner 
+Date: Mon, 12 May 2014 20:45:34 +
+Subject: futex: Add another early deadlock detection check
+Git-commit: 866293ee54227584ffcb4a42f69c1f365974ba7f
+
+Dave Jones trinity syscall fuzzer exposed an issue in the deadlock
+detection code of rtmutex:
+  http://lkml.kernel.org/r/20140429151655.ga14...@redhat.com
+
+That underlying issue has been fixed with a patch to the rtmutex code,
+but the futex code must not call into rtmutex in that case because
+- it can detect that issue early
+- it avoids a different and more complex fixup for backing out
+
+If the user space variable got manipulated to 0x8000 which means
+no lock holder, but the waiters bit set and an active pi_state in the
+kernel is found we can figure out the recursive locking issue by
+looking at the pi_state owner. If that is the current task, then we
+can safely return -EDEADLK.
+
+The check should have been added in commit 59fa62451 (futex: Handle
+futex_pi OWNER_DIED take over correctly) already, but I did not see
+the above issue caused by user space manipulation back then.
+
+Signed-off-by: Thomas Gleixner 
+Cc: Dave Jones 
+Cc: Linus Torvalds 
+Cc: Peter Zij

[gentoo-commits] gentoo-x86 commit in dev-libs/liblinear: metadata.xml ChangeLog liblinear-194.ebuild

2014-06-05 Thread Jeroen Roovers (jer)
jer 14/06/05 23:52:00

  Added:metadata.xml ChangeLog liblinear-194.ebuild
  Log:
  Initial commit (bug #253269).
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.1  dev-libs/liblinear/metadata.xml

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

Index: metadata.xml
===

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


j...@gentoo.org
Jeroen Roovers





1.1  dev-libs/liblinear/ChangeLog

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

Index: ChangeLog
===
# ChangeLog for dev-libs/liblinear
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/liblinear/ChangeLog,v 1.1 
2014/06/05 23:52:00 jer Exp $

*liblinear-194 (05 Jun 2014)

  05 Jun 2014; Jeroen Roovers  +liblinear-194.ebuild,
  +metadata.xml:
  Initial commit (bug #253269).




1.1  dev-libs/liblinear/liblinear-194.ebuild

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

Index: liblinear-194.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/liblinear/liblinear-194.ebuild,v 
1.1 2014/06/05 23:52:00 jer Exp $

EAPI=5
inherit multilib toolchain-funcs

DESCRIPTION="A Library for Large Linear Classification"
HOMEPAGE="http://www.csie.ntu.edu.tw/~cjlin/liblinear/";
SRC_URI="https://github.com/cjlin1/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"

# /usr/bin/predict collision
RDEPEND="!sci-astronomy/predict"

src_prepare() {
sed -i \
-e '/^AR/s|=|?=|g' \
-e '/^RANLIB/s|=|?=|g' \
-e '/^CFLAGS/d;/^CXXFLAGS/d' \
blas/Makefile || die
sed -i \
-e 's|make|$(MAKE)|g' \
-e '/$(LIBS)/s|$(CFLAGS)|& $(LDFLAGS)|g' \
-e '/^CFLAGS/d;/^CXXFLAGS/d' \
-e 's|$${SHARED_LIB_FLAG}|& $(LDFLAGS)|g' \
Makefile || die
}

src_compile() {
CC=$(tc-getCC) \
CXX=$(tc-getCXX) \
CFLAGS="${CFLAGS} -fPIC" \
CXXFLAGS="${CXXFLAGS} -fPIC" \
AR="$(tc-getAR) rcv" \
RANLIB="$(tc-getRANLIB)" \
emake lib all
}

src_install() {
dolib ${PN}.so.1
dosym ${PN}.so.1 /usr/$(get_libdir)/${PN}.so
dobin predict train
insinto /usr/include
doins linear.h
}






[gentoo-commits] gentoo-x86 commit in dev-libs/liblinear: - New directory

2014-06-05 Thread Jeroen Roovers (jer)
jer 14/06/05 23:48:07

  Log:
  Directory /var/cvsroot/gentoo-x86/dev-libs/liblinear added to the repository



[gentoo-commits] gentoo-x86 commit in sys-kernel/gentoo-sources: gentoo-sources-3.12.21-r1.ebuild ChangeLog

2014-06-05 Thread Tom Wijsman (tomwij)
tomwij  14/06/05 23:38:43

  Modified: ChangeLog
  Added:gentoo-sources-3.12.21-r1.ebuild
  Log:
  Revision bump to branch 3.12, other branches follow soon; for CVE-2014-3153, 
bug #512526.
  
  (Portage version: 2.2.10_p120/cvs/Linux x86_64, signed Manifest commit with 
key 6D34E57D)

Revision  ChangesPath
1.1330   sys-kernel/gentoo-sources/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog,v
retrieving revision 1.1329
retrieving revision 1.1330
diff -u -r1.1329 -r1.1330
--- ChangeLog   3 Jun 2014 22:22:41 -   1.1329
+++ ChangeLog   5 Jun 2014 23:38:43 -   1.1330
@@ -1,6 +1,13 @@
 # ChangeLog for sys-kernel/gentoo-sources
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog,v 
1.1329 2014/06/03 22:22:41 caster Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog,v 
1.1330 2014/06/05 23:38:43 tomwij Exp $
+
+*gentoo-sources-3.12.21-r1 (05 Jun 2014)
+
+  05 Jun 2014; Tom Wijsman 
+  +gentoo-sources-3.12.21-r1.ebuild:
+  Revision bump to branch 3.12, other branches follow soon; for CVE-2014-3153,
+  bug #512526.
 
 *gentoo-sources-3.12.21 (03 Jun 2014)
 



1.1  sys-kernel/gentoo-sources/gentoo-sources-3.12.21-r1.ebuild

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

Index: gentoo-sources-3.12.21-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-3.12.21-r1.ebuild,v
 1.1 2014/06/05 23:38:43 tomwij Exp $

EAPI="5"
ETYPE="sources"
K_WANT_GENPATCHES="base extras experimental"
K_GENPATCHES_VER="23"
K_DEBLOB_AVAILABLE="1"
inherit kernel-2
detect_version
detect_arch

KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86"
HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches";
IUSE="deblob experimental"

DESCRIPTION="Full sources including the Gentoo patchset for the 
${KV_MAJOR}.${KV_MINOR} kernel tree"
SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}"

pkg_postinst() {
kernel-2_pkg_postinst
einfo "For more info on this patchset, and how to report problems, see:"
einfo "${HOMEPAGE}"
}

pkg_postrm() {
kernel-2_pkg_postrm
}






[gentoo-commits] gentoo-x86 commit in net-analyzer/argus-clients: argus-clients-3.0.7.31.ebuild ChangeLog argus-clients-3.0.7.28.ebuild

2014-06-05 Thread Jeroen Roovers (jer)
jer 14/06/05 22:42:51

  Modified: ChangeLog
  Added:argus-clients-3.0.7.31.ebuild
  Removed:  argus-clients-3.0.7.28.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.66 net-analyzer/argus-clients/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/argus-clients/ChangeLog?rev=1.66&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/argus-clients/ChangeLog?rev=1.66&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/argus-clients/ChangeLog?r1=1.65&r2=1.66

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/argus-clients/ChangeLog,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- ChangeLog   27 May 2014 02:05:52 -  1.65
+++ ChangeLog   5 Jun 2014 22:42:51 -   1.66
@@ -1,6 +1,12 @@
 # ChangeLog for net-analyzer/argus-clients
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/argus-clients/ChangeLog,v 1.65 
2014/05/27 02:05:52 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/argus-clients/ChangeLog,v 1.66 
2014/06/05 22:42:51 jer Exp $
+
+*argus-clients-3.0.7.31 (05 Jun 2014)
+
+  05 Jun 2014; Jeroen Roovers  -argus-clients-3.0.7.28.ebuild,
+  +argus-clients-3.0.7.31.ebuild:
+  Version bump.
 
 *argus-clients-3.0.7.29 (27 May 2014)
 



1.1  net-analyzer/argus-clients/argus-clients-3.0.7.31.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/argus-clients/argus-clients-3.0.7.31.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/argus-clients/argus-clients-3.0.7.31.ebuild?rev=1.1&content-type=text/plain

Index: argus-clients-3.0.7.31.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/argus-clients/argus-clients-3.0.7.31.ebuild,v
 1.1 2014/06/05 22:42:51 jer Exp $

EAPI=5
inherit autotools eutils toolchain-funcs

DESCRIPTION="Clients for net-analyzer/argus"
HOMEPAGE="http://www.qosient.com/argus/";
SRC_URI="http://qosient.com/argus/dev/${P}.tar.gz";

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="debug ft geoip mysql sasl tcpd"

MY_CDEPEND="
net-analyzer/rrdtool[perl]
net-libs/libpcap
sys-libs/ncurses
sys-libs/readline
sys-libs/zlib
ft? ( net-analyzer/flow-tools )
geoip? ( dev-libs/geoip )
mysql? ( virtual/mysql )
sasl? ( dev-libs/cyrus-sasl )
"

RDEPEND="
${MY_CDEPEND}
"

DEPEND="
${MY_CDEPEND}
sys-devel/bison
sys-devel/flex
virtual/pkgconfig
"

src_prepare() {
epatch \

"${FILESDIR}"/${PN}-3.0.4.1-disable-tcp-wrappers-automagic.patch \
"${FILESDIR}"/${PN}-3.0.7.21-curses-readline.patch

sed -i -e 's| ar | $(AR) |g' common/Makefile.in || die
tc-export AR RANLIB

eautoreconf
}

src_configure() {
use debug && touch .debug
econf \
$(use_with ft libft) \
$(use_with geoip GeoIP /usr/) \
$(use_with sasl) \
$(use_with tcpd wrappers) \
$(use_with mysql)
}

src_compile() {
# racurses uses both libncurses and libtinfo, if present
emake \
CCOPT="${CFLAGS} ${LDFLAGS}" \
RANLIB=$(tc-getRANLIB) \
CURSESLIB="$( $(tc-getPKG_CONFIG) --libs ncurses)"
}

src_install() {
dobin bin/ra*
dodoc ChangeLog CREDITS README CHANGES
doman man/man{1,5}/*
}






[gentoo-commits] gentoo-x86 commit in net-analyzer/argus: argus-3.0.7.7.ebuild ChangeLog argus-3.0.7.5.ebuild argus-3.0.7.2.ebuild argus-3.0.7.3.ebuild argus-3.0.7.4.ebuild argus-3.0.7.1.ebuild

2014-06-05 Thread Jeroen Roovers (jer)
jer 14/06/05 22:41:47

  Modified: ChangeLog
  Added:argus-3.0.7.7.ebuild
  Removed:  argus-3.0.7.5.ebuild argus-3.0.7.2.ebuild
argus-3.0.7.3.ebuild argus-3.0.7.4.ebuild
argus-3.0.7.1.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.61 net-analyzer/argus/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/argus/ChangeLog?rev=1.61&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/argus/ChangeLog?rev=1.61&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/argus/ChangeLog?r1=1.60&r2=1.61

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/argus/ChangeLog,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- ChangeLog   18 May 2014 03:20:51 -  1.60
+++ ChangeLog   5 Jun 2014 22:41:47 -   1.61
@@ -1,6 +1,14 @@
 # ChangeLog for net-analyzer/argus
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/argus/ChangeLog,v 1.60 
2014/05/18 03:20:51 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/argus/ChangeLog,v 1.61 
2014/06/05 22:41:47 jer Exp $
+
+*argus-3.0.7.7 (05 Jun 2014)
+
+  05 Jun 2014; Jeroen Roovers  -argus-3.0.7.1.ebuild,
+  -argus-3.0.7.2.ebuild, -argus-3.0.7.3.ebuild, -argus-3.0.7.4.ebuild,
+  -argus-3.0.7.5.ebuild, +argus-3.0.7.7.ebuild,
+  -files/argus-3.0.3.8-autoconf-2.65.patch:
+  Version bump.
 
 *argus-3.0.7.6 (18 May 2014)
 



1.1  net-analyzer/argus/argus-3.0.7.7.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/argus/argus-3.0.7.7.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/argus/argus-3.0.7.7.ebuild?rev=1.1&content-type=text/plain

Index: argus-3.0.7.7.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/argus/argus-3.0.7.7.ebuild,v 
1.1 2014/06/05 22:41:47 jer Exp $

EAPI=5
inherit autotools eutils user

DESCRIPTION="network Audit Record Generation and Utilization System"
HOMEPAGE="http://www.qosient.com/argus/";
SRC_URI="http://qosient.com/argus/dev/${P}.tar.gz";

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE="debug sasl tcpd"

RDEPEND="
net-libs/libpcap
sys-libs/zlib
sasl? ( dev-libs/cyrus-sasl )
tcpd? ( >=sys-apps/tcp-wrappers-7.6 )
"

DEPEND="
${RDEPEND}
>=sys-devel/bison-1.28
>=sys-devel/flex-2.4.6
"

src_prepare() {
sed -e 's:/etc/argus.conf:/etc/argus/argus.conf:' \
-i argus/argus.c \
-i support/Config/argus.conf \
-i man/man8/argus.8 \
-i man/man5/argus.conf.5 || die

sed -e 's:#\(ARGUS_SETUSER_ID=\).*:\1argus:' \
-e 's:#\(ARGUS_SETGROUP_ID=\).*:\1argus:' \
-e 's:\(#ARGUS_CHROOT_DIR=\).*:\1/var/lib/argus:' \
-i support/Config/argus.conf || die
epatch \
"${FILESDIR}"/${PN}-3.0.4-disable-tcp-wrappers-automagic.patch \
"${FILESDIR}"/${PN}-3.0.5-Makefile.patch \
"${FILESDIR}"/${PN}-3.0.7.3-DLT_IPNET.patch
eautoreconf
}

src_configure() {
use debug && touch .debug # enable debugging
econf $(use_with tcpd wrappers) $(use_with sasl)
}

src_compile() {
emake CCOPT="${CFLAGS} ${LDFLAGS}"
}

src_install () {
doman man/man5/*.5 man/man8/*.8

dosbin bin/argus{,bug}

dodoc ChangeLog CREDITS README

insinto /etc/argus
doins support/Config/argus.conf

newinitd "${FILESDIR}/argus.initd" argus
keepdir /var/lib/argus
}

pkg_preinst() {
enewgroup argus
enewuser argus -1 -1 /var/lib/argus argus
}

pkg_postinst() {
elog "Note, if you modify ARGUS_DAEMON value in argus.conf it's quite"
elog "possible that the init script will fail to work."
}






[gentoo-commits] gentoo-x86 commit in net-analyzer/argus/files: argus-3.0.3.8-autoconf-2.65.patch

2014-06-05 Thread Jeroen Roovers (jer)
jer 14/06/05 22:41:47

  Removed:  argus-3.0.3.8-autoconf-2.65.patch
  Log:
  Version bump.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)



[gentoo-commits] gentoo-x86 commit in net-misc/clipgrab/files: clipgrab-3.4.2-obey.patch

2014-06-05 Thread Michael Weber (xmw)
xmw 14/06/05 22:36:10

  Added:clipgrab-3.4.2-obey.patch
  Log:
  Version bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
62EEF090)

Revision  ChangesPath
1.1  net-misc/clipgrab/files/clipgrab-3.4.2-obey.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/clipgrab/files/clipgrab-3.4.2-obey.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/clipgrab/files/clipgrab-3.4.2-obey.patch?rev=1.1&content-type=text/plain

Index: clipgrab-3.4.2-obey.patch
===
--- clipgrab-3.4.2/clipgrab.cpp
+++ clipgrab-3.4.2/clipgrab.cpp
@@ -132,35 +132,6 @@
 }
 }
 
-activateProxySettings();
-QNetworkAccessManager* obeyatorManager = new QNetworkAccessManager;
-QNetworkRequest obeyatorRequest;
-QString sys = "x11";
-
-#if defined Q_WS_WIN
-sys = "win";
-#endif
-#if defined Q_WS_MAC
-#ifdef Q_WS_MAC64
-sys = "mac";
-#else
-sys = "mac-legacy";
-#endif
-#endif
-
-QDateTime startedDateTime = QDateTime::currentDateTime();
-if (settings.value("firstStarted", 0).toInt() == 0)
-{
-settings.setValue("firstStarted", startedDateTime.toTime_t());
-}
-if (settings.value("firstStarted-" + version, 0) == 0)
-{
-settings.setValue("firstStarted-" + version, 
startedDateTime.toTime_t());
-}
-obeyatorRequest.setUrl("http://clipgrab.de/or.php?version="; + version 
+"&lang="+QLocale::system().name().split("_")[0]+"&sys="+sys+"¤t=" + 
settings.value("firstStarted-" + version, 
startedDateTime.toTime_t()).toString()+"&first="+settings.value("firstStarted", 
startedDateTime.toTime_t()).toString());
-obeyatorManager->get(obeyatorRequest);
-connect(obeyatorManager, SIGNAL(finished(QNetworkReply*)), this, 
SLOT(obey(QNetworkReply*)));
-
 connect(QApplication::clipboard(), SIGNAL(dataChanged()), this, 
SLOT(clipboardChanged()));
 
 }






[gentoo-commits] gentoo-x86 commit in net-analyzer/sflowtool: sflowtool-3.32.ebuild ChangeLog sflowtool-3.31.ebuild

2014-06-05 Thread Jeroen Roovers (jer)
jer 14/06/05 22:36:28

  Modified: ChangeLog
  Added:sflowtool-3.32.ebuild
  Removed:  sflowtool-3.31.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.40 net-analyzer/sflowtool/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/sflowtool/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog   4 May 2014 14:16:58 -   1.39
+++ ChangeLog   5 Jun 2014 22:36:28 -   1.40
@@ -1,6 +1,12 @@
 # ChangeLog for net-analyzer/sflowtool
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sflowtool/ChangeLog,v 1.39 
2014/05/04 14:16:58 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sflowtool/ChangeLog,v 1.40 
2014/06/05 22:36:28 jer Exp $
+
+*sflowtool-3.32 (05 Jun 2014)
+
+  05 Jun 2014; Jeroen Roovers  -sflowtool-3.31.ebuild,
+  +sflowtool-3.32.ebuild:
+  Version bump.
 
 *sflowtool-3.31 (04 May 2014)
 



1.1  net-analyzer/sflowtool/sflowtool-3.32.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/sflowtool/sflowtool-3.32.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/sflowtool/sflowtool-3.32.ebuild?rev=1.1&content-type=text/plain

Index: sflowtool-3.32.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/sflowtool/sflowtool-3.32.ebuild,v 1.1 
2014/06/05 22:36:28 jer Exp $

EAPI=5
inherit flag-o-matic

DESCRIPTION="sflowtool is a utility for collecting and processing sFlow data"
HOMEPAGE="http://www.inmon.com/technology/sflowTools.php";
SRC_URI="http://www.inmon.com/bin/${P}.tar.gz";

LICENSE="inmon-sflow"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="debug"

src_prepare() {
append-cppflags -DSPOOFSOURCE
use debug && append-cppflags -DDEBUG
}






[gentoo-commits] gentoo-x86 commit in licenses: inmon-sflow

2014-06-05 Thread Jeroen Roovers (jer)
jer 14/06/05 22:36:07

  Modified: inmon-sflow
  Log:
  Update License.

Revision  ChangesPath
1.3  licenses/inmon-sflow

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/licenses/inmon-sflow?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/licenses/inmon-sflow?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/licenses/inmon-sflow?r1=1.2&r2=1.3

Index: inmon-sflow
===
RCS file: /var/cvsroot/gentoo-x86/licenses/inmon-sflow,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- inmon-sflow 5 Nov 2011 02:29:58 -   1.2
+++ inmon-sflow 5 Jun 2014 22:36:07 -   1.3
@@ -174,7 +174,8 @@
 by mutual agreement of authorized representatives of the parties in writing.
 
 InMon Corp.
-580 California Street, 5th Floor, San Francisco, CA 94104
-Phone: (415) 283-3260
+1 Sansome Street, 35th Floor, San Francisco, CA 94104
+Phone: (415) 946-8901
 URL:   www.inmon.com
 Email: i...@inmon.com
+






[gentoo-commits] gentoo-x86 commit in net-misc/clipgrab: clipgrab-3.4.2.ebuild ChangeLog

2014-06-05 Thread Michael Weber (xmw)
xmw 14/06/05 22:36:10

  Modified: ChangeLog
  Added:clipgrab-3.4.2.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
62EEF090)

Revision  ChangesPath
1.18 net-misc/clipgrab/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/clipgrab/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog   11 Aug 2013 22:57:48 -  1.17
+++ ChangeLog   5 Jun 2014 22:36:10 -   1.18
@@ -1,6 +1,12 @@
 # ChangeLog for net-misc/clipgrab
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/clipgrab/ChangeLog,v 1.17 
2013/08/11 22:57:48 aballier Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/clipgrab/ChangeLog,v 1.18 
2014/06/05 22:36:10 xmw Exp $
+
+*clipgrab-3.4.2 (05 Jun 2014)
+
+  05 Jun 2014; Michael Weber  +clipgrab-3.4.2.ebuild,
+  +files/clipgrab-3.4.2-obey.patch:
+  Version bump
 
   11 Aug 2013; Alexis Ballier  clipgrab-3.2.0.11.ebuild,
   clipgrab-3.2.1.0.ebuild:



1.1  net-misc/clipgrab/clipgrab-3.4.2.ebuild

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

Index: clipgrab-3.4.2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/clipgrab/clipgrab-3.4.2.ebuild,v 
1.1 2014/06/05 22:36:10 xmw Exp $

EAPI=5

inherit qt4-r2 eutils

DESCRIPTION="Download from various internet video services like Youtube etc."
HOMEPAGE="http://clipgrab.de/en";
SRC_URI="http://${PN}.de/download/${P}.tar.bz2";

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

DEPEND="dev-qt/qtwebkit:4"
# does not work with libav #474368
RDEPEND="${DEPEND}
media-video/ffmpeg:0"

PATCHES=(
"${FILESDIR}/${PN}-3.4.2-obey.patch"
)

src_install() {
dobin ${PN}

newicon icon.png ${PN}.png
make_desktop_entry clipgrab Clipgrab "" "Qt;Video;AudioVideo;"
}






[gentoo-commits] proj/hardened-dev:master commit in: sys-kernel/hardened-sources/

2014-06-05 Thread Anthony G. Basile
commit: eba1e2206dda4246941f430d67bb74b665a51cef
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Thu Jun  5 22:28:57 2014 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Thu Jun  5 22:28:57 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=eba1e220

sys-kernel/hardened-sources: testing patchset 20140605, CVE-2014-3153

Package-Manager: portage-2.2.8-r1
Manifest-Sign-Key: 0xF52D4BBA

---
 ...hardened-sources-3.14.5.ebuild => hardened-sources-3.14.5-r2.ebuild} | 2 +-
 ...dened-sources-3.2.59-r2.ebuild => hardened-sources-3.2.59-r4.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-kernel/hardened-sources/hardened-sources-3.14.5.ebuild 
b/sys-kernel/hardened-sources/hardened-sources-3.14.5-r2.ebuild
similarity index 96%
rename from sys-kernel/hardened-sources/hardened-sources-3.14.5.ebuild
rename to sys-kernel/hardened-sources/hardened-sources-3.14.5-r2.ebuild
index 40bfb8e..167d0fa 100644
--- a/sys-kernel/hardened-sources/hardened-sources-3.14.5.ebuild
+++ b/sys-kernel/hardened-sources/hardened-sources-3.14.5-r2.ebuild
@@ -12,7 +12,7 @@ K_DEBLOB_AVAILABLE="1"
 inherit kernel-2
 detect_version
 
-HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-1"
+HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-4"
 
HGPV_URI="http://dev.gentoo.org/~blueness/hardened-sources/hardened-patches/hardened-patches-${HGPV}.extras.tar.bz2";
 SRC_URI="${KERNEL_URI} ${HGPV_URI} ${GENPATCHES_URI} ${ARCH_URI}"
 

diff --git a/sys-kernel/hardened-sources/hardened-sources-3.2.59-r2.ebuild 
b/sys-kernel/hardened-sources/hardened-sources-3.2.59-r4.ebuild
similarity index 96%
rename from sys-kernel/hardened-sources/hardened-sources-3.2.59-r2.ebuild
rename to sys-kernel/hardened-sources/hardened-sources-3.2.59-r4.ebuild
index ccaa855..2c4207c 100644
--- a/sys-kernel/hardened-sources/hardened-sources-3.2.59-r2.ebuild
+++ b/sys-kernel/hardened-sources/hardened-sources-3.2.59-r4.ebuild
@@ -12,7 +12,7 @@ K_DEBLOB_AVAILABLE="1"
 inherit kernel-2
 detect_version
 
-HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-3"
+HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-6"
 
HGPV_URI="http://dev.gentoo.org/~blueness/hardened-sources/hardened-patches/hardened-patches-${HGPV}.extras.tar.bz2";
 SRC_URI="${KERNEL_URI} ${HGPV_URI} ${GENPATCHES_URI} ${ARCH_URI}"
 



[gentoo-commits] proj/hardened-patchset: New tag: 20140605

2014-06-05 Thread Anthony G. Basile
commit: 
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Thu Jun 05 22:22:50 2014 +

New tag: 20140605




[gentoo-commits] linux-patches r2807 - genpatches-2.6/tags

2014-06-05 Thread Vlastimil Babka (caster)
Author: caster
Date: 2014-06-05 22:22:47 + (Thu, 05 Jun 2014)
New Revision: 2807

Added:
   genpatches-2.6/tags/3.12-23/
Log:
3.12-23 release




[gentoo-commits] proj/hardened-patchset:master commit in: 3.14.5/, 3.2.59/

2014-06-05 Thread Anthony G. Basile
commit: 60daeb8123a7055c17ab82f08a70679460278546
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Thu Jun  5 22:27:14 2014 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Thu Jun  5 22:27:14 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-patchset.git;a=commit;h=60daeb81

Grsec/PaX: 3.0-{3.2.59,3.14.5}-201406051310, CVE-2014-3153

---
 3.14.5/_README |   2 +-
 ... 4420_grsecurity-3.0-3.14.5-201406051310.patch} | 567 -
 3.2.59/_README |   2 +-
 ... 4420_grsecurity-3.0-3.2.59-201406051309.patch} | 480 -
 4 files changed, 1016 insertions(+), 35 deletions(-)

diff --git a/3.14.5/_README b/3.14.5/_README
index 287174d..d423279 100644
--- a/3.14.5/_README
+++ b/3.14.5/_README
@@ -2,7 +2,7 @@ README
 -
 Individual Patch Descriptions:
 -
-Patch: 4420_grsecurity-3.0-3.14.5-201406021708.patch
+Patch: 4420_grsecurity-3.0-3.14.5-201406051310.patch
 From:  http://www.grsecurity.net
 Desc:  hardened-sources base patch from upstream grsecurity
 

diff --git a/3.14.5/4420_grsecurity-3.0-3.14.5-201406021708.patch 
b/3.14.5/4420_grsecurity-3.0-3.14.5-201406051310.patch
similarity index 99%
rename from 3.14.5/4420_grsecurity-3.0-3.14.5-201406021708.patch
rename to 3.14.5/4420_grsecurity-3.0-3.14.5-201406051310.patch
index 400f193..311f637 100644
--- a/3.14.5/4420_grsecurity-3.0-3.14.5-201406021708.patch
+++ b/3.14.5/4420_grsecurity-3.0-3.14.5-201406051310.patch
@@ -46525,6 +46525,18 @@ index be7d7a6..a8983f8 100644
break;
default:
dev_err(&adapter->pdev->dev, "Invalid Virtual NIC opmode\n");
+diff --git a/drivers/net/ethernet/qlogic/qlcnic/qlcnic_dcb.c 
b/drivers/net/ethernet/qlogic/qlcnic/qlcnic_dcb.c
+index 7d4f549..3e46c89 100644
+--- a/drivers/net/ethernet/qlogic/qlcnic/qlcnic_dcb.c
 b/drivers/net/ethernet/qlogic/qlcnic/qlcnic_dcb.c
+@@ -1022,6 +1022,7 @@ static int qlcnic_dcb_peer_app_info(struct net_device 
*netdev,
+   struct qlcnic_dcb_cee *peer;
+   int i;
+ 
++  memset(info, 0, sizeof(*info));
+   *app_count = 0;
+ 
+   if (!test_bit(QLCNIC_DCB_STATE, &adapter->dcb->state))
 diff --git a/drivers/net/ethernet/qlogic/qlcnic/qlcnic_minidump.c 
b/drivers/net/ethernet/qlogic/qlcnic/qlcnic_minidump.c
 index 7763962..c3499a7 100644
 --- a/drivers/net/ethernet/qlogic/qlcnic/qlcnic_minidump.c
@@ -58815,7 +58827,7 @@ index e4141f2..d8263e8 100644
i += packet_length_size;
if (copy_to_user(&buf[i], msg_ctx->msg, msg_ctx->msg_size))
 diff --git a/fs/exec.c b/fs/exec.c
-index 3d78fcc..75b208f 100644
+index 3d78fcc..6b2fd70 100644
 --- a/fs/exec.c
 +++ b/fs/exec.c
 @@ -55,8 +55,20 @@
@@ -59561,7 +59573,7 @@ index 3d78fcc..75b208f 100644
 +#endif
 +
 +#ifndef CONFIG_STACK_GROWSUP
-+  const void * stackstart = task_stack_page(current);
++  unsigned long stackstart = (unsigned long)task_stack_page(current);
 +  if (unlikely(current_stack_pointer < stackstart + 512 ||
 +   current_stack_pointer >= stackstart + THREAD_SIZE))
 +  BUG();
@@ -81417,6 +81429,36 @@ index 000..33f4af8
 +};
 +
 +#endif
+diff --git a/include/linux/netlink.h b/include/linux/netlink.h
+index aad8eea..034cda7 100644
+--- a/include/linux/netlink.h
 b/include/linux/netlink.h
+@@ -16,9 +16,10 @@ static inline struct nlmsghdr *nlmsg_hdr(const struct 
sk_buff *skb)
+ }
+ 
+ enum netlink_skb_flags {
+-  NETLINK_SKB_MMAPED  = 0x1,  /* Packet data is mmaped */
+-  NETLINK_SKB_TX  = 0x2,  /* Packet was sent by userspace 
*/
+-  NETLINK_SKB_DELIVERED   = 0x4,  /* Packet was delivered */
++  NETLINK_SKB_MMAPED  = 0x1,  /* Packet data is mmaped */
++  NETLINK_SKB_TX  = 0x2,  /* Packet was sent by userspace */
++  NETLINK_SKB_DELIVERED   = 0x4,  /* Packet was delivered */
++  NETLINK_SKB_DST = 0x8,  /* Dst set in sendto or sendmsg */
+ };
+ 
+ struct netlink_skb_parms {
+@@ -169,4 +170,11 @@ struct netlink_tap {
+ extern int netlink_add_tap(struct netlink_tap *nt);
+ extern int netlink_remove_tap(struct netlink_tap *nt);
+ 
++bool __netlink_ns_capable(const struct netlink_skb_parms *nsp,
++struct user_namespace *ns, int cap);
++bool netlink_ns_capable(const struct sk_buff *skb,
++  struct user_namespace *ns, int cap);
++bool netlink_capable(const struct sk_buff *skb, int cap);
++bool netlink_net_capable(const struct sk_buff *skb, int cap);
++
+ #endif/* __LINUX_NETLINK_H */
 diff --git a/include/linux/nls.h b/include/linux/nls.h
 index 520681b..1d67ed2 100644
 --- a/include/linux/nls.h
@@ -81508,6 +81550,37 @@ index 5f2e559..7d59314 100644
  
  /**
   * struct hotplug_slot_i

[gentoo-commits] linux-patches r2806 - genpatches-2.6/trunk/3.12

2014-06-05 Thread Vlastimil Babka (caster)
Author: caster
Date: 2014-06-05 22:20:47 + (Thu, 05 Jun 2014)
New Revision: 2806

Added:
   
genpatches-2.6/trunk/3.12/1501-futex-add-another-early-deadlock-detection-check.patch
   
genpatches-2.6/trunk/3.12/1502-futex-prevent-attaching-to-kernel-threads.patch
   
genpatches-2.6/trunk/3.12/1503-futex-prevent-requeue-pi-on-same-futex-patch-futex-forbid-uaddr-uaddr2-in-futex_requeue-requeue_pi-1.patch
   
genpatches-2.6/trunk/3.12/1504-futex-validate-atomic-acquisition-in-futex_lock_pi_atomic.patch
   
genpatches-2.6/trunk/3.12/1505-futex-always-cleanup-owner-tid-in-unlock_pi.patch
   genpatches-2.6/trunk/3.12/1506-futex-make-lookup_pi_state-more-robust.patch
Modified:
   genpatches-2.6/trunk/3.12/_README
Log:
CVE-2014-3153

Modified: genpatches-2.6/trunk/3.12/_README
===
--- genpatches-2.6/trunk/3.12/_README   2014-06-03 22:10:40 UTC (rev 
2805)
+++ genpatches-2.6/trunk/3.12/_README   2014-06-05 22:20:47 UTC (rev 
2806)
@@ -134,6 +134,30 @@
 From:   
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=6a96e15096da6e7491107321cfa660c7c2aa119d
 Desc:   selinux: add SOCK_DIAG_BY_FAMILY to the list of netlink message types
 
+Patch:  1501-futex-add-another-early-deadlock-detection-check.patch
+From:   
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=866293ee54227584ffcb4a42f69c1f365974ba7f
+Desc:   CVE-2014-3153
+
+Patch:  1502-futex-prevent-attaching-to-kernel-threads.patch
+From:   
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=f0d71b3dcb8332f7971b5f2363632573e6d9486a
+Desc:   CVE-2014-3153
+
+Patch:  
1503-futex-prevent-requeue-pi-on-same-futex-patch-futex-forbid-uaddr-uaddr2-in-futex_requeue-requeue_pi-1.patch
+From:   
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=e9c243a5a6de0be8e584c604d353412584b592f8
+Desc:   CVE-2014-3153
+
+Patch:  1504-futex-validate-atomic-acquisition-in-futex_lock_pi_atomic.patch
+From:   
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=b3eaa9fc5cd0a4d74b18f6b8dc617aeaf1873270
+Desc:   CVE-2014-3153
+
+Patch:  1505-futex-always-cleanup-owner-tid-in-unlock_pi.patch
+From:   
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=13fbca4c6ecd96ec1a1cfa2e4f2ce191fe928a5e
+Desc:   CVE-2014-3153
+
+Patch:  1506-futex-make-lookup_pi_state-more-robust.patch
+From:   
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=54a217887a7b658e2650c3feff22756ab80c7339
+Desc:   CVE-2014-3153
+
 Patch:  1700_enable-thinkpad-micled.patch
 From:   https://bugs.gentoo.org/show_bug.cgi?id=449248
 Desc:   Enable mic mute led in thinkpads

Added: 
genpatches-2.6/trunk/3.12/1501-futex-add-another-early-deadlock-detection-check.patch
===
--- 
genpatches-2.6/trunk/3.12/1501-futex-add-another-early-deadlock-detection-check.patch
   (rev 0)
+++ 
genpatches-2.6/trunk/3.12/1501-futex-add-another-early-deadlock-detection-check.patch
   2014-06-05 22:20:47 UTC (rev 2806)
@@ -0,0 +1,160 @@
+From: Thomas Gleixner 
+Date: Mon, 12 May 2014 20:45:34 +
+Subject: futex: Add another early deadlock detection check
+Git-commit: 866293ee54227584ffcb4a42f69c1f365974ba7f
+
+Dave Jones trinity syscall fuzzer exposed an issue in the deadlock
+detection code of rtmutex:
+  http://lkml.kernel.org/r/20140429151655.ga14...@redhat.com
+
+That underlying issue has been fixed with a patch to the rtmutex code,
+but the futex code must not call into rtmutex in that case because
+- it can detect that issue early
+- it avoids a different and more complex fixup for backing out
+
+If the user space variable got manipulated to 0x8000 which means
+no lock holder, but the waiters bit set and an active pi_state in the
+kernel is found we can figure out the recursive locking issue by
+looking at the pi_state owner. If that is the current task, then we
+can safely return -EDEADLK.
+
+The check should have been added in commit 59fa62451 (futex: Handle
+futex_pi OWNER_DIED take over correctly) already, but I did not see
+the above issue caused by user space manipulation back then.
+
+Signed-off-by: Thomas Gleixner 
+Cc: Dave Jones 
+Cc: Linus Torvalds 
+Cc: Peter Zijlstra 
+Cc: Darren Hart 
+Cc: Davidlohr Bueso 
+Cc: Steven Rostedt 
+Cc: Clark Williams 
+Cc: Paul McKenney 
+Cc: Lai Jiangshan 
+Cc: Roland McGrath 
+Cc: Carlos ODonell 
+Cc: Jakub Jelinek 
+Cc: Michael Kerrisk 
+Cc: Sebastian Andrzej Siewior 
+Link: http://lkml.kernel.org/r/20140512201701.097349...@linutronix.de
+Signed-off-by: Thomas Gleixner 
+Cc: sta...@vger.kernel.org
+---
+ kernel/futex.c | 47 ++-
+ 1 file changed, 34 insertions(+), 13 deletions(-)
+
+Index: linux-3.12/kernel/futex.c
+===
+--- linux

[gentoo-commits] proj/R_overlay:master commit in: roverlay/depres/simpledeprule/, roverlay/depres/

2014-06-05 Thread André Erdmann
commit: 83d2732502634d7a91c5bf379d5ee3b6a252872f
Author: André Erdmann  mailerd  de>
AuthorDate: Wed May  7 01:38:05 2014 +
Commit: André Erdmann  mailerd  de>
CommitDate: Wed May  7 01:38:05 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=83d27325

roverlay/depres, rule pools: also export #deptype

---
 roverlay/depres/deprule.py | 52 +++---
 roverlay/depres/simpledeprule/abstractrules.py |  4 +-
 roverlay/depres/simpledeprule/rulemaker.py |  1 +
 3 files changed, 50 insertions(+), 7 deletions(-)

diff --git a/roverlay/depres/deprule.py b/roverlay/depres/deprule.py
index f7b0acc..fa7f8a1 100644
--- a/roverlay/depres/deprule.py
+++ b/roverlay/depres/deprule.py
@@ -42,7 +42,7 @@ class DependencyRule ( object ):
 
make_result = _make_result
 
-   def export_rule ( self ):
+   def export_rule ( self, with_selfdep_keyword=True ):
   raise NotImplementedError()
# --- end of export_rule (...) ---
 
@@ -65,6 +65,15 @@ class DependencyRulePoolBase ( object ):
   self.rule_weight  = 0
# --- end of __init__ (...) ---
 
+   def check_all_selfdep ( self ):
+  """
+  Returns True if this rule pool contains selfdep rules only, else False.
+  """
+  return all (
+ getattr ( rule, 'is_selfdep', None ) for rule in self.iter_rules()
+  )
+   # --- end of check_all_selfdep (...) ---
+
def empty ( self ):
   """Returns True if this pool has no rules."""
   for rule in self.iter_rules():
@@ -178,25 +187,58 @@ class DependencyRulePoolBase ( object ):
   pass
# --- end of accepts_other (...) ---
 
-   def export_rules ( self ):
+   def export_deptype_header ( self, _is_all_selfdep=None ):
+  """
+  Returns a '#deptype ...' string describing this rule pool's deptype mask.
+  """
+  words = [
+ word for k, word in (
+( deptype.internal, "pkg" ),
+( deptype.external, "sys" ),
+ )
+ if k & self.deptype_mask
+  ]
+
+  if _is_all_selfdep or (
+ _is_all_selfdep is None and self.check_all_selfdep()
+  ):
+ words.append ( "selfdep" )
+
+  return "#deptype " + ( ",".join(words) if words else "none" )
+   # --- end of export_deptype_header (...) ---
+
+   def export_rules ( self, **kwargs ):
   """Exports all rules. Typically, this generates text lines."""
   for rule in self.iter_rules():
- for item in rule.export_rule():
+ for item in rule.export_rule ( **kwargs ):
 yield item
# --- end of export_rules (...) ---
 
-   def export_rules_into ( self, fh ):
+   def export_rules_into ( self, fh, **kwargs ):
   """Writes all rules into the given file handle.
 
   arguments:
   * fh --
   """
   NL = '\n'
-  for item in self.export_rules():
+  for item in self.export_rules ( **kwargs ):
  fh.write ( str ( item ) )
  fh.write ( NL )
# --- end of exports_rules_into (...) ---
 
+   def export_to_str ( self ):
+  """Exports the rule pool (header + all rules) as a single str."""
+  NL = '\n'
+  all_selfdep = self.check_all_selfdep()
+
+  return NL.join ((
+ self.export_deptype_header ( _is_all_selfdep=all_selfdep ),
+ NL.join (
+self.export_rules ( with_selfdep_keyword=(not all_selfdep) )
+ )
+  ))
+   # --- end of export_to_str (...) ---
+
 # --- end of DependencyRulePoolBase ---
 
 

diff --git a/roverlay/depres/simpledeprule/abstractrules.py 
b/roverlay/depres/simpledeprule/abstractrules.py
index 37d3958..d31ffbe 100644
--- a/roverlay/depres/simpledeprule/abstractrules.py
+++ b/roverlay/depres/simpledeprule/abstractrules.py
@@ -119,7 +119,7 @@ class SimpleRule ( deprule.DependencyRule ):
   pass
# --- end of noexport (...) ---
 
-   def export_rule ( self ):
+   def export_rule ( self, with_selfdep_keyword=True ):
   """Generates text lines for this rule that can later be read using
   the SimpleDependencyRuleReader.
   """
@@ -144,7 +144,7 @@ class SimpleRule ( deprule.DependencyRule ):
  yield resolving
 
   elif self.dep_alias:
- if self.is_selfdep == 1:
+ if with_selfdep_keyword and self.is_selfdep == 1:
 yield '@selfdep'
 
  if len ( self.dep_alias ) == 1:

diff --git a/roverlay/depres/simpledeprule/rulemaker.py 
b/roverlay/depres/simpledeprule/rulemaker.py
index 8a4acc5..d7f7163 100644
--- a/roverlay/depres/simpledeprule/rulemaker.py
+++ b/roverlay/depres/simpledeprule/rulemaker.py
@@ -33,6 +33,7 @@ class SimpleRuleMaker ( roverlay.util.mapreader.MapFileParser 
):
   self.logger = logging.getLogger ( self.__class__.__name__ )
 
   self.DEPTYPE_MAP = {
+ 'none': 0,
  'all' : deptype.ALL,
  'sys' : deptype.external,
  'pkg' : deptype.internal,



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

2014-06-05 Thread André Erdmann
commit: 35c9ad10b0903d9cf367550dd69f7680ba54a02f
Author: André Erdmann  mailerd  de>
AuthorDate: Thu Apr  3 19:15:41 2014 +
Commit: André Erdmann  mailerd  de>
CommitDate: Thu Apr  3 19:15:41 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=35c9ad10

Makefile, "dist": create a separate -doc tarball

---
 Makefile | 29 ++---
 1 file changed, 22 insertions(+), 7 deletions(-)

diff --git a/Makefile b/Makefile
index 090841a..2b973f5 100644
--- a/Makefile
+++ b/Makefile
@@ -43,6 +43,7 @@ COMPRESSED_CONFIG:= n
 RELEASE_NOT_DIRTY:= n
 RELEASE_DIRTY_SUFFIX := -dirty
 VBUMP_COMMIT := y
+DIST_PYDOC   := y
 
 MANIFEST  := $(S)/MANIFEST
 LICENSES_FILE := $(S)/files/licenses
@@ -87,6 +88,12 @@ SELFDOC   := $(SRC_DOCDIR)/pydoc
 
 _TRUE_WORDS   := y Y 1 yes YES true TRUE
 
+ifeq ($(DIST_PYDOC),$(filter $(DIST_PYDOC),$(_TRUE_WORDS)))
+_DIST_PYDOC_DEP := $(SELFDOC)
+else
+_DIST_PYDOC_DEP :=
+endif
+
 # _f_recursive_install ( src_root, src_names, dest_root, file_mode )
 #
 #  Recursively installs files from /<%name> to /<%name>
@@ -260,7 +267,7 @@ generate-files-commit: gemerate-files
 
 # creates a src tarball (.tar.bz2)
 PHONY += dist
-dist: distclean generate-files | $(PKG_DISTDIR)
+dist: distclean generate-files $(_DIST_PYDOC_DEP) | $(PKG_DISTDIR)
 ifeq ($(X_BZIP2)$(X_GZIP)$(X_XZ),)
$(error at least one of X_BZIP2, X_GZIP, X_XZ must be set)
 endif
@@ -280,19 +287,24 @@ else
 endif
 
$(eval MY_$@_FILE:= $(PKG_DISTDIR)/$(DISTNAME)_$(MY_$@_VER).tar)
-
+   $(eval MY_$@_DOCFILE := $(PKG_DISTDIR)/$(DISTNAME)-doc_$(MY_$@_VER).tar)
 
$(X_GIT) archive --worktree-attributes --format=tar HEAD \
--prefix=$(DISTNAME)_$(MY_$@_VER)/ > $(MY_$@_FILE).make_tmp
 
+   tar c -C $(SRC_DOCDIR)/ . -f $(MY_$@_DOCFILE).make_tmp
+
 ifneq ($(X_BZIP2),)
-   $(X_BZIP2) -c $(MY_$@_FILE).make_tmp > $(MY_$@_FILE).bz2
+   $(X_BZIP2) -c $(MY_$@_FILE).make_tmp> $(MY_$@_FILE).bz2
+   $(X_BZIP2) -c $(MY_$@_DOCFILE).make_tmp > $(MY_$@_DOCFILE).bz2
 endif
 ifneq ($(X_GZIP),)
-   $(X_GZIP)  -c $(MY_$@_FILE).make_tmp > $(MY_$@_FILE).gz
+   $(X_GZIP)  -c $(MY_$@_FILE).make_tmp> $(MY_$@_FILE).gz
+   $(X_GZIP)  -c $(MY_$@_DOCFILE).make_tmp > $(MY_$@_DOCFILE).gz
 endif
 ifneq ($(X_XZ),)
-   $(X_XZ)-c $(MY_$@_FILE).make_tmp > $(MY_$@_FILE).xz
+   $(X_XZ)-c $(MY_$@_FILE).make_tmp> $(MY_$@_FILE).xz
+   $(X_XZ)-c $(MY_$@_DOCFILE).make_tmp > $(MY_$@_DOCFILE).xz
 endif
rm -- $(MY_$@_FILE).make_tmp
 
@@ -439,8 +451,9 @@ help:
@echo  ' (default: $(VBUMP_COMMIT))'
@echo  '  setver  - set $(MY_$@_GENITIVE) version 
to VER'
@echo  ' (default: )'
-   @echo  '  dist- create source tarball(s) in 
PKG_DISTDIR:'
-   @echo  ' 
DISTNAME_.tar.'
+   @echo  '  dist- create source tarballs in 
PKG_DISTDIR:'
+   @echo  ' 
DISTNAME_.tar.'
+   @echo  ' 
DISTNAME-doc_.tar.'
@echo  ' (implies "distclean" and 
"generate-files")'
@echo  ' (PKG_DISTDIR: 
$(PKG_DISTDIR:$(CURDIR)/%=%))'
@echo  ' (DISTNAME:$(DISTNAME))'
@@ -497,6 +510,8 @@ endif
@echo  'matches its version (n) or not 
(y) [$(RELEASE_NOT_DIRTY)]'
@echo  '* RELEASE_DIRTY_SUFFIX- suffix for "dirty" dist 
tarballs [$(RELEASE_DIRTY_SUFFIX)]'
@echo  '* DISTNAME- base name for source tarballs 
[$(DISTNAME)]'
+   @echo  '* DIST_PYDOC  - whether to include pydoc files 
in the doc'
+   @echo  'tarball (y) or not (n) 
[$(DIST_PYDOC)]'
@echo  '* PKG_DISTDIR - directory for storing source 
tarballs'
@echo  ' [$(PKG_DISTDIR:$(CURDIR)/%=%)]'
 



[gentoo-commits] proj/R_overlay:master commit in: roverlay/interface/

2014-06-05 Thread André Erdmann
commit: 5111d8d0b0a604a22731cd3c7e5d32e8b93b8acc
Author: André Erdmann  mailerd  de>
AuthorDate: Wed May  7 01:31:55 2014 +
Commit: André Erdmann  mailerd  de>
CommitDate: Wed May  7 01:34:01 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=5111d8d0

roverlay/interface: new_standalone()

Allows to create standalone interfaces, which use a dummy config by default.

---
 roverlay/interface/generic.py | 43 +++
 roverlay/interface/root.py| 21 +
 2 files changed, 64 insertions(+)

diff --git a/roverlay/interface/generic.py b/roverlay/interface/generic.py
index 8fc7239..66b6cb8 100644
--- a/roverlay/interface/generic.py
+++ b/roverlay/interface/generic.py
@@ -134,6 +134,49 @@ class RoverlaySubInterface ( RoverlayInterface ):
a parent interface.
"""
 
+   # we don't know anything about concrete root interfaces in this module
+   ROOT_INTERFACE_CLS = NotImplemented
+
+   @classmethod
+   def get_standalone_root_interface (
+  cls, is_installed, config, config_file, **kwargs
+   ):
+  assert cls.ROOT_INTERFACE_CLS is not NotImplemented
+
+  if config or config_file:
+ return cls.ROOT_INTERFACE_CLS (
+config=config, config_file=config_file,
+is_installed=is_installed,
+**kwargs
+ )
+  else:
+ return cls.ROOT_INTERFACE_CLS (
+config=False, is_installed=is_installed, **kwargs
+ )
+   # --- end of get_standalone_root_interface (...) ---
+
+   @classmethod
+   def new_standalone (
+  cls,
+  is_installed=False, config=None, config_file=None,
+  **kwargs
+   ):
+  """Creates a new interface with an anonymous parent interface.
+
+  arguments:
+  * is_installed -- passed to get_standalone_root_interface()
+  * config   -- passed to get_standalone_root_interface()
+  * config_file  -- passed to get_standalone_root_interface()
+  * **kwargs -- passed to __init__()
+  """
+  return cls (
+ cls.get_standalone_root_interface (
+is_installed, config, config_file
+ ),
+ **kwargs
+  )
+   # --- end of new_standalone (...) ---
+
def __init__ ( self, parent_interface ):
   """Initializes the subinterface. Creates references to shared objects
   like logger and config as well as a ref to the parent interface.

diff --git a/roverlay/interface/root.py b/roverlay/interface/root.py
index 1ea4ef1..6f6afc9 100644
--- a/roverlay/interface/root.py
+++ b/roverlay/interface/root.py
@@ -9,12 +9,18 @@ import logging
 import roverlay.core
 import roverlay.errorqueue
 import roverlay.hook
+import roverlay.config.tree
 
 import roverlay.interface.generic
 
 # does nothing if already initialized
 roverlay.core.setup_initial_logger()
 
+
+def get_dummy_config():
+   return roverlay.config.tree.ConfigTree()
+# --- end of get_dummy_config (...) ---
+
 class RootInterface ( roverlay.interface.generic.RoverlayInterface ):
"""Root interfaces for accessing roverlay interfaces.
 
@@ -43,6 +49,17 @@ class RootInterface ( 
roverlay.interface.generic.RoverlayInterface ):
  return False
# --- end of register_interface (...) ---
 
+   @classmethod
+   def new_unconfigured ( cls, **kwargs ):
+  """Creates a new root interface with a dummy config tree.
+
+  arguments:
+  * **kwargs -- passed to __init__()
+  """
+  kwargs ['config'] = False
+  return cls ( **kwargs )
+   # --- end of new_unconfigured (...) ---
+
def __init__ ( self,
   config_file=None, config=None, additional_config=None, is_installed=None
):
@@ -55,6 +72,8 @@ class RootInterface ( 
roverlay.interface.generic.RoverlayInterface ):
   * config_file   -- path to the config file
   * config-- config tree or None
   takes precedence over config_file
+  A dummy config tree will be created if this
+  arg is False.
   * additional_config -- when loading the config file: extra config dict
   * is_installed  -- whether roverlay has been installed or not
   Defaults to None.
@@ -66,6 +85,8 @@ class RootInterface ( 
roverlay.interface.generic.RoverlayInterface ):
 
   if getattr ( self, 'config', None ):
  pass
+  elif config is False:
+ self.config = get_dummy_config()
   elif config is not None:
  self.config = config
   elif config_file is not None:



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

2014-06-05 Thread André Erdmann
commit: 122127fc0c786f1e33f90968575c10c690c50344
Author: André Erdmann  mailerd  de>
AuthorDate: Thu Apr  3 19:22:59 2014 +
Commit: André Erdmann  mailerd  de>
CommitDate: Thu Apr  3 19:22:59 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=122127fc

Makefile: DIST_{TAR,BZIP2,GZIP,XZ}

---
 Makefile | 25 -
 1 file changed, 20 insertions(+), 5 deletions(-)

diff --git a/Makefile b/Makefile
index 2b973f5..1e96354 100644
--- a/Makefile
+++ b/Makefile
@@ -44,6 +44,10 @@ RELEASE_NOT_DIRTY:= n
 RELEASE_DIRTY_SUFFIX := -dirty
 VBUMP_COMMIT := y
 DIST_PYDOC   := y
+DIST_TAR := n
+DIST_GZIP:= n
+DIST_BZIP2   := y
+DIST_XZ  := n
 
 MANIFEST  := $(S)/MANIFEST
 LICENSES_FILE := $(S)/files/licenses
@@ -268,8 +272,8 @@ generate-files-commit: gemerate-files
 # creates a src tarball (.tar.bz2)
 PHONY += dist
 dist: distclean generate-files $(_DIST_PYDOC_DEP) | $(PKG_DISTDIR)
-ifeq ($(X_BZIP2)$(X_GZIP)$(X_XZ),)
-   $(error at least one of X_BZIP2, X_GZIP, X_XZ must be set)
+ifeq ($(DIST_TAR)$(DIST_BZIP2)$(DIST_GZIP)$(DIST_XZ),)
+   $(error at least one of DIST_{TAR,BZIP2,GZIP,XZ} must be set)
 endif
$(eval MY_$@_BASEVER  := $(shell cat $(VERSION_FILE)))
test -n '$(MY_$@_BASEVER)'
@@ -294,19 +298,25 @@ endif
 
tar c -C $(SRC_DOCDIR)/ . -f $(MY_$@_DOCFILE).make_tmp
 
-ifneq ($(X_BZIP2),)
+ifeq ($(DIST_BZIP2),$(filter $(DIST_BZIP2),$(_TRUE_WORDS)))
$(X_BZIP2) -c $(MY_$@_FILE).make_tmp> $(MY_$@_FILE).bz2
$(X_BZIP2) -c $(MY_$@_DOCFILE).make_tmp > $(MY_$@_DOCFILE).bz2
 endif
-ifneq ($(X_GZIP),)
+ifeq ($(DIST_GZIP),$(filter $(DIST_GZIP),$(_TRUE_WORDS)))
$(X_GZIP)  -c $(MY_$@_FILE).make_tmp> $(MY_$@_FILE).gz
$(X_GZIP)  -c $(MY_$@_DOCFILE).make_tmp > $(MY_$@_DOCFILE).gz
 endif
-ifneq ($(X_XZ),)
+ifeq ($(DIST_XZ),$(filter $(DIST_XZ),$(_TRUE_WORDS)))
$(X_XZ)-c $(MY_$@_FILE).make_tmp> $(MY_$@_FILE).xz
$(X_XZ)-c $(MY_$@_DOCFILE).make_tmp > $(MY_$@_DOCFILE).xz
 endif
+ifeq ($(DIST_TAR),$(filter $(DIST_TAR),$(_TRUE_WORDS)))
+   mv -f -- $(MY_$@_FILE).make_tmp$(MY_$@_FILE)
+   mv -f -- $(MY_$@_DOCFILE).make_tmp $(MY_$@_DOCFILE)
+else
rm -- $(MY_$@_FILE).make_tmp
+   rm -- $(MY_$@_DOCFILE).make_tmp
+endif
 
 
 # rule for compressing a deprule file
@@ -514,6 +524,11 @@ endif
@echo  'tarball (y) or not (n) 
[$(DIST_PYDOC)]'
@echo  '* PKG_DISTDIR - directory for storing source 
tarballs'
@echo  ' [$(PKG_DISTDIR:$(CURDIR)/%=%)]'
+   @echo  '* DIST_TAR- whether to create .tar  
tarballs [$(DIST_TAR)]'
+   @echo  '* DIST_BZIP2  - whether to create .tar.bz2  
tarballs [$(DIST_BZIP2)]'
+   @echo  '* DIST_GZIP   - whether to create .tar.gzip 
tarballs [$(DIST_GZIP)]'
+   @echo  '* DIST_XZ - whether to create .tar.xz   
tarballs [$(DIST_XZ)]'
+
 
 
 PHONY += FORCE



[gentoo-commits] proj/R_overlay:master commit in: roverlay/scripts/, files/misc/

2014-06-05 Thread André Erdmann
commit: 23927133d09d15e4b243edb240d7110983ef90fe
Author: André Erdmann  mailerd  de>
AuthorDate: Wed May  7 01:22:48 2014 +
Commit: André Erdmann  mailerd  de>
CommitDate: Wed May  7 01:22:48 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=23927133

roverlay-query-config: rename arg "-C" -> "-c"

---
 files/misc/roverlay.bashcomp | 4 ++--
 roverlay/scripts/query_config.py | 8 
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/files/misc/roverlay.bashcomp b/files/misc/roverlay.bashcomp
index 6d43522..d9bfdf2 100644
--- a/files/misc/roverlay.bashcomp
+++ b/files/misc/roverlay.bashcomp
@@ -331,11 +331,11 @@ _roverlay_query_config_comp() {
   '--empty-missing' '--from-file' '--outfile' '--variable'
)
local SHORTOPTS=(
-  '-h' '-C' '-a' '-l' '-u' '-f' '-O' '-v'
+  '-h' '-c' '-a' '-l' '-u' '-f' '-O' '-v'
)
 
case "${prev}" in
-  '-C'|'--config-file'|'-f'|'--from-file'|'-O'|'--outfile')
+  '-c'|'--config-file'|'-f'|'--from-file'|'-O'|'--outfile')
  #  arg
  _filedir
   ;;

diff --git a/roverlay/scripts/query_config.py b/roverlay/scripts/query_config.py
index 0452a11..96ca8b4 100644
--- a/roverlay/scripts/query_config.py
+++ b/roverlay/scripts/query_config.py
@@ -15,7 +15,7 @@
 # Lists all known config options.
 # (Note: it's not possible to query all of these options)
 #
-#  * query-config [-C ] [-u] [-a|{option[=varname]}]
+#  * query-config [-c ] [-u] [-a|{option[=varname]}]
 #
 # Prints roverlay's config options in shell usable format (without relying
 # on roverlay-sh). Prints all options if -a/--all is specified or no
@@ -27,7 +27,7 @@
 #   $ echo $OVERLAY
 #   $ echo $OVERLAY_NAME
 #
-#  * query-config [-C ] [-u] -f  [-O |-] {-v 
VAR[=VALUE]}
+#  * query-config [-c ] [-u] -f  [-O |-] {-v 
VAR[=VALUE]}
 #
 # Replaces occurences of @@VARIABLES@@ in  with values taken
 # from roverlay's config and writes the result to  or stdout.
@@ -36,7 +36,7 @@
 #
 # Usage example:
 #
-#   $ query-config -C ~roverlay_user/roverlay/R-overlay.conf \
+#   $ query-config -c ~roverlay_user/roverlay/R-overlay.conf \
 #  -f nginx.conf.in -O nginx.conf -v SERVER_ADDR=... -v SERVER_NAME=...
 #
 # A non-zero exit code indicates that one or more variables could not be
@@ -165,7 +165,7 @@ def get_parser():
)
 
parser.add_argument (
-  "-C", "--config-file", metavar="", default=None,
+  "-c", "--config-file", metavar="", default=None,
   type=arg_is_filepath_or_none,
   help="path to the config file",
)



[gentoo-commits] proj/R_overlay:master commit in: doc/rst/

2014-06-05 Thread André Erdmann
commit: 1c50c6deb1f14af0b48c9f7a9a3b4c856e9dd404
Author: André Erdmann  mailerd  de>
AuthorDate: Wed May  7 01:29:52 2014 +
Commit: André Erdmann  mailerd  de>
CommitDate: Wed May  7 01:29:52 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=1c50c6de

doc/rst/usage: typo

---
 doc/rst/usage.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/rst/usage.rst b/doc/rst/usage.rst
index f27e933..6d2879e 100644
--- a/doc/rst/usage.rst
+++ b/doc/rst/usage.rst
@@ -4240,7 +4240,7 @@ that tries to create an ebuild for it.
 
 An *EbuildCreationJob* does the following steps:
 
-#. Read the DESCRIPTION file of *p* R package tarball and stores the
+#. Read the DESCRIPTION file of *p*'s R package tarball and store the
data in an associative array ('DESCRIPTION field' -> 'data')
 
 #. Call `dependency resolution`_



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

2014-06-05 Thread André Erdmann
commit: 41a330fd5e60b914b69a38c29339e4c7784d4ed5
Author: André Erdmann  mailerd  de>
AuthorDate: Thu Apr  3 19:53:13 2014 +
Commit: André Erdmann  mailerd  de>
CommitDate: Thu Apr  3 19:53:13 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=41a330fd

Makefile, "dist": remove useless check

---
 Makefile | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/Makefile b/Makefile
index 1e96354..d61ae2e 100644
--- a/Makefile
+++ b/Makefile
@@ -272,9 +272,6 @@ generate-files-commit: gemerate-files
 # creates a src tarball (.tar.bz2)
 PHONY += dist
 dist: distclean generate-files $(_DIST_PYDOC_DEP) | $(PKG_DISTDIR)
-ifeq ($(DIST_TAR)$(DIST_BZIP2)$(DIST_GZIP)$(DIST_XZ),)
-   $(error at least one of DIST_{TAR,BZIP2,GZIP,XZ} must be set)
-endif
$(eval MY_$@_BASEVER  := $(shell cat $(VERSION_FILE)))
test -n '$(MY_$@_BASEVER)'
 



[gentoo-commits] proj/R_overlay:master commit in: roverlay/

2014-06-05 Thread André Erdmann
commit: 9be2a6c4f0377e3895787aef47ad0d8a93f3
Author: André Erdmann  mailerd  de>
AuthorDate: Wed May  7 01:17:54 2014 +
Commit: André Erdmann  mailerd  de>
CommitDate: Wed May  7 01:17:54 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=9be2a6aa

not-installed: search for config file in PRJROOT

This allows to run
  roverlay.load_locate_config_file(False,load_main_only=True)
from "any" location if ROVERLAY_PRJROOT and PYTHONPATH are set properly.

---
 roverlay/core.py | 10 ++
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/roverlay/core.py b/roverlay/core.py
index d462f0f..2f4215b 100644
--- a/roverlay/core.py
+++ b/roverlay/core.py
@@ -155,11 +155,13 @@ def locate_config_file (
  if os.path.isfile ( cfg ):
 return cfg
 
-   elif os.path.exists ( CONFIG_FILE_NAME + '.local' ):
-  return CONFIG_FILE_NAME + '.local'
+   else:
+  config_dir = os.environ.get ( 'ROVERLAY_PRJROOT', os.getcwd() )
 
-   elif os.path.exists ( CONFIG_FILE_NAME ):
-  return CONFIG_FILE_NAME
+  for fname in ( CONFIG_FILE_NAME + '.local', CONFIG_FILE_NAME ):
+ fpath = config_dir + os.sep + fname
+ if os.path.exists ( fpath ):
+return fpath
 
return None
 # --- end of locate_config_file (...) ---



[gentoo-commits] proj/R_overlay:master commit in: roverlay/interface/

2014-06-05 Thread André Erdmann
commit: 5df0c6b4892aa5ea2a98c59e56be34aac8ea3301
Author: André Erdmann  mailerd  de>
AuthorDate: Wed May  7 01:34:43 2014 +
Commit: André Erdmann  mailerd  de>
CommitDate: Wed May  7 01:34:43 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=5df0c6b4

DepresInterface: push/pop pools, handle rule objects

---
 roverlay/interface/depres.py | 112 ++-
 1 file changed, 90 insertions(+), 22 deletions(-)

diff --git a/roverlay/interface/depres.py b/roverlay/interface/depres.py
index c7ba95c..ae005e8 100644
--- a/roverlay/interface/depres.py
+++ b/roverlay/interface/depres.py
@@ -9,6 +9,7 @@
 import errno
 
 import roverlay.interface.generic
+import roverlay.interface.root
 
 
 import roverlay.depres.channels
@@ -29,7 +30,8 @@ class DepresInterface ( 
roverlay.interface.generic.RoverlaySubInterface ):
This class provides:
 
* rule creation (from text/text files)
-   * manage dependency rule pools (stack-like discard_pool()/get_new_pool())
+   * manage dependency rule pools
+  (stack-like discard_pool()/get_[new_]pool(), pop_pool()/push_pool())
* resolve dependencies:
-> do_resolve() for "raw" depres results
-> resolve() for generic purpose results (list of resolved deps)
@@ -43,9 +45,11 @@ class DepresInterface ( 
roverlay.interface.generic.RoverlaySubInterface ):
 
GREEDY_DEPRES_CHANNEL= roverlay.depres.channels.EbuildJobChannel
NONGREEDY_DEPRES_CHANNEL = roverlay.depres.channels.NonGreedyDepresChannel
+   ROOT_INTERFACE_CLS   = roverlay.interface.root.RootInterface
+
 
def __init__ ( self, parent_interface, greedy=None, want_tuple=False ):
-  """Initializes the depdency resolution interface.
+  """Initializes the dependency resolution interface.
 
   arguments:
   * parent_interface -- parent interface that provides shared functionality
@@ -179,6 +183,38 @@ class DepresInterface ( 
roverlay.interface.generic.RoverlaySubInterface ):
  return self.get_new_pool ( force=True )
# --- end of get_pool (...) ---
 
+   def _add_pool ( self, pool ):
+  """Pushes a rule pool back to the poolstack, making it the topmost one.
+
+  Returns: None (implicit)
+
+  arguments:
+  * pool -- a dependency rule pool
+  """
+  self._pool_id += 1
+  try:
+ self._poolstack.append ( pool )
+  except:
+ self._pool_id -= 1
+ raise
+
+  self._update_resolver()
+   # --- end of _add_pool (...) ---
+
+   def push_pool ( self, pool ):
+  """Pushes a rule pool back to the poolstack, making it the topmost one.
+
+  Returns: topmost rule pool (should be the given pool)
+
+  arguments:
+  * pool -- a dependency rule pool
+  """
+  # COULDFIX: pool name possibly not unique when reinserting pools
+  assert isinstance ( pool, 
roverlay.depres.simpledeprule.pool.SimpleDependencyRulePool )
+  self._add_pool ( pool )
+  return self._poolstack[-1]
+   # --- end of push_pool (...) ---
+
def get_new_pool ( self, force=False, with_deptype=DEFAULT_DEPTYPE ):
   """Creates a new pool, adds it to the pool stack and returns it.
 
@@ -188,36 +224,38 @@ class DepresInterface ( 
roverlay.interface.generic.RoverlaySubInterface ):
   * with_deptype -- dependency type of the new pool (optional)
   """
   if force or not self._poolstack or not self._poolstack[-1].empty():
- self._pool_id += 1
- try:
-pool = roverlay.depres.simpledeprule.pool.SimpleDependencyRulePool 
(
+ self._add_pool (
+roverlay.depres.simpledeprule.pool.SimpleDependencyRulePool (
"pool" + str ( self._pool_id ),
-   deptype_mask=DEFAULT_DEPTYPE
+   deptype_mask=with_deptype
 )
-self.poolstack.append ( pool )
- except:
-self._pool_id -= 1
-raise
-
- self._update_resolver()
+ )
   # -- end if force or ...
   return self._poolstack[-1]
# --- end of get_new_pool (...) ---
 
+   def pop_pool ( self ):
+  """Discards the topmost rule pool and returns it.
+
+  Returns: dependency rule pool or None (=no pool removed).
+  """
+  try:
+ pool = self._poolstack.pop()
+  except IndexError:
+ # poolstack is empty
+ return None
+
+  self._pool_id -= 1
+  assert self._pool_id >= -1, self._pool_id
+  return pool
+   # --- end of pop_pool (...) ---
+
def discard_pool ( self ):
   """Discards the topmost rule pool.
 
   Returns: True if a pool has been removed, else False.
   """
-  try:
- self._poolstack.pop()
- self._pool_id -= 1
- assert self._pool_id >= -1, self._pool_id
- return True
-  except AssertionError:
- raise
-  except:
- return False
+  return self.pop_pool() is not None
# --- end of discard_pool (...) ---
 
def

[gentoo-commits] proj/R_overlay:master commit in: roverlay/util/

2014-06-05 Thread André Erdmann
commit: 728b5d1c32773422f0b3e658d16116f6883ee9d2
Author: André Erdmann  mailerd  de>
AuthorDate: Wed May  7 01:21:28 2014 +
Commit: André Erdmann  mailerd  de>
CommitDate: Wed May  7 01:21:28 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=728b5d1c

roverlay/util/fileio, write_text_file: accept str

---
 roverlay/util/fileio.py | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/roverlay/util/fileio.py b/roverlay/util/fileio.py
index 804aa9f..d4019d7 100644
--- a/roverlay/util/fileio.py
+++ b/roverlay/util/fileio.py
@@ -128,6 +128,7 @@ def write_text_file (
newline='\n'
 ):
compress_open = get_compress_open ( compression ) if compression else None
+   lines_iter= ( lines, ) if isinstance ( lines, str ) else lines
 
if create_dir:
   roverlay.util.common.dodir_for_file ( filepath )
@@ -135,7 +136,7 @@ def write_text_file (
if compress_open:
   NL = newline.encode()
   with compress_open ( filepath, mode.rstrip ( 'tu' ) ) as CH:
- for line in lines:
+ for line in lines_iter:
 CH.write ( str ( line ).encode() )
 if append_newlines:
CH.write ( NL )
@@ -144,7 +145,7 @@ def write_text_file (
 CH.write ( NL )
else:
   with open ( filepath, mode ) as FH:
- for line in lines:
+ for line in lines_iter:
 FH.write ( str ( line ) )
 if append_newlines:
FH.write ( newline )



[gentoo-commits] proj/R_overlay:master commit in: /, bin/build/

2014-06-05 Thread André Erdmann
commit: b79d90014df34bd8995780ed10c9a129898a11cb
Author: André Erdmann  mailerd  de>
AuthorDate: Thu Apr  3 18:58:15 2014 +
Commit: André Erdmann  mailerd  de>
CommitDate: Thu Apr  3 18:58:15 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=b79d9001

remove bin/build/{do_pydoc,roverlay_rst2html}.sh

---
 Makefile   |  1 -
 bin/build/do_pydoc.sh  | 13 -
 bin/build/roverlay_rst2html.sh | 13 -
 3 files changed, 27 deletions(-)

diff --git a/Makefile b/Makefile
index 2efca5a..090841a 100644
--- a/Makefile
+++ b/Makefile
@@ -75,7 +75,6 @@ _BUILDSCRIPTS := $(_SCRIPTS_DIR)/build
 MANIFEST_GEN  := $(_BUILDSCRIPTS)/create_manifest.sh
 LICENSES_GEN  := $(_BUILDSCRIPTS)/make-licenses.sh
 X_SETVER  := $(_BUILDSCRIPTS)/setver.sh
-PYDOC_SH  := $(_BUILDSCRIPTS)/do_pydoc.sh
 RV_SETUP  := $(_SCRIPTS_DIR)/$(_PN)-setup
 X_RUN_TESTS   := $(_SCRIPTS_DIR)/run_tests
 

diff --git a/bin/build/do_pydoc.sh b/bin/build/do_pydoc.sh
deleted file mode 100755
index e6a227f..000
--- a/bin/build/do_pydoc.sh
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh -xe
-
-into="${1:?}"
-
-cd "$into"
-[ -e ./roverlay ]
-
-find roverlay/ -name "*.py" | \
-   sed -e 's,\/,.,g' -e 's,[.]__init__[.]py$,,' -e 's,[.]py$,,' | \
-   xargs pydoc -w && \
-   ln -fs roverlay.html index.html && \
-   rm -f -- roverlay
-

diff --git a/bin/build/roverlay_rst2html.sh b/bin/build/roverlay_rst2html.sh
deleted file mode 100755
index a3450db..000
--- a/bin/build/roverlay_rst2html.sh
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh -u
-die_usage() { echo "usage: $0  "; exit 1; }
-
-[ $# -eq 2 ] || die_usage
-
-from="${1}"
-to="${2}"
-
-[ -r "${from}" ] || die_usage
-
-TITLE='Automatically Generated Overlay of R packages'
-
-rst2html.py --title "${TITLE}" --date "${from}" "${to}"



  1   2   3   >