[gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-shout: ruby-shout-2.2.1-r1.ebuild ruby-shout-2.2.1-r2.ebuild ChangeLog

2015-07-26 Thread Hans de Graaff (graaff)
graaff  15/07/26 07:07:30

  Modified: ruby-shout-2.2.1-r1.ebuild ChangeLog
  Added:ruby-shout-2.2.1-r2.ebuild
  Log:
  Create stable candidate.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.5  dev-ruby/ruby-shout/ruby-shout-2.2.1-r1.ebuild

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

Index: ruby-shout-2.2.1-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-shout/ruby-shout-2.2.1-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ruby-shout-2.2.1-r1.ebuild  25 Mar 2015 20:07:58 -  1.4
+++ ruby-shout-2.2.1-r1.ebuild  26 Jul 2015 07:07:30 -  1.5
@@ -1,11 +1,11 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-shout/ruby-shout-2.2.1-r1.ebuild,v 1.4 
2015/03/25 20:07:58 graaff Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-shout/ruby-shout-2.2.1-r1.ebuild,v 1.5 
2015/07/26 07:07:30 graaff Exp $
 
 EAPI=5
 
 # ruby22 -> Does not compile
-USE_RUBY="ruby19 ruby20 ruby21"
+USE_RUBY="ruby19 ruby20"
 
 RUBY_FAKEGEM_TASK_TEST=""
 RUBY_FAKEGEM_TASK_DOC=""



1.26 dev-ruby/ruby-shout/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-shout/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog   25 Mar 2015 20:07:58 -  1.25
+++ ChangeLog   26 Jul 2015 07:07:30 -  1.26
@@ -1,6 +1,12 @@
 # ChangeLog for dev-ruby/ruby-shout
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-shout/ChangeLog,v 1.25 
2015/03/25 20:07:58 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-shout/ChangeLog,v 1.26 
2015/07/26 07:07:30 graaff Exp $
+
+*ruby-shout-2.2.1-r2 (26 Jul 2015)
+
+  26 Jul 2015; Hans de Graaff  ruby-shout-2.2.1-r1.ebuild,
+  +ruby-shout-2.2.1-r2.ebuild:
+  Create stable candidate.
 
   25 Mar 2015; Hans de Graaff  ruby-shout-2.2.1-r1.ebuild:
   Document ruby22 status.



1.1  dev-ruby/ruby-shout/ruby-shout-2.2.1-r2.ebuild

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

Index: ruby-shout-2.2.1-r2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-shout/ruby-shout-2.2.1-r2.ebuild,v 1.1 
2015/07/26 07:07:30 graaff Exp $

EAPI=5

# ruby22 -> Does not compile
USE_RUBY="ruby19 ruby20 ruby21"

RUBY_FAKEGEM_TASK_TEST=""
RUBY_FAKEGEM_TASK_DOC=""

RUBY_FAKEGEM_EXTRADOC="README.textile"

inherit multilib ruby-fakegem

DESCRIPTION="A Ruby interface to libshout2"
HOMEPAGE="https://github.com/niko/ruby-shout";

LICENSE="Ruby"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""

RDEPEND+=" >=media-libs/libshout-2.0"
DEPEND+=" >=media-libs/libshout-2.0"

each_ruby_configure() {
${RUBY} -Cext extconf.rb || die "extconf failed"
}

each_ruby_compile() {
emake -C ext V=1
}

each_ruby_install() {
each_fakegem_install

ruby_fakegem_newins ext/${PN#ruby-}_ext$(get_modname) 
lib/${PN#ruby-}_ext$(get_modname)
}






[gentoo-commits] gentoo-x86 commit in dev-vcs/rcs: rcs-5.9.3.ebuild ChangeLog

2015-07-26 Thread Jeroen Roovers (jer)
jer 15/07/26 07:10:43

  Modified: rcs-5.9.3.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #555838).
  
  (Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.3  dev-vcs/rcs/rcs-5.9.3.ebuild

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

Index: rcs-5.9.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/rcs/rcs-5.9.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- rcs-5.9.3.ebuild25 Jul 2015 07:13:56 -  1.2
+++ rcs-5.9.3.ebuild26 Jul 2015 07:10:43 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/rcs/rcs-5.9.3.ebuild,v 1.2 
2015/07/25 07:13:56 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/rcs/rcs-5.9.3.ebuild,v 1.3 
2015/07/26 07:10:43 jer Exp $
 
 EAPI="5"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris"
 IUSE="doc"
 
 RDEPEND="



1.34 dev-vcs/rcs/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/rcs/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog   25 Jul 2015 07:40:28 -  1.33
+++ ChangeLog   26 Jul 2015 07:10:43 -  1.34
@@ -1,6 +1,9 @@
 # ChangeLog for dev-vcs/rcs
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/rcs/ChangeLog,v 1.33 2015/07/25 
07:40:28 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/rcs/ChangeLog,v 1.34 2015/07/26 
07:10:43 jer Exp $
+
+  26 Jul 2015; Jeroen Roovers  rcs-5.9.3.ebuild:
+  Stable for HPPA (bug #555838).
 
 *rcs-5.9.4 (25 Jul 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-python/funcsigs: ChangeLog funcsigs-0.4.ebuild

2015-07-26 Thread Jeroen Roovers (jer)
jer 15/07/26 07:18:53

  Modified: ChangeLog funcsigs-0.4.ebuild
  Log:
  Mark ~hppa (bug #70).
  
  (Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.7  dev-python/funcsigs/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/funcsigs/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   3 Jun 2015 18:47:06 -   1.6
+++ ChangeLog   26 Jul 2015 07:18:53 -  1.7
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/funcsigs
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/funcsigs/ChangeLog,v 1.6 
2015/06/03 18:47:06 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/funcsigs/ChangeLog,v 1.7 
2015/07/26 07:18:53 jer Exp $
+
+  26 Jul 2015; Jeroen Roovers  funcsigs-0.4.ebuild:
+  Mark ~hppa (bug #70).
 
   03 Jun 2015; Justin Lecher  metadata.xml:
   Add pypi to remote-id in metadata.xml



1.6  dev-python/funcsigs/funcsigs-0.4.ebuild

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

Index: funcsigs-0.4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/funcsigs/funcsigs-0.4.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- funcsigs-0.4.ebuild 8 Mar 2015 23:48:35 -   1.5
+++ funcsigs-0.4.ebuild 26 Jul 2015 07:18:53 -  1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/funcsigs/funcsigs-0.4.ebuild,v 
1.5 2015/03/08 23:48:35 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/funcsigs/funcsigs-0.4.ebuild,v 
1.6 2015/07/26 07:18:53 jer Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 SLOT="0"
 LICENSE="Apache-2.0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~hppa x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
 DEPEND="






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

2015-07-26 Thread Jeroen Roovers (jer)
jer 15/07/26 07:20:04

  Modified: ChangeLog mock-1.2.0.ebuild
  Log:
  Mark ~hppa (bug #70).
  
  (Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.93 dev-python/mock/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/mock/ChangeLog,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -r1.92 -r1.93
--- ChangeLog   21 Jul 2015 18:05:58 -  1.92
+++ ChangeLog   26 Jul 2015 07:20:04 -  1.93
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/mock
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/mock/ChangeLog,v 1.92 2015/07/21 
18:05:58 alunduil Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/mock/ChangeLog,v 1.93 2015/07/26 
07:20:04 jer Exp $
+
+  26 Jul 2015; Jeroen Roovers  mock-1.2.0.ebuild:
+  Mark ~hppa (bug #70).
 
 *mock-1.2.0 (21 Jul 2015)
 



1.2  dev-python/mock/mock-1.2.0.ebuild

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

Index: mock-1.2.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/mock/mock-1.2.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mock-1.2.0.ebuild   21 Jul 2015 18:05:58 -  1.1
+++ mock-1.2.0.ebuild   26 Jul 2015 07:20:04 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/mock/mock-1.2.0.ebuild,v 1.1 
2015/07/21 18:05:58 alunduil Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/mock/mock-1.2.0.ebuild,v 1.2 
2015/07/26 07:20:04 jer Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
@@ -13,7 +13,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~m68k ~mips ~s390 ~sh ~amd64-fbsd ~x86-fbsd 
~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~amd64 ~arm64 ~hppa ~m68k ~mips ~s390 ~sh ~amd64-fbsd ~x86-fbsd 
~amd64-linux ~x86-linux ~x64-macos"
 IUSE="doc test"
 
 CDEPEND="$(python_gen_cond_dep 'dev-python/funcsigs[${PYTHON_USEDEP}]' 
'python2_7')"






[gentoo-commits] gentoo-x86 commit in dev-tex/cjk-latex: ChangeLog cjk-latex-4.8.4.ebuild

2015-07-26 Thread Alexis Ballier (aballier)
aballier15/07/26 07:32:09

  Modified: ChangeLog cjk-latex-4.8.4.ebuild
  Log:
  fix build with kpathsea from texlive 2015, add explicit dep on it, bug #555868
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.73 dev-tex/cjk-latex/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-tex/cjk-latex/ChangeLog,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- ChangeLog   29 Apr 2015 15:41:04 -  1.72
+++ ChangeLog   26 Jul 2015 07:32:09 -  1.73
@@ -1,6 +1,10 @@
 # ChangeLog for dev-tex/cjk-latex
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/cjk-latex/ChangeLog,v 1.72 
2015/04/29 15:41:04 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/cjk-latex/ChangeLog,v 1.73 
2015/07/26 07:32:09 aballier Exp $
+
+  26 Jul 2015; Alexis Ballier  cjk-latex-4.8.4.ebuild:
+  fix build with kpathsea from texlive 2015, add explicit dep on it, bug
+  #555868
 
   29 Apr 2015; Alexis Ballier  -cjk-latex-4.8.2.ebuild,
   -cjk-latex-4.8.3.ebuild, -files/cjk-latex-4.8.2-kpathsea_version.patch:



1.2  dev-tex/cjk-latex/cjk-latex-4.8.4.ebuild

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

Index: cjk-latex-4.8.4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-tex/cjk-latex/cjk-latex-4.8.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cjk-latex-4.8.4.ebuild  29 Apr 2015 15:38:32 -  1.1
+++ cjk-latex-4.8.4.ebuild  26 Jul 2015 07:32:09 -  1.2
@@ -1,10 +1,10 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/cjk-latex/cjk-latex-4.8.4.ebuild,v 
1.1 2015/04/29 15:38:32 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/cjk-latex/cjk-latex-4.8.4.ebuild,v 
1.2 2015/07/26 07:32:09 aballier Exp $
 
 EAPI=4
 
-inherit latex-package elisp-common toolchain-funcs multilib eutils
+inherit latex-package elisp-common toolchain-funcs multilib eutils flag-o-matic
 
 MY_P="${P/-latex/}"
 
@@ -20,9 +20,11 @@
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
 IUSE="doc emacs"
 
-DEPEND="virtual/latex-base
+RDEPEND="virtual/latex-base
+   dev-libs/kpathsea
emacs? ( virtual/emacs )"
-RDEPEND="${DEPEND}
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
app-arch/unzip"
 
 S="${WORKDIR}/${MY_P}"
@@ -38,6 +40,7 @@
 }
 
 src_configure() {
+   has_version '>=dev-libs/kpathsea-6.2.1' && append-cppflags 
"$($(tc-getPKG_CONFIG) --cflags kpathsea)"
cd utils
for d in *conv; do
cd $d






[gentoo-commits] dev/maekke:master commit in: media-gfx/enblend/

2015-07-26 Thread Markus Meier
commit: a27c4ab712870c1306cb5ffa8efa4baab784cb08
Author: Markus Meier  gentoo  org>
AuthorDate: Sun Jul 26 08:13:02 2015 +
Commit: Markus Meier  gentoo  org>
CommitDate: Sun Jul 26 08:13:02 2015 +
URL:https://gitweb.gentoo.org/dev/maekke.git/commit/?id=a27c4ab7

sync with gentoo-x86

Package-Manager: portage-2.2.20
Manifest-Sign-Key: 072AD062

 media-gfx/enblend/Manifest | 8 
 media-gfx/enblend/enblend-4.1.3.ebuild | 6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/media-gfx/enblend/Manifest b/media-gfx/enblend/Manifest
index b558715..59b7470 100644
--- a/media-gfx/enblend/Manifest
+++ b/media-gfx/enblend/Manifest
@@ -7,12 +7,12 @@ DIST enblend-enfuse-4.1.3.tar.gz 862079 SHA256 
1c00ae95cd05502759d7d47f99e6ba115
 EBUILD enblend-4.1.1-r1.ebuild 1744 SHA256 
af1604ca1fee4b09b69f1ab14964633b7db21315da1b7b4fa7c5ab6e14d8d69d SHA512 
0c4e71d6aadf8313e4143d40bc6e6ad7052be4ff6644806b61565c9d9cd7989517273effada7a268162354515dd685b47c7446b6b0994399d98f579e4a5da9d7
 WHIRLPOOL 
21001db32db2e23d7d8d59727e1b9c04b8f314ce7a107e143fd670760e8bbc2d919a4bb93308cb5c0070a6bd7195603b6272390df4d94607a5e0459f20098387
 EBUILD enblend-4.1.1.ebuild 1937 SHA256 
a7c519f40c3c4b9149bf7fed592280cc29bad5da2cf8a594e9d8885ced21937a SHA512 
d5be6d54b83c917e352c1a8e354cf730fa61679d14b46208f274fbae7a127bb5115902ac4e2997864544e904678f39c541c6dadb5c8bc0560913f262e3f104a8
 WHIRLPOOL 
5475db49caae94c7a92df20a10b4d0332f5049e2ba0e4386e0e4fecea93fdc46ebfc817b41c296449fc2724bd301496bebb58062041bec0aa39978fe3a8be6dc
 EBUILD enblend-4.1.2.ebuild 1760 SHA256 
0764a2b9e48c5ccd86a221c5f65209aeb22e3de7ae8d784145a3af667a8619a1 SHA512 
227aa25739b1a0a9e155993ea35eabada92a0b33af6529def8dbf551dfc3eb184575da76a989d56f1915284276fa72a6fdc3e0434ae1fad205c02ba4576edd9e
 WHIRLPOOL 
a72554ec6b1ccb4d536e547cc6eaa2d9807b7da7f8622343816924197ad661e09431c4370805269f3a96858e69fec23a4065fbeb4271f317c382a1f9713cf27b
-EBUILD enblend-4.1.3.ebuild 1860 SHA256 
5e5301ab5bba59fa678cb8bf118b48e5dbd4397c3bc3dc4a5961b9146d63ee9f SHA512 
a97929ee40c152871b54cf0aab8a31da9ab0ad335ff0f8c3c14854546590a33cf4933d0295b5a3da8063787ddc32d328b6134890d20a2185ed3b38926bea894a
 WHIRLPOOL 
ca17ff69cbc8cc70f4ba5ebe8fce4b4bfa5a7862d9e481579dcc97bc91a2d9b333261ae28e760fa7bae8d24893d9b822c9e3e92b7798934cb624a2d34cdaba3e
+EBUILD enblend-4.1.3.ebuild 1867 SHA256 
ad489246b89d9b69853afd83f701e413a077b9ef173d43f088871304bd281583 SHA512 
fd22e03d359f6bd5c9beb06f26b4aa229588e109e57ec8fc2e888aa3370cd01238bf81233baf55789cad53934f83beb4b7537c37b6f13980b665493aec15aeab
 WHIRLPOOL 
6df1cc474c44a90138e88c70d4a6e7163d94606a51f1233b2509ab5782cedf6ff7c9b5bc38ff706f1138cede713a4fae67978c9ffeca52f54ae7b6f59f7dda5f
 MISC metadata.xml 386 SHA256 
bdd95aecd66cd375334d95757dbf21f8ba162e92f9403c268f13e17192efbf7e SHA512 
6b72e7a926b277102d98e03562d236332db10ac3512a5feb794606b6d7fcd345af6681faf3e2484d3a9b0365ea07d4bcb5e4fcf7056f5768607d6e69f4ead8af
 WHIRLPOOL 
c24f3e44c32a0af3602f6d17330c33a70ef5366b5a08254246008ec3742420ef30c36798afdf86cc0016785152675c4e1b16832b1364a39e163068a338b5076a
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v2
 
-iEYEAREIAAYFAlWqI8gACgkQkKaRLQcq0GKVwQCdFaEZExIYm4+nD8OUFKUV8L77
-ZHQAn2ACf9s7j71aAMLRR0mB6/6TxRwC
-=ahs9
+iEYEAREIAAYFAlW0lo4ACgkQkKaRLQcq0GLizQCgqRCbsXUJlMkVNLCh9/xh9B4j
+FgEAn2tNfDoxZ/a5aT/WzDqu4bKGOfo1
+=5Uk/
 -END PGP SIGNATURE-

diff --git a/media-gfx/enblend/enblend-4.1.3.ebuild 
b/media-gfx/enblend/enblend-4.1.3.ebuild
index 7a013d5..35f8cb5 100644
--- a/media-gfx/enblend/enblend-4.1.3.ebuild
+++ b/media-gfx/enblend/enblend-4.1.3.ebuild
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/enblend/enblend-4.1.3.ebuild,v 
1.5 2015/05/03 15:06:52 bircoph Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/enblend/enblend-4.1.3.ebuild,v 
1.7 2015/07/25 11:21:33 maekke Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/enblend/${MY_P}.tar.gz"
 
 LICENSE="GPL-2 VIGRA"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ppc ~x86"
 IUSE="debug doc gpu image-cache openmp"
 
 REQUIRED_USE="openmp? ( !image-cache )"
@@ -27,7 +27,7 @@ RDEPEND="
>=media-libs/openexr-1.0:=
media-libs/plotutils[X]
media-libs/tiff:=
-   >=media-libs/vigra-1.8.0
+   >=media-libs/vigra-1.8.0[openexr]
sci-libs/gsl
virtual/jpeg:0=
debug? ( dev-libs/dmalloc )



[gentoo-commits] gentoo-x86 commit in dev-java/jffi: jffi-1.2.8.ebuild ChangeLog

2015-07-26 Thread Michal Gorny (mgorny)
mgorny  15/07/26 08:17:58

  Modified: jffi-1.2.8.ebuild ChangeLog
  Log:
  Fix implicit ccache use, bug #545654.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.2  dev-java/jffi/jffi-1.2.8.ebuild

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

Index: jffi-1.2.8.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/jffi/jffi-1.2.8.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- jffi-1.2.8.ebuild   21 Mar 2015 18:29:53 -  1.1
+++ jffi-1.2.8.ebuild   26 Jul 2015 08:17:58 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jffi/jffi-1.2.8.ebuild,v 1.1 
2015/03/21 18:29:53 monsieurp Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jffi/jffi-1.2.8.ebuild,v 1.2 
2015/07/26 08:17:58 mgorny Exp $
 
 EAPI="5"
 
@@ -89,6 +89,7 @@
BUILD_DIR=build/jni
VERSION=$(get_version_component_range 1-2)
USE_SYSTEM_LIBFFI=1
+   CCACHE=
-f jni/GNUmakefile
)
emake "${args[@]}"



1.44 dev-java/jffi/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/jffi/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog   22 Jun 2015 22:19:06 -  1.43
+++ ChangeLog   26 Jul 2015 08:17:58 -  1.44
@@ -1,6 +1,9 @@
 # ChangeLog for dev-java/jffi
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jffi/ChangeLog,v 1.43 2015/06/22 
22:19:06 monsieurp Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jffi/ChangeLog,v 1.44 2015/07/26 
08:17:58 mgorny Exp $
+
+  26 Jul 2015; Michał Górny  jffi-1.2.8.ebuild:
+  Fix implicit ccache use, bug #545654.
 
   22 Jun 2015; Patrice Clement  -jffi-1.0.0-r1.ebuild,
   -jffi-1.0.0.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-ruby/contracts: ChangeLog contracts-0.10.1.ebuild

2015-07-26 Thread Markus Meier (maekke)
maekke  15/07/26 08:26:02

  Modified: ChangeLog contracts-0.10.1.ebuild
  Log:
  add ~arm, bug #555312
  
  (Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: 
--include-arches="arm", signed Manifest commit with key 072AD062)

Revision  ChangesPath
1.4  dev-ruby/contracts/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/contracts/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   23 Jul 2015 06:15:12 -  1.3
+++ ChangeLog   26 Jul 2015 08:26:02 -  1.4
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/contracts
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/contracts/ChangeLog,v 1.3 
2015/07/23 06:15:12 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/contracts/ChangeLog,v 1.4 
2015/07/26 08:26:02 maekke Exp $
+
+  26 Jul 2015; Markus Meier  contracts-0.10.1.ebuild:
+  add ~arm, bug #555312
 
   23 Jul 2015; Jeroen Roovers  contracts-0.10.1.ebuild:
   Mark ~hppa (bug #555312).



1.4  dev-ruby/contracts/contracts-0.10.1.ebuild

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

Index: contracts-0.10.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/contracts/contracts-0.10.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- contracts-0.10.1.ebuild 23 Jul 2015 06:15:12 -  1.3
+++ contracts-0.10.1.ebuild 26 Jul 2015 08:26:02 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/contracts/contracts-0.10.1.ebuild,v 1.3 
2015/07/23 06:15:12 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/contracts/contracts-0.10.1.ebuild,v 1.4 
2015/07/26 08:26:02 maekke Exp $
 
 EAPI=5
 USE_RUBY="ruby19 ruby20 ruby21 ruby22"
@@ -17,5 +17,5 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~x86"
+KEYWORDS="~amd64 ~arm ~hppa ~x86"
 IUSE=""






[gentoo-commits] gentoo-x86 commit in dev-util/aruba: aruba-0.8.1.ebuild ChangeLog

2015-07-26 Thread Markus Meier (maekke)
maekke  15/07/26 08:26:44

  Modified: aruba-0.8.1.ebuild ChangeLog
  Log:
  add ~arm, bug #555312
  
  (Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: 
--include-arches="arm", signed Manifest commit with key 072AD062)

Revision  ChangesPath
1.3  dev-util/aruba/aruba-0.8.1.ebuild

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

Index: aruba-0.8.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/aruba/aruba-0.8.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- aruba-0.8.1.ebuild  22 Jul 2015 18:34:32 -  1.2
+++ aruba-0.8.1.ebuild  26 Jul 2015 08:26:44 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/aruba/aruba-0.8.1.ebuild,v 1.2 
2015/07/22 18:34:32 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/aruba/aruba-0.8.1.ebuild,v 1.3 
2015/07/26 08:26:44 maekke Exp $
 
 EAPI=5
 USE_RUBY="ruby19 ruby20 ruby21 ruby22"
@@ -17,7 +17,7 @@
 HOMEPAGE="https://github.com/cucumber/aruba";
 LICENSE="MIT"
 
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
 SLOT="0"
 IUSE=""
 



1.66 dev-util/aruba/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/aruba/ChangeLog,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- ChangeLog   25 Jul 2015 13:20:27 -  1.65
+++ ChangeLog   26 Jul 2015 08:26:44 -  1.66
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/aruba
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/aruba/ChangeLog,v 1.65 2015/07/25 
13:20:27 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/aruba/ChangeLog,v 1.66 2015/07/26 
08:26:44 maekke Exp $
+
+  26 Jul 2015; Markus Meier  aruba-0.8.1.ebuild:
+  add ~arm, bug #555312
 
   25 Jul 2015; Manuel Rüger  -aruba-0.5.3.ebuild:
   Remove old.






[gentoo-commits] gentoo-x86 commit in net-misc/keychain: ChangeLog keychain-2.8.1.ebuild

2015-07-26 Thread Markus Meier (maekke)
maekke  15/07/26 08:29:42

  Modified: ChangeLog keychain-2.8.1.ebuild
  Log:
  arm stable, bug #555408
  
  (Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: 
--include-arches="arm", signed Manifest commit with key 072AD062)

Revision  ChangesPath
1.121net-misc/keychain/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/keychain/ChangeLog,v
retrieving revision 1.120
retrieving revision 1.121
diff -u -r1.120 -r1.121
--- ChangeLog   25 Jul 2015 11:47:08 -  1.120
+++ ChangeLog   26 Jul 2015 08:29:42 -  1.121
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/keychain
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/keychain/ChangeLog,v 1.120 
2015/07/25 11:47:08 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/keychain/ChangeLog,v 1.121 
2015/07/26 08:29:42 maekke Exp $
+
+  26 Jul 2015; Markus Meier  keychain-2.8.1.ebuild:
+  arm stable, bug #555408
 
   25 Jul 2015; Pacho Ramos  keychain-2.8.1.ebuild:
   ppc stable wrt bug #555408



1.8  net-misc/keychain/keychain-2.8.1.ebuild

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

Index: keychain-2.8.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/keychain/keychain-2.8.1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- keychain-2.8.1.ebuild   25 Jul 2015 11:47:08 -  1.7
+++ keychain-2.8.1.ebuild   26 Jul 2015 08:29:42 -  1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/keychain/keychain-2.8.1.ebuild,v 
1.7 2015/07/25 11:47:08 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/keychain/keychain-2.8.1.ebuild,v 
1.8 2015/07/26 08:29:42 maekke Exp $
 
 EAPI=5
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh ~sparc 
x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~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 ~x86-freebsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 DEPEND="dev-lang/perl"






[gentoo-commits] gentoo-x86 commit in virtual/ruby-minitest: ChangeLog ruby-minitest-0-r4.ebuild

2015-07-26 Thread Markus Meier (maekke)
maekke  15/07/26 08:32:34

  Modified: ChangeLog ruby-minitest-0-r4.ebuild
  Log:
  arm stable, bug #518094
  
  (Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: 
--include-arches="arm", signed Manifest commit with key 072AD062)

Revision  ChangesPath
1.52 virtual/ruby-minitest/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/virtual/ruby-minitest/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog   23 Jul 2015 20:53:56 -  1.51
+++ ChangeLog   26 Jul 2015 08:32:34 -  1.52
@@ -1,6 +1,9 @@
 # ChangeLog for virtual/ruby-minitest
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/ruby-minitest/ChangeLog,v 1.51 
2015/07/23 20:53:56 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/ruby-minitest/ChangeLog,v 1.52 
2015/07/26 08:32:34 maekke Exp $
+
+  26 Jul 2015; Markus Meier  ruby-minitest-0-r4.ebuild:
+  arm stable, bug #518094
 
   23 Jul 2015; Pacho Ramos  ruby-minitest-0-r4.ebuild:
   ppc stable wrt bug #518094



1.6  virtual/ruby-minitest/ruby-minitest-0-r4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ruby-minitest/ruby-minitest-0-r4.ebuild?rev=1.6&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ruby-minitest/ruby-minitest-0-r4.ebuild?rev=1.6&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ruby-minitest/ruby-minitest-0-r4.ebuild?r1=1.5&r2=1.6

Index: ruby-minitest-0-r4.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/virtual/ruby-minitest/ruby-minitest-0-r4.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ruby-minitest-0-r4.ebuild   23 Jul 2015 20:53:56 -  1.5
+++ ruby-minitest-0-r4.ebuild   26 Jul 2015 08:32:34 -  1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/virtual/ruby-minitest/ruby-minitest-0-r4.ebuild,v 1.5 
2015/07/23 20:53:56 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/virtual/ruby-minitest/ruby-minitest-0-r4.ebuild,v 1.6 
2015/07/26 08:32:34 maekke Exp $
 
 EAPI=5
 USE_RUBY="ruby19 ruby20 ruby21"
@@ -13,7 +13,7 @@
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x86-solaris"
 IUSE=""
 
 RDEPEND="ruby_targets_ruby19? ( || ( dev-ruby/minitest[ruby_targets_ruby19] 
dev-lang/ruby:1.9 ) )






[gentoo-commits] gentoo-x86 commit in dev-ruby/rake: ChangeLog rake-0.9.6-r1.ebuild

2015-07-26 Thread Markus Meier (maekke)
maekke  15/07/26 08:35:45

  Modified: ChangeLog rake-0.9.6-r1.ebuild
  Log:
  arm stable, bug #518094
  
  (Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: 
--include-arches="arm", signed Manifest commit with key 072AD062)

Revision  ChangesPath
1.165dev-ruby/rake/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rake/ChangeLog,v
retrieving revision 1.164
retrieving revision 1.165
diff -u -r1.164 -r1.165
--- ChangeLog   23 Jul 2015 20:56:30 -  1.164
+++ ChangeLog   26 Jul 2015 08:35:45 -  1.165
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/rake
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake/ChangeLog,v 1.164 2015/07/23 
20:56:30 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake/ChangeLog,v 1.165 2015/07/26 
08:35:45 maekke Exp $
+
+  26 Jul 2015; Markus Meier  rake-0.9.6-r1.ebuild:
+  arm stable, bug #518094
 
   23 Jul 2015; Pacho Ramos  rake-0.9.6-r1.ebuild:
   ppc stable wrt bug #518094



1.6  dev-ruby/rake/rake-0.9.6-r1.ebuild

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

Index: rake-0.9.6-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rake/rake-0.9.6-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- rake-0.9.6-r1.ebuild23 Jul 2015 20:56:30 -  1.5
+++ rake-0.9.6-r1.ebuild26 Jul 2015 08:35:45 -  1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake/rake-0.9.6-r1.ebuild,v 1.5 
2015/07/23 20:56:30 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake/rake-0.9.6-r1.ebuild,v 1.6 
2015/07/26 08:35:45 maekke Exp $
 
 EAPI=5
 USE_RUBY="ruby19 ruby20 ruby21"
@@ -17,7 +17,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc"
 
 DEPEND="${DEPEND} app-arch/gzip"






[gentoo-commits] proj/kde:master commit in: kde-apps/kdebase-runtime-meta/

2015-07-26 Thread Johannes Huber
commit: 3a2409d6a8c05e2cd085b3901289897b6aa0b7f6
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sat Jul 25 19:37:44 2015 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sat Jul 25 20:18:18 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=3a2409d6

[kde-apps/kdebase-runtime-meta] Fix conflict with kf5-based apps

Package-Manager: portage-2.2.20

 kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-15.04.3.ebuild | 4 +++-
 .../kdebase-runtime-meta/kdebase-runtime-meta-15.08.49..ebuild| 4 +++-
 kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-.ebuild| 4 +++-
 3 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-15.04.3.ebuild 
b/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-15.04.3.ebuild
index cf150e7..8f50da6 100644
--- a/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-15.04.3.ebuild
+++ b/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-15.04.3.ebuild
@@ -8,7 +8,7 @@ inherit kde5-meta-pkg
 
 DESCRIPTION="Merge this to pull in all kdebase-runtime-derived packages"
 KEYWORDS="~amd64 ~x86"
-IUSE="+crash-reporter +handbook minimal nepomuk"
+IUSE="crash-reporter +handbook minimal nepomuk"
 
 RDEPEND="
$(add_kdeapps_dep kcmshell)
@@ -47,6 +47,7 @@ RDEPEND="
$(add_plasma_dep khelpcenter)
kde-base/khelpcenter:4
) )
+   minimal? ( $(add_kdeapps_dep solid-runtime '-bluetooth') )
nepomuk? ( $(add_kdeapps_dep nepomuk) )
!minimal? (
$(add_kdeapps_dep attica)
@@ -55,3 +56,4 @@ RDEPEND="
$(add_kdeapps_dep knetattach)
)
 "
+REQUIRED_USE="minimal? ( !crash-reporter )"

diff --git 
a/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-15.08.49..ebuild 
b/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-15.08.49..ebuild
index fc5226d..de425f6 100644
--- a/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-15.08.49..ebuild
+++ b/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-15.08.49..ebuild
@@ -8,7 +8,7 @@ inherit kde5-meta-pkg
 
 DESCRIPTION="Merge this to pull in all kdebase-runtime-derived packages"
 KEYWORDS=""
-IUSE="+crash-reporter +handbook minimal nepomuk"
+IUSE="crash-reporter +handbook minimal nepomuk"
 
 RDEPEND="
$(add_kdeapps_dep kcmshell)
@@ -47,6 +47,7 @@ RDEPEND="
$(add_plasma_dep khelpcenter)
kde-base/khelpcenter:4
) )
+   minimal? ( $(add_kdeapps_dep solid-runtime '-bluetooth') )
nepomuk? ( $(add_kdeapps_dep nepomuk) )
!minimal? (
$(add_kdeapps_dep attica)
@@ -55,3 +56,4 @@ RDEPEND="
$(add_kdeapps_dep knetattach)
)
 "
+REQUIRED_USE="minimal? ( !crash-reporter )"

diff --git a/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-.ebuild 
b/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-.ebuild
index fc5226d..de425f6 100644
--- a/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-.ebuild
+++ b/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-.ebuild
@@ -8,7 +8,7 @@ inherit kde5-meta-pkg
 
 DESCRIPTION="Merge this to pull in all kdebase-runtime-derived packages"
 KEYWORDS=""
-IUSE="+crash-reporter +handbook minimal nepomuk"
+IUSE="crash-reporter +handbook minimal nepomuk"
 
 RDEPEND="
$(add_kdeapps_dep kcmshell)
@@ -47,6 +47,7 @@ RDEPEND="
$(add_plasma_dep khelpcenter)
kde-base/khelpcenter:4
) )
+   minimal? ( $(add_kdeapps_dep solid-runtime '-bluetooth') )
nepomuk? ( $(add_kdeapps_dep nepomuk) )
!minimal? (
$(add_kdeapps_dep attica)
@@ -55,3 +56,4 @@ RDEPEND="
$(add_kdeapps_dep knetattach)
)
 "
+REQUIRED_USE="minimal? ( !crash-reporter )"



[gentoo-commits] gentoo-x86 commit in dev-ruby/json: ChangeLog json-1.8.2-r1.ebuild

2015-07-26 Thread Markus Meier (maekke)
maekke  15/07/26 08:36:13

  Modified: ChangeLog json-1.8.2-r1.ebuild
  Log:
  arm stable, bug #518094
  
  (Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: 
--include-arches="arm", signed Manifest commit with key 072AD062)

Revision  ChangesPath
1.159dev-ruby/json/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/json/ChangeLog,v
retrieving revision 1.158
retrieving revision 1.159
diff -u -r1.158 -r1.159
--- ChangeLog   23 Jul 2015 20:56:01 -  1.158
+++ ChangeLog   26 Jul 2015 08:36:13 -  1.159
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/json
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/json/ChangeLog,v 1.158 2015/07/23 
20:56:01 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/json/ChangeLog,v 1.159 2015/07/26 
08:36:13 maekke Exp $
+
+  26 Jul 2015; Markus Meier  json-1.8.2-r1.ebuild:
+  arm stable, bug #518094
 
   23 Jul 2015; Pacho Ramos  json-1.8.2-r1.ebuild:
   ppc stable wrt bug #518094



1.4  dev-ruby/json/json-1.8.2-r1.ebuild

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

Index: json-1.8.2-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/json/json-1.8.2-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- json-1.8.2-r1.ebuild23 Jul 2015 20:56:01 -  1.3
+++ json-1.8.2-r1.ebuild26 Jul 2015 08:36:13 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/json/json-1.8.2-r1.ebuild,v 1.3 
2015/07/23 20:56:01 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/json/json-1.8.2-r1.ebuild,v 1.4 
2015/07/26 08:36:13 maekke Exp $
 
 EAPI=5
 USE_RUBY="ruby19 ruby20 ruby21"
@@ -17,7 +17,7 @@
 HOMEPAGE="https://github.com/flori/json";
 LICENSE="|| ( Ruby GPL-2 )"
 
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 SLOT="0"
 IUSE=""
 






[gentoo-commits] gentoo-x86 commit in dev-ruby/racc: ChangeLog racc-1.4.11.ebuild

2015-07-26 Thread Markus Meier (maekke)
maekke  15/07/26 08:36:40

  Modified: ChangeLog racc-1.4.11.ebuild
  Log:
  arm stable, bug #518094
  
  (Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: 
--include-arches="arm", signed Manifest commit with key 072AD062)

Revision  ChangesPath
1.116dev-ruby/racc/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/racc/ChangeLog,v
retrieving revision 1.115
retrieving revision 1.116
diff -u -r1.115 -r1.116
--- ChangeLog   23 Jul 2015 20:56:21 -  1.115
+++ ChangeLog   26 Jul 2015 08:36:40 -  1.116
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/racc
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/racc/ChangeLog,v 1.115 2015/07/23 
20:56:21 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/racc/ChangeLog,v 1.116 2015/07/26 
08:36:40 maekke Exp $
+
+  26 Jul 2015; Markus Meier  racc-1.4.11.ebuild:
+  arm stable, bug #518094
 
   23 Jul 2015; Pacho Ramos  racc-1.4.11.ebuild:
   ppc stable wrt bug #518094



1.7  dev-ruby/racc/racc-1.4.11.ebuild

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

Index: racc-1.4.11.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/racc/racc-1.4.11.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- racc-1.4.11.ebuild  23 Jul 2015 20:56:21 -  1.6
+++ racc-1.4.11.ebuild  26 Jul 2015 08:36:40 -  1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/racc/racc-1.4.11.ebuild,v 1.6 
2015/07/23 20:56:21 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/racc/racc-1.4.11.ebuild,v 1.7 
2015/07/26 08:36:40 maekke Exp $
 
 EAPI=5
 
@@ -18,7 +18,7 @@
 LICENSE="LGPL-2.1"
 SLOT="0"
 
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc test"
 
 ruby_add_bdepend "dev-ruby/rake






[gentoo-commits] gentoo-x86 commit in dev-ruby/rdoc: ChangeLog rdoc-4.0.1-r2.ebuild

2015-07-26 Thread Markus Meier (maekke)
maekke  15/07/26 08:37:09

  Modified: ChangeLog rdoc-4.0.1-r2.ebuild
  Log:
  arm stable, bug #518094
  
  (Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: 
--include-arches="arm", signed Manifest commit with key 072AD062)

Revision  ChangesPath
1.137dev-ruby/rdoc/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rdoc/ChangeLog,v
retrieving revision 1.136
retrieving revision 1.137
diff -u -r1.136 -r1.137
--- ChangeLog   23 Jul 2015 20:56:40 -  1.136
+++ ChangeLog   26 Jul 2015 08:37:09 -  1.137
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/rdoc
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rdoc/ChangeLog,v 1.136 2015/07/23 
20:56:40 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rdoc/ChangeLog,v 1.137 2015/07/26 
08:37:09 maekke Exp $
+
+  26 Jul 2015; Markus Meier  rdoc-4.0.1-r2.ebuild:
+  arm stable, bug #518094
 
   23 Jul 2015; Pacho Ramos  rdoc-4.0.1-r2.ebuild:
   ppc stable wrt bug #518094



1.5  dev-ruby/rdoc/rdoc-4.0.1-r2.ebuild

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

Index: rdoc-4.0.1-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rdoc/rdoc-4.0.1-r2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- rdoc-4.0.1-r2.ebuild23 Jul 2015 20:56:40 -  1.4
+++ rdoc-4.0.1-r2.ebuild26 Jul 2015 08:37:09 -  1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rdoc/rdoc-4.0.1-r2.ebuild,v 1.4 
2015/07/23 20:56:40 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rdoc/rdoc-4.0.1-r2.ebuild,v 1.5 
2015/07/26 08:37:09 maekke Exp $
 
 EAPI=5
 USE_RUBY="ruby19 ruby20 ruby21"
@@ -18,7 +18,7 @@
 
 LICENSE="Ruby MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 ruby_add_bdepend "






[gentoo-commits] gentoo-x86 commit in dev-ruby/minitest: minitest-4.7.5-r1.ebuild ChangeLog

2015-07-26 Thread Markus Meier (maekke)
maekke  15/07/26 08:37:39

  Modified: minitest-4.7.5-r1.ebuild ChangeLog
  Log:
  arm stable, bug #518094
  
  (Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: 
--include-arches="arm", signed Manifest commit with key 072AD062)

Revision  ChangesPath
1.8  dev-ruby/minitest/minitest-4.7.5-r1.ebuild

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

Index: minitest-4.7.5-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/minitest/minitest-4.7.5-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- minitest-4.7.5-r1.ebuild23 Jul 2015 20:56:11 -  1.7
+++ minitest-4.7.5-r1.ebuild26 Jul 2015 08:37:39 -  1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/minitest/minitest-4.7.5-r1.ebuild,v 1.7 
2015/07/23 20:56:11 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/minitest/minitest-4.7.5-r1.ebuild,v 1.8 
2015/07/26 08:37:39 maekke Exp $
 
 EAPI=5
 USE_RUBY="ruby19 ruby20 ruby21"
@@ -17,7 +17,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc test"
 
 each_ruby_test() {



1.184dev-ruby/minitest/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/minitest/ChangeLog,v
retrieving revision 1.183
retrieving revision 1.184
diff -u -r1.183 -r1.184
--- ChangeLog   23 Jul 2015 20:56:11 -  1.183
+++ ChangeLog   26 Jul 2015 08:37:39 -  1.184
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/minitest
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/minitest/ChangeLog,v 1.183 
2015/07/23 20:56:11 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/minitest/ChangeLog,v 1.184 
2015/07/26 08:37:39 maekke Exp $
+
+  26 Jul 2015; Markus Meier  minitest-4.7.5-r1.ebuild:
+  arm stable, bug #518094
 
   23 Jul 2015; Pacho Ramos  minitest-4.7.5-r1.ebuild,
   minitest-5.3.3-r1.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-ruby/minitest: ChangeLog minitest-5.3.3-r1.ebuild

2015-07-26 Thread Markus Meier (maekke)
maekke  15/07/26 08:38:08

  Modified: ChangeLog minitest-5.3.3-r1.ebuild
  Log:
  arm stable, bug #518094
  
  (Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: 
--include-arches="arm", signed Manifest commit with key 072AD062)

Revision  ChangesPath
1.185dev-ruby/minitest/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/minitest/ChangeLog,v
retrieving revision 1.184
retrieving revision 1.185
diff -u -r1.184 -r1.185
--- ChangeLog   26 Jul 2015 08:37:39 -  1.184
+++ ChangeLog   26 Jul 2015 08:38:08 -  1.185
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/minitest
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/minitest/ChangeLog,v 1.184 
2015/07/26 08:37:39 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/minitest/ChangeLog,v 1.185 
2015/07/26 08:38:08 maekke Exp $
+
+  26 Jul 2015; Markus Meier  minitest-5.3.3-r1.ebuild:
+  arm stable, bug #518094
 
   26 Jul 2015; Markus Meier  minitest-4.7.5-r1.ebuild:
   arm stable, bug #518094



1.8  dev-ruby/minitest/minitest-5.3.3-r1.ebuild

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

Index: minitest-5.3.3-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/minitest/minitest-5.3.3-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- minitest-5.3.3-r1.ebuild23 Jul 2015 20:56:11 -  1.7
+++ minitest-5.3.3-r1.ebuild26 Jul 2015 08:38:08 -  1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/minitest/minitest-5.3.3-r1.ebuild,v 1.7 
2015/07/23 20:56:11 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/minitest/minitest-5.3.3-r1.ebuild,v 1.8 
2015/07/26 08:38:08 maekke Exp $
 
 EAPI=5
 USE_RUBY="ruby19 ruby20 ruby21"
@@ -17,7 +17,7 @@
 
 LICENSE="MIT"
 SLOT="5"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc test"
 
 each_ruby_test() {






[gentoo-commits] gentoo-x86 commit in dev-ruby/rubygems: rubygems-2.2.5-r1.ebuild ChangeLog

2015-07-26 Thread Markus Meier (maekke)
maekke  15/07/26 08:38:37

  Modified: rubygems-2.2.5-r1.ebuild ChangeLog
  Log:
  arm stable, bug #518094
  
  (Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: 
--include-arches="arm", signed Manifest commit with key 072AD062)

Revision  ChangesPath
1.4  dev-ruby/rubygems/rubygems-2.2.5-r1.ebuild

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

Index: rubygems-2.2.5-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rubygems/rubygems-2.2.5-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- rubygems-2.2.5-r1.ebuild23 Jul 2015 20:56:50 -  1.3
+++ rubygems-2.2.5-r1.ebuild26 Jul 2015 08:38:37 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/rubygems/rubygems-2.2.5-r1.ebuild,v 1.3 
2015/07/23 20:56:50 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/rubygems/rubygems-2.2.5-r1.ebuild,v 1.4 
2015/07/26 08:38:37 maekke Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 SRC_URI="http://production.cf.rubygems.org/rubygems/${P}.tgz";
 
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 SLOT="0"
 IUSE="server test"
 



1.278dev-ruby/rubygems/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rubygems/ChangeLog,v
retrieving revision 1.277
retrieving revision 1.278
diff -u -r1.277 -r1.278
--- ChangeLog   23 Jul 2015 20:56:50 -  1.277
+++ ChangeLog   26 Jul 2015 08:38:37 -  1.278
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/rubygems
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubygems/ChangeLog,v 1.277 
2015/07/23 20:56:50 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubygems/ChangeLog,v 1.278 
2015/07/26 08:38:37 maekke Exp $
+
+  26 Jul 2015; Markus Meier  rubygems-2.2.5-r1.ebuild:
+  arm stable, bug #518094
 
   23 Jul 2015; Pacho Ramos  rubygems-2.2.5-r1.ebuild:
   ppc stable wrt bug #518094






[gentoo-commits] gentoo-x86 commit in virtual/rubygems: ChangeLog rubygems-10.ebuild

2015-07-26 Thread Markus Meier (maekke)
maekke  15/07/26 08:39:04

  Modified: ChangeLog rubygems-10.ebuild
  Log:
  arm stable, bug #518094
  
  (Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: 
--include-arches="arm", signed Manifest commit with key 072AD062)

Revision  ChangesPath
1.68 virtual/rubygems/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/rubygems/ChangeLog?rev=1.68&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/rubygems/ChangeLog?rev=1.68&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/rubygems/ChangeLog?r1=1.67&r2=1.68

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/virtual/rubygems/ChangeLog,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- ChangeLog   23 Jul 2015 20:55:52 -  1.67
+++ ChangeLog   26 Jul 2015 08:39:04 -  1.68
@@ -1,6 +1,9 @@
 # ChangeLog for virtual/rubygems
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/rubygems/ChangeLog,v 1.67 
2015/07/23 20:55:52 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/rubygems/ChangeLog,v 1.68 
2015/07/26 08:39:04 maekke Exp $
+
+  26 Jul 2015; Markus Meier  rubygems-10.ebuild:
+  arm stable, bug #518094
 
   23 Jul 2015; Pacho Ramos  rubygems-10.ebuild:
   ppc stable wrt bug #518094



1.4  virtual/rubygems/rubygems-10.ebuild

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

Index: rubygems-10.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/virtual/rubygems/rubygems-10.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- rubygems-10.ebuild  23 Jul 2015 20:55:52 -  1.3
+++ rubygems-10.ebuild  26 Jul 2015 08:39:04 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/rubygems/rubygems-10.ebuild,v 1.3 
2015/07/23 20:55:52 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/rubygems/rubygems-10.ebuild,v 1.4 
2015/07/26 08:39:04 maekke Exp $
 
 EAPI=5
 USE_RUBY="ruby19 ruby20 ruby21"
@@ -13,7 +13,7 @@
 
 LICENSE=""
 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 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="






[gentoo-commits] gentoo-x86 commit in dev-lang/ruby: ChangeLog ruby-2.1.6-r1.ebuild

2015-07-26 Thread Markus Meier (maekke)
maekke  15/07/26 08:39:37

  Modified: ChangeLog ruby-2.1.6-r1.ebuild
  Log:
  arm stable, bug #518094
  
  (Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: 
--include-arches="arm", signed Manifest commit with key 072AD062)

Revision  ChangesPath
1.721dev-lang/ruby/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/ruby/ChangeLog,v
retrieving revision 1.720
retrieving revision 1.721
diff -u -r1.720 -r1.721
--- ChangeLog   23 Jul 2015 20:53:47 -  1.720
+++ ChangeLog   26 Jul 2015 08:39:37 -  1.721
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lang/ruby
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ChangeLog,v 1.720 2015/07/23 
20:53:47 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ChangeLog,v 1.721 2015/07/26 
08:39:37 maekke Exp $
+
+  26 Jul 2015; Markus Meier  ruby-2.1.6-r1.ebuild:
+  arm stable, bug #518094
 
   23 Jul 2015; Pacho Ramos  ruby-2.1.6-r1.ebuild:
   ppc stable wrt bug #518094



1.5  dev-lang/ruby/ruby-2.1.6-r1.ebuild

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

Index: ruby-2.1.6-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-2.1.6-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ruby-2.1.6-r1.ebuild23 Jul 2015 20:53:47 -  1.4
+++ ruby-2.1.6-r1.ebuild26 Jul 2015 08:39:37 -  1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-2.1.6-r1.ebuild,v 1.4 
2015/07/23 20:53:47 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-2.1.6-r1.ebuild,v 1.5 
2015/07/26 08:39:37 maekke Exp $
 
 EAPI=5
 
@@ -34,7 +34,7 @@
 
http://dev.gentoo.org/~flameeyes/ruby-team/${PN}-patches-${PATCHSET}.tar.bz2";
 
 LICENSE="|| ( Ruby-BSD BSD-2 )"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd"
 IUSE="berkdb debug doc examples gdbm ipv6 +rdoc rubytests socks5 ssl xemacs 
ncurses +readline"
 
 RDEPEND="






[gentoo-commits] gentoo-x86 commit in dev-vcs/rcs: ChangeLog rcs-5.9.3.ebuild

2015-07-26 Thread Markus Meier (maekke)
maekke  15/07/26 08:40:24

  Modified: ChangeLog rcs-5.9.3.ebuild
  Log:
  arm stable, bug #555838
  
  (Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: 
--include-arches="arm", signed Manifest commit with key 072AD062)

Revision  ChangesPath
1.35 dev-vcs/rcs/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/rcs/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog   26 Jul 2015 07:10:43 -  1.34
+++ ChangeLog   26 Jul 2015 08:40:24 -  1.35
@@ -1,6 +1,9 @@
 # ChangeLog for dev-vcs/rcs
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/rcs/ChangeLog,v 1.34 2015/07/26 
07:10:43 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/rcs/ChangeLog,v 1.35 2015/07/26 
08:40:24 maekke Exp $
+
+  26 Jul 2015; Markus Meier  rcs-5.9.3.ebuild:
+  arm stable, bug #555838
 
   26 Jul 2015; Jeroen Roovers  rcs-5.9.3.ebuild:
   Stable for HPPA (bug #555838).



1.4  dev-vcs/rcs/rcs-5.9.3.ebuild

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

Index: rcs-5.9.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/rcs/rcs-5.9.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- rcs-5.9.3.ebuild26 Jul 2015 07:10:43 -  1.3
+++ rcs-5.9.3.ebuild26 Jul 2015 08:40:24 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/rcs/rcs-5.9.3.ebuild,v 1.3 
2015/07/26 07:10:43 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/rcs/rcs-5.9.3.ebuild,v 1.4 
2015/07/26 08:40:24 maekke Exp $
 
 EAPI="5"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris"
 IUSE="doc"
 
 RDEPEND="






[gentoo-commits] gentoo-x86 commit in dev-libs/libappindicator/files: libappindicator-12.10.0-conditional-py-bindings.patch libappindicator-12.10.0-disable-python.patch

2015-07-26 Thread Michal Gorny (mgorny)
mgorny  15/07/26 09:09:41

  Added:   
libappindicator-12.10.0-conditional-py-bindings.patch
  Removed:  libappindicator-12.10.0-disable-python.patch
  Log:
  Fix the build system in order to properly enable Python support. Fix 
introspection flag. 
https://github.com/gentoo/gentoo-portage-rsync-mirror/pull/168 by anyc.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.1  
dev-libs/libappindicator/files/libappindicator-12.10.0-conditional-py-bindings.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libappindicator/files/libappindicator-12.10.0-conditional-py-bindings.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libappindicator/files/libappindicator-12.10.0-conditional-py-bindings.patch?rev=1.1&content-type=text/plain

Index: libappindicator-12.10.0-conditional-py-bindings.patch
===
--- bindings/Makefile.am2015-07-10 10:04:18.091199191 +0200
+++ bindings/Makefile.am2015-07-10 10:19:47.047974439 +0200
@@ -3,8 +3,10 @@
vala
 else
 SUBDIRS =  \
-   python  \
vala
+if HAS_PYTHON
+SUBDIRS += python
+endif
 endif
 
 if HAS_MONO
--- configure.ac2015-07-16 13:28:41.007502838 +0200
+++ configure.ac_new2015-07-16 13:53:18.118602877 +0200
@@ -188,25 +188,37 @@
 PYGTK_REQUIRED=2.14.0
 PYGOBJECT_REQUIRED=0.22
 
-AM_PATH_PYTHON(2.3.5)
-AM_CHECK_PYTHON_HEADERS(,[AC_MSG_ERROR(could not find Python headers)])
+AC_ARG_ENABLE([python],
+   AC_HELP_STRING([--enable-python], [Enable python for GTK2 build]),,
+   [enable_python=yes])
 
-PKG_CHECK_MODULES(APPINDICATOR_PYTHON,
+if test x"$with_gtk" = x"3" ; then
+   enable_python=no
+fi
+
+AM_CONDITIONAL(HAS_PYTHON, test x"${enable_python}" != x"no")
+
+if test x"$enable_python" != x"no" ; then
+   AM_PATH_PYTHON(2.3.5)
+   AM_CHECK_PYTHON_HEADERS(,[AC_MSG_ERROR(could not find Python headers)])
+
+   PKG_CHECK_MODULES(APPINDICATOR_PYTHON,
   [
pygtk-2.0 >= $PYGTK_REQUIRED
gtk+-2.0 >= $GTK_REQUIRED_VERSION
pygobject-2.0 >= $PYGOBJECT_REQUIRED
   ])
 
-AC_MSG_CHECKING(for pygtk defs)
-PYGTK_DEFSDIR=`$PKG_CONFIG --variable=defsdir pygtk-2.0`
-AC_SUBST(PYGTK_DEFSDIR)
-AC_MSG_RESULT($PYGTK_DEFSDIR)
-
-AC_MSG_CHECKING(for pygtk codegen)
-PYGTK_CODEGEN="$PYTHON `$PKG_CONFIG --variable=codegendir 
pygtk-2.0`/codegen.py"
-AC_SUBST(PYGTK_CODEGEN)
-AC_MSG_RESULT($PYGTK_CODEGEN)
+   AC_MSG_CHECKING(for pygtk defs)
+   PYGTK_DEFSDIR=`$PKG_CONFIG --variable=defsdir pygtk-2.0`
+   AC_SUBST(PYGTK_DEFSDIR)
+   AC_MSG_RESULT($PYGTK_DEFSDIR)
+
+   AC_MSG_CHECKING(for pygtk codegen)
+   PYGTK_CODEGEN="$PYTHON `$PKG_CONFIG --variable=codegendir 
pygtk-2.0`/codegen.py"
+   AC_SUBST(PYGTK_CODEGEN)
+   AC_MSG_RESULT($PYGTK_CODEGEN)
+fi
 
 #
 # Check if build tests
@@ -278,4 +290,5 @@
Tests: $enable_tests
Mono tests:$have_nunit
gcov:  $use_gcov
+   Python:$enable_python
 ])






[gentoo-commits] gentoo-x86 commit in dev-libs/libappindicator: libappindicator-12.10.0-r300.ebuild ChangeLog libappindicator-12.10.0-r200.ebuild

2015-07-26 Thread Michal Gorny (mgorny)
mgorny  15/07/26 09:09:41

  Modified: libappindicator-12.10.0-r300.ebuild ChangeLog
libappindicator-12.10.0-r200.ebuild
  Log:
  Fix the build system in order to properly enable Python support. Fix 
introspection flag. 
https://github.com/gentoo/gentoo-portage-rsync-mirror/pull/168 by anyc.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.2  
dev-libs/libappindicator/libappindicator-12.10.0-r300.ebuild

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

Index: libappindicator-12.10.0-r300.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-libs/libappindicator/libappindicator-12.10.0-r300.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libappindicator-12.10.0-r300.ebuild 7 May 2015 19:49:14 -   1.1
+++ libappindicator-12.10.0-r300.ebuild 26 Jul 2015 09:09:41 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/libappindicator/libappindicator-12.10.0-r300.ebuild,v
 1.1 2015/05/07 19:49:14 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/libappindicator/libappindicator-12.10.0-r300.ebuild,v
 1.2 2015/07/26 09:09:41 mgorny Exp $
 
 EAPI=5
 VALA_MIN_API_VERSION="0.16"
@@ -22,7 +22,7 @@
>=dev-libs/glib-2.26:2[${MULTILIB_USEDEP}]
>=dev-libs/libdbusmenu-0.6.2[gtk3,${MULTILIB_USEDEP}]
>=dev-libs/libindicator-12.10.0:3[${MULTILIB_USEDEP}]
-   >=x11-libs/gtk+-3.2:3[${MULTILIB_USEDEP}]
+   >=x11-libs/gtk+-3.2:3[${MULTILIB_USEDEP},introspection?]
introspection? ( >=dev-libs/gobject-introspection-1 )
 "
 DEPEND="${RDEPEND}
@@ -34,7 +34,7 @@
# Don't use -Werror
sed -i -e 's/ -Werror//' {src,tests}/Makefile.{am,in} || die
 
-   epatch "${FILESDIR}"/${P}-disable-python.patch
+   epatch "${FILESDIR}"/${P}-conditional-py-bindings.patch
eautoreconf
 
# Disable MONO for now because of http://bugs.gentoo.org/382491
@@ -51,7 +51,8 @@
econf \
--disable-silent-rules \
--disable-static \
-   --with-gtk=3
+   --with-gtk=3 \
+   $(multilib_native_use_enable introspection)
 }
 
 multilib_src_install() {



1.19 dev-libs/libappindicator/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libappindicator/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog   9 Jun 2015 14:19:29 -   1.18
+++ ChangeLog   26 Jul 2015 09:09:41 -  1.19
@@ -1,6 +1,18 @@
 # ChangeLog for dev-libs/libappindicator
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libappindicator/ChangeLog,v 1.18 
2015/06/09 14:19:29 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libappindicator/ChangeLog,v 1.19 
2015/07/26 09:09:41 mgorny Exp $
+
+*libappindicator-12.10.0-r301 (26 Jul 2015)
+*libappindicator-12.10.0-r201 (26 Jul 2015)
+
+  26 Jul 2015; Michał Górny 
+  +files/libappindicator-12.10.0-conditional-py-bindings.patch,
+  +libappindicator-12.10.0-r201.ebuild, +libappindicator-12.10.0-r301.ebuild,
+  -files/libappindicator-12.10.0-disable-python.patch,
+  libappindicator-12.10.0-r200.ebuild, libappindicator-12.10.0-r300.ebuild:
+  Fix the build system in order to properly enable Python support. Fix
+  introspection flag. https://github.com/gentoo/gentoo-portage-rsync-
+  mirror/pull/168 by anyc.
 
   09 Jun 2015; Justin Lecher  metadata.xml:
   Updating remote-id in metadata.xml



1.3  
dev-libs/libappindicator/libappindicator-12.10.0-r200.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libappindicator/libappindicator-12.10.0-r200.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libappindicator/libappindicator-12.10.0-r200.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libappi

[gentoo-commits] dev/maekke:master commit in: media-gfx/hugin/

2015-07-26 Thread Markus Meier
commit: e1da08acd90cb50ecdc6c97803f2b479010eb4b8
Author: Markus Meier  gentoo  org>
AuthorDate: Sun Jul 26 10:11:06 2015 +
Commit: Markus Meier  gentoo  org>
CommitDate: Sun Jul 26 10:11:06 2015 +
URL:https://gitweb.gentoo.org/dev/maekke.git/commit/?id=e1da08ac

version bump

Package-Manager: portage-2.2.20
Manifest-Sign-Key: 072AD062

 media-gfx/hugin/Manifest | 12 ++--
 ...n-2015.0.0_rc2-r1.ebuild => hugin-2015.0.0_rc3-r1.ebuild} |  2 +-
 .../{hugin-2015.0.0_rc2.ebuild => hugin-2015.0.0_rc3.ebuild} |  2 +-
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/media-gfx/hugin/Manifest b/media-gfx/hugin/Manifest
index 7aff856..95f94c5 100644
--- a/media-gfx/hugin/Manifest
+++ b/media-gfx/hugin/Manifest
@@ -4,17 +4,17 @@ Hash: SHA256
 AUX hugin-2014.0.0-ParseExp.patch 16829 SHA256 
d4c9b4770bcac21aaa476646c08654885829eb2c05f03943e07f4c92d134d633 SHA512 
8058e693c2bc0e80483d716dc033784828cf8c34c59c2108b9cccffb65ca818f4107b9af8d9acc1a82abb65e3498e69ec39708d2a359c99d14b286ed39e02cf4
 WHIRLPOOL 
a2e498485b620d9cbece1e3a91215b95f2c08614b52cd3bca138f5b4050766df31abd608299288244c336023fb6d0a8830737fbf0d3cd5d2b2eb2a83f931678b
 AUX hugin-2014.0.0-lensfun-0.3.0.patch 612 SHA256 
d4099a2ebc2203bd23807823c0370364bf65faba1ec5ebc596053fda3e6333db SHA512 
3fbea4e1c123bfd797514703a32311e5fa19bae1f531f5e81e9cbc4e72a5c4547c3e707709c8c7e3589f6b591c277c0f99600d4ca0d69b4676990e471040f485
 WHIRLPOOL 
63841447a3f7ef940b9b4e660097e5ff2df3fc2e66568bba8ef605e28a1fe00c235ecf057644a887216a0da2f8cf936c2aac006fab934868284f2f896ad9966f
 DIST hugin-2014.0.0.tar.bz2 10974274 SHA256 
f098aa0ede44010d3bb2bb38693177533fd776c45063a338c4c483d7e471ec29 SHA512 
f4dd7a59f96d4574d420691d221265309d1ff18b7df04df2c2f0946f3d669e78823e2a53f038ac7bddaaf2037e21c45bf54f19d2a90ce9d5d95a836331e34ca5
 WHIRLPOOL 
e8915454fcc5d54037289b0e91b8c441288706874891b72541414cad83556f6587d15d18be38405917da6c69b590121bc74a2ffa130bb9f1abea223c6fb1375d
-DIST hugin-2015.0.0_rc2.tar.bz2 10608223 SHA256 
f5049021007faf9556d74e9f9de54dc34d95851982c9f0fbcc3493c7d317ccc7 SHA512 
2ccd7c1f00c95d395b990f2a5f559e563773cfa3432f9951e08abd0eb91454e1baef4472a35679ca8afb06f3452e93c245b39c85255b4b7b19b29e92434b5290
 WHIRLPOOL 
578d5a1c6761da4b35386fc0368853b5da3b1eefa340ae9ee763230ab9b4e359eacb2593834ce4c6cc9bc46a816446bd16dae4dbb4c5bde7742a2a9d377cf270
+DIST hugin-2015.0.0_rc3.tar.bz2 10611519 SHA256 
2cd93c110be95d439f9e68653f3738d059a26f5c28973f75475ef59cbaa2cbbd SHA512 
bb2acf4dea80d43280778f67594dd1ddb0c2e186bcbaafe460fe47e0bd464ae2191b9b25344245e7267316e602ac2179cc838a0dcecb0d408c2206890a5ab6a2
 WHIRLPOOL 
f9d47da7962a19894f323b85084fc7fda925ed5041188ffb1fbcea09ce7719baa7b26c95c66ec22139d24b683d6b1cba8b821949c166814e435efc5fc0e0a11e
 EBUILD hugin-2014.0.0-r1.ebuild 2096 SHA256 
bc39b72f20e906bb6311f2ba4806309bec6f7c983bfd1b031b8171b5338f0c48 SHA512 
f4ac540e28739b8f5851c3e92a9815f4a6e8a5ef6b2bb721b3ee68e902dae91af51dba80d68de5b1d4e3b14340bd660817502b7899cb4897fba3a91d64623f31
 WHIRLPOOL 
bf40a784c443994394c035654253e0d6de25346a393b12bd3fcdaa0cff6d3253f13ab6e4461886be133af34a0d4b9efcaaf713abf765a6833525443afc5f2b47
 EBUILD hugin-2014.0.0.ebuild 2097 SHA256 
46796a312c60e413a824fff95b8624f1e33ec050b153ba13c3de6c26502697d8 SHA512 
074310a4f0951790c6c8ebc43191ba3cc677937d0a7c1002693b40b7934cb599b9c3681fe5c9f4539ef8734439ebe8cc30624686263455c16dd856e559dd
 WHIRLPOOL 
65da1b816638b3ec0d51b891cc3f1f195f4c3aea1e055e7185acecbc3217f426537efe37e57c87c9b7c08cbf7890174a2bf4c14a8e449fe6a521489669168a54
-EBUILD hugin-2015.0.0_rc2-r1.ebuild 1965 SHA256 
1825b654fd54ac52dbd907a7531085749211c6e5aaad62fbcf80032bab37133c SHA512 
18370af060980ea46a0a5053047bb0a84072fa665a3a1540105aa8d4c7508f94dd84bd3fa2215469802b487c814ad74dcf70222af3b904d9892be912d01baa87
 WHIRLPOOL 
43d5f324892f2ef754c94ab38a0325869ef2144dee1df1e0e6008f271509dab22213fb1a2a20953d23c7eab2bcd51e5f0d032e1bf2dbfd19004c34e9d5676c11
-EBUILD hugin-2015.0.0_rc2.ebuild 1971 SHA256 
e32cf182495a6ff58108e820e07f8d4930d5e5f9d5597b40830428b6d0555b2f SHA512 
eecfe1aa62cabf49f1cfa2b560c0396cf74d5100bc32abdb1ec36bcf011361592e5b97cde51a2e9af9093ee2baf698cc0e1bad61226bccb274c55a4d9a6468a5
 WHIRLPOOL 
751e3999d567370d69bdc2b9ab9fac551c78aee599552f2f40f7391b5b047667a95c385014ae5d999dbf41a082a8066542faf4ad0c960fef1155a4547e0e3dbf
+EBUILD hugin-2015.0.0_rc3-r1.ebuild 1993 SHA256 
8b8f3f4e102d3e82a83ebbe117aebfe0df5f7ab000e17cbf4e1c49dbcbb2ec20 SHA512 
32e239f545fa0f401608142c0e068347ce9650859cf9edc92ad5f93eefbc0897241a08da980c4625dd23ec99c9a883657e0b076c6b9844c4125a8fd2f634e434
 WHIRLPOOL 
f621cc2dc1b4899618d9f071305937b9f32da14ba3279a1dba5f5e30bf55b792eca5cb070353ea706952abfc12a215df45bd4e4d66116d2041e4f35416893506
+EBUILD hugin-2015.0.0_rc3.ebuild 1999 SHA256 
3fb08c8b9e8055d9827e172eef7674dae9a81d82ee00ff702a273bc1a1b766c3 SHA512 
2e8451ef10264618584620a9fda6ddbd9d796f073e66415ba4b2deafaa6d226d1debb5ad3b5e86cef9f78933bb0d0842e86d4df297629bc443c156a6bb98c1a7
 WHIRLPOOL 

[gentoo-commits] gentoo-x86 commit in dev-python/singledispatch: singledispatch-3.4.0.3.ebuild ChangeLog

2015-07-26 Thread Markus Meier (maekke)
maekke  15/07/26 10:11:51

  Modified: singledispatch-3.4.0.3.ebuild ChangeLog
  Log:
  add ~arm, bug #555402
  
  (Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: 
--include-arches="arm", signed Manifest commit with key 072AD062)

Revision  ChangesPath
1.7  dev-python/singledispatch/singledispatch-3.4.0.3.ebuild

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

Index: singledispatch-3.4.0.3.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/singledispatch/singledispatch-3.4.0.3.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- singledispatch-3.4.0.3.ebuild   20 Jul 2015 04:38:02 -  1.6
+++ singledispatch-3.4.0.3.ebuild   26 Jul 2015 10:11:51 -  1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/singledispatch/singledispatch-3.4.0.3.ebuild,v
 1.6 2015/07/20 04:38:02 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/singledispatch/singledispatch-3.4.0.3.ebuild,v
 1.7 2015/07/26 10:11:51 maekke Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
@@ -13,7 +13,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~hppa ~ppc64 x86"
 IUSE=""
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



1.9  dev-python/singledispatch/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/singledispatch/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   20 Jul 2015 04:38:02 -  1.8
+++ ChangeLog   26 Jul 2015 10:11:51 -  1.9
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/singledispatch
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/singledispatch/ChangeLog,v 1.8 
2015/07/20 04:38:02 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/singledispatch/ChangeLog,v 1.9 
2015/07/26 10:11:51 maekke Exp $
+
+  26 Jul 2015; Markus Meier  singledispatch-3.4.0.3.ebuild:
+  add ~arm, bug #555402
 
   20 Jul 2015; Jeroen Roovers  singledispatch-3.4.0.3.ebuild:
   Mark ~hppa (bug #555402).






[gentoo-commits] gentoo-x86 commit in www-servers/tornado: ChangeLog tornado-4.2.1.ebuild

2015-07-26 Thread Markus Meier (maekke)
maekke  15/07/26 10:12:37

  Modified: ChangeLog tornado-4.2.1.ebuild
  Log:
  add ~arm, bug #555402
  
  (Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: 
--include-arches="arm", signed Manifest commit with key 072AD062)

Revision  ChangesPath
1.84 www-servers/tornado/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-servers/tornado/ChangeLog,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -r1.83 -r1.84
--- ChangeLog   20 Jul 2015 04:38:29 -  1.83
+++ ChangeLog   26 Jul 2015 10:12:37 -  1.84
@@ -1,6 +1,9 @@
 # ChangeLog for www-servers/tornado
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/tornado/ChangeLog,v 1.83 
2015/07/20 04:38:29 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/tornado/ChangeLog,v 1.84 
2015/07/26 10:12:37 maekke Exp $
+
+  26 Jul 2015; Markus Meier  tornado-4.2.1.ebuild:
+  add ~arm, bug #555402
 
   20 Jul 2015; Jeroen Roovers  tornado-4.2.1.ebuild:
   Mark ~hppa (bug #555402).



1.4  www-servers/tornado/tornado-4.2.1.ebuild

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

Index: tornado-4.2.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/www-servers/tornado/tornado-4.2.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- tornado-4.2.1.ebuild20 Jul 2015 04:38:29 -  1.3
+++ tornado-4.2.1.ebuild26 Jul 2015 10:12:37 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/tornado/tornado-4.2.1.ebuild,v 
1.3 2015/07/20 04:38:29 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/tornado/tornado-4.2.1.ebuild,v 
1.4 2015/07/26 10:12:37 maekke Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="doc examples test"
 
 CDEPEND="






[gentoo-commits] gentoo-x86 commit in media-sound/gnome-music: gnome-music-3.14.3.1.ebuild gnome-music-3.16.1.ebuild ChangeLog

2015-07-26 Thread Pacho Ramos (pacho)
pacho   15/07/26 10:17:19

  Modified: gnome-music-3.14.3.1.ebuild
gnome-music-3.16.1.ebuild ChangeLog
  Log:
  Move python defaults to profiles (#555930)
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.4  media-sound/gnome-music/gnome-music-3.14.3.1.ebuild

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

Index: gnome-music-3.14.3.1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/media-sound/gnome-music/gnome-music-3.14.3.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gnome-music-3.14.3.1.ebuild 15 Mar 2015 13:29:18 -  1.3
+++ gnome-music-3.14.3.1.ebuild 26 Jul 2015 10:17:19 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/media-sound/gnome-music/gnome-music-3.14.3.1.ebuild,v 
1.3 2015/03/15 13:29:18 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-sound/gnome-music/gnome-music-3.14.3.1.ebuild,v 
1.4 2015/07/26 10:17:19 pacho Exp $
 
 EAPI="5"
 GCONF_DEBUG="no"
@@ -14,9 +14,6 @@
 LICENSE="GPL-2+"
 SLOT="0"
 IUSE=""
-# Let people emerge this by default, bug #472932
-IUSE+=" +python_single_target_python3_3 python_single_target_python3_4"
-
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 KEYWORDS="amd64 x86"



1.2  media-sound/gnome-music/gnome-music-3.16.1.ebuild

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

Index: gnome-music-3.16.1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/media-sound/gnome-music/gnome-music-3.16.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gnome-music-3.16.1.ebuild   9 Jun 2015 16:32:57 -   1.1
+++ gnome-music-3.16.1.ebuild   26 Jul 2015 10:17:19 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/media-sound/gnome-music/gnome-music-3.16.1.ebuild,v 1.1 
2015/06/09 16:32:57 eva Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-sound/gnome-music/gnome-music-3.16.1.ebuild,v 1.2 
2015/07/26 10:17:19 pacho Exp $
 
 EAPI="5"
 GCONF_DEBUG="no"
@@ -14,9 +14,6 @@
 LICENSE="GPL-2+"
 SLOT="0"
 IUSE=""
-# Let people emerge this by default, bug #472932
-IUSE+=" +python_single_target_python3_3 python_single_target_python3_4"
-
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 KEYWORDS="~amd64 ~x86"
@@ -24,7 +21,7 @@
 COMMON_DEPEND="
${PYTHON_DEPS}
>=dev-libs/glib-2.28:2
-   >=dev-libs/gobject-introspection-1.35.9
+   >=dev-libs/gobject-introspection-1.35.9:=
>=media-libs/grilo-0.2.6:0.2[introspection]
media-libs/libmediaart:2.0
>=x11-libs/gtk+-3.13.2:3[introspection]



1.29 media-sound/gnome-music/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/gnome-music/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog   9 Jun 2015 16:32:57 -   1.28
+++ ChangeLog   26 Jul 2015 10:17:19 -  1.29
@@ -1,6 +1,10 @@
 # ChangeLog for media-sound/gnome-music
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/gnome-music/ChangeLog,v 1.28 
2015/06/09 16:32:57 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/gnome-music/ChangeLog,v 1.29 
2015/07/26 10:17:19 pacho Exp $
+
+  26 Jul 2015; Pacho Ramos  gnome-music-3.14.3.1.ebuild,
+  gnome-music-3.16.1.ebuild:
+  Move python defaults to profiles (#555930)
 
 *gnome-music-3.16.1 (09 Jun 2015)
 






[gentoo-commits] gentoo-x86 commit in media-sound/rhythmbox: ChangeLog rhythmbox-3.0.3.ebuild rhythmbox-3.1.ebuild

2015-07-26 Thread Pacho Ramos (pacho)
pacho   15/07/26 10:18:32

  Modified: ChangeLog
  Removed:  rhythmbox-3.0.3.ebuild rhythmbox-3.1.ebuild
  Log:
  Drop old
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.273media-sound/rhythmbox/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/rhythmbox/ChangeLog?rev=1.273&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/rhythmbox/ChangeLog?rev=1.273&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/rhythmbox/ChangeLog?r1=1.272&r2=1.273

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/ChangeLog,v
retrieving revision 1.272
retrieving revision 1.273
diff -u -r1.272 -r1.273
--- ChangeLog   26 Jun 2015 09:23:12 -  1.272
+++ ChangeLog   26 Jul 2015 10:18:31 -  1.273
@@ -1,6 +1,10 @@
 # ChangeLog for media-sound/rhythmbox
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/ChangeLog,v 1.272 
2015/06/26 09:23:12 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/ChangeLog,v 1.273 
2015/07/26 10:18:31 pacho Exp $
+
+  26 Jul 2015; Pacho Ramos  -rhythmbox-3.0.3.ebuild,
+  -rhythmbox-3.1.ebuild:
+  Drop old
 
   26 Jun 2015; Agostino Sarubbo  rhythmbox-3.2.1.ebuild:
   Stable for x86, wrt bug #551814






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

2015-07-26 Thread Pacho Ramos (pacho)
pacho   15/07/26 10:20:33

  Modified: ChangeLog
  Log:
  Set here proper defaults for python-single-r1 consumers in profiles instead 
of in ebuilds (#555930 by mgorny)

Revision  ChangesPath
1.10205  profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.10204
retrieving revision 1.10205
diff -u -r1.10204 -r1.10205
--- ChangeLog   25 Jul 2015 16:34:20 -  1.10204
+++ ChangeLog   26 Jul 2015 10:20:32 -  1.10205
@@ -1,11 +1,15 @@
 # ChangeLog for profile directory
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.10204 2015/07/25 
16:34:20 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.10205 2015/07/26 
10:20:32 pacho Exp $
 #
 # This ChangeLog should include records for all changes in profiles directory.
 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
 # here. If in doubt put a record here!
 
+  26 Jul 2015; Pacho Ramos  base/package.use:
+  Set here proper defaults for python-single-r1 consumers in profiles instead
+  of in ebuilds (#555930 by mgorny)
+
   25 Jul 2015; Sebastian Pipping  package.mask:
   Remove www-apps/wordpress removal mask, ebuilds removed
 






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

2015-07-26 Thread Pacho Ramos (pacho)
pacho   15/07/26 10:20:33

  Modified: package.use
  Log:
  Set here proper defaults for python-single-r1 consumers in profiles instead 
of in ebuilds (#555930 by mgorny)

Revision  ChangesPath
1.32 profiles/base/package.use

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

Index: package.use
===
RCS file: /var/cvsroot/gentoo-x86/profiles/base/package.use,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- package.use 1 Jun 2014 18:16:29 -   1.31
+++ package.use 26 Jul 2015 10:20:33 -  1.32
@@ -1,6 +1,11 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/package.use,v 1.31 2014/06/01 
18:16:29 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/package.use,v 1.32 2015/07/26 
10:20:33 pacho Exp $
+
+# Pacho Ramos  (26 Jul 2015)
+# Set here proper defaults to make the packages buildable by default, 
+# bugs #555930 and #472932
+media-sound/gnome-music python_single_target_python3_4
 
 # Chí-Thanh Christopher Nguyễn  (27 Jul 2012)
 # Modular X: Build the Xorg X server by default






[gentoo-commits] gentoo-x86 commit in app-portage/kportagetray/files: kportagetray-0.2.4-fix_class_name.patch kportagetray-0.2.4-kdesu46.patch

2015-07-26 Thread Johannes Huber (johu)
johu15/07/26 10:44:14

  Removed:  kportagetray-0.2.4-fix_class_name.patch
kportagetray-0.2.4-kdesu46.patch
  Log:
  app-portage/kportagetray removal (pending 26st June 2015), see bugs #505314, 
#544822.



[gentoo-commits] gentoo-x86 commit in app-portage/kportagetray: ChangeLog Manifest kportagetray-0.2.4-r1.ebuild metadata.xml

2015-07-26 Thread Johannes Huber (johu)
johu15/07/26 10:44:14

  Removed:  ChangeLog Manifest kportagetray-0.2.4-r1.ebuild
metadata.xml
  Log:
  app-portage/kportagetray removal (pending 26st June 2015), see bugs #505314, 
#544822.



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

2015-07-26 Thread Johannes Huber (johu)
johu15/07/26 10:46:25

  Modified: ChangeLog package.mask
  Log:
  Remove obsolete mask for app-portage/kportagetray.

Revision  ChangesPath
1.10206  profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.10205
retrieving revision 1.10206
diff -u -r1.10205 -r1.10206
--- ChangeLog   26 Jul 2015 10:20:32 -  1.10205
+++ ChangeLog   26 Jul 2015 10:46:24 -  1.10206
@@ -1,11 +1,14 @@
 # ChangeLog for profile directory
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.10205 2015/07/26 
10:20:32 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.10206 2015/07/26 
10:46:24 johu Exp $
 #
 # This ChangeLog should include records for all changes in profiles directory.
 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
 # here. If in doubt put a record here!
 
+  26 Jul 2015; Johannes Huber  package.mask:
+  Remove obsolete mask for app-portage/kportagetray. 
+
   26 Jul 2015; Pacho Ramos  base/package.use:
   Set here proper defaults for python-single-r1 consumers in profiles instead
   of in ebuilds (#555930 by mgorny)



1.16683  profiles/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.16682
retrieving revision 1.16683
diff -u -r1.16682 -r1.16683
--- package.mask25 Jul 2015 16:34:20 -  1.16682
+++ package.mask26 Jul 2015 10:46:24 -  1.16683
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16682 2015/07/25 
16:34:20 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16683 2015/07/26 
10:46:24 johu 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
@@ -123,11 +123,6 @@
 # Wrong version #553670
 =sys-kernel/gentoo-sources-4.1.1
 
-# Johannes Huber  (26 Jun 2015)
-# Mask for removal in 30 days. Segfaults on startup, bug #505314.
-# Last release in 2010. Non upstream repository, bug #544822.
-app-portage/kportagetray
-
 # Michael Sterrett  (25 Jun 2015)
 # Upstream seems dead; no release since 2006
 # lots of bugs: #252719, #315255, #314459, #159630, #376589, #420783, #540928






[gentoo-commits] proj/kde:master commit in: eclass/

2015-07-26 Thread Johannes Huber
commit: 8534e956d4b643c10f81afb2c5a1f8569bd2eec6
Author: Johannes Huber  gentoo  org>
AuthorDate: Sun Jul 26 11:20:38 2015 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sun Jul 26 11:20:38 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=8534e956

[eclass] Fix Applications branch calculation

 eclass/kde5.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index 1e39060..9698ef9 100644
--- a/eclass/kde5.eclass
+++ b/eclass/kde5.eclass
@@ -306,7 +306,7 @@ _calculate_live_repo() {
_kmname=${PN}
fi
 
-   if [[ ${PV} !=  && ${CATEGORY} = kde-apps ]]; then
+   if [[ ${PV} == ??.??.49. && ${CATEGORY} = kde-apps 
]]; then

EGIT_BRANCH="Applications/$(get_version_component_range 1-2)"
fi
 



[gentoo-commits] gentoo-x86 commit in sys-block/thin-provisioning-tools: thin-provisioning-tools-0.4.1.ebuild ChangeLog

2015-07-26 Thread Patrick Lauer (patrick)
patrick 15/07/26 11:33:20

  Modified: thin-provisioning-tools-0.4.1.ebuild ChangeLog
  Log:
  Mark newer version stable for x86 and amd64 as older versions fail with newer 
boost
  
  (Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.5  
sys-block/thin-provisioning-tools/thin-provisioning-tools-0.4.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/thin-provisioning-tools/thin-provisioning-tools-0.4.1.ebuild?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/thin-provisioning-tools/thin-provisioning-tools-0.4.1.ebuild?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/thin-provisioning-tools/thin-provisioning-tools-0.4.1.ebuild?r1=1.4&r2=1.5

Index: thin-provisioning-tools-0.4.1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sys-block/thin-provisioning-tools/thin-provisioning-tools-0.4.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- thin-provisioning-tools-0.4.1.ebuild25 Jul 2015 11:17:16 -  
1.4
+++ thin-provisioning-tools-0.4.1.ebuild26 Jul 2015 11:33:20 -  
1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sys-block/thin-provisioning-tools/thin-provisioning-tools-0.4.1.ebuild,v
 1.4 2015/07/25 11:17:16 maekke Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-block/thin-provisioning-tools/thin-provisioning-tools-0.4.1.ebuild,v
 1.5 2015/07/26 11:33:20 patrick Exp $
 
 EAPI=5
 inherit autotools eutils
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="alpha ~amd64 arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-linux ~x86-linux"
 IUSE="test"
 
 RDEPEND="dev-libs/expat



1.62 sys-block/thin-provisioning-tools/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/thin-provisioning-tools/ChangeLog?rev=1.62&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/thin-provisioning-tools/ChangeLog?rev=1.62&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/thin-provisioning-tools/ChangeLog?r1=1.61&r2=1.62

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-block/thin-provisioning-tools/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog   25 Jul 2015 11:17:16 -  1.61
+++ ChangeLog   26 Jul 2015 11:33:20 -  1.62
@@ -1,6 +1,11 @@
 # ChangeLog for sys-block/thin-provisioning-tools
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/sys-block/thin-provisioning-tools/ChangeLog,v 1.61 
2015/07/25 11:17:16 maekke Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-block/thin-provisioning-tools/ChangeLog,v 1.62 
2015/07/26 11:33:20 patrick Exp $
+
+  26 Jul 2015; Patrick Lauer 
+  thin-provisioning-tools-0.4.1.ebuild:
+  Mark newer version stable for x86 and amd64 as older versions fail with newer
+  boost
 
   25 Jul 2015; Markus Meier 
   thin-provisioning-tools-0.4.1.ebuild:






[gentoo-commits] proj/kde:master commit in: kde-apps/kqtquickcharts/

2015-07-26 Thread Johannes Huber
commit: 46fcdf6d9a569aec8e8f45972ea74ffd67edd9f2
Author: Johannes Huber  gentoo  org>
AuthorDate: Sun Jul 26 11:27:58 2015 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sun Jul 26 11:27:58 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=46fcdf6d

[kde-apps/kqtquickcharts] Add KF5 version

Package-Manager: portage-2.2.20

 kde-apps/kqtquickcharts/kqtquickcharts-5..ebuild | 18 ++
 1 file changed, 18 insertions(+)

diff --git a/kde-apps/kqtquickcharts/kqtquickcharts-5..ebuild 
b/kde-apps/kqtquickcharts/kqtquickcharts-5..ebuild
new file mode 100644
index 000..74da9e1
--- /dev/null
+++ b/kde-apps/kqtquickcharts/kqtquickcharts-5..ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+EGIT_BRANCH="frameworks"
+inherit kde5
+
+DESCRIPTION="Qt Quick plugin for beautiful and interactive charts"
+KEYWORDS=""
+IUSE=""
+
+DEPEND="
+   dev-qt/qtdeclarative:5
+   dev-qt/qtgui:5
+"
+RDEPEND="${DEPEND}"



[gentoo-commits] proj/kde:master commit in: kde-apps/artikulate/

2015-07-26 Thread Johannes Huber
commit: d498b408ed8c57900ff6600608b5a0eea88707b1
Author: Johannes Huber  gentoo  org>
AuthorDate: Sun Jul 26 11:39:16 2015 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sun Jul 26 11:39:16 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=d498b408

[kde-apps/artikulate] Add KF5 version

Package-Manager: portage-2.2.20

 kde-apps/artikulate/artikulate-5..ebuild | 36 
 1 file changed, 36 insertions(+)

diff --git a/kde-apps/artikulate/artikulate-5..ebuild 
b/kde-apps/artikulate/artikulate-5..ebuild
new file mode 100644
index 000..f708f17
--- /dev/null
+++ b/kde-apps/artikulate/artikulate-5..ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+KDE_HANDBOOK=true
+EGIT_BRANCH="frameworks"
+inherit kde5
+
+DESCRIPTION="Language learning application that helps improving pronunciation 
skills"
+HOMEPAGE="http://edu.kde.org/applications/language/artikulate";
+KEYWORDS=""
+IUSE=""
+
+DEPEND="
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kconfigwidgets)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kdeclarative)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kio)
+   $(add_frameworks_dep knewstuff)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_frameworks_dep kxmlgui)
+   dev-qt/qtdeclarative:5
+   dev-qt/qtgui:5
+   dev-qt/qtsql:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtxml:5
+   dev-qt/qtxmlpatterns:5
+   >=media-libs/qt-gstreamer-1.2.0[qt5]
+"
+RDEPEND="${DEPEND}
+   $(add_kdeapps_dep kqtquickcharts)
+"



[gentoo-commits] gentoo-x86 commit in app-admin/calamares: calamares-1.1.2-r1.ebuild ChangeLog calamares-1.1.2.ebuild

2015-07-26 Thread Johannes Huber (johu)
johu15/07/26 11:54:25

  Modified: ChangeLog
  Added:calamares-1.1.2-r1.ebuild
  Removed:  calamares-1.1.2.ebuild
  Log:
  Revision bump uses subslot on dev-libs/boost.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xFDF4F788)

Revision  ChangesPath
1.2  app-admin/calamares/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/calamares/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   23 Jul 2015 19:32:04 -  1.1
+++ ChangeLog   26 Jul 2015 11:54:25 -  1.2
@@ -1,6 +1,12 @@
 # ChangeLog for app-admin/calamares
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/calamares/ChangeLog,v 1.1 
2015/07/23 19:32:04 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/calamares/ChangeLog,v 1.2 
2015/07/26 11:54:25 johu Exp $
+
+*calamares-1.1.2-r1 (26 Jul 2015)
+
+  26 Jul 2015; Johannes Huber  +calamares-1.1.2-r1.ebuild,
+  -calamares-1.1.2.ebuild:
+  Revision bump uses subslot on dev-libs/boost.
 
 *calamares-1.1.2 (23 Jul 2015)
 



1.1  app-admin/calamares/calamares-1.1.2-r1.ebuild

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

Index: calamares-1.1.2-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-admin/calamares/calamares-1.1.2-r1.ebuild,v 1.1 
2015/07/26 11:54:25 johu Exp $

EAPI=5

PYTHON_COMPAT=( python{3_3,3_4} )
inherit kde5 python-r1

DESCRIPTION="Distribution-independent installer framework"
HOMEPAGE="http://calamares.io";
if [[ ${KDE_BUILD_TYPE} == live ]] ; then
EGIT_REPO_URI="git://github.com/${PN}/${PN}"
KEYWORDS=""
else

SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.gz";
KEYWORDS="~amd64"
fi

LICENSE="GPL-3"
IUSE="+networkmanager +upower"

REQUIRED_USE="${PYTHON_REQUIRED_USE}"

DEPEND="${PYTHON_DEPS}
>=dev-cpp/yaml-cpp-0.5.1
>=dev-libs/boost-1.55:=[${PYTHON_USEDEP}]
$(add_frameworks_dep kconfig)
$(add_frameworks_dep ki18n)
$(add_frameworks_dep kcoreaddons)
$(add_frameworks_dep solid)
dev-qt/linguist-tools:5
dev-qt/qtdbus:5
dev-qt/qtgui:5
dev-qt/qtquick1:5
dev-qt/qtsvg:5
dev-qt/qtwidgets:5
sys-apps/dbus
sys-apps/dmidecode
sys-auth/polkit-qt[qt5]
"

RDEPEND="${DEPEND}
app-admin/sudo
dev-libs/libatasmart
net-misc/rsync
sys-apps/gptfdisk
>=sys-block/parted-3.0
|| ( sys-boot/grub:2 sys-boot/gummiboot )
sys-boot/os-prober
sys-fs/squashfs-tools
sys-fs/udisks:2[systemd]
virtual/udev[systemd]
networkmanager? ( net-misc/networkmanager )
upower? ( sys-power/upower )
"

src_prepare() {
python_setup
export PYTHON_INCLUDE_DIRS="$(python_get_includedir)" \
   PYTHON_INCLUDE_PATH="$(python_get_library_path)"\
   PYTHON_CFLAGS="$(python_get_CFLAGS)"\
   PYTHON_LIBS="$(python_get_LIBS)"
export QT_SELECT=qt5
}

src_configure() {
local mycmakeargs=( "-DWITH_PARTITIONMANAGER=1" )
kde5_src_configure
sed -i -e 's:pkexec /usr/bin/calamares:calamares-pkexec:' 
"${S}"/calamares.desktop
sed -i -e 's:Icon=calamares:Icon=drive-harddisk:' 
"${S}"/calamares.desktop
}

src_install() {
kde5_src_install
dobin "${FILESDIR}"/calamares-pkexec
}






[gentoo-commits] dev/johu:master commit in: app-admin/calamares/

2015-07-26 Thread Johannes Huber
commit: c8ab2048d3285cf135a2c5396c2892baf425ce1c
Author: Johannes Huber  gentoo  org>
AuthorDate: Sun Jul 26 11:57:41 2015 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sun Jul 26 11:57:41 2015 +
URL:https://gitweb.gentoo.org/dev/johu.git/commit/?id=c8ab2048

[app-admin/calamares] Sync with tree

Package-Manager: portage-2.2.20

 app-admin/calamares/calamares-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/calamares/calamares-.ebuild 
b/app-admin/calamares/calamares-.ebuild
index 45233df..069381b 100644
--- a/app-admin/calamares/calamares-.ebuild
+++ b/app-admin/calamares/calamares-.ebuild
@@ -24,7 +24,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 DEPEND="${PYTHON_DEPS}
>=dev-cpp/yaml-cpp-0.5.1
-   >=dev-libs/boost-1.55[${PYTHON_USEDEP}]
+   >=dev-libs/boost-1.55:=[${PYTHON_USEDEP}]
$(add_frameworks_dep kconfig)
$(add_frameworks_dep ki18n)
$(add_frameworks_dep kcoreaddons)



[gentoo-commits] gentoo-x86 commit in dev-util/cmake: ChangeLog cmake-3.3.0.ebuild

2015-07-26 Thread Lars Wendler (polynomial-c)
polynomial-c15/07/26 12:11:36

  Modified: ChangeLog
  Added:cmake-3.3.0.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
981CA6FC)

Revision  ChangesPath
1.318dev-util/cmake/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/cmake/ChangeLog,v
retrieving revision 1.317
retrieving revision 1.318
diff -u -r1.317 -r1.318
--- ChangeLog   23 Jul 2015 20:05:09 -  1.317
+++ ChangeLog   26 Jul 2015 12:11:36 -  1.318
@@ -1,6 +1,11 @@
 # ChangeLog for dev-util/cmake
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/ChangeLog,v 1.317 2015/07/23 
20:05:09 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/ChangeLog,v 1.318 2015/07/26 
12:11:36 polynomial-c Exp $
+
+*cmake-3.3.0 (26 Jul 2015)
+
+  26 Jul 2015; Lars Wendler  +cmake-3.3.0.ebuild:
+  Version bump.
 
   23 Jul 2015; Pacho Ramos  cmake-3.2.2.ebuild:
   ppc stable wrt bug #545870



1.1  dev-util/cmake/cmake-3.3.0.ebuild

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

Index: cmake-3.3.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/cmake-3.3.0.ebuild,v 1.1 
2015/07/26 12:11:36 polynomial-c Exp $

EAPI=5

CMAKE_REMOVE_MODULES="no"
inherit bash-completion-r1 elisp-common toolchain-funcs eutils versionator 
cmake-utils virtualx

MY_P="${P/_/-}"

DESCRIPTION="Cross platform Make"
HOMEPAGE="http://www.cmake.org/";
SRC_URI="http://www.cmake.org/files/v$(get_version_component_range 
1-2)/${MY_P}.tar.gz"

LICENSE="CMake"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc64 ~s390 ~sh ~x86 
~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~hppa-hpux ~ia64-hpux ~x86-interix 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="doc emacs system-jsoncpp ncurses qt4 qt5"

RDEPEND="
>=app-arch/libarchive-2.8.0:=
>=dev-libs/expat-2.0.1
>=net-misc/curl-7.20.0-r1[ssl]
sys-libs/zlib
virtual/pkgconfig
emacs? ( virtual/emacs )
ncurses? ( sys-libs/ncurses )
qt4? (
dev-qt/qtcore:4
dev-qt/qtgui:4
)
qt5? (
dev-qt/qtcore:5
dev-qt/qtgui:5
dev-qt/qtwidgets:5
)
system-jsoncpp? ( >=dev-libs/jsoncpp-0.6.0_rc2:0= )
"
DEPEND="${RDEPEND}
doc? ( dev-python/sphinx )
"

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

SITEFILE="50${PN}-gentoo.el"

CMAKE_BINARY="${S}/Bootstrap.cmk/cmake"

PATCHES=(
# prefix
"${FILESDIR}"/${PN}-2.8.10-darwin-bundle.patch
"${FILESDIR}"/${PN}-3.0.0-prefix-dirs.patch
"${FILESDIR}"/${PN}-3.1.0-darwin-isysroot.patch

# handle gentoo packaging in find modules
"${FILESDIR}"/${PN}-2.8.12.1-FindImageMagick.patch
"${FILESDIR}"/${PN}-3.0.0-FindBLAS.patch
"${FILESDIR}"/${PN}-3.0.0-FindBoost-python.patch
"${FILESDIR}"/${PN}-3.0.2-FindLAPACK.patch

# respect python eclasses
"${FILESDIR}"/${PN}-2.8.10.2-FindPythonLibs.patch
"${FILESDIR}"/${PN}-3.1.0-FindPythonInterp.patch
)

cmake_src_bootstrap() {
# Cleanup args to extract only JOBS.
# Because bootstrap does not know anything else.
echo ${MAKEOPTS} | egrep -o 
'(\-j|\-\-jobs)(=?|[[:space:]]*)[[:digit:]]+' > /dev/null
if [ $? -eq 0 ]; then
par_arg=$(echo ${MAKEOPTS} | egrep -o 
'(\-j|\-\-jobs)(=?|[[:space:]]*)[[:digit:]]+' | tail -n1 | egrep -o 
'[[:digit:]]+')
par_arg="--parallel=${par_arg}"
else
par_arg="--parallel=1"
fi

# execinfo.h on Solaris isn't quite what it is on Darwin
if [[ ${CHOST} == *-solaris* ]] ; then
sed -i -e 's/execinfo\.h/blablabla.h/' 
Source/kwsys/CMakeLists.txt || die
fi

tc-export CC CXX LD

# bootstrap script isn't exactly /bin/sh compatible
${CONFIG_SHELL:-sh} ./bootstrap \
--prefix="${T}/cmakestrap/" \
${par_arg} \
|| die "Bootstrap failed"
}

cmake_src_test() {
# fix OutDir and SelectLibraryC

[gentoo-commits] gentoo-x86 commit in media-libs/lcms: ChangeLog lcms-2.7.ebuild

2015-07-26 Thread Lars Wendler (polynomial-c)
polynomial-c15/07/26 12:34:53

  Modified: ChangeLog
  Added:lcms-2.7.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
981CA6FC)

Revision  ChangesPath
1.194media-libs/lcms/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/lcms/ChangeLog,v
retrieving revision 1.193
retrieving revision 1.194
diff -u -r1.193 -r1.194
--- ChangeLog   28 May 2015 18:07:08 -  1.193
+++ ChangeLog   26 Jul 2015 12:34:53 -  1.194
@@ -1,6 +1,11 @@
 # ChangeLog for media-libs/lcms
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/lcms/ChangeLog,v 1.193 
2015/05/28 18:07:08 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/lcms/ChangeLog,v 1.194 
2015/07/26 12:34:53 polynomial-c Exp $
+
+*lcms-2.7 (26 Jul 2015)
+
+  26 Jul 2015; Lars Wendler  +lcms-2.7.ebuild:
+  Version bump.
 
   28 May 2015; Andreas K. Hüttel 
   -files/lcms-1.19-cve-2013-4276.patch,



1.1  media-libs/lcms/lcms-2.7.ebuild

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

Index: lcms-2.7.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/lcms/lcms-2.7.ebuild,v 1.1 
2015/07/26 12:34:53 polynomial-c Exp $

EAPI=5
AUTOTOOLS_PRUNE_LIBTOOL_FILES="modules"
inherit autotools-multilib

DESCRIPTION="A lightweight, speed optimized color management engine"
HOMEPAGE="http://www.littlecms.com/";
SRC_URI="mirror://sourceforge/${PN}/lcms2-${PV}.tar.gz"

LICENSE="MIT"
SLOT="2"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="doc jpeg static-libs +threads test tiff zlib"

RDEPEND="jpeg? ( >=virtual/jpeg-0-r2:0[${MULTILIB_USEDEP}] )
tiff? ( >=media-libs/tiff-4.0.3-r6:0=[${MULTILIB_USEDEP}] )
zlib? ( >=sys-libs/zlib-1.2.8-r1:=[${MULTILIB_USEDEP}] )
abi_x86_32? (
!<=app-emulation/emul-linux-x86-baselibs-20130224-r10
!app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
)"
DEPEND="${RDEPEND}"

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

src_configure() {
local myeconfargs=(
$(use_with jpeg)
$(use_with tiff)
$(use_with zlib)
$(use_with threads)
)
autotools-multilib_src_configure
}

src_install() {
autotools-multilib_src_install

if use doc; then
docinto pdf
dodoc doc/*.pdf
fi
}






[gentoo-commits] gentoo-x86 commit in sys-power/iasl: ChangeLog iasl-20150717.ebuild iasl-20140627.ebuild iasl-20090123.ebuild

2015-07-26 Thread Lars Wendler (polynomial-c)
polynomial-c15/07/26 12:43:10

  Modified: ChangeLog
  Added:iasl-20150717.ebuild
  Removed:  iasl-20140627.ebuild iasl-20090123.ebuild
  Log:
  Version bump. Removed old
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
981CA6FC)

Revision  ChangesPath
1.50 sys-power/iasl/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-power/iasl/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog   27 Sep 2014 14:20:13 -  1.49
+++ ChangeLog   26 Jul 2015 12:43:10 -  1.50
@@ -1,6 +1,12 @@
 # ChangeLog for sys-power/iasl
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/ChangeLog,v 1.49 2014/09/27 
14:20:13 polynomial-c Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/ChangeLog,v 1.50 2015/07/26 
12:43:10 polynomial-c Exp $
+
+*iasl-20150717 (26 Jul 2015)
+
+  26 Jul 2015; Lars Wendler  -iasl-20090123.ebuild,
+  -iasl-20140627.ebuild, +iasl-20150717.ebuild:
+  Version bump. Removed old.
 
 *iasl-20140828 (27 Sep 2014)
 



1.1  sys-power/iasl/iasl-20150717.ebuild

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

Index: iasl-20150717.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20150717.ebuild,v 1.1 
2015/07/26 12:43:10 polynomial-c Exp $

EAPI=5

inherit toolchain-funcs flag-o-matic eutils

MY_PN=acpica-unix
MY_P=${MY_PN}-${PV}
MY_TESTS_P=${MY_PN/ca/tests}-${PV}
DESCRIPTION="Intel ACPI Source Language (ASL) compiler"
HOMEPAGE="https://www.acpica.org/downloads/";
SRC_URI="http://www.acpica.org/sites/acpica/files/${MY_P}.tar.gz
test? ( http://www.acpica.org/sites/acpica/files/${MY_TESTS_P}.tar.gz )"

LICENSE="iASL"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~amd64-fbsd ~x86-fbsd"
IUSE="test"

DEPEND="sys-devel/bison
sys-devel/flex"
RDEPEND=""

S=${WORKDIR}/${MY_P}

pkg_setup() {
if use test && has test ${FEATURES}; then
ewarn 'You have selected USE="test". This will install the test 
results'
ewarn "into /usr/share/${PF}/, compressed as a tarball."
ewarn 'The tests themselves will only rarely die, but the test 
results'
ewarn 'are interesting for arch testing. The tests may take 
quite some'
ewarn 'time to complete.'
fi
}

src_prepare() {
epatch "${FILESDIR}/${PN}-20140828-locale.patch" \
"${FILESDIR}/${PN}-20140214-nostrip.patch"

find "${S}" -type f -name 'Makefile*' -print0 | \
xargs -0 -I '{}' \
sed -r -e 's:-\::g' -i '{}' \
|| die

# BITS is tied to ARCH - please set appropriately if you add new 
keywords
if [[ $ARCH == @(amd64|amd64-fbsd) ]] ; then
export BITS=64
else
export BITS=32
fi
}

src_configure() {
:
}

src_compile() {
cd acpica/generate/unix
emake BITS=${BITS}
}

src_test() {
aslts_test
#aapits_test
#The aapits test currently fails, missing include probably.
}

src_install() {
cd acpica/generate/unix
emake install DESTDIR="${D}" BITS=${BITS}
default_src_install
#local bin
#for bin in $(<"${T}"/binlist) ; do
#   dobin "${T}"/${bin}
#done
dodoc "${S}"/changes.txt
newdoc "${S}"/source/compiler/readme.txt compiler-readme.txt
newdoc "${S}"/generate/unix/readme.txt unix-readme.txt
newdoc "${S}"/generate/lint/readme.txt lint-readme.txt
newdoc "${S}"/source/compiler/new_table.txt compiler-new_table.txt

if use test && has test ${FEATURES}; then
tb="${T}"/testresults.tar.bz2
export ASLTSDIR="$(<"${T}"/asltdir)"
ebegin "Creating Test Tarball"
tar -cjf "${tb}" -C "${ASLTSDIR}"/tmp/RESULTS .  || die "tar 
failed"
eend $?
dodir /usr/share/${PF}
insinto /usr/share/${PF}
doins ${tb}
fi

}

aslts_test() {
   

[gentoo-commits] gentoo-x86 commit in net-analyzer/tsung: tsung-1.6.0.ebuild ChangeLog

2015-07-26 Thread Patrick Lauer (patrick)
patrick 15/07/26 12:53:55

  Modified: ChangeLog
  Added:tsung-1.6.0.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.7  net-analyzer/tsung/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/tsung/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   23 May 2015 00:35:30 -  1.6
+++ ChangeLog   26 Jul 2015 12:53:55 -  1.7
@@ -1,6 +1,11 @@
 # ChangeLog for net-analyzer/tsung
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tsung/ChangeLog,v 1.6 
2015/05/23 00:35:30 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tsung/ChangeLog,v 1.7 
2015/07/26 12:53:55 patrick Exp $
+
+*tsung-1.6.0 (26 Jul 2015)
+
+  26 Jul 2015; Patrick Lauer  +tsung-1.6.0.ebuild:
+  Bump
 
   23 May 2015; Manuel Rüger  -tsung-1.3.3.ebuild,
   -tsung-1.4.2.ebuild, -tsung-1.5.0.ebuild:



1.1  net-analyzer/tsung/tsung-1.6.0.ebuild

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

Index: tsung-1.6.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tsung/tsung-1.6.0.ebuild,v 1.1 
2015/07/26 12:53:55 patrick Exp $

EAPI="3"

# Seems to be misconfigured
RESTRICT="test"

inherit eutils

DESCRIPTION="Erlang's multi-protocol distributed load testing tool"
HOMEPAGE="http://tsung.erlang-projects.org/";
SRC_URI="http://tsung.erlang-projects.org/dist/${P}.tar.gz";

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

DEPEND="dev-lang/erlang"
RDEPEND=${DEPEND}

src_configure() {
./configure --prefix="/usr" || die "econf failed"
}

src_compile() {
emake || die "Failed building"
}

src_install() {
emake -j1 DESTDIR="${D}" install || die "Failed installing"
}






[gentoo-commits] gentoo-x86 commit in net-analyzer/snort: snort-2.9.7.5.ebuild ChangeLog

2015-07-26 Thread Patrick Lauer (patrick)
patrick 15/07/26 12:59:42

  Modified: ChangeLog
  Added:snort-2.9.7.5.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.210net-analyzer/snort/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/snort/ChangeLog,v
retrieving revision 1.209
retrieving revision 1.210
diff -u -r1.209 -r1.210
--- ChangeLog   26 May 2015 04:05:44 -  1.209
+++ ChangeLog   26 Jul 2015 12:59:42 -  1.210
@@ -1,6 +1,11 @@
 # ChangeLog for net-analyzer/snort
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snort/ChangeLog,v 1.209 
2015/05/26 04:05:44 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snort/ChangeLog,v 1.210 
2015/07/26 12:59:42 patrick Exp $
+
+*snort-2.9.7.5 (26 Jul 2015)
+
+  26 Jul 2015; Patrick Lauer  +snort-2.9.7.5.ebuild:
+  Bump
 
 *snort-2.9.7.3 (26 May 2015)
 



1.1  net-analyzer/snort/snort-2.9.7.5.ebuild

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

Index: snort-2.9.7.5.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snort/snort-2.9.7.5.ebuild,v 
1.1 2015/07/26 12:59:42 patrick Exp $

EAPI="5"
inherit autotools multilib user

DESCRIPTION="The de facto standard for intrusion detection/prevention"
HOMEPAGE="http://www.snort.org/";
SRC_URI="https://www.snort.org/downloads/${PN}/${P}.tar.gz";
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86"
IUSE="static +gre +mpls +targetbased +ppm +perfprofiling
+non-ether-decoders control-socket file-inspect high-availability
shared-rep side-channel sourcefire linux-smp-stats inline-init-failopen
+threads debug +active-response +normalizer reload-error-restart
+react +flexresp3 large-pcap-64bit selinux"

DEPEND=">=net-libs/libpcap-1.3.0
>=net-libs/daq-2.0.2
>=dev-libs/libpcre-8.33
dev-libs/libdnet
sys-libs/zlib"

RDEPEND="${DEPEND}
selinux? ( sec-policy/selinux-snort )"

REQUIRED_USE="!kernel_linux? ( !shared-rep )"

pkg_setup() {

# pre_inst() is a better place to put this
# but we need it here for the 'fowners' statements in src_install()
enewgroup snort
enewuser snort -1 -1 /dev/null snort

}

src_prepare() {

# Multilib fix for the sf_engine
ebegin "Applying multilib fix"
sed -i -e 's|${exec_prefix}/lib|${exec_prefix}/'$(get_libdir)'|g' \
"${WORKDIR}/${P}/src/dynamic-plugins/sf_engine/Makefile.am" \
|| die "sed for sf_engine failed"

# Multilib fix for the curent set of dynamic-preprocessors
for i in file ftptelnet smtp ssh dns ssl dcerpc2 sdf imap pop sip 
reputation gtp modbus dnp3; do
sed -i -e 
's|${exec_prefix}/lib|${exec_prefix}/'$(get_libdir)'|g' \

"${WORKDIR}/${P}/src/dynamic-preprocessors/$i/Makefile.am" \
|| die "sed for $i failed."
done
eend

AT_M4DIR=m4 eautoreconf
}

src_configure() {

econf \
$(use_enable !static shared) \
$(use_enable static) \
$(use_enable static so-with-static-lib) \
$(use_enable gre) \
$(use_enable mpls) \
$(use_enable targetbased) \
$(use_enable control-socket) \
$(use_enable file-inspect) \
$(use_enable high-availability ha) \
$(use_enable non-ether-decoders) \
$(use_enable shared-rep) \
$(use_enable side-channel) \
$(use_enable sourcefire) \
$(use_enable ppm) \
$(use_enable perfprofiling) \
$(use_enable linux-smp-stats) \
$(use_enable inline-init-failopen) \
$(use_enable threads pthread) \
$(use_enable debug) \
$(use_enable debug debug-msgs) \
$(use_enable debug corefiles) \
$(use_enable !debug dlclose) \
$(use_enable active-response) \
$(use_enable normalizer) \
 

[gentoo-commits] gentoo-x86 commit in dev-haskell/attoparsec-enumerator: attoparsec-enumerator-0.3.4.ebuild ChangeLog attoparsec-enumerator-0.3.1-r1.ebuild attoparsec-enumerator-0.3.2.ebuild

2015-07-26 Thread Sergei Trofimovich (slyfox)
slyfox  15/07/26 13:52:14

  Modified: ChangeLog
  Added:attoparsec-enumerator-0.3.4.ebuild
  Removed:  attoparsec-enumerator-0.3.1-r1.ebuild
attoparsec-enumerator-0.3.2.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.6  dev-haskell/attoparsec-enumerator/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/attoparsec-enumerator/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   25 Jul 2014 09:16:32 -  1.5
+++ ChangeLog   26 Jul 2015 13:52:14 -  1.6
@@ -1,6 +1,13 @@
 # ChangeLog for dev-haskell/attoparsec-enumerator
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/attoparsec-enumerator/ChangeLog,v 1.5 
2014/07/25 09:16:32 slyfox Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/attoparsec-enumerator/ChangeLog,v 1.6 
2015/07/26 13:52:14 slyfox Exp $
+
+*attoparsec-enumerator-0.3.4 (26 Jul 2015)
+
+  26 Jul 2015; Sergei Trofimovich 
+  +attoparsec-enumerator-0.3.4.ebuild, -attoparsec-enumerator-0.3.1-r1.ebuild,
+  -attoparsec-enumerator-0.3.2.ebuild:
+  Version bump.
 
   25 Jul 2014; Sergei Trofimovich 
   attoparsec-enumerator-0.3.1-r1.ebuild, attoparsec-enumerator-0.3.2.ebuild,



1.1  
dev-haskell/attoparsec-enumerator/attoparsec-enumerator-0.3.4.ebuild

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

Index: attoparsec-enumerator-0.3.4.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/attoparsec-enumerator/attoparsec-enumerator-0.3.4.ebuild,v
 1.1 2015/07/26 13:52:14 slyfox Exp $

EAPI=5

# ebuild generated by hackport 0.4.5.

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

DESCRIPTION="Pass input from an enumerator to an Attoparsec parser"
HOMEPAGE="https://john-millikin.com/software/attoparsec-enumerator/";
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"

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

RDEPEND=">=dev-haskell/attoparsec-0.10:=[profile?] 
=dev-haskell/enumerator-0.4:=[profile?] 
=dev-lang/ghc-7.4.1:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.6
"






[gentoo-commits] gentoo-x86 commit in dev-haskell/auto-update: auto-update-0.1.2.2.ebuild ChangeLog auto-update-0.1.2.ebuild

2015-07-26 Thread Sergei Trofimovich (slyfox)
slyfox  15/07/26 13:52:56

  Modified: ChangeLog
  Added:auto-update-0.1.2.2.ebuild
  Removed:  auto-update-0.1.2.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.4  dev-haskell/auto-update/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/auto-update/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   6 Jun 2015 10:21:15 -   1.3
+++ ChangeLog   26 Jul 2015 13:52:56 -  1.4
@@ -1,6 +1,12 @@
 # ChangeLog for dev-haskell/auto-update
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/auto-update/ChangeLog,v 1.3 
2015/06/06 10:21:15 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/auto-update/ChangeLog,v 1.4 
2015/07/26 13:52:56 slyfox Exp $
+
+*auto-update-0.1.2.2 (26 Jul 2015)
+
+  26 Jul 2015; Sergei Trofimovich 
+  +auto-update-0.1.2.2.ebuild, -auto-update-0.1.2.ebuild:
+  Version bump.
 
   06 Jun 2015; Justin Lecher  metadata.xml:
   Add github to remote-id in metadata.xml



1.1  dev-haskell/auto-update/auto-update-0.1.2.2.ebuild

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

Index: auto-update-0.1.2.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/auto-update/auto-update-0.1.2.2.ebuild,v 
1.1 2015/07/26 13:52:56 slyfox Exp $

EAPI=5

# ebuild generated by hackport 0.4.5.

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

DESCRIPTION="Efficiently run periodic, on-demand actions"
HOMEPAGE="https://github.com/yesodweb/wai";
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"

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

RDEPEND=">=dev-lang/ghc-7.4.1:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.10
"






[gentoo-commits] gentoo-x86 commit in dev-haskell/bytestring-builder: bytestring-builder-0.10.6.0.0.ebuild ChangeLog

2015-07-26 Thread Sergei Trofimovich (slyfox)
slyfox  15/07/26 13:56:44

  Modified: ChangeLog
  Added:bytestring-builder-0.10.6.0.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.2  dev-haskell/bytestring-builder/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/bytestring-builder/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   4 Apr 2015 10:51:41 -   1.1
+++ ChangeLog   26 Jul 2015 13:56:44 -  1.2
@@ -1,6 +1,12 @@
 # ChangeLog for dev-haskell/bytestring-builder
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/bytestring-builder/ChangeLog,v 
1.1 2015/04/04 10:51:41 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/bytestring-builder/ChangeLog,v 
1.2 2015/07/26 13:56:44 slyfox Exp $
+
+*bytestring-builder-0.10.6.0.0 (26 Jul 2015)
+
+  26 Jul 2015; Sergei Trofimovich 
+  +bytestring-builder-0.10.6.0.0.ebuild:
+  Version bump.
 
 *bytestring-builder-0.10.4.1.2 (04 Apr 2015)
 



1.1  
dev-haskell/bytestring-builder/bytestring-builder-0.10.6.0.0.ebuild

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

Index: bytestring-builder-0.10.6.0.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/bytestring-builder/bytestring-builder-0.10.6.0.0.ebuild,v
 1.1 2015/07/26 13:56:44 slyfox Exp $

EAPI=5

# ebuild generated by hackport 0.4.3

CABAL_FEATURES="lib profile"
inherit haskell-cabal

DESCRIPTION="The new bytestring builder, packaged outside of GHC"
HOMEPAGE="http://hackage.haskell.org/package/bytestring-builder";
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"

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

RDEPEND=">=dev-lang/ghc-7.4.1:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.8
"






[gentoo-commits] gentoo-x86 commit in dev-haskell/cabal: cabal-1.22.4.0.ebuild ChangeLog

2015-07-26 Thread Sergei Trofimovich (slyfox)
slyfox  15/07/26 13:58:06

  Modified: ChangeLog
  Added:cabal-1.22.4.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.107dev-haskell/cabal/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/cabal/ChangeLog,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -r1.106 -r1.107
--- ChangeLog   15 Nov 2014 18:19:29 -  1.106
+++ ChangeLog   26 Jul 2015 13:58:06 -  1.107
@@ -1,6 +1,11 @@
 # ChangeLog for dev-haskell/cabal
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cabal/ChangeLog,v 1.106 
2014/11/15 18:19:29 slyfox Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cabal/ChangeLog,v 1.107 
2015/07/26 13:58:06 slyfox Exp $
+
+*cabal-1.22.4.0 (26 Jul 2015)
+
+  26 Jul 2015; Sergei Trofimovich  +cabal-1.22.4.0.ebuild:
+  Version bump.
 
 *cabal-1.20.0.2 (15 Nov 2014)
 



1.1  dev-haskell/cabal/cabal-1.22.4.0.ebuild

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

Index: cabal-1.22.4.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cabal/cabal-1.22.4.0.ebuild,v 
1.1 2015/07/26 13:58:06 slyfox Exp $

EAPI=5

# ebuild generated by hackport 0.4.5.

CABAL_FEATURES="lib profile test-suite"
CABAL_FEATURES+=" bootstrap" # does not need cabal to build itself
inherit haskell-cabal

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

DESCRIPTION="A framework for packaging Haskell software"
HOMEPAGE="http://www.haskell.org/cabal/";
SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz"

LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE=""

RESTRICT=test

RDEPEND=">=dev-lang/ghc-7.8.1:="
DEPEND="${RDEPEND}
test? ( dev-haskell/extensible-exceptions
dev-haskell/hunit
>=dev-haskell/quickcheck-2.1.0.1:2 =dev-haskell/test-framework-quickcheck2-0.2.12 )
"

S="${WORKDIR}/${MY_PN}-${PV}"

CABAL_CORE_LIB_GHC_PV="PM:7.10.2_rc2 PM:7.10.2"

src_prepare() {
if [[ -n ${LIVE_EBUILD} ]]; then
CABAL_FILE=${MY_PN}.cabal cabal_chdeps 'version: 1.17.0' 
"version: ${PV}"
fi
}

src_configure() {
cabal-is-dummy-lib && return

einfo "Bootstrapping Cabal..."
$(ghc-getghc) ${HCFLAGS} -i -i. -i"${WORKDIR}/${FP_P}" -cpp --make 
Setup.hs \
-o setup || die "compiling Setup.hs failed"
cabal-configure
}

src_compile() {
cabal-is-dummy-lib && return

cabal-build
}






[gentoo-commits] gentoo-x86 commit in dev-haskell/cabal-install: cabal-install-1.22.6.0.ebuild metadata.xml ChangeLog

2015-07-26 Thread Sergei Trofimovich (slyfox)
slyfox  15/07/26 13:58:57

  Modified: metadata.xml ChangeLog
  Added:cabal-install-1.22.6.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.4  dev-haskell/cabal-install/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/cabal-install/metadata.xml?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/cabal-install/metadata.xml?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/cabal-install/metadata.xml?r1=1.3&r2=1.4

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/cabal-install/metadata.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- metadata.xml25 Jul 2014 08:58:34 -  1.3
+++ metadata.xml26 Jul 2015 13:58:57 -  1.4
@@ -9,5 +9,6 @@


Ignore 'preferred-versions' file from 
hackage's tarball.
+   Get Network.URI from the network-uri 
package.

 



1.31 dev-haskell/cabal-install/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/cabal-install/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog   28 Feb 2015 13:27:53 -  1.30
+++ ChangeLog   26 Jul 2015 13:58:57 -  1.31
@@ -1,6 +1,12 @@
 # ChangeLog for dev-haskell/cabal-install
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cabal-install/ChangeLog,v 1.30 
2015/02/28 13:27:53 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cabal-install/ChangeLog,v 1.31 
2015/07/26 13:58:57 slyfox Exp $
+
+*cabal-install-1.22.6.0 (26 Jul 2015)
+
+  26 Jul 2015; Sergei Trofimovich 
+  +cabal-install-1.22.6.0.ebuild, metadata.xml:
+  Version bump.
 
   28 Feb 2015; Agostino Sarubbo 
   cabal-install-1.18.0.3-r1.ebuild:



1.1  dev-haskell/cabal-install/cabal-install-1.22.6.0.ebuild

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

Index: cabal-install-1.22.6.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/cabal-install/cabal-install-1.22.6.0.ebuild,v
 1.1 2015/07/26 13:58:57 slyfox Exp $

EAPI=5

# ebuild generated by hackport 0.4.5.

CABAL_FEATURES="bin test-suite"
inherit bash-completion-r1 eutils haskell-cabal

DESCRIPTION="The command-line interface for Cabal and Hackage"
HOMEPAGE="http://www.haskell.org/cabal/";
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="+network-uri +noprefs"

RESTRICT=test # missing files

RDEPEND=">=dev-haskell/cabal-1.22.2:= =dev-haskell/http-4000.2.5:= =dev-haskell/mtl-2.0:= =dev-haskell/old-time-1:= =dev-haskell/random-1:= =dev-haskell/stm-2.0:= =dev-haskell/zlib-0.5.3:= =dev-lang/ghc-7.4.1:=
network-uri? ( >=dev-haskell/network-2.6:=
>=dev-haskell/network-uri-2.6:= )
!network-uri? ( >=dev-haskell/network-2.4:= = 2.1.0.1 && < 2.8' 'QuickCheck >= 2.1.0.1'
}

src_configure() {
haskell-cabal_src_configure \
$(cabal_flag network-uri network-uri)

dobashcomp "${S}/bash-completion/cabal"
}






[gentoo-commits] gentoo-x86 commit in dev-haskell/cassava: cassava-0.4.3.1.ebuild ChangeLog cassava-0.4.2.1.ebuild cassava-0.4.2.0.ebuild

2015-07-26 Thread Sergei Trofimovich (slyfox)
slyfox  15/07/26 13:59:37

  Modified: ChangeLog
  Added:cassava-0.4.3.1.ebuild
  Removed:  cassava-0.4.2.1.ebuild cassava-0.4.2.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.5  dev-haskell/cassava/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/cassava/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   6 Jun 2015 10:33:40 -   1.4
+++ ChangeLog   26 Jul 2015 13:59:37 -  1.5
@@ -1,6 +1,12 @@
 # ChangeLog for dev-haskell/cassava
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cassava/ChangeLog,v 1.4 
2015/06/06 10:33:40 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cassava/ChangeLog,v 1.5 
2015/07/26 13:59:37 slyfox Exp $
+
+*cassava-0.4.3.1 (26 Jul 2015)
+
+  26 Jul 2015; Sergei Trofimovich  +cassava-0.4.3.1.ebuild,
+  -cassava-0.4.2.0.ebuild, -cassava-0.4.2.1.ebuild:
+  Version bump.
 
   06 Jun 2015; Justin Lecher  metadata.xml:
   Add github to remote-id in metadata.xml



1.1  dev-haskell/cassava/cassava-0.4.3.1.ebuild

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

Index: cassava-0.4.3.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cassava/cassava-0.4.3.1.ebuild,v 
1.1 2015/07/26 13:59:37 slyfox Exp $

EAPI=5

# ebuild generated by hackport 0.4.5.

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

DESCRIPTION="A CSV parsing and encoding library"
HOMEPAGE="https://github.com/tibbe/cassava";
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"

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

RDEPEND=">=dev-haskell/attoparsec-0.10.2:=[profile?] 
=dev-lang/ghc-7.4.1:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.8
test? ( dev-haskell/hunit
>=dev-haskell/quickcheck-2.0
dev-haskell/test-framework
dev-haskell/test-framework-hunit
dev-haskell/test-framework-quickcheck2 )
"






[gentoo-commits] gentoo-x86 commit in dev-haskell/cereal: cereal-0.4.1.1.ebuild ChangeLog

2015-07-26 Thread Sergei Trofimovich (slyfox)
slyfox  15/07/26 14:00:24

  Modified: cereal-0.4.1.1.ebuild ChangeLog
  Log:
  Enable tests.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.2  dev-haskell/cereal/cereal-0.4.1.1.ebuild

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

Index: cereal-0.4.1.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/cereal/cereal-0.4.1.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cereal-0.4.1.1.ebuild   29 Jan 2015 20:31:31 -  1.1
+++ cereal-0.4.1.1.ebuild   26 Jul 2015 14:00:24 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cereal/cereal-0.4.1.1.ebuild,v 
1.1 2015/01/29 20:31:31 qnikst Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cereal/cereal-0.4.1.1.ebuild,v 
1.2 2015/07/26 14:00:24 slyfox Exp $
 
 EAPI=5
 
@@ -16,10 +16,24 @@
 LICENSE="BSD"
 SLOT="0/${PV}"
 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
+IUSE="test"
 
 RDEPEND=">=dev-lang/ghc-7.4.1:=
 "
 DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.6
+   test? ( dev-haskell/quickcheck:2=[profile?] )
 "
+
+src_test() {
+   # The test suite isn't integrated with cabal. There's a Makefile
+   # under the "tests" directory that will build and run some
+   # tests.
+   #
+   # In v0.4.1.1, the test suite won't fail if a property does. This
+   # should be fixed in,
+   #
+   #   https://github.com/GaloisInc/cereal/pull/29
+   #
+   emake -C tests
+}



1.22 dev-haskell/cereal/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/cereal/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog   29 Jan 2015 20:31:31 -  1.21
+++ ChangeLog   26 Jul 2015 14:00:24 -  1.22
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/cereal
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cereal/ChangeLog,v 1.21 
2015/01/29 20:31:31 qnikst Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cereal/ChangeLog,v 1.22 
2015/07/26 14:00:24 slyfox Exp $
+
+  26 Jul 2015; Sergei Trofimovich  cereal-0.4.1.1.ebuild:
+  Enable tests.
 
 *cereal-0.4.1.1 (29 Jan 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-haskell/certificate: certificate-1.3.9.ebuild ChangeLog

2015-07-26 Thread Sergei Trofimovich (slyfox)
slyfox  15/07/26 14:01:13

  Modified: certificate-1.3.9.ebuild ChangeLog
  Log:
  Port to ghc-7.10.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.4  dev-haskell/certificate/certificate-1.3.9.ebuild

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

Index: certificate-1.3.9.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-haskell/certificate/certificate-1.3.9.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- certificate-1.3.9.ebuild26 Jan 2014 11:01:43 -  1.3
+++ certificate-1.3.9.ebuild26 Jul 2015 14:01:13 -  1.4
@@ -1,13 +1,13 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/certificate/certificate-1.3.9.ebuild,v 1.3 
2014/01/26 11:01:43 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/certificate/certificate-1.3.9.ebuild,v 1.4 
2015/07/26 14:01:13 slyfox Exp $
 
 EAPI=5
 
 # ebuild generated by hackport 0.3.4.
 
 CABAL_FEATURES="bin lib profile haddock hoogle hscolour"
-inherit haskell-cabal
+inherit eutils haskell-cabal
 
 DESCRIPTION="Certificates and Key Reader/Writer"
 HOMEPAGE="http://github.com/vincenthz/hs-certificate";
@@ -33,6 +33,10 @@
>=dev-haskell/cabal-1.8.0.2
 "
 
+src_prepare() {
+   epatch "${FILESDIR}"/${PN}-1.3.9-ghc-7.10.patch
+}
+
 src_configure() {
haskell-cabal_src_configure \
$(cabal_flag executable executable) \



1.10 dev-haskell/certificate/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/certificate/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   6 Jun 2015 10:35:13 -   1.9
+++ ChangeLog   26 Jul 2015 14:01:13 -  1.10
@@ -1,6 +1,10 @@
 # ChangeLog for dev-haskell/certificate
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/certificate/ChangeLog,v 1.9 
2015/06/06 10:35:13 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/certificate/ChangeLog,v 1.10 
2015/07/26 14:01:13 slyfox Exp $
+
+  26 Jul 2015; Sergei Trofimovich 
+  +files/certificate-1.3.9-ghc-7.10.patch, certificate-1.3.9.ebuild:
+  Port to ghc-7.10.
 
   06 Jun 2015; Justin Lecher  metadata.xml:
   Add github to remote-id in metadata.xml






[gentoo-commits] gentoo-x86 commit in dev-haskell/certificate/files: certificate-1.3.9-ghc-7.10.patch

2015-07-26 Thread Sergei Trofimovich (slyfox)
slyfox  15/07/26 14:01:13

  Added:certificate-1.3.9-ghc-7.10.patch
  Log:
  Port to ghc-7.10.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.1  
dev-haskell/certificate/files/certificate-1.3.9-ghc-7.10.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/certificate/files/certificate-1.3.9-ghc-7.10.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/certificate/files/certificate-1.3.9-ghc-7.10.patch?rev=1.1&content-type=text/plain

Index: certificate-1.3.9-ghc-7.10.patch
===
diff --git a/Data/Certificate/X509/Cert.hs b/Data/Certificate/X509/Cert.hs
index 4abfadf..15e7bf8 100644
--- a/Data/Certificate/X509/Cert.hs
+++ b/Data/Certificate/X509/Cert.hs
@@ -1,2 +1,3 @@
+{-# LANGUAGE FlexibleContexts #-}
 module Data.Certificate.X509.Cert
 (
diff --git a/Data/Certificate/X509/Ext.hs b/Data/Certificate/X509/Ext.hs
index 7595f14..8963a55 100644
--- a/Data/Certificate/X509/Ext.hs
+++ b/Data/Certificate/X509/Ext.hs
@@ -1,2 +1,3 @@
+{-# LANGUAGE FlexibleContexts #-}
 -- |
 -- Module  : Data.Certificate.X509.Ext






[gentoo-commits] gentoo-x86 commit in dev-haskell/cgi: cgi-3001.2.2.2.ebuild ChangeLog

2015-07-26 Thread Sergei Trofimovich (slyfox)
slyfox  15/07/26 14:02:30

  Modified: ChangeLog
  Added:cgi-3001.2.2.2.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.40 dev-haskell/cgi/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/cgi/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog   6 Jun 2015 10:35:47 -   1.39
+++ ChangeLog   26 Jul 2015 14:02:30 -  1.40
@@ -1,6 +1,11 @@
 # ChangeLog for dev-haskell/cgi
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cgi/ChangeLog,v 1.39 2015/06/06 
10:35:47 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cgi/ChangeLog,v 1.40 2015/07/26 
14:02:30 slyfox Exp $
+
+*cgi-3001.2.2.2 (26 Jul 2015)
+
+  26 Jul 2015; Sergei Trofimovich  +cgi-3001.2.2.2.ebuild:
+  Version bump.
 
   06 Jun 2015; Justin Lecher  metadata.xml:
   Add github to remote-id in metadata.xml



1.1  dev-haskell/cgi/cgi-3001.2.2.2.ebuild

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

Index: cgi-3001.2.2.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cgi/cgi-3001.2.2.2.ebuild,v 1.1 
2015/07/26 14:02:30 slyfox Exp $

EAPI=5

# ebuild generated by hackport 0.4.5.
#hackport: flags: -old-mtl

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

DESCRIPTION="A library for writing CGI programs"
HOMEPAGE="https://github.com/cheecheeo/haskell-cgi";
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"

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

RDEPEND="=dev-haskell/mtl-2.2.1:=[profile?] =dev-haskell/multipart-0.1.2:=[profile?] 
=dev-haskell/parsec-2.0:=[profile?] =dev-haskell/xhtml-3000.0.0:=[profile?] 
=dev-lang/ghc-7.4.1:=
network-uri? ( >=dev-haskell/network-2.6:=[profile?] 
=dev-haskell/network-uri-2.6:=[profile?] 


[gentoo-commits] gentoo-x86 commit in dev-haskell/chasingbottoms: chasingbottoms-1.3.0.13.ebuild ChangeLog

2015-07-26 Thread Sergei Trofimovich (slyfox)
slyfox  15/07/26 14:03:08

  Modified: ChangeLog
  Added:chasingbottoms-1.3.0.13.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.15 dev-haskell/chasingbottoms/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/chasingbottoms/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   4 Apr 2015 09:11:09 -   1.14
+++ ChangeLog   26 Jul 2015 14:03:08 -  1.15
@@ -1,6 +1,12 @@
 # ChangeLog for dev-haskell/chasingbottoms
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/chasingbottoms/ChangeLog,v 1.14 
2015/04/04 09:11:09 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/chasingbottoms/ChangeLog,v 1.15 
2015/07/26 14:03:08 slyfox Exp $
+
+*chasingbottoms-1.3.0.13 (26 Jul 2015)
+
+  26 Jul 2015; Sergei Trofimovich 
+  +chasingbottoms-1.3.0.13.ebuild:
+  Version bump.
 
 *chasingbottoms-1.3.0.11-r1 (04 Apr 2015)
 



1.1  dev-haskell/chasingbottoms/chasingbottoms-1.3.0.13.ebuild

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

Index: chasingbottoms-1.3.0.13.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/chasingbottoms/chasingbottoms-1.3.0.13.ebuild,v
 1.1 2015/07/26 14:03:08 slyfox Exp $

EAPI=5

# ebuild generated by hackport 0.4.5.
#hackport: flags: -build-tests

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

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

DESCRIPTION="For testing partial and infinite values"
HOMEPAGE="http://hackage.haskell.org/package/ChasingBottoms";
SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz"

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

RESTRICT=test # takes a lot

RDEPEND=">=dev-haskell/mtl-1.1:=[profile?] =dev-haskell/quickcheck-2.1:2=[profile?] 
=dev-haskell/random-1.0:=[profile?] =dev-haskell/syb-0.1.0.2:=[profile?] =dev-lang/ghc-7.4.1:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.9.2
"

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

src_configure() {
haskell-cabal_src_configure \
--flag=-build-tests
}






[gentoo-commits] gentoo-x86 commit in dev-haskell/chell-quickcheck: chell-quickcheck-0.2.5.ebuild ChangeLog

2015-07-26 Thread Sergei Trofimovich (slyfox)
slyfox  15/07/26 14:03:38

  Modified: ChangeLog
  Added:chell-quickcheck-0.2.5.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.5  dev-haskell/chell-quickcheck/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/chell-quickcheck/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   15 Feb 2015 18:53:25 -  1.4
+++ ChangeLog   26 Jul 2015 14:03:38 -  1.5
@@ -1,6 +1,12 @@
 # ChangeLog for dev-haskell/chell-quickcheck
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/chell-quickcheck/ChangeLog,v 
1.4 2015/02/15 18:53:25 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/chell-quickcheck/ChangeLog,v 
1.5 2015/07/26 14:03:38 slyfox Exp $
+
+*chell-quickcheck-0.2.5 (26 Jul 2015)
+
+  26 Jul 2015; Sergei Trofimovich 
+  +chell-quickcheck-0.2.5.ebuild:
+  Version bump.
 
   15 Feb 2015; Sergei Trofimovich 
   chell-quickcheck-0.2.4.ebuild:



1.1  dev-haskell/chell-quickcheck/chell-quickcheck-0.2.5.ebuild

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

Index: chell-quickcheck-0.2.5.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/chell-quickcheck/chell-quickcheck-0.2.5.ebuild,v
 1.1 2015/07/26 14:03:38 slyfox Exp $

EAPI=5

# ebuild generated by hackport 0.4.4.

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

DESCRIPTION="QuickCheck support for the Chell testing library"
HOMEPAGE="https://john-millikin.com/software/chell/";
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"

LICENSE="MIT"
SLOT="0/${PV}"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""

RDEPEND=">=dev-haskell/chell-0.3:=[profile?] =dev-haskell/quickcheck-2.3:2=[profile?] 
=dev-lang/ghc-7.4.1:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.6
"






[gentoo-commits] gentoo-x86 commit in dev-haskell/cipher-aes: cipher-aes-0.2.11.ebuild ChangeLog

2015-07-26 Thread Sergei Trofimovich (slyfox)
slyfox  15/07/26 14:04:26

  Modified: ChangeLog
  Added:cipher-aes-0.2.11.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.16 dev-haskell/cipher-aes/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/cipher-aes/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog   6 Jun 2015 10:37:40 -   1.15
+++ ChangeLog   26 Jul 2015 14:04:26 -  1.16
@@ -1,6 +1,11 @@
 # ChangeLog for dev-haskell/cipher-aes
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cipher-aes/ChangeLog,v 1.15 
2015/06/06 10:37:40 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cipher-aes/ChangeLog,v 1.16 
2015/07/26 14:04:26 slyfox Exp $
+
+*cipher-aes-0.2.11 (26 Jul 2015)
+
+  26 Jul 2015; Sergei Trofimovich  
+cipher-aes-0.2.11.ebuild:
+  Version bump.
 
   06 Jun 2015; Justin Lecher  metadata.xml:
   Add github to remote-id in metadata.xml



1.1  dev-haskell/cipher-aes/cipher-aes-0.2.11.ebuild

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

Index: cipher-aes-0.2.11.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/cipher-aes/cipher-aes-0.2.11.ebuild,v 1.1 
2015/07/26 14:04:26 slyfox Exp $

EAPI=5

# ebuild generated by hackport 0.4.5.
#hackport: flags: support_aesni:cpu_flags_x86_aes

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

DESCRIPTION="Fast AES cipher implementation with advanced mode of operations"
HOMEPAGE="https://github.com/vincenthz/hs-cipher-aes";
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"

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

RDEPEND="dev-haskell/byteable:=[profile?]
>=dev-haskell/crypto-cipher-types-0.0.6:=[profile?] 
=dev-haskell/securemem-0.1.2:=[profile?]
>=dev-lang/ghc-7.4.1:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.8
test? ( >=dev-haskell/crypto-cipher-tests-0.0.8
>=dev-haskell/quickcheck-2
>=dev-haskell/test-framework-0.3.3
>=dev-haskell/test-framework-quickcheck2-0.2.9 )
"

src_configure() {
local want_aes="-"

use cpu_flags_x86_aes && \
use cpu_flags_x86_ssse3 && \
want_aes=""

haskell-cabal_src_configure \
--flag=${want_aes}support_aesni
}






[gentoo-commits] gentoo-x86 commit in dev-haskell/clock: clock-0.5.1.ebuild ChangeLog

2015-07-26 Thread Sergei Trofimovich (slyfox)
slyfox  15/07/26 14:05:02

  Modified: ChangeLog
  Added:clock-0.5.1.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.4  dev-haskell/clock/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/clock/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   10 Apr 2015 06:20:53 -  1.3
+++ ChangeLog   26 Jul 2015 14:05:02 -  1.4
@@ -1,6 +1,11 @@
 # ChangeLog for dev-haskell/clock
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/clock/ChangeLog,v 1.3 
2015/04/10 06:20:53 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/clock/ChangeLog,v 1.4 
2015/07/26 14:05:02 slyfox Exp $
+
+*clock-0.5.1 (26 Jul 2015)
+
+  26 Jul 2015; Sergei Trofimovich  +clock-0.5.1.ebuild:
+  Version bump.
 
   10 Apr 2015; Patrick Lauer  metadata.xml:
   Remove unneeded useflag description from metadata.xml



1.1  dev-haskell/clock/clock-0.5.1.ebuild

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

Index: clock-0.5.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/clock/clock-0.5.1.ebuild,v 1.1 
2015/07/26 14:05:02 slyfox Exp $

EAPI=5

# ebuild generated by hackport 0.4.5.
#hackport: flags: -llvm

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

DESCRIPTION="High-resolution clock functions: monotonic, realtime, cputime"
HOMEPAGE="https://github.com/corsis/clock";
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"

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

RDEPEND=">=dev-lang/ghc-7.4.1:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.8
test? ( >=dev-haskell/tasty-0.10
dev-haskell/tasty-quickcheck )
"

src_configure() {
haskell-cabal_src_configure \
--flag=-llvm
}






[gentoo-commits] gentoo-x86 commit in dev-haskell/cmdargs: cmdargs-0.10.13.ebuild ChangeLog cmdargs-0.10.5.ebuild

2015-07-26 Thread Sergei Trofimovich (slyfox)
slyfox  15/07/26 14:05:37

  Modified: ChangeLog
  Added:cmdargs-0.10.13.ebuild
  Removed:  cmdargs-0.10.5.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.9  dev-haskell/cmdargs/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/cmdargs/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   14 Dec 2014 11:32:08 -  1.8
+++ ChangeLog   26 Jul 2015 14:05:36 -  1.9
@@ -1,6 +1,12 @@
 # ChangeLog for dev-haskell/cmdargs
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cmdargs/ChangeLog,v 1.8 
2014/12/14 11:32:08 gienah Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cmdargs/ChangeLog,v 1.9 
2015/07/26 14:05:36 slyfox Exp $
+
+*cmdargs-0.10.13 (26 Jul 2015)
+
+  26 Jul 2015; Sergei Trofimovich  +cmdargs-0.10.13.ebuild,
+  -cmdargs-0.10.5.ebuild:
+  Version bump.
 
 *cmdargs-0.10.12 (14 Dec 2014)
 



1.1  dev-haskell/cmdargs/cmdargs-0.10.13.ebuild

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

Index: cmdargs-0.10.13.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cmdargs/cmdargs-0.10.13.ebuild,v 
1.1 2015/07/26 14:05:36 slyfox Exp $

EAPI=5

# ebuild generated by hackport 0.4.5.

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

DESCRIPTION="Command line argument processing"
HOMEPAGE="http://community.haskell.org/~ndm/cmdargs/";
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"

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

RDEPEND=">=dev-haskell/transformers-0.2:=[profile?]
>=dev-lang/ghc-7.4.1:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.6
"

src_configure() {
haskell-cabal_src_configure \
$(cabal_flag quotation quotation) \
$(cabal_flag testprog testprog)
}






[gentoo-commits] gentoo-x86 commit in dev-haskell/cmdlib: cmdlib-0.3.6.ebuild ChangeLog

2015-07-26 Thread Sergei Trofimovich (slyfox)
slyfox  15/07/26 14:06:00

  Modified: ChangeLog
  Added:cmdlib-0.3.6.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.19 dev-haskell/cmdlib/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/cmdlib/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog   25 Jul 2014 08:58:24 -  1.18
+++ ChangeLog   26 Jul 2015 14:06:00 -  1.19
@@ -1,6 +1,11 @@
 # ChangeLog for dev-haskell/cmdlib
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cmdlib/ChangeLog,v 1.18 
2014/07/25 08:58:24 slyfox Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cmdlib/ChangeLog,v 1.19 
2015/07/26 14:06:00 slyfox Exp $
+
+*cmdlib-0.3.6 (26 Jul 2015)
+
+  26 Jul 2015; Sergei Trofimovich  +cmdlib-0.3.6.ebuild:
+  Version bump.
 
   25 Jul 2014; Sergei Trofimovich  metadata.xml:
   Drop redundant '' field, leave only ''.



1.1  dev-haskell/cmdlib/cmdlib-0.3.6.ebuild

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

Index: cmdlib-0.3.6.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cmdlib/cmdlib-0.3.6.ebuild,v 1.1 
2015/07/26 14:06:00 slyfox Exp $

EAPI=5

# ebuild generated by hackport 0.4.5.
#hackport: flags: -test,+mtl2

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

DESCRIPTION="a library for command line parsing & online help"
HOMEPAGE="http://hackage.haskell.org/package/cmdlib";
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"

LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""

RDEPEND=">=dev-haskell/mtl-2:=[profile?]
dev-haskell/split:=[profile?]
dev-haskell/syb:=[profile?]
>=dev-haskell/transformers-0.2.2:=[profile?]
>=dev-lang/ghc-7.4.1:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.6
"

src_configure() {
haskell-cabal_src_configure \
--flag=mtl2 \
--flag=-test
}






[gentoo-commits] gentoo-x86 commit in dev-haskell/comonad: comonad-4.2.7.2.ebuild ChangeLog comonad-4.2.ebuild comonad-4.2.2.ebuild

2015-07-26 Thread Sergei Trofimovich (slyfox)
slyfox  15/07/26 14:07:02

  Modified: ChangeLog
  Added:comonad-4.2.7.2.ebuild
  Removed:  comonad-4.2.ebuild comonad-4.2.2.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.9  dev-haskell/comonad/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/comonad/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   6 Jun 2015 10:41:00 -   1.8
+++ ChangeLog   26 Jul 2015 14:07:02 -  1.9
@@ -1,6 +1,12 @@
 # ChangeLog for dev-haskell/comonad
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/comonad/ChangeLog,v 1.8 
2015/06/06 10:41:00 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/comonad/ChangeLog,v 1.9 
2015/07/26 14:07:02 slyfox Exp $
+
+*comonad-4.2.7.2 (26 Jul 2015)
+
+  26 Jul 2015; Sergei Trofimovich  +comonad-4.2.7.2.ebuild,
+  -comonad-4.2.2.ebuild, -comonad-4.2.ebuild:
+  Version bump.
 
   06 Jun 2015; Justin Lecher  metadata.xml:
   Add github to remote-id in metadata.xml



1.1  dev-haskell/comonad/comonad-4.2.7.2.ebuild

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

Index: comonad-4.2.7.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/comonad/comonad-4.2.7.2.ebuild,v 
1.1 2015/07/26 14:07:02 slyfox Exp $

EAPI=5

# ebuild generated by hackport 0.4.5.

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

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

LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE="+containers +contravariant +distributive +test-doctests"

RDEPEND=">=dev-haskell/semigroups-0.8.3.1:=[profile?] 
=dev-haskell/tagged-0.1:=[profile?] =dev-haskell/transformers-0.2:=[profile?] 
=dev-haskell/transformers-compat-0.3:=[profile?] 
=dev-lang/ghc-7.4.1:=
contravariant? ( >=dev-haskell/contravariant-0.2.0.1:=[profile?] 
=dev-haskell/distributive-0.2.2:=[profile?] 


[gentoo-commits] gentoo-x86 commit in dev-haskell/conduit: conduit-1.2.5.ebuild ChangeLog conduit-1.2.3.ebuild conduit-1.2.3.1.ebuild

2015-07-26 Thread Sergei Trofimovich (slyfox)
slyfox  15/07/26 14:08:10

  Modified: ChangeLog
  Added:conduit-1.2.5.ebuild
  Removed:  conduit-1.2.3.ebuild conduit-1.2.3.1.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.19 dev-haskell/conduit/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/conduit/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog   5 Jul 2015 14:41:52 -   1.18
+++ ChangeLog   26 Jul 2015 14:08:10 -  1.19
@@ -1,6 +1,12 @@
 # ChangeLog for dev-haskell/conduit
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/conduit/ChangeLog,v 1.18 
2015/07/05 14:41:52 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/conduit/ChangeLog,v 1.19 
2015/07/26 14:08:10 slyfox Exp $
+
+*conduit-1.2.5 (26 Jul 2015)
+
+  26 Jul 2015; Sergei Trofimovich  +conduit-1.2.5.ebuild,
+  -conduit-1.2.3.1.ebuild, -conduit-1.2.3.ebuild:
+  Version bump.
 
   05 Jul 2015; Mikle Kolyada  conduit-1.0.15.1.ebuild:
   x86 stable wrt bug #550394



1.1  dev-haskell/conduit/conduit-1.2.5.ebuild

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

Index: conduit-1.2.5.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/conduit/conduit-1.2.5.ebuild,v 
1.1 2015/07/26 14:08:10 slyfox Exp $

EAPI=5

# ebuild generated by hackport 0.4.5.

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

DESCRIPTION="Streaming data processing library"
HOMEPAGE="http://github.com/snoyberg/conduit";
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"

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

RDEPEND=">=dev-haskell/exceptions-0.6:=[profile?]
>=dev-haskell/lifted-base-0.1:=[profile?]
dev-haskell/mmorph:=[profile?]
dev-haskell/mtl:=[profile?]
>=dev-haskell/resourcet-1.1:=[profile?] 
=dev-haskell/transformers-0.2.2:=[profile?] 
=dev-haskell/transformers-base-0.4.1:=[profile?] 
=dev-haskell/void-0.5.5:=[profile?]
>=dev-lang/ghc-7.4.1:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.8
test? ( >=dev-haskell/hspec-1.3
>=dev-haskell/quickcheck-2.5
dev-haskell/safe )
"

src_prepare() {
# https://ghc.haskell.org/trac/ghc/ticket/10665
[[ $(ghc-version) == 7.10.1.20150630 ]] && replace-hcflags -g ''
[[ $(ghc-version) == 7.10.2 ]] && replace-hcflags -g ''
}






[gentoo-commits] gentoo-x86 commit in dev-haskell/streaming-commons: streaming-commons-0.1.12.1.ebuild ChangeLog

2015-07-26 Thread Sergei Trofimovich (slyfox)
slyfox  15/07/26 14:09:23

  Modified: ChangeLog
  Added:streaming-commons-0.1.12.1.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.7  dev-haskell/streaming-commons/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/streaming-commons/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   6 Jun 2015 17:21:57 -   1.6
+++ ChangeLog   26 Jul 2015 14:09:23 -  1.7
@@ -1,6 +1,12 @@
 # ChangeLog for dev-haskell/streaming-commons
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/streaming-commons/ChangeLog,v 
1.6 2015/06/06 17:21:57 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/streaming-commons/ChangeLog,v 
1.7 2015/07/26 14:09:23 slyfox Exp $
+
+*streaming-commons-0.1.12.1 (26 Jul 2015)
+
+  26 Jul 2015; Sergei Trofimovich 
+  +streaming-commons-0.1.12.1.ebuild:
+  Version bump.
 
   06 Jun 2015; Justin Lecher  metadata.xml:
   Add github to remote-id in metadata.xml



1.1  
dev-haskell/streaming-commons/streaming-commons-0.1.12.1.ebuild

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

Index: streaming-commons-0.1.12.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/streaming-commons/streaming-commons-0.1.12.1.ebuild,v
 1.1 2015/07/26 14:09:23 slyfox Exp $

EAPI=5

# ebuild generated by hackport 0.4.5.
#hackport: flags: -use-bytestring-builder

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

DESCRIPTION="Common lower-level functions needed by various streaming data 
libraries"
HOMEPAGE="https://github.com/fpco/streaming-commons";
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"

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

RESTRICT=test # slow/hung?

RDEPEND=">=dev-haskell/blaze-builder-0.3:=[profile?] 
=dev-lang/ghc-7.8.2:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.18.1.3
test? ( dev-haskell/async
>=dev-haskell/hspec-1.8
dev-haskell/quickcheck )
"

src_configure() {
haskell-cabal_src_configure \
--flag=-use-bytestring-builder
}






[gentoo-commits] gentoo-x86 commit in dev-haskell/conduit-extra: conduit-extra-1.1.9.1.ebuild ChangeLog conduit-extra-1.1.6.2.ebuild conduit-extra-1.1.5.1.ebuild conduit-extra-1.1.4.2.ebuild conduit-e

2015-07-26 Thread Sergei Trofimovich (slyfox)
slyfox  15/07/26 14:09:35

  Modified: ChangeLog
  Added:conduit-extra-1.1.9.1.ebuild
  Removed:  conduit-extra-1.1.6.2.ebuild
conduit-extra-1.1.5.1.ebuild
conduit-extra-1.1.4.2.ebuild
conduit-extra-1.1.1.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.10 dev-haskell/conduit-extra/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/conduit-extra/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   6 Jun 2015 10:45:40 -   1.9
+++ ChangeLog   26 Jul 2015 14:09:35 -  1.10
@@ -1,6 +1,14 @@
 # ChangeLog for dev-haskell/conduit-extra
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/conduit-extra/ChangeLog,v 1.9 
2015/06/06 10:45:40 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/conduit-extra/ChangeLog,v 1.10 
2015/07/26 14:09:35 slyfox Exp $
+
+*conduit-extra-1.1.9.1 (26 Jul 2015)
+
+  26 Jul 2015; Sergei Trofimovich 
+  +conduit-extra-1.1.9.1.ebuild, -conduit-extra-1.1.1.ebuild,
+  -conduit-extra-1.1.4.2.ebuild, -conduit-extra-1.1.5.1.ebuild,
+  -conduit-extra-1.1.6.2.ebuild:
+  Version bump.
 
   06 Jun 2015; Justin Lecher  metadata.xml:
   Add github to remote-id in metadata.xml



1.1  dev-haskell/conduit-extra/conduit-extra-1.1.9.1.ebuild

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

Index: conduit-extra-1.1.9.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/conduit-extra/conduit-extra-1.1.9.1.ebuild,v
 1.1 2015/07/26 14:09:35 slyfox Exp $

EAPI=5

# ebuild generated by hackport 0.4.5.

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

DESCRIPTION="Batteries included conduit: adapters for common libraries"
HOMEPAGE="http://github.com/snoyberg/conduit";
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"

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

RDEPEND=">=dev-haskell/attoparsec-0.10:=[profile?]
>=dev-haskell/blaze-builder-0.3:=[profile?]
>=dev-haskell/conduit-1.1:=[profile?] 
=dev-haskell/network-2.3:=[profile?]
>=dev-haskell/primitive-0.5:=[profile?]
>=dev-haskell/resourcet-1.1:=[profile?]
dev-haskell/stm:=[profile?]
>=dev-haskell/streaming-commons-0.1.11:=[profile?]
dev-haskell/text:=[profile?]
dev-haskell/transformers:=[profile?]
dev-haskell/transformers-base:=[profile?]
>=dev-lang/ghc-7.4.1:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.8
test? ( dev-haskell/async
dev-haskell/bytestring-builder
dev-haskell/exceptions
>=dev-haskell/hspec-1.3 )
"






[gentoo-commits] gentoo-x86 commit in dev-haskell/contravariant: contravariant-1.3.1.1.ebuild ChangeLog

2015-07-26 Thread Sergei Trofimovich (slyfox)
slyfox  15/07/26 14:10:11

  Modified: ChangeLog
  Added:contravariant-1.3.1.1.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.9  dev-haskell/contravariant/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/contravariant/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   6 Jun 2015 10:47:40 -   1.8
+++ ChangeLog   26 Jul 2015 14:10:11 -  1.9
@@ -1,6 +1,12 @@
 # ChangeLog for dev-haskell/contravariant
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/contravariant/ChangeLog,v 1.8 
2015/06/06 10:47:40 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/contravariant/ChangeLog,v 1.9 
2015/07/26 14:10:11 slyfox Exp $
+
+*contravariant-1.3.1.1 (26 Jul 2015)
+
+  26 Jul 2015; Sergei Trofimovich 
+  +contravariant-1.3.1.1.ebuild:
+  Version bump.
 
   06 Jun 2015; Justin Lecher  metadata.xml:
   Add github to remote-id in metadata.xml



1.1  dev-haskell/contravariant/contravariant-1.3.1.1.ebuild

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

Index: contravariant-1.3.1.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/contravariant/contravariant-1.3.1.1.ebuild,v
 1.1 2015/07/26 14:10:11 slyfox Exp $

EAPI=5

# ebuild generated by hackport 0.4.5.

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

DESCRIPTION="Contravariant functors"
HOMEPAGE="http://github.com/ekmett/contravariant/";
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"

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

RDEPEND=">=dev-haskell/transformers-0.2:=[profile?] 
=dev-haskell/transformers-compat-0.3:=[profile?] 
=dev-haskell/void-0.6:=[profile?] =dev-lang/ghc-7.4.1:=
semigroups? ( >=dev-haskell/semigroups-0.15.2:=[profile?] 
=dev-haskell/statevar-1.1:=[profile?] 
=dev-haskell/tagged-0.4.4:=[profile?] 


[gentoo-commits] gentoo-x86 commit in dev-haskell/cookie: cookie-0.4.1.6.ebuild ChangeLog cookie-0.4.1.1.ebuild

2015-07-26 Thread Sergei Trofimovich (slyfox)
slyfox  15/07/26 14:11:03

  Modified: ChangeLog
  Added:cookie-0.4.1.6.ebuild
  Removed:  cookie-0.4.1.1.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.8  dev-haskell/cookie/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/cookie/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   6 Jun 2015 10:48:19 -   1.7
+++ ChangeLog   26 Jul 2015 14:11:03 -  1.8
@@ -1,6 +1,12 @@
 # ChangeLog for dev-haskell/cookie
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cookie/ChangeLog,v 1.7 
2015/06/06 10:48:19 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cookie/ChangeLog,v 1.8 
2015/07/26 14:11:03 slyfox Exp $
+
+*cookie-0.4.1.6 (26 Jul 2015)
+
+  26 Jul 2015; Sergei Trofimovich  +cookie-0.4.1.6.ebuild,
+  -cookie-0.4.1.1.ebuild:
+  Version bump.
 
   06 Jun 2015; Justin Lecher  metadata.xml:
   Add github to remote-id in metadata.xml



1.1  dev-haskell/cookie/cookie-0.4.1.6.ebuild

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

Index: cookie-0.4.1.6.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cookie/cookie-0.4.1.6.ebuild,v 
1.1 2015/07/26 14:11:03 slyfox Exp $

EAPI=5

# ebuild generated by hackport 0.4.5.

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

DESCRIPTION="HTTP cookie parsing and rendering"
HOMEPAGE="http://github.com/snoyberg/cookie";
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"

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

RDEPEND=">=dev-haskell/blaze-builder-0.2.1:=[profile?]
dev-haskell/data-default-class:=[profile?]
>=dev-haskell/old-locale-1:=[profile?]
>=dev-haskell/text-0.7:=[profile?]
>=dev-lang/ghc-7.4.1:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.8
test? ( dev-haskell/hunit
dev-haskell/quickcheck
dev-haskell/tasty
dev-haskell/tasty-hunit
dev-haskell/tasty-quickcheck )
"






[gentoo-commits] gentoo-x86 commit in dev-haskell/bio/files: - New directory

2015-07-26 Thread Sergei Trofimovich (slyfox)
slyfox  15/07/26 14:12:01

  Log:
  Directory /var/cvsroot/gentoo-x86/dev-haskell/bio/files added to the 
repository



[gentoo-commits] gentoo-x86 commit in dev-haskell/bio: bio-0.5.3-r1.ebuild ChangeLog

2015-07-26 Thread Sergei Trofimovich (slyfox)
slyfox  15/07/26 14:12:23

  Modified: bio-0.5.3-r1.ebuild ChangeLog
  Log:
  Port to ghc-7.10.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.2  dev-haskell/bio/bio-0.5.3-r1.ebuild

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

Index: bio-0.5.3-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/bio/bio-0.5.3-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- bio-0.5.3-r1.ebuild 2 Jul 2014 15:12:12 -   1.1
+++ bio-0.5.3-r1.ebuild 26 Jul 2015 14:12:23 -  1.2
@@ -1,13 +1,13 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/bio/bio-0.5.3-r1.ebuild,v 1.1 
2014/07/02 15:12:12 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/bio/bio-0.5.3-r1.ebuild,v 1.2 
2015/07/26 14:12:23 slyfox Exp $
 
 EAPI=5
 
 # ebuild generated by hackport 0.3.2.
 
 CABAL_FEATURES="bin lib profile haddock hoogle hscolour"
-inherit haskell-cabal
+inherit eutils haskell-cabal
 
 DESCRIPTION="A bioinformatics library"
 HOMEPAGE="http://biohaskell.org/Libraries/Bio";
@@ -30,6 +30,8 @@
>=dev-haskell/cabal-1.6"
 
 src_prepare() {
+   epatch "${FILESDIR}"/${P}-ghc-7.10.patch
+
cabal_chdeps \
'binary >=0.4 && <0.5' 'binary >=0.4 && <0.8'
 }



1.4  dev-haskell/bio/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/bio/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   25 Jul 2014 08:59:34 -  1.3
+++ ChangeLog   26 Jul 2015 14:12:23 -  1.4
@@ -1,6 +1,10 @@
 # ChangeLog for dev-haskell/bio
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/bio/ChangeLog,v 1.3 2014/07/25 
08:59:34 slyfox Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/bio/ChangeLog,v 1.4 2015/07/26 
14:12:23 slyfox Exp $
+
+  26 Jul 2015; Sergei Trofimovich 
+  +files/bio-0.5.3-ghc-7.10.patch, bio-0.5.3-r1.ebuild:
+  Port to ghc-7.10.
 
   25 Jul 2014; Sergei Trofimovich  metadata.xml:
   Drop redundant '' field, leave only ''.






[gentoo-commits] gentoo-x86 commit in dev-haskell/bio/files: bio-0.5.3-ghc-7.10.patch

2015-07-26 Thread Sergei Trofimovich (slyfox)
slyfox  15/07/26 14:12:23

  Added:bio-0.5.3-ghc-7.10.patch
  Log:
  Port to ghc-7.10.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.1  dev-haskell/bio/files/bio-0.5.3-ghc-7.10.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/bio/files/bio-0.5.3-ghc-7.10.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/bio/files/bio-0.5.3-ghc-7.10.patch?rev=1.1&content-type=text/plain

Index: bio-0.5.3-ghc-7.10.patch
===
diff --git a/Bio/Alignment/Bowtie.hs b/Bio/Alignment/Bowtie.hs
index 883b057..3e58f0e 100644
--- a/Bio/Alignment/Bowtie.hs
+++ b/Bio/Alignment/Bowtie.hs
@@ -1 +1,2 @@
+{-# LANGUAGE FlexibleContexts #-}
 {-| This module provides a data type to represent an alignment






[gentoo-commits] gentoo-x86 commit in dev-haskell/cpphs: cpphs-1.19.ebuild ChangeLog

2015-07-26 Thread Sergei Trofimovich (slyfox)
slyfox  15/07/26 14:16:05

  Modified: cpphs-1.19.ebuild ChangeLog
  Log:
  Disable HCFLAGS='-g', it breaks ghc-7.10.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.2  dev-haskell/cpphs/cpphs-1.19.ebuild

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

Index: cpphs-1.19.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/cpphs-1.19.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cpphs-1.19.ebuild   4 Apr 2015 09:13:53 -   1.1
+++ cpphs-1.19.ebuild   26 Jul 2015 14:16:05 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/cpphs-1.19.ebuild,v 1.1 
2015/04/04 09:13:53 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/cpphs-1.19.ebuild,v 1.2 
2015/07/26 14:16:05 slyfox Exp $
 
 EAPI=5
 
@@ -26,3 +26,9 @@
 DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.6
 "
+
+src_prepare() {
+   # https://ghc.haskell.org/trac/ghc/ticket/10667
+   [[ $(ghc-version) == 7.10.1.20150630 ]] && replace-hcflags -g ''
+   [[ $(ghc-version) == 7.10.2 ]] && replace-hcflags -g ''
+}



1.65 dev-haskell/cpphs/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/ChangeLog,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- ChangeLog   4 Apr 2015 09:13:53 -   1.64
+++ ChangeLog   26 Jul 2015 14:16:05 -  1.65
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/cpphs
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/ChangeLog,v 1.64 
2015/04/04 09:13:53 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/ChangeLog,v 1.65 
2015/07/26 14:16:05 slyfox Exp $
+
+  26 Jul 2015; Sergei Trofimovich  cpphs-1.19.ebuild:
+  Disable HCFLAGS='-g', it breaks ghc-7.10.
 
 *cpphs-1.19 (04 Apr 2015)
 






[gentoo-commits] proj/tinderbox-cluster-www:master commit in: python/templates/pages/packages/ebuilds/ebuild/, ...

2015-07-26 Thread Magnus Granberg
commit: 65c8b3dcce64f5c865baa472c0307a07c1f9872b
Author: Magnus Granberg  gentoo  org>
AuthorDate: Sun Jul 26 14:37:39 2015 +
Commit: Magnus Granberg  gentoo  org>
CommitDate: Sun Jul 26 14:37:39 2015 +
URL:
https://gitweb.gentoo.org/proj/tinderbox-cluster-www.git/commit/?id=65c8b3dc

add ebuild info and fix listing of packages

 python/tbc_www/models.py   | 27 +
 python/tbc_www/urls.py |  1 +
 python/tbc_www/views.py| 40 --
 python/templates/includes/frontpage/new_logs   |  8 ++--
 .../templates/pages/packages/category/index.html   |  6 +--
 .../pages/packages/ebuilds/ebuild/index.html   | 47 ++
 python/templates/pages/packages/index.html |  6 +--
 7 files changed, 112 insertions(+), 23 deletions(-)

diff --git a/python/tbc_www/models.py b/python/tbc_www/models.py
index 621a7dc..2cb327a 100644
--- a/python/tbc_www/models.py
+++ b/python/tbc_www/models.py
@@ -175,6 +175,14 @@ class Keywords(models.Model):
def __str__(self):
return '%s %s' % (self.KeywordId, self.Keyword)
 
+class Restrictions(models.Model):
+   RestrictionId = models.IntegerField(primary_key=True, 
db_column='restriction_id')
+   Restriction = models.CharField(max_length=150, db_column='restriction')
+   class Meta:
+   db_table = 'restrictions'
+   def __str__(self):
+   return '%s %s' % (self.RestrictionId, self.Restriction)
+
 class EbuildsKeywords(models.Model):
Id =  models.IntegerField(primary_key=True, db_column='id')
EbuildId = models.ForeignKey(Ebuilds, db_column='ebuild_id')
@@ -184,3 +192,22 @@ class EbuildsKeywords(models.Model):
db_table = 'ebuilds_keywords'
def __str__(self):
return '%s %s %s' % (self.EbuildId, self.KeywordId, self.Status)
+
+class EbuildsIuse(models.Model):
+   Id =  models.IntegerField(primary_key=True, db_column='id')
+   EbuildId = models.ForeignKey(Ebuilds, db_column='ebuild_id')
+   UseId = models.ForeignKey(Uses, db_column='use_id')
+   Status =models.BooleanField(db_column='status')
+   class Meta:
+   db_table = 'ebuilds_iuse'
+   def __str__(self):
+   return '%s %s %s %s' % (self.Id, self.EbuildId, self.UseId, 
self.Status)
+
+class EbuildsRestrictions(models.Model):
+   Id =  models.IntegerField(primary_key=True, db_column='id')
+   EbuildId = models.ForeignKey(Ebuilds, db_column='ebuild_id')
+   RestrictionId = models.ForeignKey(Restrictions, 
db_column='restriction_id')
+   class Meta:
+   db_table = 'ebuilds_restrictions'
+   def __str__(self):
+   return '%s %s' % (self.EbuildId, self.RestrictionId)

diff --git a/python/tbc_www/urls.py b/python/tbc_www/urls.py
index 193443f..4d50f40 100644
--- a/python/tbc_www/urls.py
+++ b/python/tbc_www/urls.py
@@ -5,5 +5,6 @@ urlpatterns = patterns('tbc_www.views',
url(r'^packages/$', 'categories'),
url(r'^categories/(?P\d+)/$', 'packages'),
url(r'^package/(?P\d+)/$', 'ebuilds'),
+   url(r'^ebuild/(?P\d+)/$', 'ebuild'),
url(r'^new/$', 'new_main'),
 )

diff --git a/python/tbc_www/views.py b/python/tbc_www/views.py
index f68a706..5b719aa 100644
--- a/python/tbc_www/views.py
+++ b/python/tbc_www/views.py
@@ -7,7 +7,7 @@ from django.conf import settings
 from gentoo_www.models import SiteSettings, Layout, Pages, SubPages, Sponsors, 
Posts
 from tbc_www.models import EbuildsMetadata, BuildLogs, BuildJobs, 
BuildLogsRepomanQa, \
BuildJobsUse, Categories, CategoriesMetadata, Packages, 
PackagesMetadata, Ebuilds, \
-   Repos, EbuildsKeywords, BuildLogsErrors
+   Repos, EbuildsKeywords, BuildLogsErrors, EbuildsRestrictions, 
EbuildsIuse
 import re
 
 def default_TmpDict(pagerequest):
@@ -32,9 +32,10 @@ def home(request):
Lines = 5
TmpDict = default_TmpDict(pagerequest)
TmpDict['EM'] = EbuildsMetadata.objects.filter(Revision = 
'1.1').order_by('-Id')[:Lines]
-   adict = {}
+   alist = []
for BL in BuildLogs.objects.order_by('-TimeStamp')[:Lines]:
adict2 = {}
+   adict2['BuildLogId'] = BL.BuildLogId
adict2['C'] = BL.EbuildId.PackageId.CategoryId.Category
adict2['P'] = BL.EbuildId.PackageId.Package
adict2['V'] = BL.EbuildId.Version
@@ -43,8 +44,8 @@ def home(request):
adict2['SummeryText'] = BL.SummeryText
if BL.Fail:
adict2['BE_tmp'] = 
BuildLogsErrors.objects.filter(BuildLogId = BL.BuildLogId)
-   adict[BL.BuildLogId] = adict2
-   TmpDict['BL'] = adict
+   alist.append(adict2)
+   TmpDict['BL'] = alist
adict = {}
BJ_Tmp = BuildJobs.objects.order_by('-TimeStamp')[:Lines]
for BJ in BJ_Tmp:
@@ -82,7 +83,7 @@ def home(r

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

2015-07-26 Thread Ian Delaney (idella4)
idella4 15/07/26 14:52:45

  Modified: mock-1.2.0.ebuild ChangeLog
  Log:
  re-add pypy support dropped from prior versions, correction to deps, update 
to test phase
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.3  dev-python/mock/mock-1.2.0.ebuild

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

Index: mock-1.2.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/mock/mock-1.2.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mock-1.2.0.ebuild   26 Jul 2015 07:20:04 -  1.2
+++ mock-1.2.0.ebuild   26 Jul 2015 14:52:45 -  1.3
@@ -1,9 +1,9 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/mock/mock-1.2.0.ebuild,v 1.2 
2015/07/26 07:20:04 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/mock/mock-1.2.0.ebuild,v 1.3 
2015/07/26 14:52:45 idella4 Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 pypy )
 
 inherit distutils-r1
 
@@ -22,8 +22,7 @@
>=dev-python/pbr-1.3[${PYTHON_USEDEP}]
test? (
${CDEPEND}
-   dev-python/nose[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep 
'>=dev-python/unittest2-1.1.0[${PYTHON_USEDEP}]' 'python2_7' 'python3_3')
+   $(python_gen_cond_dep 
'>=dev-python/unittest2-1.1.0[${PYTHON_USEDEP}]' 'python2_7' pypy)
)"
 RDEPEND="
${CDEPEND}
@@ -31,7 +30,8 @@
 "
 
 python_test() {
-   nosetests || die "tests fail under ${EPYTHON}"
+   # Taken from tox.ini
+   "${PYTHON}" -m unittest discover || die "Testing failed with ${EPYTHON}"
 }
 
 python_install_all() {



1.94 dev-python/mock/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/mock/ChangeLog,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -r1.93 -r1.94
--- ChangeLog   26 Jul 2015 07:20:04 -  1.93
+++ ChangeLog   26 Jul 2015 14:52:45 -  1.94
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/mock
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/mock/ChangeLog,v 1.93 2015/07/26 
07:20:04 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/mock/ChangeLog,v 1.94 2015/07/26 
14:52:45 idella4 Exp $
+
+  26 Jul 2015; Ian Delaney  mock-1.2.0.ebuild:
+  re-add pypy support dropped from prior versions, correction to deps, update 
to
+  test phase
 
   26 Jul 2015; Jeroen Roovers  mock-1.2.0.ebuild:
   Mark ~hppa (bug #70).






[gentoo-commits] gentoo-x86 commit in dev-ml/pa_test: ChangeLog pa_test-112.24.00.ebuild

2015-07-26 Thread Alexis Ballier (aballier)
aballier15/07/26 14:53:39

  Modified: ChangeLog pa_test-112.24.00.ebuild
  Log:
  add missing dep on dev-ml/herelib, bug #555946
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.9  dev-ml/pa_test/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ml/pa_test/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   18 Mar 2015 17:10:26 -  1.8
+++ ChangeLog   26 Jul 2015 14:53:39 -  1.9
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ml/pa_test
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/pa_test/ChangeLog,v 1.8 2015/03/18 
17:10:26 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/pa_test/ChangeLog,v 1.9 2015/07/26 
14:53:39 aballier Exp $
+
+  26 Jul 2015; Alexis Ballier  pa_test-112.24.00.ebuild:
+  add missing dep on dev-ml/herelib, bug #555946
 
 *pa_test-112.24.00 (18 Mar 2015)
 



1.2  dev-ml/pa_test/pa_test-112.24.00.ebuild

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

Index: pa_test-112.24.00.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ml/pa_test/pa_test-112.24.00.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pa_test-112.24.00.ebuild18 Mar 2015 17:10:26 -  1.1
+++ pa_test-112.24.00.ebuild26 Jul 2015 14:53:39 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/pa_test/pa_test-112.24.00.ebuild,v 
1.1 2015/03/18 17:10:26 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/pa_test/pa_test-112.24.00.ebuild,v 
1.2 2015/07/26 14:53:39 aballier Exp $
 
 EAPI="5"
 
@@ -20,6 +20,7 @@
dev-ml/sexplib:=
dev-ml/comparelib:=
dev-ml/camlp4:=
+   dev-ml/herelib:=
"
 RDEPEND="${DEPEND}"
 






[gentoo-commits] proj/hardened-patchset: New tag: 20150725

2015-07-26 Thread Anthony G. Basile
commit: 
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sun Jul 26 14:57:05 2015 +

New tag: 20150725




[gentoo-commits] gentoo-x86 commit in dev-python/unittest2: unittest2-1.0.1-r1.ebuild unittest2-1.1.0.ebuild ChangeLog unittest2-1.0.1.ebuild

2015-07-26 Thread Ian Delaney (idella4)
idella4 15/07/26 14:57:41

  Modified: unittest2-1.0.1-r1.ebuild unittest2-1.1.0.ebuild
ChangeLog
  Removed:  unittest2-1.0.1.ebuild
  Log:
  re-add pypy support dropped from prior versions
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.4  dev-python/unittest2/unittest2-1.0.1-r1.ebuild

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

Index: unittest2-1.0.1-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/unittest2/unittest2-1.0.1-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- unittest2-1.0.1-r1.ebuild   21 May 2015 03:40:29 -  1.3
+++ unittest2-1.0.1-r1.ebuild   26 Jul 2015 14:57:41 -  1.4
@@ -1,9 +1,9 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/unittest2/unittest2-1.0.1-r1.ebuild,v 1.3 
2015/05/21 03:40:29 mattst88 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/unittest2/unittest2-1.0.1-r1.ebuild,v 1.4 
2015/07/26 14:57:41 idella4 Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 pypy )
 
 inherit distutils-r1
 



1.3  dev-python/unittest2/unittest2-1.1.0.ebuild

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

Index: unittest2-1.1.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/unittest2/unittest2-1.1.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- unittest2-1.1.0.ebuild  25 Jul 2015 16:04:23 -  1.2
+++ unittest2-1.1.0.ebuild  26 Jul 2015 14:57:41 -  1.3
@@ -1,9 +1,9 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/unittest2/unittest2-1.1.0.ebuild,v 1.2 
2015/07/25 16:04:23 alunduil Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/unittest2/unittest2-1.1.0.ebuild,v 1.3 
2015/07/26 14:57:41 idella4 Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 pypy )
 
 inherit distutils-r1
 



1.65 dev-python/unittest2/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/unittest2/ChangeLog,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- ChangeLog   25 Jul 2015 16:04:23 -  1.64
+++ ChangeLog   26 Jul 2015 14:57:41 -  1.65
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/unittest2
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/unittest2/ChangeLog,v 1.64 
2015/07/25 16:04:23 alunduil Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/unittest2/ChangeLog,v 1.65 
2015/07/26 14:57:41 idella4 Exp $
+
+  26 Jul 2015; Ian Delaney  -unittest2-1.0.1.ebuild,
+  unittest2-1.0.1-r1.ebuild, unittest2-1.1.0.ebuild:
+  re-add pypy support dropped from prior versions
 
   25 Jul 2015; Alex Brandt  unittest2-1.1.0.ebuild:
   1.1.0: add dev-python/linecache2 dependence






[gentoo-commits] proj/hardened-dev:master commit in: sys-kernel/hardened-sources/

2015-07-26 Thread Anthony G. Basile
commit: 5b953387976bd7e3d6f7747833b6104669b8fee9
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sun Jul 26 15:01:33 2015 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sun Jul 26 15:01:33 2015 +
URL:https://gitweb.gentoo.org/proj/hardened-dev.git/commit/?id=5b953387

sys-kernel/hardened-sources: testing patchset 20150725

Package-Manager: portage-2.2.20
Manifest-Sign-Key: 0xF52D4BBA

 ...ened-sources-3.14.48.ebuild => hardened-sources-3.14.48-r1.ebuild} | 4 ++--
 ...d-sources-3.2.69-r11.ebuild => hardened-sources-3.2.69-r12.ebuild} | 2 +-
 .../{hardened-sources-4.0.8.ebuild => hardened-sources-4.1.3.ebuild}  | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys-kernel/hardened-sources/hardened-sources-3.14.48.ebuild 
b/sys-kernel/hardened-sources/hardened-sources-3.14.48-r1.ebuild
similarity index 95%
rename from sys-kernel/hardened-sources/hardened-sources-3.14.48.ebuild
rename to sys-kernel/hardened-sources/hardened-sources-3.14.48-r1.ebuild
index a420b46..4128885 100644
--- a/sys-kernel/hardened-sources/hardened-sources-3.14.48.ebuild
+++ b/sys-kernel/hardened-sources/hardened-sources-3.14.48-r1.ebuild
@@ -6,13 +6,13 @@ EAPI="5"
 
 ETYPE="sources"
 K_WANT_GENPATCHES="base"
-K_GENPATCHES_VER="52"
+K_GENPATCHES_VER="53"
 K_DEBLOB_AVAILABLE="1"
 
 inherit kernel-2
 detect_version
 
-HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-1"
+HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-2"
 
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.69-r11.ebuild 
b/sys-kernel/hardened-sources/hardened-sources-3.2.69-r12.ebuild
similarity index 96%
rename from sys-kernel/hardened-sources/hardened-sources-3.2.69-r11.ebuild
rename to sys-kernel/hardened-sources/hardened-sources-3.2.69-r12.ebuild
index 429e32c..1752deb 100644
--- a/sys-kernel/hardened-sources/hardened-sources-3.2.69-r11.ebuild
+++ b/sys-kernel/hardened-sources/hardened-sources-3.2.69-r12.ebuild
@@ -12,7 +12,7 @@ K_DEBLOB_AVAILABLE="1"
 inherit kernel-2
 detect_version
 
-HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-11"
+HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-13"
 
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-4.0.8.ebuild 
b/sys-kernel/hardened-sources/hardened-sources-4.1.3.ebuild
similarity index 98%
rename from sys-kernel/hardened-sources/hardened-sources-4.0.8.ebuild
rename to sys-kernel/hardened-sources/hardened-sources-4.1.3.ebuild
index 9b8e978..b0bf216 100644
--- a/sys-kernel/hardened-sources/hardened-sources-4.0.8.ebuild
+++ b/sys-kernel/hardened-sources/hardened-sources-4.1.3.ebuild
@@ -6,7 +6,7 @@ EAPI="5"
 
 ETYPE="sources"
 K_WANT_GENPATCHES="base"
-K_GENPATCHES_VER="9"
+K_GENPATCHES_VER="7"
 K_DEBLOB_AVAILABLE="1"
 
 inherit kernel-2



[gentoo-commits] gentoo-x86 commit in dev-python/unittest2: ChangeLog

2015-07-26 Thread Ian Delaney (idella4)
idella4 15/07/26 15:14:30

  Modified: ChangeLog
  Log:
  extend msg in ChangeLog
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.66 dev-python/unittest2/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/unittest2/ChangeLog,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- ChangeLog   26 Jul 2015 14:57:41 -  1.65
+++ ChangeLog   26 Jul 2015 15:14:30 -  1.66
@@ -1,10 +1,10 @@
 # ChangeLog for dev-python/unittest2
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/unittest2/ChangeLog,v 1.65 
2015/07/26 14:57:41 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/unittest2/ChangeLog,v 1.66 
2015/07/26 15:14:30 idella4 Exp $
 
   26 Jul 2015; Ian Delaney  -unittest2-1.0.1.ebuild,
   unittest2-1.0.1-r1.ebuild, unittest2-1.1.0.ebuild:
-  re-add pypy support dropped from prior versions
+  re-add pypy support dropped from prior versions, rm redundant -1.0.1
 
   25 Jul 2015; Alex Brandt  unittest2-1.1.0.ebuild:
   1.1.0: add dev-python/linecache2 dependence






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

2015-07-26 Thread Ian Delaney (idella4)
idella4 15/07/26 15:17:58

  Modified: fixtures-1.3.1-r1.ebuild ChangeLog
  Log:
  re-add pypy support
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.2  dev-python/fixtures/fixtures-1.3.1-r1.ebuild

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

Index: fixtures-1.3.1-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/fixtures/fixtures-1.3.1-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- fixtures-1.3.1-r1.ebuild23 Jul 2015 06:24:51 -  1.1
+++ fixtures-1.3.1-r1.ebuild26 Jul 2015 15:17:58 -  1.2
@@ -1,9 +1,9 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/fixtures/fixtures-1.3.1-r1.ebuild,v 1.1 
2015/07/23 06:24:51 prometheanfire Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/fixtures/fixtures-1.3.1-r1.ebuild,v 1.2 
2015/07/26 15:17:58 idella4 Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 pypy )
 
 inherit distutils-r1
 
@@ -23,7 +23,7 @@
dev-python/six[${PYTHON_USEDEP}]
>=dev-python/testtools-0.9.22[${PYTHON_USEDEP}]"
 DEPEND="${RDEPEND}
-   test? ( dev-python/mock[$(python_gen_usedep 'python2*')] )"
+   test? ( dev-python/mock[$(python_gen_usedep python2_7 pypy)] )"
 #DISTUTILS_IN_SOURCE_BUILD=1
 
 python_test() {



1.35 dev-python/fixtures/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/fixtures/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog   23 Jul 2015 06:24:51 -  1.34
+++ ChangeLog   26 Jul 2015 15:17:58 -  1.35
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/fixtures
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/fixtures/ChangeLog,v 1.34 
2015/07/23 06:24:51 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/fixtures/ChangeLog,v 1.35 
2015/07/26 15:17:58 idella4 Exp $
+
+  26 Jul 2015; Ian Delaney  fixtures-1.3.1-r1.ebuild:
+  re-add pypy support
 
 *fixtures-1.3.1-r1 (23 Jul 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-python/testresources: testresources-0.2.7-r2.ebuild ChangeLog testresources-0.2.7.ebuild testresources-0.2.7-r1.ebuild

2015-07-26 Thread Ian Delaney (idella4)
idella4 15/07/26 15:23:11

  Modified: testresources-0.2.7-r2.ebuild ChangeLog
  Removed:  testresources-0.2.7.ebuild
testresources-0.2.7-r1.ebuild
  Log:
  add pypy support
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.14 dev-python/testresources/testresources-0.2.7-r2.ebuild

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

Index: testresources-0.2.7-r2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/testresources/testresources-0.2.7-r2.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- testresources-0.2.7-r2.ebuild   14 Apr 2015 12:51:31 -  1.13
+++ testresources-0.2.7-r2.ebuild   26 Jul 2015 15:23:11 -  1.14
@@ -1,9 +1,9 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/testresources/testresources-0.2.7-r2.ebuild,v
 1.13 2015/04/14 12:51:31 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/testresources/testresources-0.2.7-r2.ebuild,v
 1.14 2015/07/26 15:23:11 idella4 Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
 
 inherit distutils-r1
 



1.24 dev-python/testresources/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/testresources/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog   9 Jun 2015 17:14:18 -   1.23
+++ ChangeLog   26 Jul 2015 15:23:11 -  1.24
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/testresources
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/testresources/ChangeLog,v 1.23 
2015/06/09 17:14:18 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/testresources/ChangeLog,v 1.24 
2015/07/26 15:23:11 idella4 Exp $
+
+  26 Jul 2015; Ian Delaney  -testresources-0.2.7-r1.ebuild,
+  -testresources-0.2.7.ebuild, testresources-0.2.7-r2.ebuild:
+  add pypy support
 
   09 Jun 2015; Justin Lecher  metadata.xml:
   Updating remote-id in metadata.xml






[gentoo-commits] gentoo-x86 commit in dev-python/linecache2: linecache2-1.0.0.ebuild ChangeLog

2015-07-26 Thread Ian Delaney (idella4)
idella4 15/07/26 15:26:14

  Modified: linecache2-1.0.0.ebuild ChangeLog
  Log:
  add pypy support
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.6  dev-python/linecache2/linecache2-1.0.0.ebuild

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

Index: linecache2-1.0.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/linecache2/linecache2-1.0.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- linecache2-1.0.0.ebuild 21 May 2015 03:40:03 -  1.5
+++ linecache2-1.0.0.ebuild 26 Jul 2015 15:26:14 -  1.6
@@ -1,9 +1,9 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/linecache2/linecache2-1.0.0.ebuild,v 1.5 
2015/05/21 03:40:03 mattst88 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/linecache2/linecache2-1.0.0.ebuild,v 1.6 
2015/07/26 15:26:14 idella4 Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 pypy )
 
 inherit distutils-r1
 



1.8  dev-python/linecache2/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/linecache2/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   7 Jun 2015 13:43:21 -   1.7
+++ ChangeLog   26 Jul 2015 15:26:14 -  1.8
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/linecache2
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/linecache2/ChangeLog,v 1.7 
2015/06/07 13:43:21 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/linecache2/ChangeLog,v 1.8 
2015/07/26 15:26:14 idella4 Exp $
+
+  26 Jul 2015; Ian Delaney  linecache2-1.0.0.ebuild:
+  add pypy support
 
   07 Jun 2015; Justin Lecher  metadata.xml:
   Add github to remote-id in metadata.xml






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

2015-07-26 Thread Ian Delaney (idella4)
idella4 15/07/26 15:30:18

  Modified: pbr-1.3.0.ebuild ChangeLog
  Log:
  add pypy support, tidy to test phase
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

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

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

Index: pbr-1.3.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pbr/pbr-1.3.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pbr-1.3.0.ebuild11 Jul 2015 19:08:26 -  1.1
+++ pbr-1.3.0.ebuild26 Jul 2015 15:30:18 -  1.2
@@ -1,10 +1,10 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pbr/pbr-1.3.0.ebuild,v 1.1 
2015/07/11 19:08:26 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pbr/pbr-1.3.0.ebuild,v 1.2 
2015/07/26 15:30:18 idella4 Exp $
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{3,4} )
+PYTHON_COMPAT=( python2_7 python3_{3,4} pypy )
 
 inherit distutils-r1
 
@@ -59,8 +59,6 @@
 }
 
 python_test() {
-   # Note; removed tests pass once package is emerged,
-   # it's the suite's design that breaks form, not the tests' intended 
purpose
-   testr init || die
-   testr run || die "Testsuite failed under ${EPYTHON}"
+   # Note; Tests, that have been removed, pass once package is emerged.
+   esetup.py testr
 }



1.46 dev-python/pbr/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pbr/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog   11 Jul 2015 19:08:26 -  1.45
+++ ChangeLog   26 Jul 2015 15:30:18 -  1.46
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pbr
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pbr/ChangeLog,v 1.45 2015/07/11 
19:08:26 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pbr/ChangeLog,v 1.46 2015/07/26 
15:30:18 idella4 Exp $
+
+  26 Jul 2015; Ian Delaney  pbr-1.3.0.ebuild:
+  add pypy support, tidy to test phase
 
 *pbr-1.3.0 (11 Jul 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-python/traceback2: traceback2-1.4.0.ebuild ChangeLog

2015-07-26 Thread Ian Delaney (idella4)
idella4 15/07/26 15:34:06

  Modified: traceback2-1.4.0.ebuild ChangeLog
  Log:
  add pypy support
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.7  dev-python/traceback2/traceback2-1.4.0.ebuild

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

Index: traceback2-1.4.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/traceback2/traceback2-1.4.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- traceback2-1.4.0.ebuild 21 May 2015 03:40:13 -  1.6
+++ traceback2-1.4.0.ebuild 26 Jul 2015 15:34:06 -  1.7
@@ -1,10 +1,10 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/traceback2/traceback2-1.4.0.ebuild,v 1.6 
2015/05/21 03:40:13 mattst88 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/traceback2/traceback2-1.4.0.ebuild,v 1.7 
2015/07/26 15:34:06 idella4 Exp $
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 pypy )
 
 inherit distutils-r1
 



1.9  dev-python/traceback2/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/traceback2/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   7 Jun 2015 16:18:01 -   1.8
+++ ChangeLog   26 Jul 2015 15:34:06 -  1.9
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/traceback2
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/traceback2/ChangeLog,v 1.8 
2015/06/07 16:18:01 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/traceback2/ChangeLog,v 1.9 
2015/07/26 15:34:06 idella4 Exp $
+
+  26 Jul 2015; Ian Delaney  traceback2-1.4.0.ebuild:
+  add pypy support
 
   07 Jun 2015; Justin Lecher  metadata.xml:
   Add github to remote-id in metadata.xml






[gentoo-commits] gentoo-x86 commit in dev-python/testtools: testtools-1.7.1.ebuild testtools-1.8.0.ebuild ChangeLog

2015-07-26 Thread Ian Delaney (idella4)
idella4 15/07/26 15:41:11

  Modified: testtools-1.7.1.ebuild testtools-1.8.0.ebuild
ChangeLog
  Log:
  add pypy support, rm un-needed dep from -1.8.0
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.6  dev-python/testtools/testtools-1.7.1.ebuild

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

Index: testtools-1.7.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/testtools/testtools-1.7.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- testtools-1.7.1.ebuild  21 May 2015 03:40:48 -  1.5
+++ testtools-1.7.1.ebuild  26 Jul 2015 15:41:11 -  1.6
@@ -1,10 +1,10 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/testtools/testtools-1.7.1.ebuild,v 1.5 
2015/05/21 03:40:48 mattst88 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/testtools/testtools-1.7.1.ebuild,v 1.6 
2015/07/26 15:41:11 idella4 Exp $
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
 
 inherit distutils-r1
 
@@ -15,7 +15,7 @@
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc64"
-IUSE="doc test"
+IUSE="doc"
 
 CDEPEND="
dev-python/extras[${PYTHON_USEDEP}]



1.3  dev-python/testtools/testtools-1.8.0.ebuild

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

Index: testtools-1.8.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/testtools/testtools-1.8.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- testtools-1.8.0.ebuild  24 Jul 2015 07:29:00 -  1.2
+++ testtools-1.8.0.ebuild  26 Jul 2015 15:41:11 -  1.3
@@ -1,10 +1,10 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/testtools/testtools-1.8.0.ebuild,v 1.2 
2015/07/24 07:29:00 idella4 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/testtools/testtools-1.8.0.ebuild,v 1.3 
2015/07/26 15:41:11 idella4 Exp $
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{3,4} )
+PYTHON_COMPAT=( python2_7 python3_{3,4} pypy )
 
 inherit distutils-r1
 
@@ -19,7 +19,6 @@
 
 CDEPEND="
dev-python/extras[${PYTHON_USEDEP}]
-   dev-python/linecache2[${PYTHON_USEDEP}]
dev-python/mimeparse[${PYTHON_USEDEP}]
>=dev-python/pbr-0.11[${PYTHON_USEDEP}]
>=dev-python/unittest2-1.0.0[${PYTHON_USEDEP}]



1.128dev-python/testtools/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/testtools/ChangeLog,v
retrieving revision 1.127
retrieving revision 1.128
diff -u -r1.127 -r1.128
--- ChangeLog   24 Jul 2015 07:29:00 -  1.127
+++ ChangeLog   26 Jul 2015 15:41:11 -  1.128
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/testtools
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/testtools/ChangeLog,v 1.127 
2015/07/24 07:29:00 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/testtools/ChangeLog,v 1.128 
2015/07/26 15:41:11 idella4 Exp $
+
+  26 Jul 2015; Ian Delaney  testtools-1.7.1.ebuild,
+  testtools-1.8.0.ebuild:
+  add pypy support, rm un-needed dep from -1.8.0
 
   24 Jul 2015; Ian Delaney  testtools-1.7.1.ebuild,
   testtools-1.8.0.ebuild:






[gentoo-commits] proj/betagarden:master commit in: media-sound/cava/

2015-07-26 Thread Sebastian Pipping
commit: b2ed15aa430c4ff192c3c20b879ea7a988cb4666
Author: Sebastian Pipping  pipping  org>
AuthorDate: Sun Jul 26 17:15:08 2015 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Sun Jul 26 17:15:08 2015 +
URL:https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=b2ed15aa

media-sound/cava: Check kernel config for CONFIG_SND_ALOOP

 media-sound/cava/cava-0.3.2.ebuild | 11 +++
 1 file changed, 11 insertions(+)

diff --git a/media-sound/cava/cava-0.3.2.ebuild 
b/media-sound/cava/cava-0.3.2.ebuild
index ba601e1..1d223f4 100644
--- a/media-sound/cava/cava-0.3.2.ebuild
+++ b/media-sound/cava/cava-0.3.2.ebuild
@@ -4,6 +4,8 @@
 
 EAPI="5"
 
+inherit linux-info
+
 DESCRIPTION="Console-based Audio Visualizer for ALSA (=CAVA)"
 HOMEPAGE="https://github.com/karlstav/cava";
 SRC_URI="https://github.com/karlstav/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
@@ -16,6 +18,15 @@ IUSE=""
 DEPEND="sci-libs/fftw"
 RDEPEND="${DEPEND}"
 
+pkg_setup() {
+   if linux_config_exists ; then
+   einfo "Checking kernel configuration at $(linux_config_path)..."
+   if ! linux_chkconfig_present SND_ALOOP ; then
+   ewarn 'Kernel option CONFIG_SND_ALOOP=[ym] needed but 
missing'
+   fi
+   fi
+}
+
 src_compile() {
# TODO resolve bundled iniparser
# https://github.com/karlstav/cava/issues/49



[gentoo-commits] gentoo-x86 commit in dev-util/aruba: ChangeLog aruba-0.8.1.ebuild

2015-07-26 Thread Jeroen Roovers (jer)
jer 15/07/26 17:51:01

  Modified: ChangeLog aruba-0.8.1.ebuild
  Log:
  Mark ~hppa (bug #555312).
  
  (Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.67 dev-util/aruba/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/aruba/ChangeLog,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- ChangeLog   26 Jul 2015 08:26:44 -  1.66
+++ ChangeLog   26 Jul 2015 17:51:01 -  1.67
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/aruba
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/aruba/ChangeLog,v 1.66 2015/07/26 
08:26:44 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/aruba/ChangeLog,v 1.67 2015/07/26 
17:51:01 jer Exp $
+
+  26 Jul 2015; Jeroen Roovers  aruba-0.8.1.ebuild:
+  Mark ~hppa (bug #555312).
 
   26 Jul 2015; Markus Meier  aruba-0.8.1.ebuild:
   add ~arm, bug #555312



1.4  dev-util/aruba/aruba-0.8.1.ebuild

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

Index: aruba-0.8.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/aruba/aruba-0.8.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- aruba-0.8.1.ebuild  26 Jul 2015 08:26:44 -  1.3
+++ aruba-0.8.1.ebuild  26 Jul 2015 17:51:01 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/aruba/aruba-0.8.1.ebuild,v 1.3 
2015/07/26 08:26:44 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/aruba/aruba-0.8.1.ebuild,v 1.4 
2015/07/26 17:51:01 jer Exp $
 
 EAPI=5
 USE_RUBY="ruby19 ruby20 ruby21 ruby22"
@@ -17,7 +17,7 @@
 HOMEPAGE="https://github.com/cucumber/aruba";
 LICENSE="MIT"
 
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm ~hppa ~x86"
 SLOT="0"
 IUSE=""
 






[gentoo-commits] gentoo-x86 commit in net-misc/mosh: mosh-1.2.5.ebuild ChangeLog

2015-07-26 Thread Michael Weber (xmw)
xmw 15/07/26 18:16:50

  Modified: ChangeLog
  Added:mosh-1.2.5.ebuild
  Log:
  Version bump (bug 555794, thanks DrSlony for reminding me).
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
62EEF090)

Revision  ChangesPath
1.51 net-misc/mosh/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/mosh/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog   26 Jun 2015 10:32:25 -  1.50
+++ ChangeLog   26 Jul 2015 18:16:50 -  1.51
@@ -1,6 +1,12 @@
 # ChangeLog for net-misc/mosh
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/mosh/ChangeLog,v 1.50 2015/06/26 
10:32:25 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/mosh/ChangeLog,v 1.51 2015/07/26 
18:16:50 xmw Exp $
+
+*mosh-1.2.5 (26 Jul 2015)
+
+  26 Jul 2015; Michael Weber 
+  +files/mosh-1.2.5-git-version.patch, +mosh-1.2.5.ebuild:
+  Version bump (bug 555794, thanks DrSlony for reminding me).
 
   26 Jun 2015; Manuel Rüger  mosh-.ebuild:
   Update location of bash completion



1.1  net-misc/mosh/mosh-1.2.5.ebuild

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

Index: mosh-1.2.5.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/mosh/mosh-1.2.5.ebuild,v 1.1 
2015/07/26 18:16:50 xmw Exp $

EAPI=4

inherit autotools bash-completion-r1 eutils vcs-snapshot

DESCRIPTION="Mobile shell that supports roaming and intelligent local echo"
HOMEPAGE="http://mosh.mit.edu";
SRC_URI="http://mosh.mit.edu/${P}.tar.gz";

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~arm ~mips ~ppc ~x86 ~amd64-linux ~arm-linux ~x86-linux 
~x64-macos"
IUSE="+client examples +mosh-hardening +server ufw +utempter"
REQUIRED_USE="|| ( client server )
examples? ( client )"

RDEPEND="dev-libs/protobuf
sys-libs/ncurses:5
virtual/ssh
client? ( dev-lang/perl
dev-perl/IO-Tty )
utempter? ( sys-libs/libutempter )"
DEPEND="${RDEPEND}
virtual/pkgconfig"

src_prepare() {
# avoid sandbox-violation calling git describe in Makefile
epatch "${FILESDIR}"/${P}-git-version.patch

eautoreconf
}

src_configure() {
econf \
--disable-completion \
$(use_enable client) \
$(use_enable server) \
$(use_enable examples) \
$(use_enable ufw) \
$(use_enable mosh-hardening hardening) \
$(use_with utempter)
}

src_compile() {
emake V=1
}

src_install() {
default

for myprog in $(find src/examples -type f -perm /0111) ; do
newbin ${myprog} ${PN}-$(basename ${myprog})
elog "${myprog} installed as ${PN}-$(basename ${myprog})"
done

# bug 477384
dobashcomp conf/bash-completion/completions/mosh
}






[gentoo-commits] gentoo-x86 commit in net-misc/mosh/files: mosh-1.2.5-git-version.patch

2015-07-26 Thread Michael Weber (xmw)
xmw 15/07/26 18:16:50

  Added:mosh-1.2.5-git-version.patch
  Log:
  Version bump (bug 555794, thanks DrSlony for reminding me).
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
62EEF090)

Revision  ChangesPath
1.1  net-misc/mosh/files/mosh-1.2.5-git-version.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mosh/files/mosh-1.2.5-git-version.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mosh/files/mosh-1.2.5-git-version.patch?rev=1.1&content-type=text/plain

Index: mosh-1.2.5-git-version.patch
===
--- mosh-1.2.5/Makefile.am
+++ mosh-1.2.5/Makefile.am
@@ -8,12 +8,7 @@
 
 VERSION:
@echo @PACKAGE_STRING@ > VERSION.dist
-   @set -e; if git describe --dirty --always > VERSION.git 2>&1 && \
-   [ -z `git rev-parse --show-prefix` ]; then \
-   if ! diff -q VERSION.git VERSION > /dev/null 2>&1; then \
-   mv -f VERSION.git VERSION; \
-   fi; \
-   elif ! diff -q VERSION.dist VERSION > /dev/null 2>&1; then \
+   @set -e; if ! diff -q VERSION.dist VERSION > /dev/null 2>&1; then \
mv -f VERSION.dist VERSION; \
fi
@rm -f VERSION.dist VERSION.git






[gentoo-commits] gentoo-x86 commit in media-gfx/fontforge: fontforge-20150612.ebuild ChangeLog

2015-07-26 Thread Mike Gilbert (floppym)
floppym 15/07/26 18:44:31

  Modified: ChangeLog
  Added:fontforge-20150612.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0BBEEA1FEA4843A4)

Revision  ChangesPath
1.160media-gfx/fontforge/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-gfx/fontforge/ChangeLog,v
retrieving revision 1.159
retrieving revision 1.160
diff -u -r1.159 -r1.160
--- ChangeLog   7 Jun 2015 22:39:23 -   1.159
+++ ChangeLog   26 Jul 2015 18:44:31 -  1.160
@@ -1,6 +1,11 @@
 # ChangeLog for media-gfx/fontforge
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/fontforge/ChangeLog,v 1.159 
2015/06/07 22:39:23 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/fontforge/ChangeLog,v 1.160 
2015/07/26 18:44:31 floppym Exp $
+
+*fontforge-20150612 (26 Jul 2015)
+
+  26 Jul 2015; Mike Gilbert  +fontforge-20150612.ebuild:
+  Version bump.
 
   07 Jun 2015; Mike Gilbert  fontforge-20150430.ebuild:
   Adjust LICENSE.



1.1  media-gfx/fontforge/fontforge-20150612.ebuild

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

Index: fontforge-20150612.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-gfx/fontforge/fontforge-20150612.ebuild,v 1.1 
2015/07/26 18:44:31 floppym Exp $

EAPI=5

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

inherit autotools eutils fdo-mime python-single-r1

DESCRIPTION="postscript font editor and converter"
HOMEPAGE="http://fontforge.github.io/";
SRC_URI="https://github.com/fontforge/fontforge/releases/download/${PV}/${P}.tar.gz";

LICENSE="BSD GPL-3+"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos"
IUSE="cairo truetype-debugger gif gtk jpeg png +python readline tiff svg 
unicode X"

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

RDEPEND="
dev-libs/libltdl:0
dev-libs/libxml2:2=
>=media-libs/freetype-2.3.7:2=
cairo? (
>=x11-libs/cairo-1.6:0=
x11-libs/pango:0=
)
gif? ( media-libs/giflib:0= )
jpeg? ( virtual/jpeg:0 )
png? ( media-libs/libpng:0= )
tiff? ( media-libs/tiff:0= )
truetype-debugger? ( 
>=media-libs/freetype-2.3.8:2[fontforge,-bindist(-)] )
gtk? ( x11-libs/gtk+:2= )
python? ( ${PYTHON_DEPS} )
readline? ( sys-libs/readline:0= )
unicode? ( media-libs/libuninameslist:0= )
X? (
x11-libs/libX11:0=
x11-libs/libXi:0=
x11-libs/libxkbui:0=
>=x11-libs/pango-1.10:0=[X]
)
!media-gfx/pfaedit
"
DEPEND="${RDEPEND}
sys-devel/gettext
virtual/pkgconfig
X? ( x11-proto/inputproto )
"

# Needs keywording on many arches.
#   zeromq? (
#   >=net-libs/czmq-2.2.0:0=
#   >=net-libs/zeromq-4.0.4:0=
#   )

pkg_setup() {
use python && python-single-r1_pkg_setup
}

gnulib_import() {
(
func_add_hook() { :; }
source bootstrap.conf
set -- "${S}/gnulib/gnulib-tool" --libtool --import 
${gnulib_modules}
echo "$@"
"$@"
)
}

src_prepare() {
# Tarball comes with broken absolute symlinks
# https://github.com/fontforge/fontforge/issues/2439
find . -lname "/*" -delete || die
gnulib_import || die
epatch_user
eautoreconf
}

src_configure() {
local myeconfargs=(
--disable-static
$(use_enable truetype-debugger freetype-debugger 
"${EPREFIX}/usr/include/freetype2/internal4fontforge")
$(use_enable gtk gtk2-use)
$(use_enable python python-extension)
$(use_enable python python-scripting)
--enable-tile-path
--enable-gb12345
$(use_with cairo)
$(use_with gif giflib)
$(use_with jpeg libjpeg)
$(use_

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

2015-07-26 Thread Michal Gorny (mgorny)
mgorny  15/07/26 18:57:27

  Modified: mock-1.2.0.ebuild ChangeLog
  Log:
  Revert previous commit because of introduced unsatisfiable dependencies.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.4  dev-python/mock/mock-1.2.0.ebuild

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

Index: mock-1.2.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/mock/mock-1.2.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- mock-1.2.0.ebuild   26 Jul 2015 14:52:45 -  1.3
+++ mock-1.2.0.ebuild   26 Jul 2015 18:57:27 -  1.4
@@ -1,9 +1,9 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/mock/mock-1.2.0.ebuild,v 1.3 
2015/07/26 14:52:45 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/mock/mock-1.2.0.ebuild,v 1.4 
2015/07/26 18:57:27 mgorny Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python2_7 python3_3 python3_4 pypy )
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
 
 inherit distutils-r1
 
@@ -22,7 +22,8 @@
>=dev-python/pbr-1.3[${PYTHON_USEDEP}]
test? (
${CDEPEND}
-   $(python_gen_cond_dep 
'>=dev-python/unittest2-1.1.0[${PYTHON_USEDEP}]' 'python2_7' pypy)
+   dev-python/nose[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep 
'>=dev-python/unittest2-1.1.0[${PYTHON_USEDEP}]' 'python2_7' 'python3_3')
)"
 RDEPEND="
${CDEPEND}
@@ -30,8 +31,7 @@
 "
 
 python_test() {
-   # Taken from tox.ini
-   "${PYTHON}" -m unittest discover || die "Testing failed with ${EPYTHON}"
+   nosetests || die "tests fail under ${EPYTHON}"
 }
 
 python_install_all() {



1.95 dev-python/mock/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/mock/ChangeLog,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -r1.94 -r1.95
--- ChangeLog   26 Jul 2015 14:52:45 -  1.94
+++ ChangeLog   26 Jul 2015 18:57:27 -  1.95
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/mock
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/mock/ChangeLog,v 1.94 2015/07/26 
14:52:45 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/mock/ChangeLog,v 1.95 2015/07/26 
18:57:27 mgorny Exp $
+
+  26 Jul 2015;   mock-1.2.0.ebuild:
+  Revert previous commit because of introduced unsatisfiable dependencies.
 
   26 Jul 2015; Ian Delaney  mock-1.2.0.ebuild:
   re-add pypy support dropped from prior versions, correction to deps, update 
to






[gentoo-commits] gentoo-x86 commit in media-sound/abcm2ps: abcm2ps-8.8.3.ebuild ChangeLog abcm2ps-8.3.4.ebuild

2015-07-26 Thread Lars Wendler (polynomial-c)
polynomial-c15/07/26 19:01:00

  Modified: ChangeLog
  Added:abcm2ps-8.8.3.ebuild
  Removed:  abcm2ps-8.3.4.ebuild
  Log:
  Version bump. Removed old
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
981CA6FC)

Revision  ChangesPath
1.99 media-sound/abcm2ps/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/abcm2ps/ChangeLog,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -r1.98 -r1.99
--- ChangeLog   24 Feb 2015 02:29:51 -  1.98
+++ ChangeLog   26 Jul 2015 19:00:59 -  1.99
@@ -1,6 +1,12 @@
 # ChangeLog for media-sound/abcm2ps
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/abcm2ps/ChangeLog,v 1.98 
2015/02/24 02:29:51 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/abcm2ps/ChangeLog,v 1.99 
2015/07/26 19:00:59 polynomial-c Exp $
+
+*abcm2ps-8.8.3 (26 Jul 2015)
+
+  26 Jul 2015; Lars Wendler  -abcm2ps-8.3.4.ebuild,
+  +abcm2ps-8.8.3.ebuild:
+  Version bump. Removed old.
 
   24 Feb 2015; Tim Harder  -abcm2ps-7.7.1.ebuild,
   -abcm2ps-7.7.2.ebuild, -abcm2ps-7.8.0.ebuild, -abcm2ps-7.8.1.ebuild,



1.1  media-sound/abcm2ps/abcm2ps-8.8.3.ebuild

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

Index: abcm2ps-8.8.3.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/abcm2ps/abcm2ps-8.8.3.ebuild,v 
1.1 2015/07/26 19:00:59 polynomial-c Exp $

EAPI=5
inherit toolchain-funcs

DESCRIPTION="A program to convert abc files to Postscript files"
HOMEPAGE="http://moinejf.free.fr/";
SRC_URI="http://moinejf.free.fr/${P}.tar.gz
http://moinejf.free.fr/transpose_abc.pl";

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

RDEPEND="pango? ( x11-libs/pango media-libs/freetype:2 )"
DEPEND="${RDEPEND}
virtual/pkgconfig"

src_configure() {
econf \
--enable-a4 \
--enable-deco-is-roll \
$(use_enable pango)
}

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

src_install() {
dobin abcm2ps

insinto /usr/share/${PN}
doins *.fmt

dodoc Changes README *.txt

if use examples ; then
docinto examples
dodoc *.{abc,eps}
docompress -x /usr/share/doc/${PF}/examples
fi

docinto contrib
dodoc "${DISTDIR}"/transpose_abc.pl
}






[gentoo-commits] gentoo-x86 commit in dev-python/unittest2: unittest2-1.0.1-r1.ebuild unittest2-1.1.0.ebuild ChangeLog

2015-07-26 Thread Michal Gorny (mgorny)
mgorny  15/07/26 19:11:28

  Modified: unittest2-1.0.1-r1.ebuild unittest2-1.1.0.ebuild
ChangeLog
  Log:
  Revert pypy support because of unsatisfiable dependencies.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
B07A1AEAEFB4464E!)

Revision  ChangesPath
1.5  dev-python/unittest2/unittest2-1.0.1-r1.ebuild

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

Index: unittest2-1.0.1-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/unittest2/unittest2-1.0.1-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- unittest2-1.0.1-r1.ebuild   26 Jul 2015 14:57:41 -  1.4
+++ unittest2-1.0.1-r1.ebuild   26 Jul 2015 19:11:28 -  1.5
@@ -1,9 +1,9 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/unittest2/unittest2-1.0.1-r1.ebuild,v 1.4 
2015/07/26 14:57:41 idella4 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/unittest2/unittest2-1.0.1-r1.ebuild,v 1.5 
2015/07/26 19:11:28 mgorny Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python2_7 python3_3 python3_4 pypy )
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
 
 inherit distutils-r1
 



1.4  dev-python/unittest2/unittest2-1.1.0.ebuild

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

Index: unittest2-1.1.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/unittest2/unittest2-1.1.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- unittest2-1.1.0.ebuild  26 Jul 2015 14:57:41 -  1.3
+++ unittest2-1.1.0.ebuild  26 Jul 2015 19:11:28 -  1.4
@@ -1,9 +1,9 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/unittest2/unittest2-1.1.0.ebuild,v 1.3 
2015/07/26 14:57:41 idella4 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/unittest2/unittest2-1.1.0.ebuild,v 1.4 
2015/07/26 19:11:28 mgorny Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python2_7 python3_3 python3_4 pypy )
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
 
 inherit distutils-r1
 



1.67 dev-python/unittest2/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/unittest2/ChangeLog,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- ChangeLog   26 Jul 2015 15:14:30 -  1.66
+++ ChangeLog   26 Jul 2015 19:11:28 -  1.67
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/unittest2
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/unittest2/ChangeLog,v 1.66 
2015/07/26 15:14:30 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/unittest2/ChangeLog,v 1.67 
2015/07/26 19:11:28 mgorny Exp $
+
+  26 Jul 2015;   unittest2-1.0.1-r1.ebuild,
+  unittest2-1.1.0.ebuild:
+  Revert pypy support because of unsatisfiable dependencies.
 
   26 Jul 2015; Ian Delaney  -unittest2-1.0.1.ebuild,
   unittest2-1.0.1-r1.ebuild, unittest2-1.1.0.ebuild:






[gentoo-commits] dev/mrueg:master commit in: dev-python/pyspotify/

2015-07-26 Thread Manuel Rüger
commit: 742774f13b3f31e335ba9d9f160e3c609607c2b6
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Jul 26 19:29:24 2015 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Jul 26 19:29:24 2015 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=742774f1

[dev-python/pyspotify] Support python 3.4

Package-Manager: portage-2.2.20

 dev-python/pyspotify/pyspotify-2.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pyspotify/pyspotify-2.0.1.ebuild 
b/dev-python/pyspotify/pyspotify-2.0.1.ebuild
index f6593de..19170b2 100644
--- a/dev-python/pyspotify/pyspotify-2.0.1.ebuild
+++ b/dev-python/pyspotify/pyspotify-2.0.1.ebuild
@@ -3,7 +3,7 @@
 # $Header: $
 
 EAPI=5
-PYTHON_COMPAT=(python{2_7,3_3})
+PYTHON_COMPAT=(python{2_7,3_4})
 
 inherit distutils-r1
 



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

2015-07-26 Thread Kristian Fiskerstrand (k_f)
k_f 15/07/26 19:32:51

  Modified: sks-1.1.5-r1.ebuild ChangeLog
  Log:
  warn-error A is set for development versions (tagged with +) upstream, 
however it is not intended to actually be fatal errors for released versions. 
We want to keep EdDSA support, i.e it is actually one commit past 1.1.5, so 
just disabling making warnings fatal.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x250B7AFED6379D85!)

Revision  ChangesPath
1.2  net-misc/sks/sks-1.1.5-r1.ebuild

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

Index: sks-1.1.5-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/sks/sks-1.1.5-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sks-1.1.5-r1.ebuild 2 Feb 2015 23:18:26 -   1.1
+++ sks-1.1.5-r1.ebuild 26 Jul 2015 19:32:50 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/sks/sks-1.1.5-r1.ebuild,v 1.1 
2015/02/02 23:18:26 k_f Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/sks/sks-1.1.5-r1.ebuild,v 1.2 
2015/07/26 19:32:50 k_f Exp $
 
 EAPI=5
 
@@ -59,6 +59,7 @@
sks_build.sh || die
 
epatch "${FILESDIR}/${P}-eddsa.patch"
+   epatch "${FILESDIR}/${P}-disable-warn-error-a.patch"
 }
 
 src_compile() {



1.13 net-misc/sks/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/sks/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   2 Feb 2015 23:18:26 -   1.12
+++ ChangeLog   26 Jul 2015 19:32:50 -  1.13
@@ -1,6 +1,13 @@
 # ChangeLog for net-misc/sks
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/sks/ChangeLog,v 1.12 2015/02/02 
23:18:26 k_f Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/sks/ChangeLog,v 1.13 2015/07/26 
19:32:50 k_f Exp $
+
+  26 Jul 2015; Kristian Fiskerstrand 
+  +files/sks-1.1.5-disable-warn-error-a.patch, sks-1.1.5-r1.ebuild:
+  warn-error A is set for development versions (tagged with +) upstream, 
however
+  it is not intended to actually be fatal errors for released versions. We want
+  to keep EdDSA support, i.e it is actually one commit past 1.1.5, so just
+  disabling making warnings fatal.
 
 *sks-1.1.5-r1 (02 Feb 2015)
 






[gentoo-commits] dev/mrueg:master commit in: dev-python/pafy/

2015-07-26 Thread Manuel Rüger
commit: 2a53ecbe2cb914fda15426a98bba5be79cb57462
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Jul 26 19:31:42 2015 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Jul 26 19:31:42 2015 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=2a53ecbe

[dev-python/pafy] Support python 3.4

Package-Manager: portage-2.2.20

 dev-python/pafy/pafy-0.3.74.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pafy/pafy-0.3.74.ebuild 
b/dev-python/pafy/pafy-0.3.74.ebuild
index b6ff849..4203bf3 100644
--- a/dev-python/pafy/pafy-0.3.74.ebuild
+++ b/dev-python/pafy/pafy-0.3.74.ebuild
@@ -3,7 +3,7 @@
 # $Header: $
 
 EAPI=5
-PYTHON_COMPAT=(python{2_7,3_3})
+PYTHON_COMPAT=(python{2_7,3_4})
 
 inherit distutils-r1
 



[gentoo-commits] gentoo-x86 commit in net-misc/sks/files: sks-1.1.5-disable-warn-error-a.patch

2015-07-26 Thread Kristian Fiskerstrand (k_f)
k_f 15/07/26 19:32:51

  Added:sks-1.1.5-disable-warn-error-a.patch
  Log:
  warn-error A is set for development versions (tagged with +) upstream, 
however it is not intended to actually be fatal errors for released versions. 
We want to keep EdDSA support, i.e it is actually one commit past 1.1.5, so 
just disabling making warnings fatal.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x250B7AFED6379D85!)

Revision  ChangesPath
1.1  net-misc/sks/files/sks-1.1.5-disable-warn-error-a.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/sks/files/sks-1.1.5-disable-warn-error-a.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/sks/files/sks-1.1.5-disable-warn-error-a.patch?rev=1.1&content-type=text/plain

Index: sks-1.1.5-disable-warn-error-a.patch
===
>From 5142992b465e87181a4674ac614bf7d2fd7110c4 Mon Sep 17 00:00:00 2001
From: Kristian Fiskerstrand 
Date: Sun, 26 Jul 2015 21:25:53 +0200
Subject: [PATCH] (Makefile) Disable warn-error A

warn-error A is set for development versions (tagged with +) upstream,
however it is not intended to actually be fatal errors for released
versions. We want to keep EdDSA support, i.e it is actually one
commit past 1.1.5, so just disabling making warnings fatal.
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 543c531..d4a1222 100644
--- a/Makefile
+++ b/Makefile
@@ -49,7 +49,7 @@ SKSVS=$(shell grep 'version_suffix = "+"' common.ml)
 ifeq ($(strip $(SKSVS)),)
 WARNERR=
 else
-WARNERR=-warn-error A
+WARNERR=
 endif
 
 CAMLP4=-pp $(CAMLP4O)
-- 
2.3.6







[gentoo-commits] gentoo-x86 commit in app-emulation/vice/files: vice-2.4.20-xf86extensions.patch

2015-07-26 Thread Michael Sterrett (mr_bones_)
mr_bones_15/07/26 20:20:47

  Added:vice-2.4.20-xf86extensions.patch
  Log:
  Add upstream patch to work around compile failure described in bug #540142
  
  (Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.1  app-emulation/vice/files/vice-2.4.20-xf86extensions.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/files/vice-2.4.20-xf86extensions.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/files/vice-2.4.20-xf86extensions.patch?rev=1.1&content-type=text/plain

Index: vice-2.4.20-xf86extensions.patch
===
--- a/trunk/vice/src/arch/unix/x11/gnome/x11ui.c
+++ b/trunk/vice/src/arch/unix/x11/gnome/x11ui.c
@@ -102,9 +102,10 @@
 #include "ui-threads.h"
 #endif
 
-#ifdef USE_XF86_EXTENSIONS
+#if defined(USE_XF86_EXTENSIONS) || !defined(HAVE_VTE)
 #include 
 #endif
+
 #include "x11ui.h"
 
 #ifdef DEBUG_X11UI







[gentoo-commits] gentoo-x86 commit in app-emulation/vice: vice-2.4.20.ebuild ChangeLog

2015-07-26 Thread Michael Sterrett (mr_bones_)
mr_bones_15/07/26 20:20:47

  Modified: vice-2.4.20.ebuild ChangeLog
  Log:
  Add upstream patch to work around compile failure described in bug #540142
  
  (Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.3  app-emulation/vice/vice-2.4.20.ebuild

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

Index: vice-2.4.20.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-2.4.20.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- vice-2.4.20.ebuild  15 Jun 2015 07:38:33 -  1.2
+++ vice-2.4.20.ebuild  26 Jul 2015 20:20:47 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-2.4.20.ebuild,v 1.2 
2015/06/15 07:38:33 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-2.4.20.ebuild,v 1.3 
2015/07/26 20:20:47 mr_bones_ Exp $
 
 EAPI=5
 inherit autotools eutils toolchain-funcs flag-o-matic games
@@ -87,7 +87,8 @@
 
 src_prepare() {
epatch \
-   "${FILESDIR}"/${P}-autotools.patch
+   "${FILESDIR}"/${P}-autotools.patch \
+   "${FILESDIR}"/${P}-xf86extensions.patch
sed -i \
-e 's/building//' \
doc/Makefile.am || die



1.104app-emulation/vice/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -r1.103 -r1.104
--- ChangeLog   1 Jul 2015 02:44:09 -   1.103
+++ ChangeLog   26 Jul 2015 20:20:47 -  1.104
@@ -1,6 +1,10 @@
 # ChangeLog for app-emulation/vice
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.103 
2015/07/01 02:44:09 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.104 
2015/07/26 20:20:47 mr_bones_ Exp $
+
+  26 Jul 2015; Michael Sterrett 
+  +files/vice-2.4.20-xf86extensions.patch, vice-2.4.20.ebuild:
+  Add upstream patch to work around compile failure described in bug #540142
 
   01 Jul 2015; Patrick Lauer  metadata.xml:
   Remove unneeded useflag description from metadata.xml






[gentoo-commits] dev/mrueg:master commit in: media-sound/mopidy/

2015-07-26 Thread Manuel Rüger
commit: dc088c072d804eea5c4473a17e05c16afc4d14e1
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Jul 26 20:23:00 2015 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Jul 26 20:23:00 2015 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=dc088c07

[media-sound/mopidy] Version bump.

Package-Manager: portage-2.2.20

 media-sound/mopidy/Manifest| 2 +-
 media-sound/mopidy/{mopidy-1.0.7-r1.ebuild => mopidy-1.0.8.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/mopidy/Manifest b/media-sound/mopidy/Manifest
index bf2cd8e..4976ff9 100644
--- a/media-sound/mopidy/Manifest
+++ b/media-sound/mopidy/Manifest
@@ -1 +1 @@
-DIST Mopidy-1.0.7.tar.gz 1910270 SHA256 
85f1d7ca176dd28f1880db56d26b1a4ff6dcd53e3da0918026fbaa50916ec678 SHA512 
4de559df90288c7ecc875aba77689ffdfcd756acb5092775e9ae6501e143658c131ba0920e47a1e9213433967f50481668e704e27787f48534003973c7299590
 WHIRLPOOL 
6b7fa2bff381401bb226ad8f26552836ab33e8c89e08689edfef0fb6aabe8c54e310cde0b221f3ea2f44578da4d06c5e482046ead8452c7fb19661f96ddc6e84
+DIST Mopidy-1.0.8.tar.gz 1952362 SHA256 
e7ccc2efd626320d6117e7143af2fd681dcae2e8623902bc3922c3dd7271b863 SHA512 
34304469cbed1cb1de18bf2167ad172bc9713aabb9e56d74d34fad77bad1c064b0ff7ff836378055537b3670d655b9ea31511e3ee3ed5efe109bbef8e78ab62c
 WHIRLPOOL 
9b46c800f923d71b5643b34fde71b98c88bceafad7aae9e0a30be0f1a6104f6f4bd995c7b12307ffb61e7938fd970ddecfbc2617e27df59d902c1ff5a2256f56

diff --git a/media-sound/mopidy/mopidy-1.0.7-r1.ebuild 
b/media-sound/mopidy/mopidy-1.0.8.ebuild
similarity index 100%
rename from media-sound/mopidy/mopidy-1.0.7-r1.ebuild
rename to media-sound/mopidy/mopidy-1.0.8.ebuild



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

2015-07-26 Thread Mike Pagano (mpagano)
mpagano 15/07/26 20:52:49

  Modified: ChangeLog
  Added:git-sources-4.2_rc4.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
B576E4E3)

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

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v
retrieving revision 1.1440
retrieving revision 1.1441
diff -u -r1.1440 -r1.1441
--- ChangeLog   20 Jul 2015 11:14:23 -  1.1440
+++ ChangeLog   26 Jul 2015 20:52:49 -  1.1441
@@ -1,6 +1,11 @@
 # ChangeLog for sys-kernel/git-sources
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v 1.1440 
2015/07/20 11:14:23 mpagano Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v 1.1441 
2015/07/26 20:52:49 mpagano Exp $
+
+*git-sources-4.2_rc4 (26 Jul 2015)
+
+  26 Jul 2015; Mike Pagano  +git-sources-4.2_rc4.ebuild:
+  Version bump
 
 *git-sources-4.2_rc3 (20 Jul 2015)
 



1.1  sys-kernel/git-sources/git-sources-4.2_rc4.ebuild

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

Index: git-sources-4.2_rc4.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/git-sources/git-sources-4.2_rc4.ebuild,v 1.1 
2015/07/26 20:52:49 mpagano Exp $

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

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

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

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

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

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

pkg_postinst() {
postinst_sources
}






  1   2   >