[gentoo-commits] repo/gentoo:master commit in: dev-haskell/djinn-ghc/

2015-10-22 Thread Sergei Trofimovich
commit: 30116e190da954e247c1452388560cea9d174dc7
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Oct 22 21:27:13 2015 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Oct 22 21:31:59 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30116e19

dev-haskell/djinn-ghc: new package

"Generate Haskell code from a type. Bridge from Djinn to GHC API",
a depend of app-emacs/ghc-mod

Bug: https://bugs.gentoo.org/show_bug.cgi?id=476352
Package-Manager: portage-2.2.23

 dev-haskell/djinn-ghc/Manifest |  1 +
 dev-haskell/djinn-ghc/djinn-ghc-0.0.2.3.ebuild | 29 ++
 dev-haskell/djinn-ghc/metadata.xml | 10 +
 3 files changed, 40 insertions(+)

diff --git a/dev-haskell/djinn-ghc/Manifest b/dev-haskell/djinn-ghc/Manifest
new file mode 100644
index 000..cd1e857
--- /dev/null
+++ b/dev-haskell/djinn-ghc/Manifest
@@ -0,0 +1 @@
+DIST djinn-ghc-0.0.2.3.tar.gz 3330 SHA256 
cb956aed69bc5c342b45ef1b1142b6555fd2865dde1a80ac6ab3ef86aca314a4 SHA512 
441b6ce7f5d7e4672394bcc6654db9405406540e68855c41b7db33ef9e267178aa56f20209c4a91ffda59a7e44847c7bfebfa3f0c3df3d0868600f34912d9ae8
 WHIRLPOOL 
f842efe8bd312f5de27d15d4cfb99bc4e3e4fd40827b1c1fa84a2c2d13841a5945232fec5aa335f54905a16a0845ea5b2fe0b8a8d7705749b84bcc82e5da2a7c

diff --git a/dev-haskell/djinn-ghc/djinn-ghc-0.0.2.3.ebuild 
b/dev-haskell/djinn-ghc/djinn-ghc-0.0.2.3.ebuild
new file mode 100644
index 000..7147095
--- /dev/null
+++ b/dev-haskell/djinn-ghc/djinn-ghc-0.0.2.3.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+# ebuild generated by hackport 0.4.4.
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Generate Haskell code from a type. Bridge from Djinn to GHC API"
+HOMEPAGE="http://hackage.haskell.org/package/djinn-ghc;
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-haskell/async:=[profile?]
+   >=dev-haskell/djinn-lib-0.0.1.2:=[profile?]
+   dev-haskell/mtl:=[profile?]
+   dev-haskell/transformers:=[profile?]
+   >=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+   >=dev-haskell/cabal-1.8
+"

diff --git a/dev-haskell/djinn-ghc/metadata.xml 
b/dev-haskell/djinn-ghc/metadata.xml
new file mode 100644
index 000..98c679a
--- /dev/null
+++ b/dev-haskell/djinn-ghc/metadata.xml
@@ -0,0 +1,10 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   haskell
+   
+   Djinn uses an theorem prover for intuitionistic propositional 
logic
+   to generate a Haskell expression when given a type.
+   This is the bridge from djinn-lib to GHC API.
+   
+



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/djinn-lib/

2015-10-22 Thread Sergei Trofimovich
commit: 5ad8663afd8765f1a7f5fd9948583ae482e960ca
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Oct 22 21:26:38 2015 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Oct 22 21:31:53 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ad8663a

dev-haskell/djinn-lib: new package

"Generate Haskell code from a type. Library extracted from djinn package",
a depend of app-emacs/ghc-mod

Bug: https://bugs.gentoo.org/show_bug.cgi?id=476352
Package-Manager: portage-2.2.23

 dev-haskell/djinn-lib/Manifest |  1 +
 dev-haskell/djinn-lib/djinn-lib-0.0.1.2.ebuild | 26 ++
 dev-haskell/djinn-lib/metadata.xml | 10 ++
 3 files changed, 37 insertions(+)

diff --git a/dev-haskell/djinn-lib/Manifest b/dev-haskell/djinn-lib/Manifest
new file mode 100644
index 000..b7e8126
--- /dev/null
+++ b/dev-haskell/djinn-lib/Manifest
@@ -0,0 +1 @@
+DIST djinn-lib-0.0.1.2.tar.gz 14608 SHA256 
c0fe10b7aa5cb39f828e933925fc5bbf86c290bb7661021e4d9250ae8ed01011 SHA512 
403878b72540362a6b6d545a65ded9f10d05c623180adf8a03e732fac30dd00a42b090b9e4f9da16baa5dc1fdbd6f29a97158174917f3c0527a37b6ecbcfbe8e
 WHIRLPOOL 
a8a9c78505853f3f68f756b538c62770ff5a4bf68d12a29d079dea6799f82ce0d6ed96289a5b6d06ab055c6fc50f4b64b02ddf7814d4a25545c39e393a1ef71f

diff --git a/dev-haskell/djinn-lib/djinn-lib-0.0.1.2.ebuild 
b/dev-haskell/djinn-lib/djinn-lib-0.0.1.2.ebuild
new file mode 100644
index 000..733317b
--- /dev/null
+++ b/dev-haskell/djinn-lib/djinn-lib-0.0.1.2.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+# ebuild generated by hackport 0.4.3.
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Generate Haskell code from a type. Library extracted from djinn 
package"
+HOMEPAGE="http://www.augustsson.net/Darcs/Djinn/;
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-haskell/mtl:=[profile?]
+   >=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+   >=dev-haskell/cabal-1.2
+"

diff --git a/dev-haskell/djinn-lib/metadata.xml 
b/dev-haskell/djinn-lib/metadata.xml
new file mode 100644
index 000..02d9032
--- /dev/null
+++ b/dev-haskell/djinn-lib/metadata.xml
@@ -0,0 +1,10 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   haskell
+   
+   Djinn uses an theorem prover for intuitionistic propositional 
logic
+   to generate a Haskell expression when given a type.
+   This is a library extracted from Djinn sources.
+   
+



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/pipes/

2015-10-22 Thread Sergei Trofimovich
commit: 300667cace72259e9298123e6df82b33fee3eb3f
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Oct 22 21:28:24 2015 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Oct 22 21:32:03 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=300667ca

dev-haskell/pipes: new package

"Compositional pipelines", a depend of app-emacs/ghc-mod

Bug: https://bugs.gentoo.org/show_bug.cgi?id=476352
Package-Manager: portage-2.2.23

 dev-haskell/pipes/Manifest   |  1 +
 dev-haskell/pipes/metadata.xml   | 32 
 dev-haskell/pipes/pipes-4.1.6.ebuild | 31 +++
 3 files changed, 64 insertions(+)

diff --git a/dev-haskell/pipes/Manifest b/dev-haskell/pipes/Manifest
new file mode 100644
index 000..d556bda
--- /dev/null
+++ b/dev-haskell/pipes/Manifest
@@ -0,0 +1 @@
+DIST pipes-4.1.6.tar.gz 38387 SHA256 
2d6a5060380497a16287d156c69cbd55d2d3efc6d57d5079f794f90c944e7435 SHA512 
a5467658ad9e60b8d2ba39fe4c8fca228388484e9a534e284b51069abc3a7f61382d0cdd6277fa99d5295af06d05496cd2cf4acbdec7cc1556de870d6b0abedd
 WHIRLPOOL 
afec914749e101feda0c5d32f405fb3a6e69917048524dfd6e4e22a22e5bd864a016995881774032d2d1d05b1c283da78aa7362be7d1f5d0be53fd45c57a4dc4

diff --git a/dev-haskell/pipes/metadata.xml b/dev-haskell/pipes/metadata.xml
new file mode 100644
index 000..739bd90
--- /dev/null
+++ b/dev-haskell/pipes/metadata.xml
@@ -0,0 +1,32 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   haskell
+   
+   \Coroutines done right\.  This library generalizes 
iteratees and coroutines
+   simply and elegantly.
+   
+   Advantages over traditional iteratee\/coroutine implementations:
+   
+   * /Concise API/: Use three simple commands: 
(-), request, and respond
+   
+   * /Bidirectionality/: Implement duplex channels
+   
+   * /Blazing fast/: Implementation tuned for speed
+   
+   * /Elegant semantics/: Use practical category theory
+   
+   * /Extension Framework/: Mix and match extensions and create 
your own
+   
+   * /ListT/: Correct implementation of ListT that interconverts 
with pipes
+   
+   * /Lightweight Dependency/: @pipes@ depends only on 
@transformers@ and
+   @mmorph@ and compiles rapidly
+   
+   * /Extensive Documentation/: Second to none!
+   
+   Import Control.Proxy to use the library.
+   
+   Read Control.Proxy.Tutorial for an extensive 
tutorial.
+   
+

diff --git a/dev-haskell/pipes/pipes-4.1.6.ebuild 
b/dev-haskell/pipes/pipes-4.1.6.ebuild
new file mode 100644
index 000..4543dd4
--- /dev/null
+++ b/dev-haskell/pipes/pipes-4.1.6.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+# ebuild generated by hackport 0.4.5.
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="Compositional pipelines"
+HOMEPAGE="http://hackage.haskell.org/package/pipes;
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/mmorph-1.0.0:=[profile?] 
=dev-haskell/mtl-2.1:=[profile?] =dev-haskell/transformers-0.2.0.0:=[profile?] 
=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+   >=dev-haskell/cabal-1.10
+   test? ( >=dev-haskell/quickcheck-2.4 =dev-haskell/test-framework-0.4 =dev-haskell/test-framework-quickcheck2-0.2.0 


[gentoo-commits] repo/gentoo:master commit in: app-emacs/ghc-mod/files/, app-emacs/ghc-mod/

2015-10-22 Thread Sergei Trofimovich
commit: 42bb87c3b1657d2e6aad059f5c46184612242273
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Oct 22 21:31:00 2015 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Oct 22 21:32:06 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42bb87c3

app-emacs/ghc-mod: new package

"Happy Haskell Programming",

"The ghc-mod command is a backend command to enrich
Haskell programming on editors including
Emacs, Vim, and Sublime."

Bug: https://bugs.gentoo.org/show_bug.cgi?id=476352

Package-Manager: portage-2.2.23

 app-emacs/ghc-mod/Manifest |  1 +
 app-emacs/ghc-mod/files/50ghc-mod-gentoo.el|  3 +
 .../ghc-mod/files/ghc-mod-5.4.0.0-gentoo.patch | 11 +++
 app-emacs/ghc-mod/ghc-mod-5.4.0.0.ebuild   | 95 ++
 app-emacs/ghc-mod/metadata.xml | 16 
 5 files changed, 126 insertions(+)

diff --git a/app-emacs/ghc-mod/Manifest b/app-emacs/ghc-mod/Manifest
new file mode 100644
index 000..7029073
--- /dev/null
+++ b/app-emacs/ghc-mod/Manifest
@@ -0,0 +1 @@
+DIST ghc-mod-5.4.0.0.tar.gz 132546 SHA256 
736652a2f63f9e8625c859c94f193ad8ac9f8fe793bbee672b65576309bfb069 SHA512 
fabcc5ce2fb9e8790043faae2d42b3714fab96da1409d7f1c4736f332c6b74c76724dce253456fd787526d125cfaa1fe48c4725a0da16aabb35d5edf560f2415
 WHIRLPOOL 
8f493cf40724ffb7b56877f9a9cf752e9b23d7babb4fbd29fad0068a1b8f8ef85b40a96c1fa65508ef924cb05d73300762081a762777b982e5c8d41af467d2f0

diff --git a/app-emacs/ghc-mod/files/50ghc-mod-gentoo.el 
b/app-emacs/ghc-mod/files/50ghc-mod-gentoo.el
new file mode 100644
index 000..402c84d
--- /dev/null
+++ b/app-emacs/ghc-mod/files/50ghc-mod-gentoo.el
@@ -0,0 +1,3 @@
+;;; ghc-mod site-lisp configuration
+
+(add-to-list 'load-path "@SITELISP@")

diff --git a/app-emacs/ghc-mod/files/ghc-mod-5.4.0.0-gentoo.patch 
b/app-emacs/ghc-mod/files/ghc-mod-5.4.0.0-gentoo.patch
new file mode 100644
index 000..f852744
--- /dev/null
+++ b/app-emacs/ghc-mod/files/ghc-mod-5.4.0.0-gentoo.patch
@@ -0,0 +1,11 @@
+--- ghc-mod.cabal.orig 2015-04-18 13:14:37.566613645 +0200
 ghc-mod.cabal  2015-04-18 13:14:53.420241209 +0200
+@@ -26,8 +26,6 @@
+ Category:   GHC, Development
+ Cabal-Version:  >= 1.14
+ Build-Type: Custom
+-Data-Files: elisp/Makefile
+-elisp/*.el
+ Data-Files: LICENSE COPYING.BSD3 COPYING.AGPL3
+ Extra-Source-Files: ChangeLog
+ SetupCompat.hs

diff --git a/app-emacs/ghc-mod/ghc-mod-5.4.0.0.ebuild 
b/app-emacs/ghc-mod/ghc-mod-5.4.0.0.ebuild
new file mode 100644
index 000..eb22207
--- /dev/null
+++ b/app-emacs/ghc-mod/ghc-mod-5.4.0.0.ebuild
@@ -0,0 +1,95 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+# ebuild generated by hackport 0.4.6
+
+CABAL_FEATURES="bin lib profile haddock hoogle hscolour test-suite"
+inherit elisp-common haskell-cabal
+
+DESCRIPTION="Happy Haskell Programming"
+HOMEPAGE="http://www.mew.org/~kazu/proj/ghc-mod/;
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="AGPL-3"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE="emacs"
+
+RESTRICT=test # doctests break on modules collisions: temporary / temporary-rc
+
+RDEPEND="dev-haskell/async:=[profile?]
+   >=dev-haskell/cabal-helper-0.6.0.0:=[profile?] 
=dev-haskell/cereal-0.4:=[profile?]
+   dev-haskell/convertible:=[profile?]
+   >=dev-haskell/djinn-ghc-0.0.2.2:=[profile?]
+   >=dev-haskell/extra-1.4:2=[profile?] =dev-haskell/fclabels-2.0:=[profile?] 
=dev-haskell/hlint-1.8.61:=[profile?]
+   >=dev-haskell/monad-control-1:=[profile?]
+   >=dev-haskell/monad-journal-0.4:=[profile?]
+   >=dev-haskell/mtl-2.0:=[profile?]
+   dev-haskell/old-time:=[profile?]
+   >=dev-haskell/pipes-4.1:=[profile?] =dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+   >=dev-haskell/cabal-1.14
+   test? ( >=dev-haskell/doctest-0.9.3
+   dev-haskell/executable-path
+   >=dev-haskell/hspec-2.0.0 )
+"
+SITEFILE=50${PN}-gentoo.el
+
+src_prepare() {
+   epatch "${FILESDIR}"/${PN}-5.4.0.0-gentoo.patch
+}
+
+src_compile() {
+   haskell-cabal_src_compile
+   if use emacs ; then
+   pushd elisp
+   elisp-compile *.el || die
+   popd
+   fi
+}
+
+src_install() {
+   haskell-cabal_src_install
+   if use emacs ; then
+   pushd "${S}"
+   elisp-install ghc-mod elisp/*.{el,elc}
+   elisp-site-file-install "${FILESDIR}"/${SITEFILE}
+   popd
+   fi
+}
+
+pkg_postinst() {
+   if use emacs ; then
+   elisp-site-regen
+   elog "To configure ghc-mod either add this line to ~/.emacs:"
+   elog "(autoload 'ghc-init \"ghc\" nil t)"
+   elog "and either this line:"
+   elog "(add-hook 'haskell-mode-hook 

[gentoo-commits] repo/gentoo:master commit in: dev-haskell/fclabels/

2015-10-22 Thread Sergei Trofimovich
commit: 4814995991699fb33dd852e6009940d1b61e4534
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Oct 22 21:23:41 2015 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Oct 22 21:31:46 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48149959

dev-haskell/fclabels: new package

"First class accessor labels implemented as lenses",
a depend of app-emacs/ghc-mod

Bug: https://bugs.gentoo.org/show_bug.cgi?id=476352
Package-Manager: portage-2.2.23

 dev-haskell/fclabels/Manifest|  1 +
 dev-haskell/fclabels/fclabels-2.0.2.3.ebuild | 28 
 dev-haskell/fclabels/metadata.xml| 26 ++
 3 files changed, 55 insertions(+)

diff --git a/dev-haskell/fclabels/Manifest b/dev-haskell/fclabels/Manifest
new file mode 100644
index 000..4f33a57
--- /dev/null
+++ b/dev-haskell/fclabels/Manifest
@@ -0,0 +1 @@
+DIST fclabels-2.0.2.3.tar.gz 22787 SHA256 
82ba7747afeec6526d3bc2df61b222ae71b45aa3dd8bb8787e9ab2c537f6fad5 SHA512 
54e6391ec9fa3c3032c9609a1df0f2082947342a6ea48f3378686eec5bf14bc29ca2f7243ab74fa69b2b18a0749ab40417f59e7338cb5fdc1c4404fb00b6dd7d
 WHIRLPOOL 
178b94abd8a66484253eb10fba2cbf15e0443a58db02ea9c708e77c7fa18ff48cb7f5b6e8e563a2517fe1c9968a05f115a5f10f42e728e1f43054f26370d3d73

diff --git a/dev-haskell/fclabels/fclabels-2.0.2.3.ebuild 
b/dev-haskell/fclabels/fclabels-2.0.2.3.ebuild
new file mode 100644
index 000..0249b55
--- /dev/null
+++ b/dev-haskell/fclabels/fclabels-2.0.2.3.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+# ebuild generated by hackport 0.4.6.
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="First class accessor labels implemented as lenses"
+HOMEPAGE="https://github.com/sebastiaanvisser/fclabels;
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/mtl-1.0:=[profile?] =dev-haskell/transformers-0.2:=[profile?] 
=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+   >=dev-haskell/cabal-1.8
+   test? ( >=dev-haskell/hunit-1.2 
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   haskell
+   
+   This package provides first class labels that can act as
+   bidirectional record fields. The labels can be derived
+   automatically using Template Haskell which means you dont 
have
+   to write any boilerplate yourself. The labels are implemented as
+   lenses and are fully composable. Labels can be used to /get/,
+   /set/ and /modify/ parts of a datatype in a consistent way.
+   
+   See Data.Label for an introductory explanation.
+   
+   Internally lenses are not tied to Haskell functions directly,
+   but are implemented as arrows. Arrows allow the lenses to be run
+   in custom computational contexts. This approach allows us to
+   make partial lenses that point to fields of multi-constructor
+   datatypes in an elegant way.
+   
+   See the Data.Label.Maybe module for the use of 
partial labels.
+   
+1.0.3 - 1.0.4
+  - Bugfix to compile on GHC 6.12 again.
+   
+



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/cabal-helper/

2015-10-22 Thread Sergei Trofimovich
commit: 34cbdc43b47ec40614ddb04ee93dc9b78f9b6686
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Oct 22 21:25:06 2015 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Oct 22 21:31:49 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34cbdc43

dev-haskell/cabal-helper: new package

"Simple interface to some of Cabal's configuration state used by ghc-mod",
a new depend of app-emacs/ghc-mod.

Bug: https://bugs.gentoo.org/show_bug.cgi?id=476352
Package-Manager: portage-2.2.23

 dev-haskell/cabal-helper/Manifest  |  1 +
 .../cabal-helper/cabal-helper-0.6.1.0.ebuild   | 31 ++
 dev-haskell/cabal-helper/metadata.xml  | 29 
 3 files changed, 61 insertions(+)

diff --git a/dev-haskell/cabal-helper/Manifest 
b/dev-haskell/cabal-helper/Manifest
new file mode 100644
index 000..732f043
--- /dev/null
+++ b/dev-haskell/cabal-helper/Manifest
@@ -0,0 +1 @@
+DIST cabal-helper-0.6.1.0.tar.gz 32694 SHA256 
57e81db2036ae1781e1002d448a1f7abe7fef2b689cf3a3c61689a89c30929df SHA512 
8c85b5e49f95acb74dc743a57e428ffe3f9801a9020e4601f28f10bd3e3f98910dc90d8b611162e61cda0eec06a48ab09bd23eaf82093a85427a4c8330f7
 WHIRLPOOL 
dab600db4e36d70b9d23163b166a8c34ea819074ea8848f319c31b211d41039a35bf4eaf6303323b5c441dd99797dce3d218e7021bf0e2927884ad0da4fec51d

diff --git a/dev-haskell/cabal-helper/cabal-helper-0.6.1.0.ebuild 
b/dev-haskell/cabal-helper/cabal-helper-0.6.1.0.ebuild
new file mode 100644
index 000..965156f
--- /dev/null
+++ b/dev-haskell/cabal-helper/cabal-helper-0.6.1.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+# ebuild generated by hackport 0.4.6.
+
+CABAL_FEATURES="bin lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="Simple interface to some of Cabal's configuration state used by 
ghc-mod"
+HOMEPAGE="http://hackage.haskell.org/package/cabal-helper;
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="AGPL-3"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/cabal-1.14:=[profile?] 
=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+   >=dev-haskell/cabal-1.10
+   test? ( dev-haskell/extra:2 )
+"

diff --git a/dev-haskell/cabal-helper/metadata.xml 
b/dev-haskell/cabal-helper/metadata.xml
new file mode 100644
index 000..c37e984
--- /dev/null
+++ b/dev-haskell/cabal-helper/metadata.xml
@@ -0,0 +1,29 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   haskell
+   
+   @cabal-helper@ provides a library which wraps the internal use 
of executables
+   to lift the restrictions imposed by linking against versions of 
GHC before
+   @7.10@.
+   
+   @cabal-helper@ uses a wrapper executable to compile the actual 
cabal-helper
+   executable at runtime while linking against an arbitrary 
version of
+   Cabal. This runtime-compiled helper executable is then used to 
extract
+   various bits and peices from Cabal\s on disk state 
(dist/setup-config)
+   written by its configure command.
+   
+   In addition to this the wrapper executable also supports 
installing any
+   version of Cabal from hackage in case it cannot be found in any 
available
+   package database. The wrapper installs these instances of the 
Cabal library
+   into a private package database so as to not interfere with the 
users
+   packages.
+   
+   Furthermore the wrapper supports one special case namely 
reading a state
+   file for Cabal itself. This is needed as Cabal compiles 
its Setup.hs using
+   itself and not using any version of Cabal installed in any 
package database.
+   
+   @cabal-helper@ can compile with @Cabal = 1.14@ but requires 
@Cabal = 1.16@
+   at runtime.
+   
+



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

2015-10-22 Thread Manuel Rüger
commit: 1755e26a298b6636fc83288cc5c0361e52091e71
Author: Manuel Rüger  gentoo  org>
AuthorDate: Thu Oct 22 21:22:21 2015 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Thu Oct 22 21:22:21 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=1755e26a

kde-apps/libkgeomap: Moved to the tree

Package-Manager: portage-2.2.23

 kde-apps/libkgeomap/libkgeomap-15.08.2.ebuild | 23 ---
 1 file changed, 23 deletions(-)

diff --git a/kde-apps/libkgeomap/libkgeomap-15.08.2.ebuild 
b/kde-apps/libkgeomap/libkgeomap-15.08.2.ebuild
deleted file mode 100644
index 477ed3d..000
--- a/kde-apps/libkgeomap/libkgeomap-15.08.2.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-VIRTUALX_REQUIRED="test"
-inherit kde4-base
-
-DESCRIPTION="Wrapper library for world map components as marble, openstreetmap 
and googlemap"
-HOMEPAGE="https://www.digikam.org/;
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="
-   kde-apps/libkexiv2:4=
-   kde-apps/marble:4=[kde,plasma]
-"
-RDEPEND="${DEPEND}
-   !media-libs/libkgeomap
-"



[gentoo-commits] repo/gentoo:master commit in: games-action/openclonk/

2015-10-22 Thread Michael Sterrett
commit: 5b222a930f8600a7873330a7b0023f2316e7aa6a
Author: Michael Sterrett  gentoo  org>
AuthorDate: Thu Oct 22 21:13:16 2015 +
Commit: Michael Sterrett  gentoo  org>
CommitDate: Thu Oct 22 21:13:16 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b222a93

add virtual/jpeg slot

Package-Manager: portage-2.2.20.1

 games-action/openclonk/openclonk-6.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-action/openclonk/openclonk-6.1.ebuild 
b/games-action/openclonk/openclonk-6.1.ebuild
index 8fb09ab..527f86c 100644
--- a/games-action/openclonk/openclonk-6.1.ebuild
+++ b/games-action/openclonk/openclonk-6.1.ebuild
@@ -33,7 +33,7 @@ RDEPEND="
media-libs/libvorbis
media-libs/openal
media-libs/sdl-mixer[mp3,vorbis,wav]
-   virtual/jpeg:=
+   virtual/jpeg:0=
virtual/opengl
virtual/glu
x11-libs/gdk-pixbuf



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

2015-10-22 Thread Manuel Rüger
commit: e1f1a4594ee91da209cc3bd404671d4ef92d7605
Author: Manuel Rüger  gentoo  org>
AuthorDate: Thu Oct 22 21:21:49 2015 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Thu Oct 22 21:21:49 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=e1f1a459

kde-apps/libkface: Moved to the tree

Package-Manager: portage-2.2.23

 kde-apps/libkface/libkface-15.04.3.ebuild | 19 ---
 kde-apps/libkface/libkface-15.08.2.ebuild | 19 ---
 2 files changed, 38 deletions(-)

diff --git a/kde-apps/libkface/libkface-15.04.3.ebuild 
b/kde-apps/libkface/libkface-15.04.3.ebuild
deleted file mode 100644
index 5cbeb56..000
--- a/kde-apps/libkface/libkface-15.04.3.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit kde4-base
-
-DESCRIPTION="Qt/C++ wrapper around LibFace to perform face recognition and 
detection"
-HOMEPAGE="http://api.kde.org/4.x-api/kdegraphics-apidocs/libs/libkface/libkface/html/index.html;
-
-LICENSE="GPL-2"
-IUSE=""
-
-KEYWORDS="~amd64 ~x86"
-
-DEPEND=">=media-libs/opencv-2.4.9"
-RDEPEND="${DEPEND}
-   !media-libs/libkface"

diff --git a/kde-apps/libkface/libkface-15.08.2.ebuild 
b/kde-apps/libkface/libkface-15.08.2.ebuild
deleted file mode 100644
index 5cbeb56..000
--- a/kde-apps/libkface/libkface-15.08.2.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit kde4-base
-
-DESCRIPTION="Qt/C++ wrapper around LibFace to perform face recognition and 
detection"
-HOMEPAGE="http://api.kde.org/4.x-api/kdegraphics-apidocs/libs/libkface/libkface/html/index.html;
-
-LICENSE="GPL-2"
-IUSE=""
-
-KEYWORDS="~amd64 ~x86"
-
-DEPEND=">=media-libs/opencv-2.4.9"
-RDEPEND="${DEPEND}
-   !media-libs/libkface"



[gentoo-commits] repo/gentoo:master commit in: dev-lang/go/

2015-10-22 Thread William Hubbs
commit: 15e4adef9f7ba22fc33515f28954a704c7c79dc7
Author: William Hubbs  gentoo  org>
AuthorDate: Thu Oct 22 20:24:50 2015 +
Commit: William Hubbs  gentoo  org>
CommitDate: Thu Oct 22 20:24:50 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15e4adef

dev-lang/go: Do Not include testdata as part of the dependencies

This is for bug #563744

 dev-lang/go/go-1.4.2.ebuild | 2 ++
 dev-lang/go/go-1.5.1.ebuild | 2 ++
 dev-lang/go/go-1.5.ebuild   | 2 ++
 dev-lang/go/go-.ebuild  | 2 ++
 4 files changed, 8 insertions(+)

diff --git a/dev-lang/go/go-1.4.2.ebuild b/dev-lang/go/go-1.4.2.ebuild
index 4de9d43..8384e08 100644
--- a/dev-lang/go/go-1.4.2.ebuild
+++ b/dev-lang/go/go-1.4.2.ebuild
@@ -32,6 +32,8 @@ QA_EXECSTACK="
usr/lib/go/src/debug/elf/testdata/go-relocation-test-gcc482-aarch64.obj
usr/lib/go/src/debug/elf/testdata/gcc-amd64-openbsd-debug-with-rela.obj"
 
+   REQUIRES_EXCLUDE="/usr/lib/go/src/debug/elf/testdata/*"
+
 # The tools in /usr/lib/go should not cause the multilib-strict check to fail.
 QA_MULTILIB_PATHS="usr/lib/go/pkg/tool/.*/.*"
 

diff --git a/dev-lang/go/go-1.5.1.ebuild b/dev-lang/go/go-1.5.1.ebuild
index b34ebb3..8d4c715 100644
--- a/dev-lang/go/go-1.5.1.ebuild
+++ b/dev-lang/go/go-1.5.1.ebuild
@@ -32,6 +32,8 @@ RDEPEND="!

[gentoo-commits] repo/gentoo:master commit in: sci-physics/lammps/

2015-10-22 Thread Nicolas Bock
commit: 308bb0c246b672de7cf3b775602df68ec15d5bdd
Author: Nicolas Bock  gentoo  org>
AuthorDate: Thu Oct 22 22:07:33 2015 +
Commit: Nicolas Bock  gentoo  org>
CommitDate: Thu Oct 22 22:08:21 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=308bb0c2

sci-physics/lammps: Version bump.

Package-Manager: portage-2.2.20.1

 sci-physics/lammps/Manifest   |   1 +
 sci-physics/lammps/lammps-20151022.ebuild | 267 ++
 2 files changed, 268 insertions(+)

diff --git a/sci-physics/lammps/Manifest b/sci-physics/lammps/Manifest
index 9d1cdf0..8d361b7 100644
--- a/sci-physics/lammps/Manifest
+++ b/sci-physics/lammps/Manifest
@@ -4,6 +4,7 @@ DIST lammps-11Sep15.tar.gz 87274144 SHA256 
79a40bc395a9052345cf1c7caa8da69f6ec06
 DIST lammps-15May15.tar.gz 63835027 SHA256 
0233ea98c7d77d31bd0a538bb674c0ee8f000f1d0ee1b8c049072873192aa228 SHA512 
a23c16b98117590b15ca7662b878fb2f76ec41399c329c98deb48e28a0ffce293443269513a96c2503389894b598787b19dadc210d4b4dbc6a7432caf633e7d1
 WHIRLPOOL 
4c4edfd772bbf534e42fc43e1feaf3b8f76e74c58ec1e985e3c29ee0d8e64aa8c501b8e45e078643409c320a1d834b0d5eb699e7d1ec29df06be0126d12492f1
 DIST lammps-18Aug15.tar.gz 87893731 SHA256 
513237934cda7c1e026f4983096fd53cb510fadee12c55b13b4735086155245a SHA512 
5816509f5b988dbe74c9f40a9faa42b3bcf260388dfe70703a1544517acd3f868d3bc398fb4c2fa7713d24409075d44ad80b8e91a25a28db783c2605aff30977
 WHIRLPOOL 
7022f3aabadffdfa2ef4c8219589e46fba2572d9ed4b52591f6516a61d4895b39d637d88535ba83881db5d48661e34ca6ff2f22a6819dbec015af979721a0f53
 DIST lammps-21Aug15.tar.gz 87096749 SHA256 
46f68e7b61e50ab3e790c53cadd82fde7c7aa58aa73e8a3257f24facff2ed0a4 SHA512 
b1dd90890c43a6cf55a57a61279dcc4c10fdedb4ad90f225a06c0e93eb139d30f2d56baa233c081b38adeeb0a8419a0315ccc4b0fa15c3ffbf7db626ca261e9d
 WHIRLPOOL 
a1d7d4ab30f9ecca3fd64216e729fef6fa1b3f7a6698b9eaf104bcbfa03a66862cd8c5882e94f73e841064d94bf030aaf569ebb457d89fbd345b391f9cee6822
+DIST lammps-22Oct15.tar.gz 87938562 SHA256 
8376b52e8eef4d1c3628c15ff358ecf74303e308566f41fd055701f6af3b6484 SHA512 
cbe61420cccd11cd23214802dfd2d1b2b1b28511a53dbf22e993fa3592404e8dda29fcb7bcd4e6e2d1e2251ddc6f020d48bafa66c8fceaa27d4af2e21640
 WHIRLPOOL 
11d09b18ff742d6ac4fcb400df93d7ac29144ee554f7241e58da80d039a99ef23b4b81709170ed12215693de97b6b48c9a6967d7d0539fd7f2f172a1e0a83661
 DIST lammps-24Sep15.tar.gz 87307191 SHA256 
e03cdeb2b3b6107d98969febea26575c85590603ab4f79d26efc46bac6d6cc60 SHA512 
356dd556f845cec456865062375120c0898cef1870617d80b31b0e8e964585140120b21f891cd9b40ecde7aaf43beb34d7b15396830e08273624a9b14da551e4
 WHIRLPOOL 
667b8aaf927d268c569a192c835b7dbdc80a0f25abb1f2c96007517ea218a69b2816dde4ebe28ca82974d01472c0e1126b67e89a19fb3ef49e4020f3d9c69fba
 DIST lammps-29Aug15.tar.gz 87253305 SHA256 
fff69b47c40936d4ccd90a8443ce5bb1bcf4cb449ae06a5822c1b11a2ab2dd67 SHA512 
991c56608a3288ebdcd2fb0857c595d42047b5ed0780b6d4ddb98388627499727b6c04fe0eff3e7221238dba2a8601f0b4b4067b5aa5ec2f356b4ee13f6c129c
 WHIRLPOOL 
88da74fa65aeb187330439417512d516fe8adf4a5df4be48fdafafa198e8c4d657ecce7f04f749d77cb2f8a7881ac47f4604cf6bc8eb3ca8b2cbc7988d866a87
 DIST lammps-4Sep15.tar.gz 87259558 SHA256 
8652c801e4ce8b6b7d42a6c71f76b68a6e741dc8efb8d7d3dad36b624fe8f150 SHA512 
ee730c8bd96e14931192a68c12e4ebde301cc3525b20816d051059f155b70c6edcea7dc2ed911e0b89685d751cd5a74b4bb5eedd6c16a042a2191bf8a9665fc9
 WHIRLPOOL 
271ac0d74e03d3e3e118a8b2385d98ce3f566ead67f1c329a219c265f886dc267b11be17c2caa52749ebac212bbc7456fba2d0d6ec69cd25815316e601b3360a

diff --git a/sci-physics/lammps/lammps-20151022.ebuild 
b/sci-physics/lammps/lammps-20151022.ebuild
new file mode 100644
index 000..5400e87
--- /dev/null
+++ b/sci-physics/lammps/lammps-20151022.ebuild
@@ -0,0 +1,267 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_7,3_3} )
+
+inherit eutils flag-o-matic fortran-2 multilib python-r1
+
+convert_month() {
+   case $1 in
+   01) echo Jan
+   ;;
+   02) echo Feb
+   ;;
+   03) echo Mar
+   ;;
+   04) echo Apr
+   ;;
+   05) echo May
+   ;;
+   06) echo Jun
+   ;;
+   07) echo Jul
+   ;;
+   08) echo Aug
+   ;;
+   09) echo Sep
+   ;;
+   10) echo Oct
+   ;;
+   11) echo Nov
+   ;;
+   12) echo Dec
+   ;;
+   *)  echo unknown
+   ;;
+   esac
+}
+
+MY_P=${PN}-$((10#${PV:6:2}))$(convert_month ${PV:4:2})${PV:2:2}
+
+DESCRIPTION="Large-scale Atomic/Molecular Massively Parallel Simulator"
+HOMEPAGE="http://lammps.sandia.gov/;
+SRC_URI="http://lammps.sandia.gov/tars/

[gentoo-commits] proj/gnome:master commit in: dev-python/pygobject/

2015-10-22 Thread Remi Cardona
commit: d3e46bfc09dbaaf89d96a1d95598af4c9dda0e85
Author: Rémi Cardona  gentoo  org>
AuthorDate: Thu Oct 22 23:05:08 2015 +
Commit: Remi Cardona  gentoo  org>
CommitDate: Thu Oct 22 23:05:34 2015 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=d3e46bfc

dev-python/pygobject: sync with portage

Add python3.5 support
gentoo.git commit cbece91e0447d77754f10e34c45b66b827cc0b35

Package-Manager: portage-2.2.23
Manifest-Sign-Key: 901AB08A

 dev-python/pygobject/metadata.xml| 4 ++--
 dev-python/pygobject/pygobject-3.18.0.ebuild | 3 ++-
 dev-python/pygobject/pygobject-.ebuild   | 3 ++-
 3 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/dev-python/pygobject/metadata.xml 
b/dev-python/pygobject/metadata.xml
index 9b1bc26..7c374a2 100644
--- a/dev-python/pygobject/metadata.xml
+++ b/dev-python/pygobject/metadata.xml
@@ -1,6 +1,6 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-gnome
-python
+   gnome
+   python
 

diff --git a/dev-python/pygobject/pygobject-3.18.0.ebuild 
b/dev-python/pygobject/pygobject-3.18.0.ebuild
index 1b3fb2a..3229154 100644
--- a/dev-python/pygobject/pygobject-3.18.0.ebuild
+++ b/dev-python/pygobject/pygobject-3.18.0.ebuild
@@ -3,9 +3,10 @@
 # $Id$
 
 EAPI="5"
+
 GCONF_DEBUG="no"
 GNOME2_LA_PUNT="yes"
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
 
 inherit eutils gnome2 python-r1 virtualx
 

diff --git a/dev-python/pygobject/pygobject-.ebuild 
b/dev-python/pygobject/pygobject-.ebuild
index 2ca3519..5fb9dd6 100644
--- a/dev-python/pygobject/pygobject-.ebuild
+++ b/dev-python/pygobject/pygobject-.ebuild
@@ -3,9 +3,10 @@
 # $Id$
 
 EAPI="5"
+
 GCONF_DEBUG="no"
 GNOME2_LA_PUNT="yes"
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
 
 inherit eutils gnome2 python-r1 virtualx
 if [[ ${PV} =  ]]; then



[gentoo-commits] proj/linux-patches:3.12 commit in: /

2015-10-22 Thread Mike Pagano
commit: 1f1599b9c061aa845dfbaaadf32ea05bbe4ba493
Author: Mike Pagano  gentoo  org>
AuthorDate: Thu Oct 22 23:08:05 2015 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Thu Oct 22 23:08:05 2015 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=1f1599b9

Update README

 _README | 10 +-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/_README b/_README
index 5930bec..e565511 100644
--- a/_README
+++ b/_README
@@ -228,7 +228,15 @@ Desc:   Linux 3.12.46
 
 Patch:  1046_linux-3.12.47.patch
 From:   http://www.kernel.org
-Desc:   Linux 3.12.4
+Desc:   Linux 3.12.47
+
+Patch:  1047_linux-3.12.48.patch
+From:   http://www.kernel.org
+Desc:   Linux 3.12.48
+
+Patch:  1048_linux-3.12.49.patch
+From:   http://www.kernel.org
+Desc:   Linux 3.12.49
 
 Patch:  1500_XATTR_USER_PREFIX.patch
 From:   https://bugs.gentoo.org/show_bug.cgi?id=470644



[gentoo-commits] repo/gentoo:master commit in: sys-kernel/gentoo-sources/

2015-10-22 Thread Mike Pagano
commit: 50b93914b9fe72dfc607de6cab111d66b4d8c1db
Author: Mike Pagano  gentoo  org>
AuthorDate: Fri Oct 23 01:25:03 2015 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Fri Oct 23 01:25:03 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50b93914

sys-kernel/gentoo-sources: Linux patch 3.12.49

Package-Manager: portage-2.2.20.1

 sys-kernel/gentoo-sources/Manifest |  3 +++
 .../gentoo-sources/gentoo-sources-3.12.49.ebuild   | 29 ++
 2 files changed, 32 insertions(+)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 594a33a..2204754 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -32,6 +32,9 @@ DIST genpatches-3.12-44.extras.tar.xz 18232 SHA256 
b1007266063f8a9d2e15877a440cf
 DIST genpatches-3.12-45.base.tar.xz 1453664 SHA256 
ec4d9bcce9b1210e68a0bb24af280eb1e969e8b0179138647fcbdf44a3572fab SHA512 
a18cbd4359fb410b10ec3bf579ff77f931f6f86b1d29d7be61204ef0984d34870810942ff395456578efba76d73ab8416d51e7eb2edf3ced4be5a00d8a4967ab
 WHIRLPOOL 
c3795f46cee61c54f46a66b7e3dd1d1232035ad6d745f19598bfa4a69aef297b89b11bd7d845fa75247bcc723d7f52d5501a3281c95c8a4b80dee6104b72dd61
 DIST genpatches-3.12-45.experimental.tar.xz 46536 SHA256 
10a2fad4f699cfed49f8a5e3b0e5685a12328ffe06cd90c97fdf92d7bf7f33a3 SHA512 
6dd0e76110fcdd50e48c85f6e777ffc63a55a434be59c92c33318fe331a4f04561c9e526dd015bae84ab5b5df0101389e764b3f77b164a59b8b46f22fa2a3ae9
 WHIRLPOOL 
59f60478fea7af16e373cc3e4166391d97cd1c5198d736844f5f692fea8c4456f87db1b37475508b1aa185bafbe08b9b685bc8235c8439eef488c49525af8316
 DIST genpatches-3.12-45.extras.tar.xz 18244 SHA256 
976054ba797b073b302e723ed6823b0e35b354d469dd7516f312d290f98a SHA512 
77da50d1f74455ce5c38d5eeabb54dc9de936b3cdfd9dc3666f93cdcbfb546b32ad1dbcc0798c08c538389997182f87afa8d009ab26c6872a4c32a4d5b76a734
 WHIRLPOOL 
38eccba1cdee6da7ee00f332d740c0046f4cefe3d629e15f13acf4b3740ccbfe8c52029df2d1286e4510ba9f459dc738a75877b73b40b0b98d13d607295325fc
+DIST genpatches-3.12-46.base.tar.xz 1477068 SHA256 
62f8e7101afdf671a51e3beb9b01f8c06cc3df6b12274fdbfdb1bacf2d3f2952 SHA512 
8464d356a7267f41a5d4b8eaae24b3ba391d51157adb3b5b7d6bd626b1569e5c565f4383e138bd3d939d4a2bc3dfde349f74c2b421365205d98132cb79442612
 WHIRLPOOL 
50aa1c4ccb5bf46e54ef1cbf699c7af27f00252325b09bf25e8f9cead1faf346a94bce29e4cc556e7eb3e339b627e8fd321acc320221a8a208fcff4493eaaa29
+DIST genpatches-3.12-46.experimental.tar.xz 46524 SHA256 
48069be9b5b0a4ba7f1da5dc046770e2e36a52951bd6815a00907cd721881b25 SHA512 
6daf5d04d5cf569eb5b0bedd5feee8f3869938ceb9093f109f82ec8e4fed5349a5dfd445f89a9f5c5459b2524bc4d00707c4fbfa449783ef63a65204755546e3
 WHIRLPOOL 
e51be15d4756dcc8ec59179809584bc1232ff20148a1bb2143947138a8591311a7bc7162b29ea3db81c0781551a186b7650f597ad850864b1ffd2f7dc975b00f
+DIST genpatches-3.12-46.extras.tar.xz 18240 SHA256 
7cf508f807c15884428573ec210eeefb53470504bfef2eca8357e60d82cbfc4c SHA512 
11736da85ec15ae89dff6c850ea730fe5ca62bfa24d864df3d7c832fb20fc4321485306124b516037b3121e1b8c5a47bc0610f17767867babc9f8cab4ee599e0
 WHIRLPOOL 
c5164b37852f78ef0297c70a41f984ff6647eced6e980f7718d924622f28c8ccb325b32cc04f0cb14b01fde029ed09f0b2b6d0ed41126140061e010aa4e95405
 DIST genpatches-3.14-54.base.tar.xz 1000384 SHA256 
31496c9d1175b58ddea2e7e832cc0a1d6485754b0876bf10395de151b113bc26 SHA512 
8c41346830512bedf1efa20914aa4c0a5895a78a8442e7f6749845986518a01bf0ef4d8759887b8368735c7c3cf5537717bd31ea9b2bd02c30204358a2e1adfa
 WHIRLPOOL 
7aac6195994ca15659a7c8d73ae23fdcc0391f1a0260f795ec7c10833ef3dba90caf7fe1a8b1debcf314739515d180635e3a37721943083181a4784a8f38a30b
 DIST genpatches-3.14-54.experimental.tar.xz 60308 SHA256 
d65996f339e190d74e5ec1279b7e7e50712a75c36a83d71fa030c6a91cf402d9 SHA512 
a51652a814070674c106bbff39acf2a65b6f011b676a7963138ea9279fb0dfc35842efea5fbf5d02e57db53a20535edf62afdb433a31282226b3fcfb10d525f3
 WHIRLPOOL 
a6696e0271df7ae8c4c16c1fb9450b8e3383c330967ba131e988569d67481c1d7a124094573e1522a01df8bcae0453f1a722456c637efe0531fd96b0b34e97df
 DIST genpatches-3.14-54.extras.tar.xz 18268 SHA256 
082caa7769237e2105c3aedcc3be569809cdaa3dfa7a99107aaddc7f5830d5ef SHA512 
8b238352a15587c7ce44ae90311b5cb7e49e05abfda5af2a57306464316527527c2f47d81f4689acc9998d3059a3e7854b38b9ce2929de2383cdfd321d65
 WHIRLPOOL 
d7c633218de7299be91eb3c01f5e3c5a00d348dc00612de52381ae3c4385717d9424670e8e2e0c2de94b032c50af732371f090c7189915877d6e7ef0e6896945

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-3.12.49.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-3.12.49.ebuild
new file mode 100644
index 000..8146df2
--- /dev/null
+++ b/sys-kernel/gentoo-sources/gentoo-sources-3.12.49.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+ETYPE="sources"
+K_WANT_GENPATCHES="base extras experimental"
+K_GENPATCHES_VER="46"
+K_DEBLOB_AVAILABLE="0"
+inherit kernel-2
+detect_version
+detect_arch
+

[gentoo-commits] proj/linux-patches:3.12 commit in: /

2015-10-22 Thread Mike Pagano
commit: 332e735eb1f56098e3ccdcca5f6502d114d98c60
Author: Mike Pagano  gentoo  org>
AuthorDate: Thu Oct 22 23:00:30 2015 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Thu Oct 22 23:00:30 2015 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=332e735e

Linux patch 3.12.49

 1048_linux-3.12.49.patch | 3673 ++
 1 file changed, 3673 insertions(+)

diff --git a/1048_linux-3.12.49.patch b/1048_linux-3.12.49.patch
new file mode 100644
index 000..30795f1
--- /dev/null
+++ b/1048_linux-3.12.49.patch
@@ -0,0 +1,3673 @@
+diff --git a/Makefile b/Makefile
+index a01f2573731d..b2985713121c 100644
+--- a/Makefile
 b/Makefile
+@@ -1,6 +1,6 @@
+ VERSION = 3
+ PATCHLEVEL = 12
+-SUBLEVEL = 48
++SUBLEVEL = 49
+ EXTRAVERSION =
+ NAME = One Giant Leap for Frogkind
+ 
+diff --git a/arch/arm/mach-omap2/clockdomains7xx_data.c 
b/arch/arm/mach-omap2/clockdomains7xx_data.c
+index 57d5df0c1fbd..7581e036bda6 100644
+--- a/arch/arm/mach-omap2/clockdomains7xx_data.c
 b/arch/arm/mach-omap2/clockdomains7xx_data.c
+@@ -331,7 +331,7 @@ static struct clockdomain l4per2_7xx_clkdm = {
+   .dep_bit  = DRA7XX_L4PER2_STATDEP_SHIFT,
+   .wkdep_srcs   = l4per2_wkup_sleep_deps,
+   .sleepdep_srcs= l4per2_wkup_sleep_deps,
+-  .flags= CLKDM_CAN_HWSUP_SWSUP,
++  .flags= CLKDM_CAN_SWSUP,
+ };
+ 
+ static struct clockdomain mpu0_7xx_clkdm = {
+diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
+index fe70eaea0e28..c6ab435557b2 100644
+--- a/arch/arm64/Kconfig
 b/arch/arm64/Kconfig
+@@ -56,6 +56,10 @@ config NO_IOPORT
+ config STACKTRACE_SUPPORT
+   def_bool y
+ 
++config ILLEGAL_POINTER_VALUE
++  hex
++  default 0xdead
++
+ config LOCKDEP_SUPPORT
+   def_bool y
+ 
+@@ -265,6 +269,22 @@ config SYSVIPC_COMPAT
+   def_bool y
+   depends on COMPAT && SYSVIPC
+ 
++config ARM64_ERRATUM_843419
++  bool "Cortex-A53: 843419: A load or store might access an incorrect 
address"
++  depends on MODULES
++  default y
++  help
++This option builds kernel modules using the large memory model in
++order to avoid the use of the ADRP instruction, which can cause
++a subsequent memory access to use an incorrect address on Cortex-A53
++parts up to r0p4.
++
++Note that the kernel itself must be linked with a version of ld
++which fixes potentially affected ADRP instructions through the
++use of veneers.
++
++If unsure, say Y.
++
+ endmenu
+ 
+ source "net/Kconfig"
+diff --git a/arch/arm64/Makefile b/arch/arm64/Makefile
+index d90cf79f233a..4148c05df99a 100644
+--- a/arch/arm64/Makefile
 b/arch/arm64/Makefile
+@@ -28,6 +28,10 @@ comma = ,
+ 
+ CHECKFLAGS+= -D__aarch64__
+ 
++ifeq ($(CONFIG_ARM64_ERRATUM_843419), y)
++CFLAGS_MODULE += -mcmodel=large
++endif
++
+ # Default value
+ head-y:= arch/arm64/kernel/head.o
+ 
+diff --git a/arch/arm64/kernel/head.S b/arch/arm64/kernel/head.S
+index 7090c126797c..aca41b06dc7a 100644
+--- a/arch/arm64/kernel/head.S
 b/arch/arm64/kernel/head.S
+@@ -192,6 +192,11 @@ ENTRY(el2_setup)
+   msr hstr_el2, xzr   // Disable CP15 traps to EL2
+ #endif
+ 
++  /* EL2 debug */
++  mrs x0, pmcr_el0// Disable debug access traps
++  ubfxx0, x0, #11, #5 // to EL2 and allow access to
++  msr mdcr_el2, x0// all PMU counters from EL1
++
+   /* Stage-2 translation */
+   msr vttbr_el2, xzr
+ 
+diff --git a/arch/arm64/kernel/module.c b/arch/arm64/kernel/module.c
+index ca0e3d55da99..9589a92f6332 100644
+--- a/arch/arm64/kernel/module.c
 b/arch/arm64/kernel/module.c
+@@ -390,12 +390,14 @@ int apply_relocate_add(Elf64_Shdr *sechdrs,
+   ovf = reloc_insn_imm(RELOC_OP_PREL, loc, val, 0, 21,
+INSN_IMM_ADR);
+   break;
++#ifndef CONFIG_ARM64_ERRATUM_843419
+   case R_AARCH64_ADR_PREL_PG_HI21_NC:
+   overflow_check = false;
+   case R_AARCH64_ADR_PREL_PG_HI21:
+   ovf = reloc_insn_imm(RELOC_OP_PAGE, loc, val, 12, 21,
+INSN_IMM_ADR);
+   break;
++#endif
+   case R_AARCH64_ADD_ABS_LO12_NC:
+   case R_AARCH64_LDST8_ABS_LO12_NC:
+   overflow_check = false;
+diff --git a/arch/arm64/kernel/signal32.c b/arch/arm64/kernel/signal32.c
+index b9564b8d6bab..1e60acc6a4d7 100644
+--- a/arch/arm64/kernel/signal32.c
 b/arch/arm64/kernel/signal32.c
+@@ -231,14 +231,32 @@ int copy_siginfo_from_user32(siginfo_t *to, 
compat_siginfo_t __user *from)
+ 
+ /*
+  * VFP save/restore code.
++ *
++ * We have to be careful with endianness, since the fpsimd context-switch
++ * code operates on 128-bit (Q) register 

[gentoo-commits] proj/linux-patches: New tag: 3.12-46

2015-10-22 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Thu Oct 22 23:08:45 2015 +

New tag: 3.12-46




[gentoo-commits] repo/gentoo:master commit in: dev-java/oracle-jre-bin/

2015-10-22 Thread James Le Cuirot
commit: 762573ee867b38b8daef071d275a121f2d85b43e
Author: James Le Cuirot  gentoo  org>
AuthorDate: Thu Oct 22 09:27:27 2015 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Thu Oct 22 09:29:17 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=762573ee

dev-java/oracle-jre-bin: Remove vulnerable version wrt bug #563684

Package-Manager: portage-2.2.20.1

 dev-java/oracle-jre-bin/Manifest   |   2 -
 .../oracle-jre-bin/oracle-jre-bin-1.8.0.51.ebuild  | 230 -
 2 files changed, 232 deletions(-)

diff --git a/dev-java/oracle-jre-bin/Manifest b/dev-java/oracle-jre-bin/Manifest
index 7542877..c4f7109 100644
--- a/dev-java/oracle-jre-bin/Manifest
+++ b/dev-java/oracle-jre-bin/Manifest
@@ -2,7 +2,5 @@ DIST UnlimitedJCEPolicyJDK7.zip 7426 SHA256 
7a8d790e7bd9c2f82a83baddfae765797a4a
 DIST jce_policy-8.zip 8409 SHA256 
f3020a3922efd6626c2fff45695d527f34a8020e938a49292561f18ad1320b59 SHA512 
abbaa81a35f904ec61b4cf3c2d1ca8c8d49e53bb248e698185eea906939d68f5063412800585ec74027aab1012ef189aebe1dc99fe8ef4230a0ecb0b527f88e5
 WHIRLPOOL 
8c9ce1ea4673b75fa6271b74e598880f98361d5d2c9c25439fa0af3d07cfeb871b39682dae4e38160f49770b1fec953162e451b9b2cf44d2c72a226944212bcc
 DIST jre-7u80-linux-i586.tar.gz 48558751 SHA256 
b773aef1458a4adde03af62f8163c7e4614b485e1f01699ff8f5f60919251575 SHA512 
d85b8700248a4ad0a0873d0c84b2175fb0a66773c43899ab47ac531be089794c17eb0e8b7503d46efd78833da17c9fa8a83ad1cb9c062e191acfb77155639474
 WHIRLPOOL 
766c88748bc758a1b35bd6008750cc8f2678801b1cc5629bcb7a756e4a32973a5f5ad927348b3ce3ad9ecb3e7aca5d1af2b613fba35d4f53f9601b1ff42312b2
 DIST jre-7u80-linux-x64.tar.gz 47110223 SHA256 
4c01efd0d8e80bb6e2f324ec3408ce64f066d4506c7ec93a491f615a4523f4f3 SHA512 
e61e78ab1be0313690e8ab8d6cbae7366dd78aa4716f47c8908178196b658b94ee318dd04043965a72c34d8ef5c1cb4902afaa2188e76eb944256f090339107d
 WHIRLPOOL 
1af7417b327402abaf4074445f051924de8b19810668890e089b66a488dddfc7f50cdd96a012130a591940338177164f66c83caf54c5d6d370be27d119a907fe
-DIST jre-8u51-linux-i586.tar.gz 65731094 SHA256 
e59a6fc88e1fc62167be684ffd5de90f5d31f1c7b7e6361dde24b45afeaa8d3a SHA512 
6b459f70c1bc4007a0e10e89682c5c33601b795f6693eda0836e49b9e248229e109947232aef7b9d15b38f92931a134bc96833408e44572bf3f3b2da301ad275
 WHIRLPOOL 
dca9c6d3f68917561d1bc84fb9d33ba01907d57eee1487c7e080989a6b89332a4f8e198717b8c4fe992c71d6715aa0e058bb02bd9b90ed8a7055cbc1747e4311
-DIST jre-8u51-linux-x64.tar.gz 6386 SHA256 
25c2146b4ff1a12a9449589f8372f7f67cb63d6f6ad2b7f9ec92181cd3a31cee SHA512 
7b3c8be7ba4014041e86b2dd597d027285185f9e8a484110bea589d73e4e35a9d709d57198610f466ea05ef8ea4b7e696f1fc844a60511d0ba111f666de5cf44
 WHIRLPOOL 
1472b32649afbed578eaf1b31006a2020bd217a3f75b9b7d7bc2fd8c32bcd422dfd46e7d11e2e5e34904a1f5cc0bd03885cb0c1515ccd63985ca974a6d61eddb
 DIST jre-8u66-linux-i586.tar.gz 73883805 SHA256 
70ee96be46d1cdeb15720b58a74c4dff0eecb6fcdded91d887b16779789f3596 SHA512 
c605027974e5d6ad55cefee9c75239cd15fcf726abe49617d1008cec44f8a927f6794fcf2819e1f1e35b9535d40f6bef1fd4b023271f80e3e392824fa8bb2111
 WHIRLPOOL 
67dd7ea33dd9845210177f3b608789c674be2d0a7550b924f68082da6e9484e81ae1186c7aa7bddd5895ea0eb7adf8f67949a063378a028673d20e16004d4d52
 DIST jre-8u66-linux-x64.tar.gz 71719193 SHA256 
f2249370a6ac4ca8977b66d7665179f0fef4df732f3af80b0f34567d594588bf SHA512 
ba0de83d6a485cab305c352091cfca74b6a64132fbda38b5bda53b9dd2569adafc64c93f92397dc3a40167b04690f4d8de9f1209485a8e51a236db312efe4b8c
 WHIRLPOOL 
00a3f10bec2bc871534cc30a4ac2bb496695686d2b41bde985aeda662bcb988e979318eb16f886989d740f92f35e45e2ac344f6d49bcab2020f11babcd2e69e8

diff --git a/dev-java/oracle-jre-bin/oracle-jre-bin-1.8.0.51.ebuild 
b/dev-java/oracle-jre-bin/oracle-jre-bin-1.8.0.51.ebuild
deleted file mode 100644
index 65d152a..000
--- a/dev-java/oracle-jre-bin/oracle-jre-bin-1.8.0.51.ebuild
+++ /dev/null
@@ -1,230 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-inherit eutils java-vm-2 prefix versionator
-
-# This URIs need updating when bumping!
-JRE_URI="http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html;
-JCE_URI="http://www.oracle.com/technetwork/java/javase/downloads/jce8-download-2133166.html;
-
-if [[ "$(get_version_component_range 4)" == 0 ]] ; then
-   S_PV="$(get_version_component_range 1-3)"
-else
-   MY_PV_EXT="u$(get_version_component_range 4)"
-   S_PV="$(get_version_component_range 1-4)"
-fi
-
-MY_PV="$(get_version_component_range 2)${MY_PV_EXT}"
-
-AT_amd64="jre-${MY_PV}-linux-x64.tar.gz"
-AT_x86="jre-${MY_PV}-linux-i586.tar.gz"
-
-JCE_DIR="UnlimitedJCEPolicyJDK8"
-JCE_FILE="jce_policy-8.zip"
-
-DESCRIPTION="Oracle's Java SE Runtime Environment"
-HOMEPAGE="http://www.oracle.com/technetwork/java/javase/;
-SRC_URI="
-   amd64? ( ${AT_amd64} )
-   x86? ( ${AT_x86} )
-   jce? ( ${JCE_FILE} )"
-
-LICENSE="Oracle-BCLA-JavaSE"
-SLOT="1.8"
-KEYWORDS="amd64 x86"
-IUSE="alsa +awt 

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

2015-10-22 Thread Justin Lecher
commit: 1630019f0cfd81ea3e6060ca937c8ed8f33c8cb5
Author: Justin Lecher  gentoo  org>
AuthorDate: Thu Oct 22 10:24:39 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Thu Oct 22 10:24:39 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=1630019f

dev-python/healpy: Fix broken dependency for pyfits

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

 dev-python/healpy/healpy-1.7.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/healpy/healpy-1.7.4.ebuild 
b/dev-python/healpy/healpy-1.7.4.ebuild
index 8ed47d8..0118949 100644
--- a/dev-python/healpy/healpy-1.7.4.ebuild
+++ b/dev-python/healpy/healpy-1.7.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -20,7 +20,7 @@ IUSE=""
 RDEPEND="
dev-python/matplotlib[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
-   virtual/pyfits[${PYTHON_USEDEP}]
+   dev-python/pyfits[${PYTHON_USEDEP}]
sci-astronomy/healpix_cxx
sci-libs/cfitsio"
 DEPEND="${RDEPEND}



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

2015-10-22 Thread Justin Lecher
commit: 8c0e514a21c8e59f0f08055ff983920142492c03
Author: Justin Lecher  gentoo  org>
AuthorDate: Thu Oct 22 10:07:09 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Thu Oct 22 10:07:09 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=8c0e514a

dev-python/pywcsgrid2: Fix broken dependency for pyfits

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

 dev-python/pywcsgrid2/pywcsgrid2-.ebuild | 7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/dev-python/pywcsgrid2/pywcsgrid2-.ebuild 
b/dev-python/pywcsgrid2/pywcsgrid2-.ebuild
index 4dc5e33..b367bed 100644
--- a/dev-python/pywcsgrid2/pywcsgrid2-.ebuild
+++ b/dev-python/pywcsgrid2/pywcsgrid2-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -18,8 +18,7 @@ KEYWORDS=""
 IUSE=""
 
 RDEPEND="
-   || ( dev-python/pyfits[${PYTHON_USEDEP}] 
dev-python/astropy[${PYTHON_USEDEP}] )
+   dev-python/astropy[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
-   dev-python/matplotlib[${PYTHON_USEDEP}]
-   || ( virtual/pywcs[${PYTHON_USEDEP}] 
dev-python/astropy[${PYTHON_USEDEP}] )"
+   dev-python/matplotlib[${PYTHON_USEDEP}]"
 DEPEND="${RDEPEND}"



[gentoo-commits] proj/sci:master commit in: sci-chemistry/openbabel-python/, sci-chemistry/shiftx2/, sci-chemistry/smmp/, ...

2015-10-22 Thread Justin Lecher
commit: a6da897dd959421eca4a78deee4f55faff97c77b
Author: Justin Lecher  gentoo  org>
AuthorDate: Thu Oct 22 09:09:45 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Thu Oct 22 09:09:45 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=a6da897d

Drop deprecated python eclass function

Parallel support has been removed from pyhton eclasses
python_parallel_foreach_impl -> python_foreach_impl

Signed-off-by: Justin Lecher  gentoo.org>

 app-benchmarks/numbench/numbench-0.2.ebuild|  2 +-
 app-benchmarks/numbench/numbench-.ebuild   |  2 +-
 dev-python/opal-client/opal-client-2.4.1.ebuild|  4 ++--
 sci-chemistry/openbabel-python/openbabel-python-.ebuild|  2 +-
 .../pymol-plugins-ezviz/pymol-plugins-ezviz-1.0.2005-r1.ebuild |  2 +-
 sci-chemistry/shiftx2/shiftx2-1.07_p20120106.ebuild| 10 +-
 sci-chemistry/smmp/smmp-3.0.5.ebuild   |  4 ++--
 7 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/app-benchmarks/numbench/numbench-0.2.ebuild 
b/app-benchmarks/numbench/numbench-0.2.ebuild
index 264bcde..7b5ae73 100644
--- a/app-benchmarks/numbench/numbench-0.2.ebuild
+++ b/app-benchmarks/numbench/numbench-0.2.ebuild
@@ -29,7 +29,7 @@ RDEPEND="
 python_install_all() {
distutils-r1_python_install_all
 
-   python_parallel_foreach_impl python_newscript exec.py numbench
+   python_foreach_impl python_newscript exec.py numbench
 
insinto /usr/share/numbench/samples
doins samples/*.xml

diff --git a/app-benchmarks/numbench/numbench-.ebuild 
b/app-benchmarks/numbench/numbench-.ebuild
index eb0724a..bba3a21 100644
--- a/app-benchmarks/numbench/numbench-.ebuild
+++ b/app-benchmarks/numbench/numbench-.ebuild
@@ -29,7 +29,7 @@ RDEPEND="
 python_install_all() {
distutils-r1_python_install_all
 
-   python_parallel_foreach_impl python_newscript exec.py numbench
+   python_foreach_impl python_newscript exec.py numbench
 
insinto /usr/share/numbench/samples
doins samples/*.xml

diff --git a/dev-python/opal-client/opal-client-2.4.1.ebuild 
b/dev-python/opal-client/opal-client-2.4.1.ebuild
index 3071de9..191656e 100644
--- a/dev-python/opal-client/opal-client-2.4.1.ebuild
+++ b/dev-python/opal-client/opal-client-2.4.1.ebuild
@@ -33,8 +33,8 @@ src_install() {
"${EPREFIX}"/usr/bin/wsdl2py  wsdl/opal.wsdl || die
 
python_moduleinto AppService
-   python_parallel_foreach_impl python_domodule AppService_*.py
-   python_parallel_foreach_impl python_optimize
+   python_foreach_impl python_domodule AppService_*.py
+   python_foreach_impl python_optimize
 
dodoc README CHANGELOG etc/* *Client.py
dohtml docs/*

diff --git a/sci-chemistry/openbabel-python/openbabel-python-.ebuild 
b/sci-chemistry/openbabel-python/openbabel-python-.ebuild
index 8de879c..69c0acd 100644
--- a/sci-chemistry/openbabel-python/openbabel-python-.ebuild
+++ b/sci-chemistry/openbabel-python/openbabel-python-.ebuild
@@ -63,7 +63,7 @@ src_configure() {
 }
 
 src_compile() {
-   python_parallel_foreach_impl cmake-utils_src_make bindings_python
+   python_foreach_impl cmake-utils_src_make bindings_python
 }
 
 src_test() {

diff --git 
a/sci-chemistry/pymol-plugins-ezviz/pymol-plugins-ezviz-1.0.2005-r1.ebuild 
b/sci-chemistry/pymol-plugins-ezviz/pymol-plugins-ezviz-1.0.2005-r1.ebuild
index 5ba646f..74f6426 100644
--- a/sci-chemistry/pymol-plugins-ezviz/pymol-plugins-ezviz-1.0.2005-r1.ebuild
+++ b/sci-chemistry/pymol-plugins-ezviz/pymol-plugins-ezviz-1.0.2005-r1.ebuild
@@ -51,6 +51,6 @@ src_install() {
python_domodule *.gif
}
python_foreach_impl installation
-   python_parallel_foreach_impl python_optimize
+   python_foreach_impl python_optimize
dodoc readme.txt
 }

diff --git a/sci-chemistry/shiftx2/shiftx2-1.07_p20120106.ebuild 
b/sci-chemistry/shiftx2/shiftx2-1.07_p20120106.ebuild
index e72cb82..9baabd4 100644
--- a/sci-chemistry/shiftx2/shiftx2-1.07_p20120106.ebuild
+++ b/sci-chemistry/shiftx2/shiftx2-1.07_p20120106.ebuild
@@ -98,11 +98,11 @@ src_install() {
 
local instdir="/opt/${PN}"
dodoc README 1UBQ.pdb
-   python_parallel_foreach_impl python_newscript ${PN}.py ${PN}
+   python_foreach_impl python_newscript ${PN}.py ${PN}
mv shiftx2_util.py shiftx2util.py || die
python_moduleinto ${PN}
touch __init__.py
-   python_parallel_foreach_impl python_domodule natsorted.py 
shiftx2util.py __init__.py
+   python_foreach_impl python_domodule natsorted.py shiftx2util.py 
__init__.py
 
# other modules
dobin \
@@ -111,12 +111,12 @@ src_install() {
"${S}"/modules/effects/caleffect
 
# script
-   python_parallel_foreach_impl python_doscript "${S}"/script/*py
+   python_foreach_impl python_doscript "${S}"/script/*py

[gentoo-commits] repo/gentoo:master commit in: dev-java/oracle-jdk-bin/

2015-10-22 Thread James Le Cuirot
commit: 41c4b6349055c0782811424f076291568afdc285
Author: James Le Cuirot  gentoo  org>
AuthorDate: Thu Oct 22 09:28:42 2015 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Thu Oct 22 09:29:19 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41c4b634

dev-java/oracle-jdk-bin: Remove vulnerable version wrt bug #563684

Package-Manager: portage-2.2.20.1

 dev-java/oracle-jdk-bin/Manifest   |  12 -
 .../oracle-jdk-bin/oracle-jdk-bin-1.8.0.51.ebuild  | 338 -
 2 files changed, 350 deletions(-)

diff --git a/dev-java/oracle-jdk-bin/Manifest b/dev-java/oracle-jdk-bin/Manifest
index a970549..ed0ffc4 100644
--- a/dev-java/oracle-jdk-bin/Manifest
+++ b/dev-java/oracle-jdk-bin/Manifest
@@ -15,18 +15,6 @@ DIST jdk-7u80-solaris-sparcv9-demos.tar.gz 904770 SHA256 
fa3a92e70e52b0bffdee8d2
 DIST jdk-7u80-solaris-sparcv9.tar.gz 19301205 SHA256 
1a2bce541efe7b81cafe683626b3edea56918a8ca897ff36a2deaed00a7fce05 SHA512 
93ea0e8f5ae611dd1a620dffd72e315ecb6ce8375bd902a793fab128ac7e95d2cb338df1c273a2c29af6194e7cbdb810d79193b413b4b101538c08ebeef1eb41
 WHIRLPOOL 
c9ae1f1b561c4ec1d3c1a7f5008e80642b49a9fd1c6459f8ada65c01accc338280bdd683712d54a9b7741eeccf856b4f2ee82e898fbe1f39260d58efab217185
 DIST jdk-7u80-solaris-x64-demos.tar.gz 865205 SHA256 
a08dd0665d35986675beeba0f80d5db54a91fb276d8641ce1ba16ba873a18682 SHA512 
c53f026bfdfed8d83d42e3fce497baffeb370adf0423be2f891f6d200510088ac8227ae4f261ece059dbf29eb33cacafb20a0c328e7d8723387eba38def389d0
 WHIRLPOOL 
0539e964e194527055186b120df11e74ab3d9568fc2a5ff002ef405396f521a7c35013420067d37874b9602fe29d104dce63f22bfd687c45722689d62a8c552d
 DIST jdk-7u80-solaris-x64.tar.gz 17176587 SHA256 
ccc156363e3080e92382cd675d96889460a4421464b456794c8405eeb709 SHA512 
83ce229c3a38e454d9acafa189b3b6f247a4723ddb3c3fa08993323590949295b0f3740ab235c7c539f90a684b8cefad7839f82f566b7a141019b94af6cbad89
 WHIRLPOOL 
07412c6de5886c729b43726fb228783606b2a53c2a286b1af2dd5359975d1c75964a895d7da543f98c461adf0ab4b82fc32ebeb49e1835448effd93886f1b206
-DIST jdk-8u51-linux-arm-vfp-hflt-demos.tar.gz 10401432 SHA256 
3260a78ac9bfa216443087d516998270716a6167612ba57759c7e8616aaba945 SHA512 
b3177c31efbb4fa5171fb89bc1488cf7cb954919e129b70afbb7f374479f3cace69e9968767353a89002581493460e44c251df12174d3f3e20aa3ebc807dddf0
 WHIRLPOOL 
47fe7a61be0d85661cb9d8418ca5d20542acb9563fdf6837e0a25132824ed8c891ad0a7beb4061acd671217768a9223518874fbe599581bca0a0e6bf1f6dcbf1
-DIST jdk-8u51-linux-arm-vfp-hflt.tar.gz 81593057 SHA256 
2a6644a4540c8f47784daf8afcbb405a03e686720e4c9eac6584253a55def0c7 SHA512 
9fd811ab3af7144436fbbc14e914f9313933e0dd1aae2eb35369ae5b291e12a1b9d9236bd6921e7e8e59f8a24bc65ebea4624079bbaf179ea821ba0908a5a975
 WHIRLPOOL 
dbb4674237da39f0d86ea261bb48d78faa9ad4e0a3b1a8cd8a1ffd493202cb28c54294d7a82343b88727640cbbc31f123b67eb4926a094191dcc3653a575baf6
-DIST jdk-8u51-linux-i586-demos.tar.gz 54797997 SHA256 
08014bd53b4519890e7b82cb3d1b69c959e8bef08cd43cfd80b3043e6263d136 SHA512 
3aebe35501937658ecc78b4d4e4268de8dda8e37b817f4f22e2b0ff3667da3dd29aa95bec241ad9b300e4db61d2329b4ae5c498f34a00efaf1d62164a6b92785
 WHIRLPOOL 
dfded6fd17f18560cae1ea6d08d08ff8508c0ac8f07740b96d6747cca0f60a6db04dce934dce3d0cb3650c2d34069569805c892d41da4a95b7d5f3b8b7875c31
-DIST jdk-8u51-linux-i586.tar.gz 175056840 SHA256 
3fd43a5d88ea759bf12502980aa956c683d9df058ad25a94914c5890807e9f2b SHA512 
79e405d07dd8a0556f336807fae951608665a33d4a461ea0c103831cac2914b7654db6c6dee479542155c379e9fcaaafa763dfe469dcf5ae48a1dd5544b9a1e9
 WHIRLPOOL 
f1a03c11f694cc29199ee1ee9a72d7e617195b8e0f6500841023a447e8fb4e1df3321099dbae2b51df9fd2e72924758499d6bc7b1c9fe40a05ddd11ff6329e67
-DIST jdk-8u51-linux-x64-demos.tar.gz 54852711 SHA256 
7de5f948bca36967a85fb8831bbe3a389634064c7f3cfdd476cd62dd268b3591 SHA512 
33adc18b239f9a7973efa892e7d61d54ced1dc271a2dd27f6ab7e1e89626f061040639d953523b10070137a66bcc85ea48289be15f9e82ef6500416cb2f2dec1
 WHIRLPOOL 
e3fd9e12a9ef832f4a2595bacb578821b56878b93bb50790c28c4c9d78e35ec00b1a9e95a32af3e1e2338b0839564749cd1c4d89e8ae1c4457ab22c9118db094
-DIST jdk-8u51-linux-x64.tar.gz 173281904 SHA256 
d7149012cc51c2cdb8d3a1767825e0dfc36ca0419c3dae56d993cb2732cbeff1 SHA512 
ab4559fdfe7150a2e3e06128b2e8c2621c078e8a13290cf015bc0dce3514e8881feb178672d9bf46ec9e0f6ca0ab23f712278db39796515ed55594af552a1f9b
 WHIRLPOOL 
49920b8a9b04ab6c1e9d40f332e4079e3df5868dfacbcb575ff9844897a48f836693ff928a56119fbb249c0e09e9aa3e81c1d8c998d3c18ebe2de26464931449
-DIST jdk-8u51-macosx-x64.dmg 232874868 SHA256 
85ee66d1fdce5244afcbfbfce8dc90582b8c7e3ec8ab4c21e0f4eb390af97832 SHA512 
15fba10d1fe0eede89eae3a5e184ff9c1048fe48538046b527f4e78bd0a6285bdbf858edeb4613707d9ccbb7ffde5c197a9e80920cabac149488646965890199
 WHIRLPOOL 
86ad3c0ea8ab9a16c17084070dde8e66dc348a17997e6ce31d25a65dbce7c1dd935ecd91ffad6e57780be9cebda128427b413594c8f58e61a5bf2f4e57529cb4
-DIST jdk-8u51-macosx-x86_64-demos.zip 55361655 SHA256 
e4c6ffe2c188b25e615fe5abc953ea3bd7cf7dc9cb53c5b7c636f509bf84d429 SHA512 

[gentoo-commits] proj/kde:master commit in: kde-apps/kate/, kde-apps/renamedlg-plugins/, kde-apps/kdenlive/, ...

2015-10-22 Thread Michael Palimaka
commit: e3e6b98d5a7001acba3136550aafed5f99f24bb5
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Wed Oct 21 21:40:25 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Wed Oct 21 22:33:07 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=e3e6b98d

kde-apps: Move 15.08.2 to tree

Package-Manager: portage-2.2.23

 kde-apps/amor/amor-15.08.2.ebuild  |  16 --
 kde-apps/attica/attica-15.08.2.ebuild  |  17 ---
 kde-apps/audiocd-kio/audiocd-kio-15.08.2.ebuild|  33 
 .../baloo-widgets/baloo-widgets-15.08.2.ebuild |  33 
 kde-apps/dolphin/dolphin-15.08.2.ebuild|  87 ---
 kde-apps/dragon/dragon-15.08.2.ebuild  |  39 -
 kde-apps/drkonqi/drkonqi-15.08.2.ebuild|  25 ---
 kde-apps/ffmpegthumbs/ffmpegthumbs-15.08.2.ebuild  |  18 ---
 kde-apps/juk/juk-15.08.2.ebuild|  27 
 .../kaccounts-integration-15.08.2.ebuild   |  42 --
 .../files/kate-15.08.1-initialise-libgit2.patch|  57 ---
 kde-apps/kate/kate-15.08.2.ebuild  |  70 -
 kde-apps/kcmshell/kcmshell-15.08.2.ebuild  |  12 --
 kde-apps/kcontrol/kcontrol-15.08.2.ebuild  |  26 
 kde-apps/kcron/kcron-15.08.2.ebuild|  28 
 .../kde-base-artwork-15.08.2.ebuild|  12 --
 kde-apps/kde-l10n/kde-l10n-15.08.2.ebuild  | 119 ---
 .../kde-wallpapers/kde-wallpapers-15.08.2.ebuild   |  25 ---
 kde-apps/kde4-l10n/kde4-l10n-15.08.2.ebuild| 157 ---
 .../kdeadmin-meta/kdeadmin-meta-15.08.2.ebuild |  18 ---
 kde-apps/kdebase-data/kdebase-data-15.08.2.ebuild  |  38 -
 .../kdebase-desktoptheme-15.08.2.ebuild|  13 --
 .../kdebase-kioslaves-15.08.2.ebuild   |  51 ---
 .../kdebase-menu-icons-15.08.2.ebuild  |  13 --
 kde-apps/kdebase-menu/kdebase-menu-15.08.2.ebuild  |  13 --
 .../kdebase-runtime-meta-15.08.2.ebuild|  56 ---
 kde-apps/kdebugdialog/kdebugdialog-15.08.2.ebuild  |  13 --
 .../kdemultimedia-meta-15.08.2.ebuild  |  28 
 .../kdenetwork-filesharing-15.08.2.ebuild  |  11 --
 kde-apps/kdenlive/kdenlive-15.08.2.ebuild  |  65 
 kde-apps/kdepasswd/kdepasswd-15.08.2.ebuild|  21 ---
 kde-apps/kdepim-l10n/kdepim-l10n-15.08.2.ebuild| 139 -
 kde-apps/kdesu/kdesu-15.08.2.ebuild|  26 
 kde-apps/kdetoys-meta/kdetoys-meta-15.08.2.ebuild  |  17 ---
 kde-apps/kdialog/kdialog-15.08.2.ebuild|  12 --
 .../kdontchangethehostname-15.08.2.ebuild  |  16 --
 .../keditbookmarks/keditbookmarks-15.08.2.ebuild   |  22 ---
 .../keditfiletype/keditfiletype-15.08.2.ebuild |  15 --
 kde-apps/kfile/kfile-15.08.2.ebuild|  12 --
 kde-apps/kfind/kfind-15.08.2.ebuild|  19 ---
 kde-apps/kfmclient/kfmclient-15.08.2.ebuild|  34 -
 kde-apps/kget/kget-15.08.2.ebuild  |  40 -
 kde-apps/kglobalaccel/kglobalaccel-15.08.2.ebuild  |  21 ---
 kde-apps/kgpg/kgpg-15.08.2.ebuild  |  30 
 kde-apps/kiconfinder/kiconfinder-15.08.2.ebuild|  12 --
 kde-apps/kimgio/kimgio-15.08.2.ebuild  |  15 --
 kde-apps/kio-extras/kio-extras-15.08.2.ebuild  |  83 --
 kde-apps/kioclient/kioclient-15.08.2.ebuild|  12 --
 .../kmimetypefinder/kmimetypefinder-15.08.2.ebuild |  12 --
 kde-apps/kmix/kmix-15.08.2.ebuild  |  58 ---
 kde-apps/knetattach/knetattach-15.08.2.ebuild  |  13 --
 kde-apps/knewstuff/knewstuff-15.08.2.ebuild|  12 --
 kde-apps/knotify/knotify-15.08.2.ebuild|  12 --
 kde-apps/konq-plugins/konq-plugins-15.08.2.ebuild  |  32 
 kde-apps/konqueror/konqueror-15.08.2.ebuild|  61 
 kde-apps/konsole/konsole-15.08.2.ebuild|  61 
 kde-apps/kopete/kopete-15.08.2.ebuild  | 167 -
 .../kpasswdserver/kpasswdserver-15.08.2.ebuild |  15 --
 kde-apps/kppp/kppp-15.08.2.ebuild  |  17 ---
 kde-apps/kquitapp/kquitapp-15.08.2.ebuild  |  12 --
 kde-apps/krdc/krdc-15.08.2.ebuild  |  36 -
 kde-apps/kreadconfig/kreadconfig-15.08.2.ebuild|  12 --
 kde-apps/krfb/krfb-15.08.2.ebuild  |  37 -
 kde-apps/kscd/kscd-15.08.2.ebuild  |  19 ---
 kde-apps/kstart/kstart-15.08.2.ebuild  |  12 --
 kde-apps/ksystemlog/ksystemlog-15.08.2.ebuild  |  32 
 kde-apps/ktimezoned/ktimezoned-15.08.2.ebuild  |  12 --
 kde-apps/ktp-l10n/ktp-l10n-15.08.2.ebuild  | 135 -
 .../ktraderclient/ktraderclient-15.08.2.ebuild |  12 --
 kde-apps/ktux/ktux-15.08.2.ebuild  |  19 ---
 kde-apps/kuiserver/kuiserver-15.08.2.ebuild|  12 --
 .../kurifilter-plugins-15.08.2.ebuild  |  15 --
 kde-apps/kuser/kuser-15.08.2.ebuild  

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

2015-10-22 Thread Michael Palimaka
commit: c57db11ca1988ec66605dc65b3987fcb9cb3927f
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sat Sep 26 19:23:48 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Oct 22 10:13:11 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=c57db11c

kde-apps/incidenceeditor: New package

Split out of kdepim

Package-Manager: portage-2.2.22

 .../incidenceeditor/incidenceeditor-.ebuild| 63 ++
 kde-apps/incidenceeditor/metadata.xml  |  5 ++
 2 files changed, 68 insertions(+)

diff --git a/kde-apps/incidenceeditor/incidenceeditor-.ebuild 
b/kde-apps/incidenceeditor/incidenceeditor-.ebuild
new file mode 100644
index 000..4989c63
--- /dev/null
+++ b/kde-apps/incidenceeditor/incidenceeditor-.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MY_PN="${PN}-ng"
+KDE_TEST="true"
+KMNAME="kdepim"
+inherit kde5
+
+DESCRIPTION="Incidence editor for korganizer"
+LICENSE="LGPL-2+"
+KEYWORDS=""
+IUSE=""
+
+COMMON_DEPEND="
+   $(add_frameworks_dep kcodecs)
+   $(add_frameworks_dep kcompletion)
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kconfigwidgets)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kdelibs4support)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kiconthemes)
+   $(add_frameworks_dep kio)
+   $(add_frameworks_dep kitemmodels)
+   $(add_frameworks_dep kjobwidgets)
+   $(add_frameworks_dep kservice)
+   $(add_frameworks_dep ktextwidgets)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_frameworks_dep kxmlgui)
+   $(add_kdeapps_dep akonadi-calendar)
+   $(add_kdeapps_dep akonadi-contact)
+   $(add_kdeapps_dep akonadi-mime)
+   $(add_kdeapps_dep calendarsupport)
+   $(add_kdeapps_dep eventviews)
+   $(add_kdeapps_dep kcalcore)
+   $(add_kdeapps_dep kcalutils)
+   $(add_kdeapps_dep kcontacts)
+   $(add_kdeapps_dep kdgantt2)
+   $(add_kdeapps_dep kidentitymanagement)
+   $(add_kdeapps_dep kldap)
+   $(add_kdeapps_dep kmailtransport)
+   $(add_kdeapps_dep kmime)
+   $(add_kdeapps_dep libakonadi)
+   $(add_kdeapps_dep libkdepim)
+   $(add_kdeapps_dep libkdepimdbusinterfaces)
+   dev-qt/designer:5
+   dev-qt/qtdbus:5
+   dev-qt/qtgui:5
+   dev-qt/qtwebkit:5
+   dev-qt/qtwidgets:5
+"
+DEPEND="${COMMON_DEPEND}
+   sys-devel/gettext
+"
+RDEPEND="${COMMON_DEPEND}
+   !
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   kde
+



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

2015-10-22 Thread Michael Palimaka
commit: f151ded4b16010827ad0e14678312f966de085a4
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sat Sep 26 18:05:18 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Oct 22 10:13:10 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=f151ded4

kde-apps/libfollowupreminder: New package

Split out of kdepim

Package-Manager: portage-2.2.22

 .../libfollowupreminder-.ebuild| 33 ++
 kde-apps/libfollowupreminder/metadata.xml  |  5 
 2 files changed, 38 insertions(+)

diff --git a/kde-apps/libfollowupreminder/libfollowupreminder-.ebuild 
b/kde-apps/libfollowupreminder/libfollowupreminder-.ebuild
new file mode 100644
index 000..4f73d22
--- /dev/null
+++ b/kde-apps/libfollowupreminder/libfollowupreminder-.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+KDE_TEST="false"
+KMNAME="kdepim"
+inherit kde5
+
+DESCRIPTION="Library for followup reminders"
+LICENSE="LGPL-2+"
+KEYWORDS=""
+IUSE=""
+
+COMMON_DEPEND="
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep knewstuff)
+   $(add_kdeapps_dep libakonadi)
+   dev-qt/qtdbus:5
+   dev-qt/qtgui:5
+"
+DEPEND="${COMMON_DEPEND}
+   sys-devel/gettext
+"
+RDEPEND="${COMMON_DEPEND}
+   !
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   kde
+



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

2015-10-22 Thread Michael Palimaka
commit: 8c40037cda6524ed5d8cc7f8df3a8da6dbe17b37
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sat Sep 26 22:24:44 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Oct 22 10:13:11 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=8c40037c

kde-apps/messagecomposer: New package

Split out of kdepim

Package-Manager: portage-2.2.22

 .../messagecomposer/messagecomposer-.ebuild| 48 ++
 kde-apps/messagecomposer/metadata.xml  |  5 +++
 2 files changed, 53 insertions(+)

diff --git a/kde-apps/messagecomposer/messagecomposer-.ebuild 
b/kde-apps/messagecomposer/messagecomposer-.ebuild
new file mode 100644
index 000..b91995d
--- /dev/null
+++ b/kde-apps/messagecomposer/messagecomposer-.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+KDE_TEST="true"
+KMNAME="kdepim"
+inherit kde5
+
+DESCRIPTION="Message composer for KMail"
+LICENSE="LGPL-2+"
+KEYWORDS=""
+IUSE=""
+
+COMMON_DEPEND="
+   $(add_frameworks_dep karchive)
+   $(add_frameworks_dep ki18n)
+   $(add_kdeapps_dep akonadi-mime)
+   $(add_kdeapps_dep kidentitymanagement)
+   $(add_kdeapps_dep kldap)
+   $(add_kdeapps_dep kmailtransport)
+   $(add_kdeapps_dep kmime)
+   $(add_kdeapps_dep kpimtextedit)
+   $(add_kdeapps_dep libakonadi)
+   $(add_kdeapps_dep libfollowupreminder)
+   $(add_kdeapps_dep libkdepim)
+   $(add_kdeapps_dep libkleo)
+   $(add_kdeapps_dep libsendlater)
+   $(add_kdeapps_dep messagecore)
+   $(add_kdeapps_dep messageviewer)
+   $(add_kdeapps_dep pimcommon)
+   $(add_kdeapps_dep templateparser)
+   dev-libs/grantlee:5
+   dev-qt/designer:5
+   dev-qt/qtgui:5
+   dev-qt/qtwebkit:5
+   dev-qt/qtwidgets:5
+"
+DEPEND="${COMMON_DEPEND}
+   sys-devel/gettext
+"
+RDEPEND="${COMMON_DEPEND}
+   !
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   kde
+



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

2015-10-22 Thread Michael Palimaka
commit: b2f58f68f47e2ffd324cebe95996fe4cad7bea0e
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sat Sep 26 22:55:59 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Oct 22 10:13:11 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=b2f58f68

kde-apps/libksieve: New package

Split out of kdepim

Package-Manager: portage-2.2.22

 kde-apps/libksieve/libksieve-.ebuild | 42 
 kde-apps/libksieve/metadata.xml  |  5 
 2 files changed, 47 insertions(+)

diff --git a/kde-apps/libksieve/libksieve-.ebuild 
b/kde-apps/libksieve/libksieve-.ebuild
new file mode 100644
index 000..9f0380f
--- /dev/null
+++ b/kde-apps/libksieve/libksieve-.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+KDE_TEST="true"
+KMNAME="kdepim"
+inherit kde5
+
+DESCRIPTION="Common PIM libraries"
+LICENSE="LGPL-2+"
+KEYWORDS=""
+IUSE=""
+
+COMMON_DEPEND="
+   $(add_frameworks_dep karchive)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kiconthemes)
+   $(add_frameworks_dep knewstuff)
+   $(add_frameworks_dep kwindowsystem)
+   $(add_kdeapps_dep akonadi)
+   $(add_kdeapps_dep kidentitymanagement)
+   $(add_kdeapps_dep kmailtransport)
+   $(add_kdeapps_dep kpimtextedit)
+   $(add_kdeapps_dep libkdepim)
+   $(add_kdeapps_dep pimcommon)
+   dev-qt/designer:5
+   dev-qt/qtgui:5
+   dev-qt/qtwebkit:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtxml:5
+"
+DEPEND="${COMMON_DEPEND}
+   sys-devel/gettext
+"
+RDEPEND="${COMMON_DEPEND}
+   !
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   kde
+



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

2015-10-22 Thread Michael Palimaka
commit: 715fb9599c48cd489553217c1cccad472526e3bf
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sat Sep 26 23:42:30 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Oct 22 10:13:12 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=715fb959

kde-apps/noteshared: New package

Split out of kdepim

Package-Manager: portage-2.2.22

 kde-apps/noteshared/metadata.xml   |  5 +++
 kde-apps/noteshared/noteshared-.ebuild | 49 ++
 2 files changed, 54 insertions(+)

diff --git a/kde-apps/noteshared/metadata.xml b/kde-apps/noteshared/metadata.xml
new file mode 100644
index 000..a23f444
--- /dev/null
+++ b/kde-apps/noteshared/metadata.xml
@@ -0,0 +1,5 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   kde
+

diff --git a/kde-apps/noteshared/noteshared-.ebuild 
b/kde-apps/noteshared/noteshared-.ebuild
new file mode 100644
index 000..0766153
--- /dev/null
+++ b/kde-apps/noteshared/noteshared-.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+KDE_TEST="true"
+KMNAME="kdepim"
+inherit kde5
+
+DESCRIPTION="Common notes library"
+LICENSE="LGPL-2+"
+KEYWORDS=""
+IUSE=""
+
+COMMON_DEPEND="
+   $(add_frameworks_dep kcompletion)
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kconfigwidgets)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kdelibs4support)
+   $(add_frameworks_dep kdnssd)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep knewstuff)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_kdeapps_dep akonadi-contact)
+   $(add_kdeapps_dep akonadi-mime)
+   $(add_kdeapps_dep akonadi-notes)
+   $(add_kdeapps_dep kcontacts)
+   $(add_kdeapps_dep kimap)
+   $(add_kdeapps_dep kmime)
+   $(add_kdeapps_dep libakonadi)
+   $(add_kdeapps_dep pimcommon)
+   dev-libs/libxslt
+   dev-qt/designer:5
+   dev-qt/qtdbus:5
+   dev-qt/qtgui:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtwidgets:5
+"
+DEPEND="${COMMON_DEPEND}
+   sys-devel/gettext
+"
+RDEPEND="${COMMON_DEPEND}
+   !

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

2015-10-22 Thread Michael Palimaka
commit: 940a0175ae2432f4b3507a38cf0a81b02b122247
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sat Sep 26 18:03:35 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Oct 22 10:13:10 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=940a0175

kde-apps/pimcommon: New package

Split out of kdepim

Package-Manager: portage-2.2.22

 kde-apps/pimcommon/metadata.xml  |  5 +++
 kde-apps/pimcommon/pimcommon-.ebuild | 64 
 2 files changed, 69 insertions(+)

diff --git a/kde-apps/pimcommon/metadata.xml b/kde-apps/pimcommon/metadata.xml
new file mode 100644
index 000..a23f444
--- /dev/null
+++ b/kde-apps/pimcommon/metadata.xml
@@ -0,0 +1,5 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   kde
+

diff --git a/kde-apps/pimcommon/pimcommon-.ebuild 
b/kde-apps/pimcommon/pimcommon-.ebuild
new file mode 100644
index 000..596ed6c
--- /dev/null
+++ b/kde-apps/pimcommon/pimcommon-.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+KDE_TEST="false"
+KMNAME="kdepim"
+inherit kde5
+
+DESCRIPTION="Common PIM libraries"
+LICENSE="LGPL-2+"
+KEYWORDS=""
+IUSE=""
+
+COMMON_DEPEND="
+   $(add_frameworks_dep karchive)
+   $(add_frameworks_dep kcodecs)
+   $(add_frameworks_dep kcompletion)
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kconfigwidgets)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kdbusaddons)
+   $(add_frameworks_dep kdelibs4support)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kiconthemes)
+   $(add_frameworks_dep kio)
+   $(add_frameworks_dep kitemmodels)
+   $(add_frameworks_dep kitemviews)
+   $(add_frameworks_dep kjobwidgets)
+   $(add_frameworks_dep knewstuff)
+   $(add_frameworks_dep kservice)
+   $(add_frameworks_dep ktextwidgets)
+   $(add_frameworks_dep kwallet)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_frameworks_dep kwindowsystem)
+   $(add_frameworks_dep kxmlgui)
+   $(add_frameworks_dep sonnet)
+   $(add_kdeapps_dep akonadi-contact)
+   $(add_kdeapps_dep akonadi-mime)
+   $(add_kdeapps_dep kcontacts)
+   $(add_kdeapps_dep kimap)
+   $(add_kdeapps_dep kmime)
+   $(add_kdeapps_dep kpimtextedit)
+   $(add_kdeapps_dep libakonadi)
+   $(add_kdeapps_dep libkdepim)
+   dev-libs/libxslt
+   dev-qt/designer:5
+   dev-qt/qtdbus:5
+   dev-qt/qtgui:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtwebkit:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtxml:5
+"
+DEPEND="${COMMON_DEPEND}
+   sys-devel/gettext
+"
+RDEPEND="${COMMON_DEPEND}
+   !

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

2015-10-22 Thread Michael Palimaka
commit: f249dcc7176bb8a8b8043bf2d97ef5b26cb50976
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sat Sep 26 18:25:19 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Oct 22 10:13:10 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=f249dcc7

kde-apps/libkleo: New package

Split out of kdepim

Package-Manager: portage-2.2.22

 kde-apps/libkleo/libkleo-.ebuild | 42 
 kde-apps/libkleo/metadata.xml|  5 +
 2 files changed, 47 insertions(+)

diff --git a/kde-apps/libkleo/libkleo-.ebuild 
b/kde-apps/libkleo/libkleo-.ebuild
new file mode 100644
index 000..25bebf9
--- /dev/null
+++ b/kde-apps/libkleo/libkleo-.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+KDE_TEST="false"
+KMNAME="kdepim"
+inherit kde5
+
+DESCRIPTION="Library for encryption handling"
+LICENSE="LGPL-2+"
+KEYWORDS=""
+IUSE=""
+
+COMMON_DEPEND="
+   $(add_frameworks_dep kcompletion)
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kiconthemes)
+   $(add_frameworks_dep ktextwidgets)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_frameworks_dep kwindowsystem)
+   $(add_kdeapps_dep gpgmepp)
+   $(add_kdeapps_dep kmime)
+   $(add_kdeapps_dep pimcommon)
+   dev-qt/designer:5
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtxml:5
+"
+DEPEND="${COMMON_DEPEND}
+   sys-devel/gettext
+"
+RDEPEND="${COMMON_DEPEND}
+   !
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   kde
+



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

2015-10-22 Thread Michael Palimaka
commit: bf4fa44ba6ac503de1631a042e3b3eafd108120a
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sat Sep 26 18:06:06 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Oct 22 10:13:10 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=bf4fa44b

kde-apps/libsendlater: New package

Split out of kdepim

Package-Manager: portage-2.2.22

 kde-apps/libsendlater/libsendlater-.ebuild | 34 ++
 kde-apps/libsendlater/metadata.xml |  5 
 2 files changed, 39 insertions(+)

diff --git a/kde-apps/libsendlater/libsendlater-.ebuild 
b/kde-apps/libsendlater/libsendlater-.ebuild
new file mode 100644
index 000..46ef8c4
--- /dev/null
+++ b/kde-apps/libsendlater/libsendlater-.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+KDE_TEST="false"
+KMNAME="kdepim"
+inherit kde5
+
+DESCRIPTION="Library for sending mails later"
+LICENSE="LGPL-2+"
+KEYWORDS=""
+IUSE=""
+
+COMMON_DEPEND="
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_kdeapps_dep libakonadi)
+   dev-qt/designer:5
+   dev-qt/qtdbus:5
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+"
+DEPEND="${COMMON_DEPEND}
+   sys-devel/gettext
+"
+RDEPEND="${COMMON_DEPEND}
+   !
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   kde
+



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

2015-10-22 Thread Michael Palimaka
commit: b65d5408707a9f654b87f24056e093bdb53fe570
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sat Sep 26 18:04:01 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Oct 22 10:13:10 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=b65d5408

kde-apps/calendarsupport: New package

Split out of kdepim

Package-Manager: portage-2.2.22

 .../calendarsupport/calendarsupport-.ebuild| 55 ++
 kde-apps/calendarsupport/metadata.xml  |  5 ++
 2 files changed, 60 insertions(+)

diff --git a/kde-apps/calendarsupport/calendarsupport-.ebuild 
b/kde-apps/calendarsupport/calendarsupport-.ebuild
new file mode 100644
index 000..0601ff1
--- /dev/null
+++ b/kde-apps/calendarsupport/calendarsupport-.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+KDE_DOXYGEN="true"
+KDE_TEST="false"
+KMNAME="kdepim"
+inherit kde5
+
+DESCRIPTION="Calendar support library"
+LICENSE="LGPL-2+"
+KEYWORDS=""
+IUSE=""
+
+COMMON_DEPEND="
+   $(add_frameworks_dep kcodecs)
+   $(add_frameworks_dep kcompletion)
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kdelibs4support)
+   $(add_frameworks_dep kguiaddons)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kiconthemes)
+   $(add_frameworks_dep kio)
+   $(add_frameworks_dep kjobwidgets)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_kdeapps_dep akonadi)
+   $(add_kdeapps_dep akonadi-calendar)
+   $(add_kdeapps_dep akonadi-mime)
+   $(add_kdeapps_dep kcalcore)
+   $(add_kdeapps_dep kcalutils)
+   $(add_kdeapps_dep kholidays)
+   $(add_kdeapps_dep kidentitymanagement)
+   $(add_kdeapps_dep kmime)
+   $(add_kdeapps_dep libakonadi)
+   $(add_kdeapps_dep libkdepim)
+   $(add_kdeapps_dep libkdepimdbusinterfaces)
+   $(add_kdeapps_dep pimcommon)
+   dev-libs/libical
+   dev-qt/designer:5
+   dev-qt/qtgui:5
+   dev-qt/qtprintsupport:5
+   dev-qt/qtwidgets:5
+"
+DEPEND="${COMMON_DEPEND}
+   sys-devel/gettext
+"
+RDEPEND="${COMMON_DEPEND}
+   !
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   kde
+



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

2015-10-22 Thread Michael Palimaka
commit: d1d878f8f55cafac18d93ef12539cc69610fbdfe
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sat Sep 26 19:03:40 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Oct 22 10:13:11 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=d1d878f8

kde-apps/kaddressbookgrantlee: New package

Split out of kdepim

Package-Manager: portage-2.2.22

 .../kaddressbookgrantlee-.ebuild   | 51 ++
 kde-apps/kaddressbookgrantlee/metadata.xml |  8 
 2 files changed, 59 insertions(+)

diff --git a/kde-apps/kaddressbookgrantlee/kaddressbookgrantlee-.ebuild 
b/kde-apps/kaddressbookgrantlee/kaddressbookgrantlee-.ebuild
new file mode 100644
index 000..132b4e1
--- /dev/null
+++ b/kde-apps/kaddressbookgrantlee/kaddressbookgrantlee-.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+KDE_TEST="false"
+KMNAME="kdepim"
+inherit kde5
+
+DESCRIPTION="Grantlee templating for kaddressbook"
+LICENSE="LGPL-2+"
+KEYWORDS=""
+IUSE="prison"
+
+COMMON_DEPEND="
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kconfigwidgets)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kiconthemes)
+   $(add_frameworks_dep kservice)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_kdeapps_dep akonadi-contact)
+   $(add_kdeapps_dep grantleetheme)
+   $(add_kdeapps_dep kcontacts)
+   $(add_kdeapps_dep libakonadi)
+   $(add_kdeapps_dep libkleo)
+   dev-libs/grantlee:5
+   dev-qt/designer:5
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+   prison? ( media-libs/prison:5 )
+"
+DEPEND="${COMMON_DEPEND}
+   sys-devel/gettext
+"
+RDEPEND="${COMMON_DEPEND}
+   !
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   kde
+   
+   Enable support for QRcodes in 
contacts
+   
+



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

2015-10-22 Thread Michael Palimaka
commit: ee93ce71a1073828021586226ff1293ae90a5daf
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sat Sep 26 20:44:47 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Oct 22 10:13:11 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=ee93ce71

kde-apps/templateparser: New package

Split out of kdepim

Package-Manager: portage-2.2.22

 kde-apps/templateparser/metadata.xml   |  5 +++
 kde-apps/templateparser/templateparser-.ebuild | 49 ++
 2 files changed, 54 insertions(+)

diff --git a/kde-apps/templateparser/metadata.xml 
b/kde-apps/templateparser/metadata.xml
new file mode 100644
index 000..a23f444
--- /dev/null
+++ b/kde-apps/templateparser/metadata.xml
@@ -0,0 +1,5 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   kde
+

diff --git a/kde-apps/templateparser/templateparser-.ebuild 
b/kde-apps/templateparser/templateparser-.ebuild
new file mode 100644
index 000..4d2516d
--- /dev/null
+++ b/kde-apps/templateparser/templateparser-.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+KDE_TEST="true"
+KMNAME="kdepim"
+inherit kde5
+
+DESCRIPTION="KDE PIM template parser"
+LICENSE="LGPL-2+"
+KEYWORDS=""
+IUSE=""
+
+COMMON_DEPEND="
+   $(add_frameworks_dep kcodecs)
+   $(add_frameworks_dep kcompletion)
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kdbusaddons)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kiconthemes)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_frameworks_dep kxmlgui)
+   $(add_frameworks_dep sonnet)
+   $(add_kdeapps_dep akonadi-mime)
+   $(add_kdeapps_dep kidentitymanagement)
+   $(add_kdeapps_dep kmime)
+   $(add_kdeapps_dep kpimtextedit)
+   $(add_kdeapps_dep libakonadi)
+   $(add_kdeapps_dep libkleo)
+   $(add_kdeapps_dep messagecore)
+   $(add_kdeapps_dep messageviewer)
+   $(add_kdeapps_dep pimcommon)
+   dev-qt/designer:5
+   dev-qt/qtgui:5
+   dev-qt/qtwebkit:5
+   dev-qt/qtwidgets:5
+"
+DEPEND="${COMMON_DEPEND}
+   sys-devel/gettext
+"
+RDEPEND="${COMMON_DEPEND}
+   !

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

2015-10-22 Thread Michael Palimaka
commit: cd9d890f680252a5597681befe93a2c4cdf2e509
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sat Sep 26 23:25:48 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Oct 22 10:13:12 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=cd9d890f

kde-apps/composereditor: New package

Split out of kdepim

Package-Manager: portage-2.2.22

 kde-apps/composereditor/composereditor-.ebuild | 46 ++
 kde-apps/composereditor/metadata.xml   |  5 +++
 2 files changed, 51 insertions(+)

diff --git a/kde-apps/composereditor/composereditor-.ebuild 
b/kde-apps/composereditor/composereditor-.ebuild
new file mode 100644
index 000..24cc5c0
--- /dev/null
+++ b/kde-apps/composereditor/composereditor-.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MY_PN="${PN}-ng"
+KDE_TEST="false"
+KMNAME="kdepim"
+inherit kde5
+
+DESCRIPTION="Composer editor for KDE PIM"
+LICENSE="LGPL-2+"
+KEYWORDS=""
+IUSE=""
+
+COMMON_DEPEND="
+   $(add_frameworks_dep kcompletion)
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kconfigwidgets)
+   $(add_frameworks_dep kdewebkit)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kio)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_frameworks_dep kxmlgui)
+   $(add_frameworks_dep sonnet)
+   $(add_kdeapps_dep akonadi-mime)
+   $(add_kdeapps_dep kmime)
+   $(add_kdeapps_dep kpimtextedit)
+   $(add_kdeapps_dep libakonadi)
+   $(add_kdeapps_dep pimcommon)
+   dev-qt/designer:5
+   dev-qt/qtgui:5
+   dev-qt/qtprintsupport:5
+   dev-qt/qtwebkit:5
+   dev-qt/qtwidgets:5
+"
+DEPEND="${COMMON_DEPEND}
+   sys-devel/gettext
+"
+RDEPEND="${COMMON_DEPEND}
+   !
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   kde
+



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

2015-10-22 Thread Michael Palimaka
commit: 6831ae3f91614ab8a53f6b3f3b12454136807f2e
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sat Sep 26 18:00:22 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Oct 22 10:13:09 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=6831ae3f

kde-apps/libkdepim: New package

Split out of kdepim

Package-Manager: portage-2.2.22

 kde-apps/libkdepim/libkdepim-.ebuild | 42 
 kde-apps/libkdepim/metadata.xml  |  5 
 2 files changed, 47 insertions(+)

diff --git a/kde-apps/libkdepim/libkdepim-.ebuild 
b/kde-apps/libkdepim/libkdepim-.ebuild
new file mode 100644
index 000..6f4f1a8
--- /dev/null
+++ b/kde-apps/libkdepim/libkdepim-.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+KDE_TEST="true"
+KMNAME="kdepim"
+inherit kde5
+
+DESCRIPTION="Common PIM libraries"
+LICENSE="LGPL-2+"
+KEYWORDS=""
+IUSE=""
+
+COMMON_DEPEND="
+   $(add_frameworks_dep kcmutils)
+   $(add_frameworks_dep kcodecs)
+   $(add_frameworks_dep kcompletion)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kiconthemes)
+   $(add_frameworks_dep kitemviews)
+   $(add_frameworks_dep kwallet)
+   $(add_kdeapps_dep akonadi)
+   $(add_kdeapps_dep kcontacts)
+   $(add_kdeapps_dep kldap)
+   $(add_kdeapps_dep kmime)
+   dev-qt/qtdbus:5
+   dev-qt/qtgui:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtwidgets:5
+"
+DEPEND="${COMMON_DEPEND}
+   sys-devel/gettext
+"
+RDEPEND="${COMMON_DEPEND}
+   !
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   kde
+



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

2015-10-22 Thread Michael Palimaka
commit: 4a3efea2b66779907822f697dbd03480f868fe44
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sat Sep 26 22:30:23 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Oct 22 10:13:11 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=4a3efea2

kde-apps/mailimporter: New package

Split out of kdepim

Package-Manager: portage-2.2.22

 kde-apps/mailimporter/mailimporter-.ebuild | 39 ++
 kde-apps/mailimporter/metadata.xml |  5 
 2 files changed, 44 insertions(+)

diff --git a/kde-apps/mailimporter/mailimporter-.ebuild 
b/kde-apps/mailimporter/mailimporter-.ebuild
new file mode 100644
index 000..b529f36
--- /dev/null
+++ b/kde-apps/mailimporter/mailimporter-.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+KDE_TEST="true"
+KMNAME="kdepim"
+inherit kde5
+
+DESCRIPTION="Library to import mail from various sources"
+LICENSE="LGPL-2+"
+KEYWORDS=""
+IUSE=""
+
+COMMON_DEPEND="
+   $(add_frameworks_dep karchive)
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep ki18n)
+   $(add_kdeapps_dep akonadi-contact)
+   $(add_kdeapps_dep akonadi-mime)
+   $(add_kdeapps_dep kmime)
+   $(add_kdeapps_dep libakonadi)
+   $(add_kdeapps_dep libkdepim)
+   dev-qt/designer:5
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtxml:5
+"
+DEPEND="${COMMON_DEPEND}
+   sys-devel/gettext
+"
+RDEPEND="${COMMON_DEPEND}
+   !
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   kde
+



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

2015-10-22 Thread Michael Palimaka
commit: 29774b30f6055ef8b1bad4b87285f5d60495bbb2
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sat Sep 26 18:04:39 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Oct 22 10:13:10 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=29774b30

kde-apps/eventviews: New package

Split out of kdepim

Package-Manager: portage-2.2.22

 kde-apps/eventviews/eventviews-.ebuild | 52 ++
 kde-apps/eventviews/metadata.xml   |  5 +++
 2 files changed, 57 insertions(+)

diff --git a/kde-apps/eventviews/eventviews-.ebuild 
b/kde-apps/eventviews/eventviews-.ebuild
new file mode 100644
index 000..e6204ce
--- /dev/null
+++ b/kde-apps/eventviews/eventviews-.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+KDE_TEST="true"
+KMNAME="kdepim"
+inherit kde5
+
+DESCRIPTION="Calendar viewer for KDE PIM"
+LICENSE="LGPL-2+"
+KEYWORDS=""
+IUSE=""
+
+COMMON_DEPEND="
+   $(add_frameworks_dep kcodecs)
+   $(add_frameworks_dep kcompletion)
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kconfigwidgets)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kdelibs4support)
+   $(add_frameworks_dep kguiaddons)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kiconthemes)
+   $(add_frameworks_dep kitemmodels)
+   $(add_frameworks_dep kservice)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_kdeapps_dep akonadi-calendar)
+   $(add_kdeapps_dep calendarsupport)
+   $(add_kdeapps_dep kcalcore)
+   $(add_kdeapps_dep kcalutils)
+   $(add_kdeapps_dep kcontacts)
+   $(add_kdeapps_dep kdgantt2)
+   $(add_kdeapps_dep kidentitymanagement)
+   $(add_kdeapps_dep kmime)
+   $(add_kdeapps_dep libakonadi)
+   $(add_kdeapps_dep libkdepim)
+   dev-libs/libical
+   dev-qt/designer:5
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+"
+DEPEND="${COMMON_DEPEND}
+   sys-devel/gettext
+"
+RDEPEND="${COMMON_DEPEND}
+   !
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   kde
+



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

2015-10-22 Thread Michael Palimaka
commit: 6494f45c4d64e607104aa3fdff230c309fead8a5
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sat Sep 26 18:35:31 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Oct 22 10:13:11 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=6494f45c

kde-apps/messagecore: New package

Split out of kdepim

Package-Manager: portage-2.2.22

 kde-apps/messagecore/messagecore-.ebuild | 41 
 kde-apps/messagecore/metadata.xml|  5 
 2 files changed, 46 insertions(+)

diff --git a/kde-apps/messagecore/messagecore-.ebuild 
b/kde-apps/messagecore/messagecore-.ebuild
new file mode 100644
index 000..0324581
--- /dev/null
+++ b/kde-apps/messagecore/messagecore-.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+KDE_TEST="true"
+KMNAME="kdepim"
+inherit kde5
+
+DESCRIPTION="Library for core messaging functions"
+LICENSE="LGPL-2+"
+KEYWORDS=""
+IUSE=""
+
+COMMON_DEPEND="
+   $(add_frameworks_dep karchive)
+   $(add_frameworks_dep kcodecs)
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kcompletion)
+   $(add_frameworks_dep kiconthemes)
+   $(add_frameworks_dep ki18n)
+   $(add_kdeapps_dep akonadi-mime)
+   $(add_kdeapps_dep kmime)
+   $(add_kdeapps_dep kpimtextedit)
+   $(add_kdeapps_dep libakonadi)
+   $(add_kdeapps_dep libkleo)
+   dev-qt/designer:5
+   dev-qt/qtgui:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtwidgets:5
+"
+DEPEND="${COMMON_DEPEND}
+   sys-devel/gettext
+"
+RDEPEND="${COMMON_DEPEND}
+   !
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   kde
+



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

2015-10-22 Thread Michael Palimaka
commit: 9fc0b1e5bc069f0ad84be500db5074604720461b
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sat Sep 26 19:52:42 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Oct 22 10:13:11 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=9fc0b1e5

kde-apps/messageviewer: New package

Split out of kdepim

Package-Manager: portage-2.2.22

 kde-apps/messageviewer/messageviewer-.ebuild | 70 
 kde-apps/messageviewer/metadata.xml  |  5 ++
 2 files changed, 75 insertions(+)

diff --git a/kde-apps/messageviewer/messageviewer-.ebuild 
b/kde-apps/messageviewer/messageviewer-.ebuild
new file mode 100644
index 000..123d6f2
--- /dev/null
+++ b/kde-apps/messageviewer/messageviewer-.ebuild
@@ -0,0 +1,70 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+KDE_TEST="true"
+KMNAME="kdepim"
+inherit kde5
+
+DESCRIPTION="Libary and plugins for viewing various message types and styles"
+LICENSE="LGPL-2+"
+KEYWORDS=""
+IUSE=""
+
+COMMON_DEPEND="
+   $(add_frameworks_dep kcodecs)
+   $(add_frameworks_dep kcompletion)
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kconfigwidgets)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kdelibs4support)
+   $(add_frameworks_dep kdewebkit)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kiconthemes)
+   $(add_frameworks_dep kio)
+   $(add_frameworks_dep kitemviews)
+   $(add_frameworks_dep kjobwidgets)
+   $(add_frameworks_dep knotifications)
+   $(add_frameworks_dep kservice)
+   $(add_frameworks_dep ktextwidgets)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_frameworks_dep kwindowsystem)
+   $(add_frameworks_dep kxmlgui)
+   $(add_kdeapps_dep akonadi-contact)
+   $(add_kdeapps_dep akonadi-mime)
+   $(add_kdeapps_dep akonadi-notes)
+   $(add_kdeapps_dep gpgmepp)
+   $(add_kdeapps_dep grantleetheme)
+   $(add_kdeapps_dep incidenceeditor)
+   $(add_kdeapps_dep kaddressbookgrantlee)
+   $(add_kdeapps_dep kcalcore)
+   $(add_kdeapps_dep kcontacts)
+   $(add_kdeapps_dep kmailtransport)
+   $(add_kdeapps_dep kmbox)
+   $(add_kdeapps_dep kmime)
+   $(add_kdeapps_dep kpimtextedit)
+   $(add_kdeapps_dep libakonadi)
+   $(add_kdeapps_dep libgravatar)
+   $(add_kdeapps_dep libkdepim)
+   $(add_kdeapps_dep libkleo)
+   $(add_kdeapps_dep messagecore)
+   $(add_kdeapps_dep pimcommon)
+   dev-libs/grantlee:5
+   dev-qt/designer:5
+   dev-qt/qtgui:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtprintsupport:5
+   dev-qt/qtwebkit:5
+   dev-qt/qtwidgets:5
+"
+DEPEND="${COMMON_DEPEND}
+   sys-devel/gettext
+"
+RDEPEND="${COMMON_DEPEND}
+   !
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   kde
+



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

2015-10-22 Thread Michael Palimaka
commit: c3c7e4ea4d030353837e3c79f7b0d1953236415a
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sat Sep 26 22:56:58 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Oct 22 10:13:12 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=c3c7e4ea

kde-apps/mailcommon: New package

Split out of kdepim

Package-Manager: portage-2.2.22

 kde-apps/mailcommon/mailcommon-.ebuild | 53 ++
 kde-apps/mailcommon/metadata.xml   |  5 +++
 2 files changed, 58 insertions(+)

diff --git a/kde-apps/mailcommon/mailcommon-.ebuild 
b/kde-apps/mailcommon/mailcommon-.ebuild
new file mode 100644
index 000..2bc0662
--- /dev/null
+++ b/kde-apps/mailcommon/mailcommon-.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+KDE_TEST="false"
+KMNAME="kdepim"
+inherit kde5
+
+DESCRIPTION="Common mail library"
+LICENSE="LGPL-2+"
+KEYWORDS=""
+IUSE=""
+
+COMMON_DEPEND="
+   $(add_frameworks_dep karchive)
+   $(add_frameworks_dep kcodecs)
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kiconthemes)
+   $(add_frameworks_dep kitemviews)
+   $(add_frameworks_dep kio)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_frameworks_dep kwindowsystem)
+   $(add_frameworks_dep kxmlgui)
+   $(add_kdeapps_dep akonadi-mime)
+   $(add_kdeapps_dep kldap)
+   $(add_kdeapps_dep kmailtransport)
+   $(add_kdeapps_dep kmime)
+   $(add_kdeapps_dep libakonadi)
+   $(add_kdeapps_dep libkdepim)
+   $(add_kdeapps_dep mailimporter)
+   $(add_kdeapps_dep messagecomposer)
+   $(add_kdeapps_dep messagecore)
+   $(add_kdeapps_dep messageviewer)
+   $(add_kdeapps_dep pimcommon)
+   $(add_kdeapps_dep templateparser)
+   dev-libs/libxslt
+   dev-qt/designer:5
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+   media-libs/phonon[qt5]
+"
+DEPEND="${COMMON_DEPEND}
+   sys-devel/gettext
+"
+RDEPEND="${COMMON_DEPEND}
+   !
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   kde
+



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

2015-10-22 Thread Michael Palimaka
commit: 2ce23bd886c23fdee4f3db60cde32f8c2065d8ec
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sun Sep 27 09:07:56 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Oct 22 10:13:12 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=2ce23bd8

kde-apps/messagelist: New package

Split out of kdepim

Package-Manager: portage-2.2.22

 kde-apps/messagelist/messagelist-.ebuild | 46 
 kde-apps/messagelist/metadata.xml|  5 +++
 2 files changed, 51 insertions(+)

diff --git a/kde-apps/messagelist/messagelist-.ebuild 
b/kde-apps/messagelist/messagelist-.ebuild
new file mode 100644
index 000..d3dbdf9
--- /dev/null
+++ b/kde-apps/messagelist/messagelist-.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+KDE_TEST="true"
+KMNAME="kdepim"
+inherit kde5
+
+DESCRIPTION="Message list view for KMail"
+LICENSE="LGPL-2+"
+KEYWORDS=""
+IUSE=""
+
+COMMON_DEPEND="
+   $(add_frameworks_dep kcompletion)
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kconfigwidgets)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kiconthemes)
+   $(add_frameworks_dep kio)
+   $(add_frameworks_dep kitemmodels)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_frameworks_dep kxmlgui)
+   $(add_kdeapps_dep akonadi-mime)
+   $(add_kdeapps_dep akonadi-search)
+   $(add_kdeapps_dep kmime)
+   $(add_kdeapps_dep libakonadi)
+   $(add_kdeapps_dep messagecore)
+   $(add_kdeapps_dep pimcommon)
+   dev-qt/designer:5
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+"
+DEPEND="${COMMON_DEPEND}
+   sys-devel/gettext
+"
+RDEPEND="${COMMON_DEPEND}
+   !
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   kde
+



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

2015-10-22 Thread Michael Palimaka
commit: f984ef4ad7548b6118e2e1a562b9ce955666e864
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sat Sep 26 23:52:50 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Oct 22 10:13:12 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=f984ef4a

kde-apps/kdepim: Build against installed libraries

Package-Manager: portage-2.2.22

 kde-apps/kdepim/kdepim-.ebuild | 55 ++
 1 file changed, 50 insertions(+), 5 deletions(-)

diff --git a/kde-apps/kdepim/kdepim-.ebuild 
b/kde-apps/kdepim/kdepim-.ebuild
index 29e1098..0303fa0 100644
--- a/kde-apps/kdepim/kdepim-.ebuild
+++ b/kde-apps/kdepim/kdepim-.ebuild
@@ -55,12 +55,19 @@ DEPEND="
$(add_kdeapps_dep akonadi-notes)
$(add_kdeapps_dep akonadi-search)
$(add_kdeapps_dep akonadi-socialutils)
+   $(add_kdeapps_dep calendarsupport)
+   $(add_kdeapps_dep composereditor)
+   $(add_kdeapps_dep eventviews)
$(add_kdeapps_dep gpgmepp)
+   $(add_kdeapps_dep grantleetheme)
+   $(add_kdeapps_dep incidenceeditor)
+   $(add_kdeapps_dep kaddressbookgrantlee)
$(add_kdeapps_dep kalarmcal)
$(add_kdeapps_dep kblog)
$(add_kdeapps_dep kcalcore)
$(add_kdeapps_dep kcontacts)
$(add_kdeapps_dep kdepim-kioslaves)
+   $(add_kdeapps_dep kdgantt2)
$(add_kdeapps_dep kholidays)
$(add_kdeapps_dep kidentitymanagement)
$(add_kdeapps_dep kimap)
@@ -72,7 +79,23 @@ DEPEND="
$(add_kdeapps_dep kpimtextedit)
$(add_kdeapps_dep ktnef)
$(add_kdeapps_dep libakonadi)
+   $(add_kdeapps_dep libfollowupreminder)
+   $(add_kdeapps_dep libgravatar)
+   $(add_kdeapps_dep libkdepim)
+   $(add_kdeapps_dep libkdepimdbusinterfaces)
+   $(add_kdeapps_dep libkleo)
+   $(add_kdeapps_dep libksieve)
+   $(add_kdeapps_dep libsendlater)
+   $(add_kdeapps_dep mailcommon)
+   $(add_kdeapps_dep mailimporter)
+   $(add_kdeapps_dep messagecomposer)
+   $(add_kdeapps_dep messagecore)
+   $(add_kdeapps_dep messagelist)
+   $(add_kdeapps_dep messageviewer)
+   $(add_kdeapps_dep noteshared)
+   $(add_kdeapps_dep pimcommon)
$(add_kdeapps_dep syndication)
+   $(add_kdeapps_dep templateparser)
>=app-crypt/gpgme-1.3.2
dev-libs/boost:=
dev-libs/grantlee:5
@@ -105,11 +128,7 @@ RDEPEND="${DEPEND}
!kde-base/kabcclient:4
!kde-base/kaddressbook:4
!kde-base/kalarm:4
-   !kde-base/kdepim-common-libs:4
!kde-base/kdepim-icons:4
-   !kde-base/kdepim-kresources:4
-   !kde-base/kdepim-l10n:4
-   !kde-base/kdepim-meta:4
!kde-base/kdepim-runtime:4
!kde-base/kjots:4
!kde-base/kleopatra:4
@@ -133,6 +152,32 @@ REQUIRED_USE="
 src_prepare() {
kde5_src_prepare
 
+   rm -r calendarsupport   \
+   composereditor-ng   \
+   eventviews  \
+   grantleetheme   \
+   incidenceeditor-ng  \
+   kaddressbookgrantlee\
+   kdgantt2\
+   libfollowupreminder \
+   libgravatar \
+   libkdepimdbusinterfaces \
+   libkleo \
+   libksieve   \
+   libsendlater\
+   mailcommon  \
+   mailimporter\
+   messagecomposer \
+   messagecore \
+   messagelist \
+   messageviewer   \
+   noteshared  \
+   pimcommon   \
+   templateparser  \
+   || die "Failed to remove split libraries"
+
+   #TODO: Remove libkdepim as well when org.kde.mailtransport.service.xml 
fixed
+
use handbook || sed -e '/^find_package.*KF5DocTools/ s/^/#/' \
-i CMakeLists.txt || die
 
@@ -144,7 +189,7 @@ src_prepare() {
 
 src_configure() {
local mycmakeargs=(
-   -DKDEPIM_NO_TEXTTOSPEECH=TRUE
+   -DKDEPIM_BUILD_WITH_INSTALLED_LIB=TRUE
$(cmake-utils_use_find_package designer Qt5Designer)
$(cmake-utils_use_find_package google KF5GAPI)
$(cmake-utils_use_find_package prison KF5Prison)



[gentoo-commits] repo/gentoo:master commit in: app-text/bibus/files/, app-text/bibus/

2015-10-22 Thread Justin Lecher
commit: 62be35a4de3c29c29f82df4662a123f31e457ab0
Author: Justin Lecher  gentoo  org>
AuthorDate: Thu Oct 22 09:06:58 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Thu Oct 22 10:13:10 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62be35a4

app-text/bibus: Drop old

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

 app-text/bibus/Manifest|   1 -
 app-text/bibus/bibus-1.5.1.ebuild  |  73 ---
 app-text/bibus/bibus-1.5.2.ebuild  |  80 
 app-text/bibus/files/bibus-1.5.0-install.patch | 262 -
 4 files changed, 416 deletions(-)

diff --git a/app-text/bibus/Manifest b/app-text/bibus/Manifest
index ad03eda..04ed182 100644
--- a/app-text/bibus/Manifest
+++ b/app-text/bibus/Manifest
@@ -1,2 +1 @@
-DIST bibus-1.5.1.tar.gz 4989431 SHA256 
1e6e6895124d2ab4147be83f2f87d0b1e78b2786f27345b3d1a3976d13d4c70d SHA512 
9181dcc332ea139f31c44c10d084581c2d12ce2333c263eede30f2800e155cdaf0d649a6747cf30d7a259ef172d5370a351c5d747200ae7e5dfe88606f95089c
 WHIRLPOOL 
65d9448b6d3e0ec38932b76d3e7c73ef696b9e00733b65810a1d8f789878e4c0a06378dc00b8e1c881c71c64270b44d50b97370129745dcfcf45a1bdc5b1e175
 DIST bibus_1.5.2.orig.tar.gz 5411889 SHA256 
c6c66d6bdce403b7791bf58cc16eeaae9f0e9d1c3f0ba8411f9f3e694d740f02 SHA512 
33d091dacc707859a11010fcba57691a3e2726ae7579d601720b4398f7be29b580be978da8cd058fab491ec5b52dd3ce33c964a8d5077f8e80d8f0f387ffa2c4
 WHIRLPOOL 
964f13902a8a20d9e838784cf1f0a032bb2327cd28f3b2470c35a7394ae7f7536a7884d798a8308049a02f6976183ffb1c56cc4d8b20dce13f98033668a90d38

diff --git a/app-text/bibus/bibus-1.5.1.ebuild 
b/app-text/bibus/bibus-1.5.1.ebuild
deleted file mode 100644
index 35f0fd4..000
--- a/app-text/bibus/bibus-1.5.1.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="3"
-PYTHON_DEPEND="2"
-PYTHON_USE_WITH=sqlite
-
-inherit multilib eutils python versionator
-
-DESCRIPTION="Bibliographic and reference management software, integrates with 
OO.o and MS Word"
-HOMEPAGE="http://bibus-biblio.sourceforge.net/;
-SRC_URI="mirror://sourceforge/${PN}-biblio/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="mysql"
-
-# Most of this mess is designed to give the choice of sqlite or mysql
-# but prefer sqlite. We also need to default to sqlite if neither is requested.
-# Cannot depend on virtual/ooo
-# bibus fails to start with app-office/openoffice-bin (bug #288232).
-RDEPEND="
-   app-office/libreoffice
-   =dev-python/wxpython-2.8*
-   dev-db/sqliteodbc
-   dev-db/unixODBC
-   mysql? (
-   dev-python/mysql-python
-   dev-db/myodbc
-   )"
-DEPEND="${RDEPEND}"
-
-pkg_setup() {
-   python_set_active_version 2
-   python_pkg_setup
-}
-
-src_prepare() {
-   epatch "${FILESDIR}"/${PN}-1.5.0-install.patch
-
-   sed \
-   -e "s:gentoo-python:python$(python_get_version):g" \
-   -i Makefile Setup/Makefile Setup/bibus.cfg Setup/bibus.sh \
-   || die "Failed to adjust python paths"
-
-   # Disable byte-compilation of Python modules.
-   sed -e '/\$(compile)/d' -i Makefile || die "sed failed"
-}
-
-src_install() {
-   emake \
-   DESTDIR="${D}" \
-   oopath="/usr/$(get_libdir)/openoffice/program" \
-   prefix='$(DESTDIR)/usr' \
-   sysconfdir='$(DESTDIR)/etc' \
-   install || die "emake install failed"
-   emake \
-   DESTDIR="${D}" \
-   oopath="/usr/$(get_libdir)/openoffice/program" \
-   prefix='$(DESTDIR)/usr' \
-   sysconfdir='$(DESTDIR)/etc' \
-   install-doc-en || die "emake install failed"
-}
-
-pkg_postinst() {
-   python_mod_optimize bibus
-}
-
-pkg_postrm() {
-   python_mod_cleanup bibus
-}

diff --git a/app-text/bibus/bibus-1.5.2.ebuild 
b/app-text/bibus/bibus-1.5.2.ebuild
deleted file mode 100644
index 3c39822..000
--- a/app-text/bibus/bibus-1.5.2.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.* *-pypy-*"
-PYTHON_USE_WITH=sqlite
-
-inherit eutils fdo-mime multilib python versionator
-
-DESCRIPTION="Bibliographic and reference management software, integrates with 
L/OO.o and MS Word"
-HOMEPAGE="http://bibus-biblio.sourceforge.net/;
-SRC_URI="mirror://sourceforge/${PN}-biblio/${PN}_${PV}.orig.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="mysql"
-
-# Most of this mess is designed to give the choice of sqlite or mysql
-# but prefer sqlite. We also need to default to sqlite if neither is requested.
-# Cannot depend on virtual/ooo
-# bibus fails to start with app-office/openoffice-bin (bug 

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

2015-10-22 Thread Michael Palimaka
commit: 8b34da32794f64e0022be34cac3d9ffa058f3f9e
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sat Sep 26 18:02:24 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Oct 22 10:13:10 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=8b34da32

kde-apps/grantleetheme: New package

Split out of kdepim

Package-Manager: portage-2.2.22

 kde-apps/grantleetheme/grantleetheme-.ebuild | 36 
 kde-apps/grantleetheme/metadata.xml  |  5 
 2 files changed, 41 insertions(+)

diff --git a/kde-apps/grantleetheme/grantleetheme-.ebuild 
b/kde-apps/grantleetheme/grantleetheme-.ebuild
new file mode 100644
index 000..ca47cc3
--- /dev/null
+++ b/kde-apps/grantleetheme/grantleetheme-.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+KDE_TEST="true"
+KMNAME="kdepim"
+inherit kde5
+
+DESCRIPTION="Library for Grantlee plugins"
+LICENSE="LGPL-2+"
+KEYWORDS=""
+IUSE=""
+
+COMMON_DEPEND="
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep knewstuff)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_frameworks_dep kxmlgui)
+   dev-libs/grantlee:5
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+"
+DEPEND="${COMMON_DEPEND}
+   dev-qt/qtnetwork:5
+   sys-devel/gettext
+"
+RDEPEND="${COMMON_DEPEND}
+   !
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   kde
+



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

2015-10-22 Thread Michael Palimaka
commit: c41d7cd066cced123779538def8ac4f1ffc51391
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sun Sep 27 11:04:43 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Oct 22 10:13:12 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=c41d7cd0

sets: Update kdepim-live

 sets/kdepim-live | 23 +++
 1 file changed, 23 insertions(+)

diff --git a/sets/kdepim-live b/sets/kdepim-live
index 4e93f7b..4978025 100644
--- a/sets/kdepim-live
+++ b/sets/kdepim-live
@@ -5,7 +5,13 @@
 ~kde-apps/akonadi-notes-
 ~kde-apps/akonadi-search-
 ~kde-apps/akonadi-socialutils-
+~kde-apps/calendarsupport-
+~kde-apps/composereditor-
+~kde-apps/eventviews-
 ~kde-apps/gpgmepp-
+~kde-apps/grantleetheme-
+~kde-apps/incidenceeditor-
+~kde-apps/kaddressbookgrantlee-
 ~kde-apps/kalarmcal-
 ~kde-apps/kblog-
 ~kde-apps/kcalcore-
@@ -15,6 +21,7 @@
 ~kde-apps/kdepim-meta-
 ~kde-apps/kdepim-kioslaves-
 ~kde-apps/kdepim-runtime-
+~kde-apps/kdgantt2-
 ~kde-apps/kholidays-
 ~kde-apps/kidentitymanagement-
 ~kde-apps/kimap-
@@ -26,4 +33,20 @@
 ~kde-apps/kpimtextedit-
 ~kde-apps/ktnef-
 ~kde-apps/libakonadi-
+~kde-apps/libfollowupreminder-
+~kde-apps/libgravatar-
+~kde-apps/libkdepim-
+~kde-apps/libkdepimdbusinterfaces-
+~kde-apps/libkleo-
+~kde-apps/libksieve-
+~kde-apps/libsendlater-
+~kde-apps/mailcommon-
+~kde-apps/mailimporter-
+~kde-apps/messagecomposer-
+~kde-apps/messagecore-
+~kde-apps/messagelist-
+~kde-apps/messageviewer-
+~kde-apps/noteshared-
+~kde-apps/pimcommon-
 ~kde-apps/syndication-
+~kde-apps/templateparser-



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

2015-10-22 Thread Michael Palimaka
commit: 1ee191dfa54da8f97ef07aaac73744b9cb3bc305
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Fri Oct  9 23:09:40 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Oct 22 10:13:11 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=1ee191df

kde-apps/libgravatar: New package

Split out of kdepim

Package-Manager: portage-2.2.23

 kde-apps/libgravatar/libgravatar-.ebuild | 35 
 kde-apps/libgravatar/metadata.xml|  5 
 2 files changed, 40 insertions(+)

diff --git a/kde-apps/libgravatar/libgravatar-.ebuild 
b/kde-apps/libgravatar/libgravatar-.ebuild
new file mode 100644
index 000..2c50b61
--- /dev/null
+++ b/kde-apps/libgravatar/libgravatar-.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+KDE_TEST="true"
+KMNAME="kdepim"
+VIRTUALX_REQUIRED="test"
+inherit kde5
+
+DESCRIPTION="Library for gravatar integration"
+LICENSE="LGPL-2+"
+KEYWORDS=""
+IUSE=""
+
+COMMON_DEPEND="
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep ktextwidgets)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_kdeapps_dep pimcommon)
+   dev-qt/qtgui:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtwidgets:5
+"
+DEPEND="${COMMON_DEPEND}
+   sys-devel/gettext
+"
+RDEPEND="${COMMON_DEPEND}
+   !
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   kde
+



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

2015-10-22 Thread Michael Palimaka
commit: 83e89e3b0839aab3e9e440ceddd5c81f6e3505ab
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sun Sep 27 11:02:15 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Oct 22 10:13:12 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=83e89e3b

kde-apps/kdepim-meta: Add new split libraries to RDEPEND

Package-Manager: portage-2.2.22

 kde-apps/kdepim-meta/kdepim-meta-.ebuild | 23 +++
 1 file changed, 23 insertions(+)

diff --git a/kde-apps/kdepim-meta/kdepim-meta-.ebuild 
b/kde-apps/kdepim-meta/kdepim-meta-.ebuild
index 089da75..e84bb27 100644
--- a/kde-apps/kdepim-meta/kdepim-meta-.ebuild
+++ b/kde-apps/kdepim-meta/kdepim-meta-.ebuild
@@ -21,7 +21,13 @@ RDEPEND="
$(add_kdeapps_dep akonadi-notes)
$(add_kdeapps_dep akonadi-search)
$(add_kdeapps_dep akonadi-socialutils)
+   $(add_kdeapps_dep calendarsupport)
+   $(add_kdeapps_dep composereditor)
+   $(add_kdeapps_dep eventviews)
$(add_kdeapps_dep gpgmepp)
+   $(add_kdeapps_dep grantleetheme)
+   $(add_kdeapps_dep incidenceeditor)
+   $(add_kdeapps_dep kaddressbookgrantlee)
$(add_kdeapps_dep kalarmcal)
$(add_kdeapps_dep kblog)
$(add_kdeapps_dep kcalcore)
@@ -30,6 +36,7 @@ RDEPEND="
$(add_kdeapps_dep kdepim)
$(add_kdeapps_dep kdepim-kioslaves)
$(add_kdeapps_dep kdepim-runtime)
+   $(add_kdeapps_dep kdgantt2)
$(add_kdeapps_dep kholidays)
$(add_kdeapps_dep kidentitymanagement)
$(add_kdeapps_dep kimap)
@@ -41,7 +48,23 @@ RDEPEND="
$(add_kdeapps_dep kpimtextedit)
$(add_kdeapps_dep ktnef)
$(add_kdeapps_dep libakonadi)
+   $(add_kdeapps_dep libfollowupreminder)
+   $(add_kdeapps_dep libgravatar)
+   $(add_kdeapps_dep libkdepim)
+   $(add_kdeapps_dep libkdepimdbusinterfaces)
+   $(add_kdeapps_dep libkleo)
+   $(add_kdeapps_dep libksieve)
+   $(add_kdeapps_dep libsendlater)
+   $(add_kdeapps_dep mailcommon)
+   $(add_kdeapps_dep mailimporter)
+   $(add_kdeapps_dep messagecomposer)
+   $(add_kdeapps_dep messagecore)
+   $(add_kdeapps_dep messagelist)
+   $(add_kdeapps_dep messageviewer)
+   $(add_kdeapps_dep noteshared)
+   $(add_kdeapps_dep pimcommon)
$(add_kdeapps_dep syndication)
+   $(add_kdeapps_dep templateparser)
nls? (
$(add_kdeapps_dep kdepim-l10n '' ${L10N_MINIMAL})
)



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

2015-10-22 Thread Justin Lecher
commit: 0f2be1468861a58c4f27f985b70e625247472671
Author: Justin Lecher  gentoo  org>
AuthorDate: Thu Oct 22 09:32:04 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Thu Oct 22 09:32:04 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=0f2be146

dev-python/astlib: Fix broken dependency for pyfits and fix usage of 
distutils-r1.eclass

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

 dev-python/astlib/astlib-0.7.0.ebuild | 12 +---
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/dev-python/astlib/astlib-0.7.0.ebuild 
b/dev-python/astlib/astlib-0.7.0.ebuild
index db82947..8640714 100644
--- a/dev-python/astlib/astlib-0.7.0.ebuild
+++ b/dev-python/astlib/astlib-0.7.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -25,14 +25,12 @@ DEPEND=""
 RDEPEND="${DEPEND}
dev-python/matplotlib[${PYTHON_USEDEP}]
sci-libs/scipy[${PYTHON_USEDEP}]
-   virtual/pyfits[${PYTHON_USEDEP}]"
+   dev-python/astropy[${PYTHON_USEDEP}]"
 
 S="${WORKDIR}/${MYP}"
 
 python_install_all() {
-   use doc && dohtml docs/${MYPN}/*
-   if use examples; then
-   insinto /usr/share/doc/${PF}
-   doins -r examples
-   fi
+   use doc && HTML_DOCS=( docs/${MYPN}/. )
+   use examples && EXAMPLES=( examples/. )
+   distutils-r1_python_install_all
 }



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

2015-10-22 Thread Justin Lecher
commit: 69f46a06992c03f1ebe42f71171405e7545dddce
Author: Justin Lecher  gentoo  org>
AuthorDate: Thu Oct 22 10:25:43 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Thu Oct 22 10:25:43 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=69f46a06

sci-astronomy/astrometry: Fix broken dependency for pyfits

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

 sci-astronomy/astrometry/astrometry-0.43.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-astronomy/astrometry/astrometry-0.43.ebuild 
b/sci-astronomy/astrometry/astrometry-0.43.ebuild
index ec65593..90f4fc8 100644
--- a/sci-astronomy/astrometry/astrometry-0.43.ebuild
+++ b/sci-astronomy/astrometry/astrometry-0.43.ebuild
@@ -25,7 +25,7 @@ RDEPEND="
sci-libs/cfitsio
sci-libs/gsl
sys-libs/zlib
-   virtual/pyfits[${PYTHON_USEDEP}]
+   dev-python/pyfits[${PYTHON_USEDEP}]
extra? (
media-libs/libpng:0
media-libs/netpbm



[gentoo-commits] repo/gentoo:master commit in: games-action/openclonk/

2015-10-22 Thread Michael Sterrett
commit: 794a9c6eef8369a19fe80390f0e170a9221f8abc
Author: Michael Sterrett  gentoo  org>
AuthorDate: Thu Oct 22 09:25:59 2015 +
Commit: Michael Sterrett  gentoo  org>
CommitDate: Thu Oct 22 09:25:59 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=794a9c6e

fix up header and virtual/jpeg

Package-Manager: portage-2.2.20.1

 games-action/openclonk/openclonk-6.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-action/openclonk/openclonk-6.1.ebuild 
b/games-action/openclonk/openclonk-6.1.ebuild
index 39cba65..8fb09ab 100644
--- a/games-action/openclonk/openclonk-6.1.ebuild
+++ b/games-action/openclonk/openclonk-6.1.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/games-action/openclonk/openclonk-6.0.ebuild,v 1.0 
2015/04/25 06:01:16 nico Exp $
+# $Id$
 
 EAPI=5
 
@@ -33,7 +33,7 @@ RDEPEND="
media-libs/libvorbis
media-libs/openal
media-libs/sdl-mixer[mp3,vorbis,wav]
-   virtual/jpeg
+   virtual/jpeg:=
virtual/opengl
virtual/glu
x11-libs/gdk-pixbuf



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

2015-10-22 Thread Jorge Manuel B. S. Vicetto
commit: 1a3bf718107273f946c0f49f84951d940e91d41c
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto)  gentoo 
 org>
AuthorDate: Thu Oct 22 09:59:09 2015 +
Commit: Jorge Manuel B. S. Vicetto  gentoo  org>
CommitDate: Thu Oct 22 09:59:09 2015 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=1a3bf718

Remove old code, clean-up and cosmetic changes.

Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto)  
gentoo.org>

 scripts/copy_buildsync.sh | 11 ++-
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/scripts/copy_buildsync.sh b/scripts/copy_buildsync.sh
index 3ef2e50..69b08c9 100755
--- a/scripts/copy_buildsync.sh
+++ b/scripts/copy_buildsync.sh
@@ -2,7 +2,6 @@
 
 ARCHES="alpha amd64 arm hppa ia64  ppc s390 sh sparc x86"
#alpha amd64 arm hppa ia64 mips ppc s390 sh sparc x86
-#ARCHES="s390"
 RSYNC_OPTS="-aO --delay-updates"
 DEBUG=
 VERBOSE=
@@ -15,6 +14,7 @@ OUT_ISO="latest-iso.txt"
 
 DEBUGP=
 VERBOSEP=
+
 [ -n "$DEBUG" ] && DEBUGP=echo
 [ -n "$DEBUG" ] && RSYNC_OPTS="${RSYNC_OPTS} -n"
 [ -n "$VERBOSE" ] && RSYNC_OPTS="${RSYNC_OPTS} -v"
@@ -29,6 +29,7 @@ for ARCH in $ARCHES; do
tmpdir=/release/distfiles/tmp/buildsync/partial/${ARCH}
 
mkdir -p ${tmpdir} 2>/dev/null
+
# Copying
if [ -d "${indir}" ]; then
for i in $(find ${indir} -type f | grep -- 
'-20[0123][0-9]\{5\}' | sed -e 's:^.*-\(20[^.]\+\).*$:\1:' | sort -ur); do
@@ -78,9 +79,11 @@ for ARCH in $ARCHES; do
fi
if [ -n "${stage3_list}" ]; then
echo -e "${header}" >"${OUT_STAGE3}"
+
# In the new variant preserve code there is a better way to do 
this
#echo -e "${stage3_list}" |awk '{print $3}' |grep 
"$latest_stage3_date" >>${OUT_STAGE3}
rm -f current-stage3
+
# The "latest stage3" concept doesn't apply to the 
arm/hppa/s390/sh variants
# that are pushed on different days of the week.
# Disable it for amd64/x86 as well as any failures cause 
confusion to users
@@ -89,7 +92,7 @@ for ARCH in $ARCHES; do
fi
fi
 
-   # new variant preserve code
+   # New variant preserve code
variants=$(find 20* \( -iname '*.iso' -o -iname "*${EXTENSIONS}" \) 
-printf '%f\n' | sed  -e 's,-20[012][0-9]\{5\}.*,,g' -r | sort | uniq)
echo -n '' >"${tmpdir}"/.keep.${ARCH}.txt
for v in $variants ; do
@@ -108,15 +111,13 @@ for ARCH in $ARCHES; do
ln -sf "${variant_path%/*}" "current-$v"
echo "${variant_path}" | sed -e 's,/.*,,g' -e 's,^,/,g' -e 
's,$,$,g' >>"${tmpdir}"/.keep.${ARCH}.txt
done
-   #echo "$date_variant" \
-   #| sort | uniq | sed -e 's,^,/,g' -e 's,$,$,g' 
>"${tmpdir}"/.keep.${ARCH}.txt
 
# 
# Cleanup
if [ $fail -eq 0 ]; then
+
# Clean up all but latest 4 from mirror dir
cd "${outdir}"
-   #echo regex "/${latest_iso_date}\$|/${latest_stage3_date}\$"
for i in $(find -regextype posix-basic -mindepth 1 -maxdepth 1 
-type d -regex '.*20[012][0-9]\{5\}.*' \
| sed -e 's:^.*-\(20[^.]\+\).*$:\1:' \
| sort -ur \



[gentoo-commits] repo/gentoo:master commit in: app-text/bibus/, app-text/bibus/files/

2015-10-22 Thread Justin Lecher
commit: e10be8fca2dbab93315cd90eb28245194ebf7c44
Author: Justin Lecher  gentoo  org>
AuthorDate: Thu Oct 22 10:08:49 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Thu Oct 22 10:13:10 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e10be8fc

app-text/bibus: Fix for gentoo specific paths and fix for lo-4

Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=485396

Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=562214

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

 app-text/bibus/Manifest|  1 +
 ...bibus-1.5.2-r1.ebuild => bibus-1.5.2-r2.ebuild} | 10 +--
 app-text/bibus/files/bibus-1.5.2-bibus.cfg.patch   | 31 ++
 3 files changed, 40 insertions(+), 2 deletions(-)

diff --git a/app-text/bibus/Manifest b/app-text/bibus/Manifest
index 04ed182..ad942e9 100644
--- a/app-text/bibus/Manifest
+++ b/app-text/bibus/Manifest
@@ -1 +1,2 @@
+DIST bibus-1.5.2-lo-4.patch.xz 13196 SHA256 
b7147230929c304ab357c6a725c5cabbd577607e6200df968cdf2c057603c8a1 SHA512 
68b90574e9dd0bb3e2cc89c539ff35febdf4ac37dfb65c06709d21b62fdda0108c93f05d37ab96bf52c4f99bbe20caa361d562c297b05dc7ea37404eea659fd1
 WHIRLPOOL 
d807d81277fac722c50d98575939142a6f1f5a1e9eb88dec0acf0053349f54ecce7d7dcf070742b143bbf166704994b401eeb1e1ecd3e32c351d9bc41c09d1d8
 DIST bibus_1.5.2.orig.tar.gz 5411889 SHA256 
c6c66d6bdce403b7791bf58cc16eeaae9f0e9d1c3f0ba8411f9f3e694d740f02 SHA512 
33d091dacc707859a11010fcba57691a3e2726ae7579d601720b4398f7be29b580be978da8cd058fab491ec5b52dd3ce33c964a8d5077f8e80d8f0f387ffa2c4
 WHIRLPOOL 
964f13902a8a20d9e838784cf1f0a032bb2327cd28f3b2470c35a7394ae7f7536a7884d798a8308049a02f6976183ffb1c56cc4d8b20dce13f98033668a90d38

diff --git a/app-text/bibus/bibus-1.5.2-r1.ebuild 
b/app-text/bibus/bibus-1.5.2-r2.ebuild
similarity index 88%
rename from app-text/bibus/bibus-1.5.2-r1.ebuild
rename to app-text/bibus/bibus-1.5.2-r2.ebuild
index 17f6d3b..f4de2be 100644
--- a/app-text/bibus/bibus-1.5.2-r1.ebuild
+++ b/app-text/bibus/bibus-1.5.2-r2.ebuild
@@ -11,7 +11,10 @@ inherit eutils fdo-mime multilib python-r1 versionator
 
 DESCRIPTION="Bibliographic and reference management software, integrates with 
L/OO.o and MS Word"
 HOMEPAGE="http://bibus-biblio.sourceforge.net/;
-SRC_URI="mirror://sourceforge/${PN}-biblio/${PN}_${PV}.orig.tar.gz"
+SRC_URI="
+   mirror://sourceforge/${PN}-biblio/${PN}_${PV}.orig.tar.gz
+   https://dev.gentoo.org/~jlec/distfiles/${P}-lo-4.patch.xz
+   "
 
 LICENSE="GPL-2"
 SLOT="0"
@@ -45,7 +48,10 @@ pkg_setup() {
 }
 
 src_prepare() {
-   epatch "${FILESDIR}"/${P}-install.patch
+   epatch \
+   "${FILESDIR}"/${P}-install.patch \
+   "${FILESDIR}"/${P}-bibus.cfg.patch \
+   "${WORKDIR}"/${P}-lo-4.patch
 }
 
 src_compile() { :; }

diff --git a/app-text/bibus/files/bibus-1.5.2-bibus.cfg.patch 
b/app-text/bibus/files/bibus-1.5.2-bibus.cfg.patch
new file mode 100644
index 000..bfba0c0
--- /dev/null
+++ b/app-text/bibus/files/bibus-1.5.2-bibus.cfg.patch
@@ -0,0 +1,31 @@
+ bibusStart.py | 8 +---
+ 1 file changed, 5 insertions(+), 3 deletions(-)
+
+diff --git a/bibusStart.py b/bibusStart.py
+index edfc19f..99c5381 100644
+--- a/bibusStart.py
 b/bibusStart.py
+@@ -17,12 +17,14 @@
+ # along with Bibus; if not, write to the Free Software
+ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA.
+ #
+-import ConfigParser,os,sys,urllib,urlparse
++import ConfigParser,os,sys,urllib,urlparse,site
+ cp=ConfigParser.ConfigParser()
+ fileName = sys.argv[0]
+ while os.path.islink(fileName): fileName = os.readlink(fileName)
+ sourcedir = os.path.abspath( os.path.dirname(fileName) )
+-cp.read( os.path.join(sourcedir,'bibus.cfg') )
++bibus_sitedir = os.path.join(site.getsitepackages()[0], 'bibus')
++bibus_cfg = os.path.join(bibus_sitedir, 'bibus.cfg')
++cp.read(bibus_cfg)
+ # We read first, then if it is not null we convert to absolute path
+ # otherwise, empty path will be converted to the current directory path
+ python = cp.get('PATH','python')
+@@ -69,5 +71,5 @@ else:
+   except KeyError:
+   os.environ[LIBPATH] = oopath
+ # starting Bibus
+-os.execl( python , os.path.basename(python) , QUOTE+ 
os.path.join(sourcedir,'bibus.py') +QUOTE )
++os.execl( python , os.path.basename(python) , QUOTE+ 
os.path.join(bibus_sitedir,'bibus.py') +QUOTE )
+ 



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

2015-10-22 Thread Michael Palimaka
commit: 6d4ef79a43a355b1bc036a98c8c21cbddbf28e3c
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sat Sep 26 18:03:03 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Oct 22 10:13:10 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=6d4ef79a

kde-apps/libkdepimdbusinterfaces: New package

Split out of kdepim

Package-Manager: portage-2.2.22

 .../libkdepimdbusinterfaces-.ebuild| 35 ++
 kde-apps/libkdepimdbusinterfaces/metadata.xml  |  5 
 2 files changed, 40 insertions(+)

diff --git 
a/kde-apps/libkdepimdbusinterfaces/libkdepimdbusinterfaces-.ebuild 
b/kde-apps/libkdepimdbusinterfaces/libkdepimdbusinterfaces-.ebuild
new file mode 100644
index 000..a4dff67
--- /dev/null
+++ b/kde-apps/libkdepimdbusinterfaces/libkdepimdbusinterfaces-.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+KDE_TEST="false"
+KMNAME="kdepim"
+inherit kde5
+
+DESCRIPTION="KDE PIM DBus library"
+LICENSE="LGPL-2+"
+KEYWORDS=""
+IUSE=""
+
+COMMON_DEPEND="
+   $(add_frameworks_dep kdbusaddons)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kio)
+   $(add_frameworks_dep kservice)
+   $(add_kdeapps_dep akonadi-contact)
+   $(add_kdeapps_dep libakonadi)
+   dev-qt/qtdbus:5
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+"
+DEPEND="${COMMON_DEPEND}
+   sys-devel/gettext
+"
+RDEPEND="${COMMON_DEPEND}
+   !
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   kde
+



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

2015-10-22 Thread Michael Palimaka
commit: d585532e0eb1ab3c7d382026f2d5ed42ffd95d50
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sat Sep 26 18:00:52 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Oct 22 10:13:09 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=d585532e

kde-apps/kdgantt2: New package

Split out of kdepim

Package-Manager: portage-2.2.22

 kde-apps/kdgantt2/kdgantt2-.ebuild | 30 ++
 kde-apps/kdgantt2/metadata.xml |  5 +
 2 files changed, 35 insertions(+)

diff --git a/kde-apps/kdgantt2/kdgantt2-.ebuild 
b/kde-apps/kdgantt2/kdgantt2-.ebuild
new file mode 100644
index 000..1f80a8a
--- /dev/null
+++ b/kde-apps/kdgantt2/kdgantt2-.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+KDE_DOXYGEN="true"
+KDE_TEST="false"
+KMNAME="kdepim"
+inherit kde5
+
+DESCRIPTION="KDGantt library"
+LICENSE="LGPL-2+"
+KEYWORDS=""
+IUSE=""
+
+COMMON_DEPEND="
+   dev-qt/qtgui:5
+   dev-qt/qtprintsupport:5
+   dev-qt/qtwidgets:5
+"
+DEPEND="${COMMON_DEPEND}
+   sys-devel/gettext
+"
+RDEPEND="${COMMON_DEPEND}
+   !
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   kde
+



[gentoo-commits] repo/gentoo:master commit in: media-sound/mpdas/

2015-10-22 Thread Christoph Mende
commit: c7704979123d5ab3c2f248edf7bd5828b7ab2dd1
Author: Christoph Mende  gentoo  org>
AuthorDate: Thu Oct 22 14:26:35 2015 +
Commit: Christoph Mende  gentoo  org>
CommitDate: Thu Oct 22 14:26:35 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7704979

media-sound/mpdas: revbump to reliably propagate dep changes

Package-Manager: portage-2.2.23

 media-sound/mpdas/{mpdas-0.4.0.ebuild => mpdas-0.4.0-r1.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/media-sound/mpdas/mpdas-0.4.0.ebuild 
b/media-sound/mpdas/mpdas-0.4.0-r1.ebuild
similarity index 100%
rename from media-sound/mpdas/mpdas-0.4.0.ebuild
rename to media-sound/mpdas/mpdas-0.4.0-r1.ebuild



[gentoo-commits] repo/gentoo:master commit in: sys-devel/distcc/

2015-10-22 Thread Sergey Popov
commit: 64efb28cf11ec7061a37890f6bbbca43a4629b0c
Author: Sergey Popov  gentoo  org>
AuthorDate: Thu Oct 22 14:47:40 2015 +
Commit: Sergey Popov  gentoo  org>
CommitDate: Thu Oct 22 14:53:02 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64efb28c

sys-devel/distcc: fix path to make.conf in pkg_postinst tips section

Tips section about how to use distcc mentioned old location for make.conf
file

Gentoo-Bug: 42

Package-Manager: portage-2.2.23

 sys-devel/distcc/distcc-3.2_rc1-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/distcc/distcc-3.2_rc1-r3.ebuild 
b/sys-devel/distcc/distcc-3.2_rc1-r3.ebuild
index cf5537b..29e2e0f 100644
--- a/sys-devel/distcc/distcc-3.2_rc1-r3.ebuild
+++ b/sys-devel/distcc/distcc-3.2_rc1-r3.ebuild
@@ -176,7 +176,7 @@ pkg_postinst() {
elog
elog "How to use pump mode with Gentoo:"
elog "# distcc-config --set-hosts \"foo,cpp,lzo bar,cpp,lzo 
baz,cpp,lzo\""
-   elog "# echo 'FEATURES=\"\${FEATURES} distcc distcc-pump\"' >> 
/etc/make.conf"
+   elog "# echo 'FEATURES=\"\${FEATURES} distcc distcc-pump\"' >> 
/etc/portage/make.conf"
elog "# emerge -u world"
elog
elog "To use the distccmon programs with Gentoo you should use this 
command:"



[gentoo-commits] proj/kde:master commit in: kde-apps/libkdcraw/, kde-apps/libkexiv2/, kde-apps/libkipi/

2015-10-22 Thread Michael Palimaka
commit: c4dddef0a38465c72bd9d3a8f6ca5b8072449bf4
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Thu Oct 22 18:47:21 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Fri Oct 23 02:32:44 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=c4dddef0

kde-apps: Drop old and moved to tree

Package-Manager: portage-2.2.20.1

 kde-apps/libkdcraw/libkdcraw-15.04.3.ebuild | 16 
 kde-apps/libkdcraw/libkdcraw-15.08.2.ebuild | 16 
 kde-apps/libkexiv2/libkexiv2-15.04.3.ebuild | 17 -
 kde-apps/libkexiv2/libkexiv2-15.08.2.ebuild | 17 -
 kde-apps/libkipi/libkipi-15.04.3.ebuild | 11 ---
 kde-apps/libkipi/libkipi-15.08.2.ebuild | 11 ---
 6 files changed, 88 deletions(-)

diff --git a/kde-apps/libkdcraw/libkdcraw-15.04.3.ebuild 
b/kde-apps/libkdcraw/libkdcraw-15.04.3.ebuild
deleted file mode 100644
index d520d2a..000
--- a/kde-apps/libkdcraw/libkdcraw-15.04.3.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit kde4-base
-
-DESCRIPTION="KDE digital camera raw image library wrapper"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-DEPEND="
-   >=media-libs/libraw-0.16_beta1-r1:=
-"
-RDEPEND="${DEPEND}"

diff --git a/kde-apps/libkdcraw/libkdcraw-15.08.2.ebuild 
b/kde-apps/libkdcraw/libkdcraw-15.08.2.ebuild
deleted file mode 100644
index d520d2a..000
--- a/kde-apps/libkdcraw/libkdcraw-15.08.2.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit kde4-base
-
-DESCRIPTION="KDE digital camera raw image library wrapper"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-DEPEND="
-   >=media-libs/libraw-0.16_beta1-r1:=
-"
-RDEPEND="${DEPEND}"

diff --git a/kde-apps/libkexiv2/libkexiv2-15.04.3.ebuild 
b/kde-apps/libkexiv2/libkexiv2-15.04.3.ebuild
deleted file mode 100644
index efb00e6..000
--- a/kde-apps/libkexiv2/libkexiv2-15.04.3.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit kde4-base
-
-DESCRIPTION="KDE Image Plugin Interface: an exiv2 library wrapper"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug +xmp"
-
-DEPEND="
-   >=media-gfx/exiv2-0.24:=[xmp=]
-   virtual/jpeg:0
-"
-RDEPEND="${DEPEND}"

diff --git a/kde-apps/libkexiv2/libkexiv2-15.08.2.ebuild 
b/kde-apps/libkexiv2/libkexiv2-15.08.2.ebuild
deleted file mode 100644
index efb00e6..000
--- a/kde-apps/libkexiv2/libkexiv2-15.08.2.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit kde4-base
-
-DESCRIPTION="KDE Image Plugin Interface: an exiv2 library wrapper"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug +xmp"
-
-DEPEND="
-   >=media-gfx/exiv2-0.24:=[xmp=]
-   virtual/jpeg:0
-"
-RDEPEND="${DEPEND}"

diff --git a/kde-apps/libkipi/libkipi-15.04.3.ebuild 
b/kde-apps/libkipi/libkipi-15.04.3.ebuild
deleted file mode 100644
index 1bf4677..000
--- a/kde-apps/libkipi/libkipi-15.04.3.ebuild
+++ /dev/null
@@ -1,11 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit kde4-base
-
-DESCRIPTION="A library for image plugins accross KDE applications"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"

diff --git a/kde-apps/libkipi/libkipi-15.08.2.ebuild 
b/kde-apps/libkipi/libkipi-15.08.2.ebuild
deleted file mode 100644
index 1bf4677..000
--- a/kde-apps/libkipi/libkipi-15.08.2.ebuild
+++ /dev/null
@@ -1,11 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit kde4-base
-
-DESCRIPTION="A library for image plugins accross KDE applications"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"



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

2015-10-22 Thread Michael Palimaka
commit: b6cf743136705cfcc851617f0f5a57f521d11d53
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Thu Oct 22 18:42:43 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Fri Oct 23 02:32:44 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=b6cf7431

kde-apps/libkdcraw: don't block slot 4

Package-Manager: portage-2.2.20.1

 kde-apps/libkdcraw/libkdcraw-.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kde-apps/libkdcraw/libkdcraw-.ebuild 
b/kde-apps/libkdcraw/libkdcraw-.ebuild
index e9b627d..1842cc2 100644
--- a/kde-apps/libkdcraw/libkdcraw-.ebuild
+++ b/kde-apps/libkdcraw/libkdcraw-.ebuild
@@ -4,6 +4,7 @@
 
 EAPI=5
 
+KDE_BLOCK_SLOT4="false"
 inherit kde5
 
 DESCRIPTION="Digital camera raw image library wrapper"



[gentoo-commits] proj/kde:master commit in: profiles/package.mask/

2015-10-22 Thread Michael Palimaka
commit: 4f31e3b027a213f831498059cbb22b94cf9c13c3
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Thu Oct 22 18:48:31 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Fri Oct 23 02:32:44 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=4f31e3b0

profiles: Update 15.08.2 package.mask

 profiles/package.mask/kde-apps-15.08.2 | 5 -
 1 file changed, 5 deletions(-)

diff --git a/profiles/package.mask/kde-apps-15.08.2 
b/profiles/package.mask/kde-apps-15.08.2
index e6b71c6..0d0615a 100644
--- a/profiles/package.mask/kde-apps-15.08.2
+++ b/profiles/package.mask/kde-apps-15.08.2
@@ -146,14 +146,9 @@
 ~kde-apps/kubrick-15.08.2
 ~kde-apps/kwalletmanager-15.08.2
 ~kde-apps/kwordquiz-15.08.2
-~kde-apps/libkdcraw-15.08.2
 ~kde-apps/libkdeedu-15.08.2
 ~kde-apps/libkdegames-15.08.2
 ~kde-apps/libkeduvocdocument-15.08.2
-~kde-apps/libkexiv2-15.08.2
-~kde-apps/libkface-15.08.2
-~kde-apps/libkgeomap-15.08.2
-~kde-apps/libkipi-15.08.2
 ~kde-apps/libkmahjongg-15.08.2
 ~kde-apps/libkomparediff2-15.08.2
 ~kde-apps/libksane-15.08.2



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

2015-10-22 Thread Michael Palimaka
commit: b55cd2845fa6c61836f6f446d66d6387735bb306
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Thu Oct 22 19:20:13 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Fri Oct 23 02:32:44 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=b55cd284

kde-apps/libkface: don't block slot 4

Package-Manager: portage-2.2.20.1

 kde-apps/libkface/libkface-.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/kde-apps/libkface/libkface-.ebuild 
b/kde-apps/libkface/libkface-.ebuild
index fc4c3d3..80421ec 100644
--- a/kde-apps/libkface/libkface-.ebuild
+++ b/kde-apps/libkface/libkface-.ebuild
@@ -4,6 +4,7 @@
 
 EAPI=5
 
+KDE_BLOCK_SLOT4="false"
 inherit kde5
 
 DESCRIPTION="Qt/C++ wrapper around LibFace to perform face recognition and 
detection"
@@ -21,9 +22,7 @@ DEPEND="
dev-qt/qtxml:5
>=media-libs/opencv-3[contrib]
 "
-RDEPEND="${DEPEND}
-   !media-libs/libkface
-"
+RDEPEND="${DEPEND}"
 
 src_configure() {
local mycmakeargs=(



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

2015-10-22 Thread Michael Palimaka
commit: 1639d22fa40d141e4d54a13ce2c3cd1972b68ec6
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Thu Oct 22 20:26:09 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Fri Oct 23 02:32:44 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=1639d22f

kde-apps/libkipi: don't block slot 4[minimal]

Package-Manager: portage-2.2.20.1

 kde-apps/libkipi/libkipi-.ebuild | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/kde-apps/libkipi/libkipi-.ebuild 
b/kde-apps/libkipi/libkipi-.ebuild
index 3a13708..9a49660 100644
--- a/kde-apps/libkipi/libkipi-.ebuild
+++ b/kde-apps/libkipi/libkipi-.ebuild
@@ -4,6 +4,7 @@
 
 EAPI=5
 
+KDE_BLOCK_SLOT4="false"
 KDE_TEST="true"
 inherit kde5
 
@@ -22,4 +23,6 @@ DEPEND="
dev-qt/qtxml:5
 "
 
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+   !kde-apps/libkipi:4[-minimal(-)]
+"



[gentoo-commits] repo/gentoo:master commit in: kde-apps/libkipi/

2015-10-22 Thread Michael Palimaka
commit: 9ba351172a9d083f0c92f99ebeae0f2964634fd4
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Thu Oct 22 19:55:03 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Fri Oct 23 02:30:44 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ba35117

kde-apps/libkipi: Add 15.08.2-r1 with USE=minimal

/usr/share/icons collides with libkipi:5

Package-Manager: portage-2.2.20.1

 kde-apps/libkipi/Manifest  |  1 +
 kde-apps/libkipi/libkipi-15.08.2-r1.ebuild | 19 +++
 2 files changed, 20 insertions(+)

diff --git a/kde-apps/libkipi/Manifest b/kde-apps/libkipi/Manifest
index 96a65ef..201262c 100644
--- a/kde-apps/libkipi/Manifest
+++ b/kde-apps/libkipi/Manifest
@@ -1 +1,2 @@
+DIST libkipi-15.08.2.tar.xz 95064 SHA256 
2cba98a78cce056be512f847470891ecf6895ee1bf0fbd3428bbf8ffab98cce7 SHA512 
e58c1adc3cb8d9a2f568e3d29d31201c55678172e9c87dc989e57e72562ab3a9cd1e4ce9879aed9518886092e0d1c96922b6607e16fee0f33d0ebd3a81d89d42
 WHIRLPOOL 
a4541e343522dccc6752dfeacce7f744df80ae75401e442373589cad82ac3bf3c9ac945cbd012034d2e968ba264d0604006cbafbb13aff27c9ee3236579e6919
 DIST libkipi-4.14.3.tar.xz 94636 SHA256 
dcedbad556840e1ed3b35609a6f700917f76cc0a4f41ca499da4e5c8af49553a SHA512 
62c93663e82336d302d454cb923d001592e255a90ceb6eabfab95637a0b4c220e10601bfeda381383b165c56db5f114da094dca3861f365874587bee14052941
 WHIRLPOOL 
de2936e6082257e1333b0fd7b6f86b0f15f5dc480a8c11c504ca469d5e2a2295534c439b429cf5f4029e33b1671af1d74dfcf0c5e2f50624c35ea45178892124

diff --git a/kde-apps/libkipi/libkipi-15.08.2-r1.ebuild 
b/kde-apps/libkipi/libkipi-15.08.2-r1.ebuild
new file mode 100644
index 000..216b880
--- /dev/null
+++ b/kde-apps/libkipi/libkipi-15.08.2-r1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit kde4-base
+
+DESCRIPTION="A library for image plugins accross KDE applications"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug minimal"
+
+src_install() {
+   kde4-base_src_install
+
+   if use minimal ; then
+   rm -r "${D}"/usr/share/icons
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: kde-apps/libkdcraw/

2015-10-22 Thread Michael Palimaka
commit: 2027a9ba088ab3762b238280207e53a5dd2d1985
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Thu Oct 22 20:58:25 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Fri Oct 23 02:30:44 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2027a9ba

kde-apps/libkdcraw: Add 15.08.2 from overlay

Package-Manager: portage-2.2.20.1

 kde-apps/libkdcraw/Manifest |  1 +
 kde-apps/libkdcraw/libkdcraw-15.08.2.ebuild | 16 
 2 files changed, 17 insertions(+)

diff --git a/kde-apps/libkdcraw/Manifest b/kde-apps/libkdcraw/Manifest
index fb1e480..1e564da 100644
--- a/kde-apps/libkdcraw/Manifest
+++ b/kde-apps/libkdcraw/Manifest
@@ -1 +1,2 @@
+DIST libkdcraw-15.08.2.tar.xz 102336 SHA256 
9e5bc1067eeed7981e8f11ebeb1c3b289145835ed4f2dcb5904436239d624ed7 SHA512 
ffaa8d207d955ecc896e6f7e4e0aafce83a4ee2a8059d60b5b54de7c73a3e6d0a84dcd8f484d14355fd167089e5ff051225e71cfb973328b759d2c1a69510fa4
 WHIRLPOOL 
5a18225b9a3acb23b288410a779bfeddd69e67f9f0bfaba51bd40c28e148d1f36a131055f47a21593623939f296c1f2cd927f46fc5bc4fd095326b79579c6079
 DIST libkdcraw-4.14.3.tar.xz 100176 SHA256 
78c851dba252224bf30012d2f6a79f3c846103b7ce6770d939ac2b8530cf4a4f SHA512 
5c8a3ba54ada6aeb41898afaa87853cdb320c3bab1ab5f768baeaf077974a98262ec426c36b4697c4b7fadc054d3622104cda6bf66e6165cb5d13ce55eb31888
 WHIRLPOOL 
e7da13be31c3d9037278ca87a942f3d626adc8032f3b664ce2a4027aa80389037ef393c312cac49da2a4c0b9f0b1fe79c88a63f6c873984a12225481aef17e9e

diff --git a/kde-apps/libkdcraw/libkdcraw-15.08.2.ebuild 
b/kde-apps/libkdcraw/libkdcraw-15.08.2.ebuild
new file mode 100644
index 000..d520d2a
--- /dev/null
+++ b/kde-apps/libkdcraw/libkdcraw-15.08.2.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit kde4-base
+
+DESCRIPTION="KDE digital camera raw image library wrapper"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug"
+
+DEPEND="
+   >=media-libs/libraw-0.16_beta1-r1:=
+"
+RDEPEND="${DEPEND}"



[gentoo-commits] repo/gentoo:master commit in: kde-apps/libkexiv2/

2015-10-22 Thread Michael Palimaka
commit: 4ee9e88e5ffeda0dce414c8670087b1e4f1b819e
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Thu Oct 22 19:53:57 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Fri Oct 23 02:30:33 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ee9e88e

kde-apps/libkexiv2: Add 15.08.2 from overlay

Package-Manager: portage-2.2.20.1

 kde-apps/libkexiv2/Manifest |  1 +
 kde-apps/libkexiv2/libkexiv2-15.08.2.ebuild | 17 +
 2 files changed, 18 insertions(+)

diff --git a/kde-apps/libkexiv2/Manifest b/kde-apps/libkexiv2/Manifest
index 537e8c8..09d3532 100644
--- a/kde-apps/libkexiv2/Manifest
+++ b/kde-apps/libkexiv2/Manifest
@@ -1 +1,2 @@
+DIST libkexiv2-15.08.2.tar.xz 137372 SHA256 
20705d7e9938876d2afacf11b7a9d79b95ea36d7a96c509b5ab64b32dd69cc0d SHA512 
fb7ad6207053ab37008b4fb167600d6e5b21e6d19f12c3260d4cb9a417ffa580b18ee0b489c06da835ba4150953b351f234017dcdc78004415262d430f6d0a54
 WHIRLPOOL 
e44865d32f4ec1bb6f45f50d8be162e64ab866963ebb708c1751bc2e67124ecc14ce83016fd49a2ae396c2889d774b8b2029d3d93aa7deac9d0ff4ee1507abf1
 DIST libkexiv2-4.14.3.tar.xz 136292 SHA256 
c487078cc7349768dc76f0eabd98e546762fdd3fda9da088fbfa74785daf0efd SHA512 
3700bf4370e6746a482d03ee654d9c32d7de816cfacbdcbb5347036234dc30da93fb85e2d1d4fbcdc9cbe01f23eaab1533e39541068a9294d1690856de75a29b
 WHIRLPOOL 
83331db4c66a6a523baf549a476722e1fc5af7b5ef5c4fe521e50e0eb5eb3a1cb50a9df611e5aa8aa51432a40dc75c6804958443803af282655470d37a02d9cb

diff --git a/kde-apps/libkexiv2/libkexiv2-15.08.2.ebuild 
b/kde-apps/libkexiv2/libkexiv2-15.08.2.ebuild
new file mode 100644
index 000..efb00e6
--- /dev/null
+++ b/kde-apps/libkexiv2/libkexiv2-15.08.2.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit kde4-base
+
+DESCRIPTION="KDE Image Plugin Interface: an exiv2 library wrapper"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug +xmp"
+
+DEPEND="
+   >=media-gfx/exiv2-0.24:=[xmp=]
+   virtual/jpeg:0
+"
+RDEPEND="${DEPEND}"



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/wireshark/

2015-10-22 Thread Jeroen Roovers
commit: c5f30611b1cd0ffb13295d45262628b43e3e8c5a
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Oct 23 05:18:50 2015 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Oct 23 05:19:18 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5f30611

net-analyzer/wireshark: Install pcap icons, explicitly name Qt variant in 
desktop file by miflab (bug #563246).

Package-Manager: portage-2.2.23

 ...2.0.0_rc1.ebuild => wireshark-1.12.8-r1.ebuild} | 43 +++---
 0_rc1.ebuild => wireshark-2.0.0_rc1-r1.ebuild} | 10 -
 2 files changed, 31 insertions(+), 22 deletions(-)

diff --git a/net-analyzer/wireshark/wireshark-2.0.0_rc1.ebuild 
b/net-analyzer/wireshark/wireshark-1.12.8-r1.ebuild
similarity index 86%
copy from net-analyzer/wireshark/wireshark-2.0.0_rc1.ebuild
copy to net-analyzer/wireshark/wireshark-1.12.8-r1.ebuild
index 74ed55f..730e6ee 100644
--- a/net-analyzer/wireshark/wireshark-2.0.0_rc1.ebuild
+++ b/net-analyzer/wireshark/wireshark-1.12.8-r1.ebuild
@@ -7,22 +7,20 @@ inherit autotools eutils fcaps flag-o-matic multilib 
qmake-utils qt4-r2 user
 
 DESCRIPTION="A network protocol analyzer formerly known as ethereal"
 HOMEPAGE="http://www.wireshark.org/;
-SRC_URI="${HOMEPAGE}download/src/all-versions/${P/_/}.tar.bz2"
+SRC_URI="${HOMEPAGE}download/src/all-versions/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0/${PV}"
-KEYWORDS=""
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
 IUSE="
adns +caps crypt doc doc-pdf geoip +gtk3 ipv6 kerberos lua +netlink 
+pcap
-   portaudio +qt4 qt5 selinux sbc smi cpu_flags_x86_sse4_2 ssl zlib
+   portaudio +qt4 qt5 sbc selinux smi ssl zlib
 "
 REQUIRED_USE="
ssl? ( crypt )
?? ( qt4 qt5 )
 "
 
-S=${WORKDIR}/${P/_/}
-
 GTK_COMMON_DEPEND="
x11-libs/gdk-pixbuf
x11-libs/pango
@@ -95,9 +93,12 @@ src_prepare() {
epatch \
"${FILESDIR}"/${PN}-1.6.13-ldflags.patch \
"${FILESDIR}"/${PN}-1.11.0-oldlibs.patch \
-   "${FILESDIR}"/${PN}-1.99.0.1975-sse4_2.patch \
-   "${FILESDIR}"/${PN}--pkgconfig.patch \
-   "${FILESDIR}"/${PN}-1.99.8-qtchooser.patch
+   "${FILESDIR}"/${PN}-1.12.8-gtk-deprecated-warnings.patch \
+   "${FILESDIR}"/${PN}-1.99.0-qt5.patch \
+   "${FILESDIR}"/${PN}-1.99.1-sbc.patch \
+   "${FILESDIR}"/${PN}-1.12.5-cross-compile.patch \
+   "${FILESDIR}"/${PN}-1.99.7-qt-pie.patch \
+   "${FILESDIR}"/${PN}-1.12.6-rcc.patch
 
epatch_user
 
@@ -127,13 +128,7 @@ src_configure() {
myconf+=( "--disable-wireshark" )
fi
 
-   if ! use qt4 && ! use qt5; then
-   myconf+=( "--with-qt=no" )
-   fi
-
-   if use qt4; then
-   export QT_MIN_VERSION=4.6.0
-   fi
+   use qt4 && export QT_MIN_VERSION=4.6.0
 
if use qt5; then
export QT_MIN_VERSION=5.3.0
@@ -158,8 +153,8 @@ src_configure() {
$(use_with pcap dumpcap-group wireshark) \
$(use_with pcap) \
$(use_with portaudio) \
-   $(usex qt4 --with-qt=4 '') \
-   $(usex qt5 --with-qt=5 '') \
+   $(use_with qt4) \
+   $(use_with qt5) \
$(usex qt4 MOC=$(qt4_get_bindir)/moc '') \
$(usex qt4 RCC=$(qt4_get_bindir)/rcc '') \
$(usex qt4 UIC=$(qt4_get_bindir)/uic '') \
@@ -171,7 +166,6 @@ src_configure() {
$(use_with ssl gnutls) \
$(use_with zlib) \
$(usex netlink --with-libnl=3 --without-libnl) \
-   $(usex cpu_flags_x86_sse4_2 --enable-sse4_2 '') \
--disable-profile-build \
--disable-usr-local \
--disable-warnings-as-errors \
@@ -190,12 +184,11 @@ src_compile() {
 
 src_install() {
default
-
if use doc; then
dohtml -r docbook/{release-notes.html,ws{d,u}g_html{,_chunked}}
if use doc-pdf; then
insinto /usr/share/doc/${PF}/pdf/
-   doins docbook/{developer,user}-guide-{a4,us}.pdf 
docbook/release-notes.pdf
+   doins 
docbook/{{developer,user}-guide,release-notes}-{a4,us}.pdf
fi
fi
 
@@ -235,6 +228,10 @@ src_install() {
newins image/${c}${d}-app-wireshark.png 
wireshark.png
done
done
+   for d in 16 24 32 48 64 128 256 ; do
+   insinto /usr/share/icons/hicolor/${d}x${d}/mimetypes
+   newins image/WiresharkDoc-${d}.png 
application-vnd.tcpdump.pcap.png
+   done
fi
 
if use gtk3; then
@@ -242,7 +239,11 @@ src_install() {
fi
 
if use qt4 || use qt5; then
-   sed -e '/Exec=/s|wireshark|&-qt|g' wireshark.desktop 

[gentoo-commits] repo/gentoo:master commit in: www-client/vivaldi/

2015-10-22 Thread Jeroen Roovers
commit: 0e0a0f1e519d39a8693166fc95913bea1f2ad50b
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Oct 23 05:12:07 2015 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Oct 23 05:19:13 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e0a0f1e

www-client/vivaldi: Version bump.

Package-Manager: portage-2.2.23

 www-client/vivaldi/Manifest   | 4 ++--
 .../{vivaldi-1.0.300.5_p1.ebuild => vivaldi-1.0.303.23_p1.ebuild} | 0
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-client/vivaldi/Manifest b/www-client/vivaldi/Manifest
index 1a55c60..a70f0d5 100644
--- a/www-client/vivaldi/Manifest
+++ b/www-client/vivaldi/Manifest
@@ -1,4 +1,4 @@
-DIST vivaldi-1.0.300.5_p1-amd64.deb 41761456 SHA256 
1e058fe35c8ed9a9a3ced891457574e66287df02590860a350fa762830fc8137 SHA512 
ee0f6cb47853157b21f0d1da019569ac9ff024c14037d56383c1d78566d4ac73c03eac06655ea318a02365f3f76b5d80a9106da34cc0bf4eaaccdf285a70db4d
 WHIRLPOOL 
1d4e19e3b4fa0f12cce1b04fbea4fe7704bec0fbfe3499afaf84a4a3a5e7b9c0d057c138359a1791f651caa86b29c10c9530d7999a2892d3ffc35cc28613aaa0
-DIST vivaldi-1.0.300.5_p1-i386.deb 42268480 SHA256 
02123c70bc0dce1e7bbae1316acda8693af6ce8fe80627c56a6e6c26c1c16558 SHA512 
54ddbcee3dbe1700eed7f646fa23f9e36c0193dda989166700e59e20be329305f8763f7d20617fbb6f9f8d56f0db7be2bcb54d52fab5b20508b34895fda8c05f
 WHIRLPOOL 
9e354dc658dfcee4cbbc6697c3e3570d76d0feadd87c26b9f447923a6e3ae643d1bcf249474f945eb427f2bd3ebfbf2e6384e035dc5194339f0412df86d2e4e9
 DIST vivaldi-1.0.303.22_p1-amd64.deb 41779050 SHA256 
2edbc2a62e7920d30478bb030700794aec81e075694a932a03bfe0b5ff03e883 SHA512 
e2beef75622e8c38160ec01c4088a8ef31616fed0c3452288d01696aab1a2b192309ea7d1e7ef73f77622c4b82ed8178572bc0e6b8e65bf1903b449d5db67201
 WHIRLPOOL 
c4946b918e2601680c7219bdaf7ad21172b3928cbbd60ef1049f48ef32a961f80134f86e77ee7f5bc18f11b9c73c714f01df0cf435c92544e76b781cd362428f
 DIST vivaldi-1.0.303.22_p1-i386.deb 42297978 SHA256 
5099faf6e1729efc9c87a75f7f644ff8da35298da7ce5dfd568e979cb60b10e3 SHA512 
19d99b01a8d69fd2608fd11dd523b1900b6cc368db01276a285051ed3ae56d47c395fc667761a7e2c79940668c87ee490f485ffc6a4f7cf9ffc677ba93c8e4a6
 WHIRLPOOL 
8573b9fdb50f899cd2cea2d6d429d1a617b12cb87ffc1bea78aa1e1e56e6a9fd3067e602aa022ca80c1df39b2d32be28e86604c169b47e760bf3d9a4f0e18504
+DIST vivaldi-1.0.303.23_p1-amd64.deb 41796198 SHA256 
b58e90380ca40e94933523e3ec5c67708fd693a3fe7f11380f52ee88cc7e0819 SHA512 
b8ef7b6881d64239a1151b5350b878384849ec9040d3ed62b894ff6eacde1a43031b7502df1dae935439416083094ad516affdd831415b8d8ed24d5ffc58608b
 WHIRLPOOL 
dcba679aeaf2cade9085a058a6a14b6ec9607eb8a5ed50dc4b1bfd6eb750677cd04476e973a8c4189255972218abf2a518b744cb3df4056160a1d56c31a90f40
+DIST vivaldi-1.0.303.23_p1-i386.deb 42319714 SHA256 
f1bfbc5dd5b6f8dac6f4fbf5627e26623e341d964d323802825f3a03cb5006f5 SHA512 
e1164a991c1685b612dcabe122af488d085946504121a17a2e88b87913a1a1ea4f1c5b3ce89b27b614baf1706df3aac6349c44aa1630467834bad8fffa40720c
 WHIRLPOOL 
ccc9787a6f24beb48a1c4f23e9b299dd95d54f4287ed303aeadf0f8bb650ef16999d51eecddce608b1199c027673df749da318161c3ed2c9e29d1a078f562ea0

diff --git a/www-client/vivaldi/vivaldi-1.0.300.5_p1.ebuild 
b/www-client/vivaldi/vivaldi-1.0.303.23_p1.ebuild
similarity index 100%
rename from www-client/vivaldi/vivaldi-1.0.300.5_p1.ebuild
rename to www-client/vivaldi/vivaldi-1.0.303.23_p1.ebuild



[gentoo-commits] repo/gentoo:master commit in: media-gfx/kphotoalbum/

2015-10-22 Thread Michael Palimaka
commit: af6b2d10371684182f5d83c47ab0eefa78ac29d1
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Oct 22 12:18:54 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Oct 22 12:18:54 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af6b2d10

media-gfx/kphotoalbum: update package category in local USE description

Package-Manager: portage-2.2.20.1

 media-gfx/kphotoalbum/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/kphotoalbum/metadata.xml 
b/media-gfx/kphotoalbum/metadata.xml
index 01cc855..eed8e30 100644
--- a/media-gfx/kphotoalbum/metadata.xml
+++ b/media-gfx/kphotoalbum/metadata.xml
@@ -3,7 +3,7 @@
 
kde

-   Enable face detection and recognition using 
media-libs/libkface
+   Enable face detection and recognition using 
kde-apps/libkface
Add support for 
kde-apps/marble
Support for the KDE Image Plugin 
Interface
Enable map display support using 
kde-apps/libkgeomap



[gentoo-commits] repo/gentoo:master commit in: net-dns/dnscrypt-proxy/

2015-10-22 Thread Julian Ospald
commit: 8992c5f585b8ef496d16ab78266125c8a974bd68
Author: Julian Ospald  gentoo  org>
AuthorDate: Thu Oct 22 12:45:00 2015 +
Commit: Julian Ospald  gentoo  org>
CommitDate: Thu Oct 22 12:45:35 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8992c5f5

net-dns/dnscrypt-proxy: update metadata.xml

* fix formatting
* add myself as maintainer

 net-dns/dnscrypt-proxy/metadata.xml | 40 ++---
 1 file changed, 24 insertions(+), 16 deletions(-)

diff --git a/net-dns/dnscrypt-proxy/metadata.xml 
b/net-dns/dnscrypt-proxy/metadata.xml
index 03ba21e..ad41b6a 100644
--- a/net-dns/dnscrypt-proxy/metadata.xml
+++ b/net-dns/dnscrypt-proxy/metadata.xml
@@ -1,20 +1,28 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-proxy-maintainers
-
-   amesi...@gmail.com
-   Jiajun Wang
-   Primary Maintainer, Assign bugs
-
-
-dnscrypt-proxy provides local service which can be used directly as your local 
resolver
-or as a DNS forwarder, encrypting and authenticating requests using the 
DNSCrypt protocol
-and passing them to an upstream server.
-
-
-   Use net-libs/ldns for DNSSEC/SSHFP 
validation
-   Enable plugin support to inspect and modify 
queries and responses
-   Use systemd's socket activation instead of 
creating the sockets itself
-
+   
+   hasuf...@gentoo.org
+   Julian Ospald
+   Primary Maintainer, assign bugs to 
him
+   
+   
+   amesi...@gmail.com
+   Jiajun Wang
+   Proxied maintainer, CC on bugs
+   
+   
+   dnscrypt-proxy provides local service which can be used 
directly as your
+   local resolver or as a DNS forwarder, encrypting and 
authenticating
+   requests using the DNSCrypt protocol and passing them to an 
upstream
+   server.
+   
+   
+   Use net-libs/ldns for DNSSEC/SSHFP
+   validation
+   Enable plugin support to inspect and modify
+   queries and responses
+   Use systemd's socket activation instead of
+   creating the sockets itself
+   
 



[gentoo-commits] repo/gentoo:master commit in: net-dns/dnscrypt-proxy/files/

2015-10-22 Thread Julian Ospald
commit: 231001d252cd81974b8745d07a4440d4f59bced7
Author: Julian Ospald  gentoo  org>
AuthorDate: Thu Oct 22 12:14:25 2015 +
Commit: Julian Ospald  gentoo  org>
CommitDate: Thu Oct 22 12:45:33 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=231001d2

net-dns/dnscrypt-proxy: add missing quotes to dnscrypt-proxy.initd

 net-dns/dnscrypt-proxy/files/dnscrypt-proxy.initd | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-dns/dnscrypt-proxy/files/dnscrypt-proxy.initd 
b/net-dns/dnscrypt-proxy/files/dnscrypt-proxy.initd
index 3ef60f9..8e231e4 100644
--- a/net-dns/dnscrypt-proxy/files/dnscrypt-proxy.initd
+++ b/net-dns/dnscrypt-proxy/files/dnscrypt-proxy.initd
@@ -21,8 +21,8 @@ start() {
if [ ! -d "${rundir}" ]; then
mkdir "${rundir}"
if [ -n "${runas_user}" ]; then
-   touch  ${DNSCRYPT_LOGFILE}
-   chown ${runas_user}:${runas_group} ${DNSCRYPT_LOGFILE}
+   touch "${DNSCRYPT_LOGFILE}"
+   chown ${runas_user}:${runas_group} "${DNSCRYPT_LOGFILE}"
chown -R ${runas_user}:${runas_group} "${rundir}"
fi
fi
@@ -31,8 +31,8 @@ start() {
start-stop-daemon --start --quiet \
--exec /usr/sbin/dnscrypt-proxy \
-- \
-   --pidfile=${pidfile} \
-   --logfile=${DNSCRYPT_LOGFILE} \
+   --pidfile="${pidfile}" \
+   --logfile="${DNSCRYPT_LOGFILE}" \
--daemonize --user=${runas_user} \
--local-address=${DNSCRYPT_LOCALIP}:${DNSCRYPT_LOCALPORT} \

--resolver-address=${DNSCRYPT_RESOLVERIP}:${DNSCRYPT_RESOLVERPORT} \



[gentoo-commits] repo/gentoo:master commit in: media-gfx/kphotoalbum/, media-gfx/kphotoalbum/files/

2015-10-22 Thread Michael Palimaka
commit: 3df6fb500cb1b6120065db4a7a972ba84ef49dc1
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sat Oct 17 10:02:19 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Oct 22 13:18:11 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3df6fb50

media-gfx/kphotoalbum: Add upstream patch to match updated kdelibs4 policy

Package-Manager: portage-2.2.20.1

 .../files/kphotoalbum-4.6.2-bump-min-cmake.patch   | 31 ++
 media-gfx/kphotoalbum/kphotoalbum-4.6.2.ebuild |  1 +
 2 files changed, 32 insertions(+)

diff --git a/media-gfx/kphotoalbum/files/kphotoalbum-4.6.2-bump-min-cmake.patch 
b/media-gfx/kphotoalbum/files/kphotoalbum-4.6.2-bump-min-cmake.patch
new file mode 100644
index 000..f23a8f8
--- /dev/null
+++ b/media-gfx/kphotoalbum/files/kphotoalbum-4.6.2-bump-min-cmake.patch
@@ -0,0 +1,31 @@
+From: David Faure 
+Date: Sun, 26 Jul 2015 16:12:24 +
+Subject: set cmake_min_req to 2.8.9 to match kdelibs4 policy; fix build 
accordingly
+X-Git-Url: 
http://quickgit.kde.org/?p=kphotoalbum.git=commitdiff=f785317ba88528760886b592aa9604b0c4ba62dd
+---
+set cmake_min_req to 2.8.9 to match kdelibs4 policy; fix build accordingly
+
+(working around the lack of ${KDE4_KMEDIAPLAYER_LIBS})
+
+CCMAIL: kde-buildsys...@kde.org
+---
+
+
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -1,4 +1,4 @@
+-cmake_minimum_required(VERSION 2.8.3 FATAL_ERROR)
++cmake_minimum_required(VERSION 2.8.9)
+ project(kphotoalbum)
+ 
+ if(POLICY CMP0017)
+@@ -456,7 +456,7 @@
+ target_link_libraries(kphotoalbum Utilities)
+ 
+ # External components
+-target_link_libraries(kphotoalbum ${KDE4_KIO_LIBS} ${JPEG_LIBRARY} 
kmediaplayer ${KDE4_PHONON_LIBS})
++target_link_libraries(kphotoalbum ${KDE4_KIO_LIBS} ${JPEG_LIBRARY} 
${KDE4_TARGET_PREFIX}kmediaplayer ${KDE4_PHONON_LIBS})
+ 
+ if(KIPI_FOUND)
+ target_link_libraries(kphotoalbum ${KIPI_LIBRARIES})
+

diff --git a/media-gfx/kphotoalbum/kphotoalbum-4.6.2.ebuild 
b/media-gfx/kphotoalbum/kphotoalbum-4.6.2.ebuild
index d83e74c..ad86cca 100644
--- a/media-gfx/kphotoalbum/kphotoalbum-4.6.2.ebuild
+++ b/media-gfx/kphotoalbum/kphotoalbum-4.6.2.ebuild
@@ -40,6 +40,7 @@ RDEPEND="${COMMON_DEPEND}
kipi? ( >=media-plugins/kipi-plugins-4.7.0 )
 "
 
+PATCHES=( "${FILESDIR}/${P}-bump-min-cmake.patch" )
 DOCS=( ChangeLog README )
 
 src_configure() {



[gentoo-commits] repo/gentoo:master commit in: media-gfx/digikam/

2015-10-22 Thread Michael Palimaka
commit: 9c74e7823258cab5a8b515768bff6aad85563bc4
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Oct 22 13:08:28 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Oct 22 13:18:11 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c74e782

media-gfx/digikam: restore accidentally-removed version

This partially reverts commit 4ec36b7ff9a87f3a4706dd194b2155fe64c32c14.

 media-gfx/digikam/Manifest |  2 +-
 ...digikam-4.10.0.ebuild => digikam-4.12.0.ebuild} | 30 --
 2 files changed, 11 insertions(+), 21 deletions(-)

diff --git a/media-gfx/digikam/Manifest b/media-gfx/digikam/Manifest
index 6f15b0b..978ab34 100644
--- a/media-gfx/digikam/Manifest
+++ b/media-gfx/digikam/Manifest
@@ -1,3 +1,3 @@
-DIST digikam-4.10.0.tar.bz2 69413654 SHA256 
4207e68b6221307111b66bb69485d3e88150df95dae014a99f6f161a3da0c725 SHA512 
a2f1d5f44719409ee45158106cc44541e7226e3c948b722045e104bc398f96233481d60e11dd198e96bfe3028201dac335be403ec74af1ef07e3137c3e9221a4
 WHIRLPOOL 
5d7997787c549318e5d7d677edc68ee2ebaa95c789b7d5f05e3ea5dea48d56afc23aa7bf3afa33f44353f4189644df7573683580486c0d248352ffb534215f37
+DIST digikam-4.12.0.tar.bz2 69527960 SHA256 
15043afb04733e059460165bc3cdf58dc42a67d7a349fbe12c2ebbe1946e3420 SHA512 
a5ebe481ef9803475cd2d4d198b0d093753ecb71367662f0e83a151ab34a2ff071139b28c1d9600279463fed96745b025db86d24b059b0794bc4a2b50338df85
 WHIRLPOOL 
cf29c3555ce41a298c9760287996d8edee76ff8a6ec42b503f55059e40b35f91cf56afb054f641e800f6e630d851491c2f77e0bd67020feefe8d6adf36a643f5
 DIST digikam-4.14.0.tar.bz2 59805228 SHA256 
9d7bcb689d8c29be2e81976f0a043220f442a24f2071284044e7f1a799a7fdad SHA512 
3029e9b67d9d055bd9aee0d6d01e87950702e026f9f44b513155946ba087ec58b300f945a035a418afae45365ed007d8db6a1a90ed1d391e5e0e4cb679168ccf
 WHIRLPOOL 
35a3caedc9a4799f161b26b3b4df51da18a31be50a8a6da5b12a339a353755d73a47f103099087e3dc8e6926f65ae19638efea3585c86f72173a086056bf48ce
 DIST digikam-4.4.0.tar.bz2 68871203 SHA256 
5c68a2d200f5b502706128ea64839319aad333fb79548f49ecc92594e280d4e9 SHA512 
4992fad1e574fc44eac53f3ac8d4ab78ccbf8e04beb54a211a9afc20af1efb6f8bacedea07e403f490e7f70a74ed5ac02d4f9b939dfaf25f64a4a9bda0a7d94a
 WHIRLPOOL 
7a05ab9926227232a1cf52bf68da45b849b982e840b171f702610acce85a1ce8e59967a02e845a0ef19c316daee835861573aca40dc7b28422cf7d6d56119e2c

diff --git a/media-gfx/digikam/digikam-4.10.0.ebuild 
b/media-gfx/digikam/digikam-4.12.0.ebuild
similarity index 91%
rename from media-gfx/digikam/digikam-4.10.0.ebuild
rename to media-gfx/digikam/digikam-4.12.0.ebuild
index adee011..bb4c04b 100644
--- a/media-gfx/digikam/digikam-4.10.0.ebuild
+++ b/media-gfx/digikam/digikam-4.12.0.ebuild
@@ -7,12 +7,8 @@ EAPI=5
 KDE_LINGUAS="af ar az be bg bn br bs ca cs csb cy da de el en_GB eo es et eu 
fa fi fo fr fy ga gl ha he hi hr hsb
 hu id is it ja ka kk km ko ku lb lo lt lv mi mk mn ms mt nb nds ne nl nn nso 
oc pa pl pt pt_BR ro ru
 rw se sk sl sq sr sr@Latn ss sv ta te tg th tr tt uk uz uz@cyrillic ven vi wa 
xh zh_CN zh_HK zh_TW zu"
-
 KDE_HANDBOOK="optional"
-KDE_MINIMAL="4.10"
-
 KDE_DOC_DIRS="doc-digikam doc-showfoto"
-
 inherit kde4-base
 
 MY_PV=${PV/_/-}
@@ -32,12 +28,13 @@ CDEPEND="
kde-apps/kdebase-kioslaves:4
kde-apps/libkdcraw:4=
kde-apps/libkexiv2:4=
-   >=kde-apps/libkface-4.6.0:4
-   >=kde-apps/libkgeomap-4.6.0:4=
+   >=kde-apps/libkface-4.12.0:4
+   >=kde-appslibkgeomap-4.12.0:4=
kde-apps/libkipi:4
kde-apps/marble:4=[plasma]
kde-apps/kcmshell:4
dev-qt/qtgui:4
+   || ( dev-qt/qtsql:4[mysql] dev-qt/qtsql:4[sqlite] )
media-libs/jasper
media-libs/lcms:2
>=media-libs/lensfun-0.2.6
@@ -49,25 +46,18 @@ CDEPEND="
>=media-libs/tiff-3.8.2:0
virtual/jpeg:0
x11-libs/libX11
-   || ( dev-qt/qtsql:4[mysql] dev-qt/qtsql:4[sqlite] )
addressbook? ( $(add_kdebase_dep kdepimlibs) )
gphoto2? ( media-libs/libgphoto2:= )
mysql? ( virtual/mysql )
-   semantic-desktop? (
-   $(add_kdebase_dep baloo '' 4.12.0)
-   )
+   semantic-desktop? ( $(add_kdebase_dep baloo '' 4.12.0) )
 "
 RDEPEND="${CDEPEND}
-   kde-apps/kreadconfig:4
-   media-plugins/kipi-plugins
-   video? (
-   || (
-   kde-apps/ffmpegthumbs:4
-   kde-apps/mplayerthumbs:4
-   $(add_kdeapps_dep mplayerthumbs)
-   $(add_kdeapps_dep ffmpegthumbs)
-   )
-   )
+   $(add_kdeapps_dep kreadconfig)
+   media-plugins/kipi-plugins:4
+   video? ( || (
+   $(add_kdeapps_dep ffmpegthumbs)
+   $(add_kdeapps_dep mplayerthumbs)
+   ) )
 "
 DEPEND="${CDEPEND}
dev-cpp/eigen:3



[gentoo-commits] repo/gentoo:master commit in: kde-apps/libkface/files/, kde-apps/libkface/

2015-10-22 Thread Michael Palimaka
commit: ae35d2f35fb179e18cda21c9caccbd0990773e87
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Fri Oct 16 20:23:44 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Oct 22 13:18:10 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae35d2f3

kde-apps/libkface: Version bump to 15.08.2-r1

Fixes build with >=media-libs/opencv-3.0.0 by backporting opencv3 patches from
git master which unfortunately didn't make it into Applications/15.08 branch.
See also https://bugs.gentoo.org/show_bug.cgi?id=554490

Package-Manager: portage-2.2.20.1

 kde-apps/libkface/Manifest |   1 +
 .../libkface/files/libkface-15.08.2-opencv3.patch  | 438 +
 kde-apps/libkface/libkface-15.08.2-r1.ebuild   |  28 ++
 3 files changed, 467 insertions(+)

diff --git a/kde-apps/libkface/Manifest b/kde-apps/libkface/Manifest
index f4e8528..1ee772c 100644
--- a/kde-apps/libkface/Manifest
+++ b/kde-apps/libkface/Manifest
@@ -1,2 +1,3 @@
 DIST digikam-4.12.0.tar.bz2 69527960 SHA256 
15043afb04733e059460165bc3cdf58dc42a67d7a349fbe12c2ebbe1946e3420 SHA512 
a5ebe481ef9803475cd2d4d198b0d093753ecb71367662f0e83a151ab34a2ff071139b28c1d9600279463fed96745b025db86d24b059b0794bc4a2b50338df85
 WHIRLPOOL 
cf29c3555ce41a298c9760287996d8edee76ff8a6ec42b503f55059e40b35f91cf56afb054f641e800f6e630d851491c2f77e0bd67020feefe8d6adf36a643f5
 DIST digikam-4.4.0.tar.bz2 68871203 SHA256 
5c68a2d200f5b502706128ea64839319aad333fb79548f49ecc92594e280d4e9 SHA512 
4992fad1e574fc44eac53f3ac8d4ab78ccbf8e04beb54a211a9afc20af1efb6f8bacedea07e403f490e7f70a74ed5ac02d4f9b939dfaf25f64a4a9bda0a7d94a
 WHIRLPOOL 
7a05ab9926227232a1cf52bf68da45b849b982e840b171f702610acce85a1ce8e59967a02e845a0ef19c316daee835861573aca40dc7b28422cf7d6d56119e2c
+DIST libkface-15.08.2.tar.xz 8986240 SHA256 
b10e6bee0207f5ffc739f3768ebfdc0d9f82232b33aea4d5dcffde6dcf79ceca SHA512 
d0037f34556debb6cea4662afbc512f724a6328df913425621d29ab9cffdaac6f50327af0dec857f818bf43c474896ca5589d02dac4a01a6a36a911c7a805a80
 WHIRLPOOL 
f4a16ba01dd1065203275c730df9de466bf3c40e1091c4f7f43f5ed64bef1bdbd5548fb6c725c25a6eab0d9a8998931d63c803521cb3a38816ea37a3647f71c5

diff --git a/kde-apps/libkface/files/libkface-15.08.2-opencv3.patch 
b/kde-apps/libkface/files/libkface-15.08.2-opencv3.patch
new file mode 100644
index 000..e3c73fa
--- /dev/null
+++ b/kde-apps/libkface/files/libkface-15.08.2-opencv3.patch
@@ -0,0 +1,438 @@
+This is a combination of the following upstream commits to support opencv3, in 
order:
+
+a53bcebbfc4e6c42ee73adddc41f8c2f8f8f39c8 apply patch #94414 to support OpenCV3
+b95b5ae012fecdd0a85b094728d00a69bc4b4a7c bump version about OpenCV3 support
+d61c07bf6213774fa06380c466e7dc5438c03745 add rules if not right OpenCV version 
is found
+bd69e872ea43447a11282988b1f20bdf4d4f50a7 polish
+dc62c0e0ea55d189d918501cce4d92f4198a1a0c use same OpenCV logic than digiKam 
and kipi-plugins
+
+--- a/CMakeLists.txt   2015-03-21 14:57:53.0 +0100
 b/CMakeLists.txt   2015-10-16 21:47:13.382898572 +0200
+@@ -9,6 +9,8 @@
+ message(STATUS 
"--")
+ message(STATUS "Starting CMake configuration for: libkface")
+ 
++option(ENABLE_OPENCV3 "Build libkface with OpenCV3 instead OpenCV2 
(default=OFF)" OFF)
++
+ find_package(Qt4 4.6.0 REQUIRED)
+ find_package(KDE4 REQUIRED)
+ 
+@@ -29,7 +31,26 @@
+ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} 
${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules)
+ 
+ include(MacroOpenCV)
+-DETECT_OPENCV(2.4.9 core highgui objdetect contrib legacy imgproc)
++
++if(ENABLE_OPENCV3)
++
++DETECT_OPENCV(3.0.0 core face highgui objdetect imgproc)
++
++if(${OpenCV_FOUND} AND ${OpenCV_VERSION} VERSION_LESS 3.0.0)
++message(STATUS "ENABLE_OPENCV3 option is enabled and OpenCV < 3.0.0 
have been found. Disabled ENABLE_OPENCV3")
++set(OpenCV_FOUND FALSE)
++endif()
++
++else()
++
++DETECT_OPENCV(2.4.9 core highgui objdetect contrib legacy imgproc)
++
++if(${OpenCV_FOUND} AND ${OpenCV_VERSION} VERSION_GREATER 2.4.99)
++message(STATUS "ENABLE_OPENCV3 option is disabled and OpenCV >= 3.0.0 
have been found. Enabled ENABLE_OPENCV3")
++set(OpenCV_FOUND FALSE)
++endif()
++
++endif()
+ 
+ include_directories(${OpenCV_INCLUDE_DIRS})
+ 
+@@ -48,11 +69,12 @@
+ # 3.3.0 => 2.0.0 (Added a "simple" training method using image data 
directly for a single image)
+ # 3.4.0 => 2.0.0 (Added a "simple" training method using image data 
directly for an image list)
+ # 3.5.0 => 3.0.0 (Added d private internal container to reduce binary 
uncompatibility with Identity class)
++# 3.5.1 => 3.0.0 (Added OpenCV3 support)
+ 
+ # Library API version
+ set(KFACE_LIB_MAJOR_VERSION "3")
+ set(KFACE_LIB_MINOR_VERSION "5")
+-set(KFACE_LIB_PATCH_VERSION "0")
++set(KFACE_LIB_PATCH_VERSION "1")
+ 
+ # Suffix to add at end of version string. Usual values are:
+ 

[gentoo-commits] repo/gentoo:master commit in: media-gfx/digikam/

2015-10-22 Thread Michael Palimaka
commit: be1257966121c88adaa873c850359da56325627f
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Fri Oct 16 18:27:31 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Oct 22 13:18:10 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be125796

media-gfx/digikam: Version bump to 4.14.0

Fixes build with >=media-libs/opencv-3.0.0, see also:
https://bugs.gentoo.org/show_bug.cgi?id=554496
https://bugs.gentoo.org/show_bug.cgi?id=559762

Package-Manager: portage-2.2.20.1

 media-gfx/digikam/Manifest  |   1 +
 media-gfx/digikam/digikam-4.14.0.ebuild | 135 
 2 files changed, 136 insertions(+)

diff --git a/media-gfx/digikam/Manifest b/media-gfx/digikam/Manifest
index 3d47c60..6f15b0b 100644
--- a/media-gfx/digikam/Manifest
+++ b/media-gfx/digikam/Manifest
@@ -1,2 +1,3 @@
 DIST digikam-4.10.0.tar.bz2 69413654 SHA256 
4207e68b6221307111b66bb69485d3e88150df95dae014a99f6f161a3da0c725 SHA512 
a2f1d5f44719409ee45158106cc44541e7226e3c948b722045e104bc398f96233481d60e11dd198e96bfe3028201dac335be403ec74af1ef07e3137c3e9221a4
 WHIRLPOOL 
5d7997787c549318e5d7d677edc68ee2ebaa95c789b7d5f05e3ea5dea48d56afc23aa7bf3afa33f44353f4189644df7573683580486c0d248352ffb534215f37
+DIST digikam-4.14.0.tar.bz2 59805228 SHA256 
9d7bcb689d8c29be2e81976f0a043220f442a24f2071284044e7f1a799a7fdad SHA512 
3029e9b67d9d055bd9aee0d6d01e87950702e026f9f44b513155946ba087ec58b300f945a035a418afae45365ed007d8db6a1a90ed1d391e5e0e4cb679168ccf
 WHIRLPOOL 
35a3caedc9a4799f161b26b3b4df51da18a31be50a8a6da5b12a339a353755d73a47f103099087e3dc8e6926f65ae19638efea3585c86f72173a086056bf48ce
 DIST digikam-4.4.0.tar.bz2 68871203 SHA256 
5c68a2d200f5b502706128ea64839319aad333fb79548f49ecc92594e280d4e9 SHA512 
4992fad1e574fc44eac53f3ac8d4ab78ccbf8e04beb54a211a9afc20af1efb6f8bacedea07e403f490e7f70a74ed5ac02d4f9b939dfaf25f64a4a9bda0a7d94a
 WHIRLPOOL 
7a05ab9926227232a1cf52bf68da45b849b982e840b171f702610acce85a1ce8e59967a02e845a0ef19c316daee835861573aca40dc7b28422cf7d6d56119e2c

diff --git a/media-gfx/digikam/digikam-4.14.0.ebuild 
b/media-gfx/digikam/digikam-4.14.0.ebuild
new file mode 100644
index 000..e244729
--- /dev/null
+++ b/media-gfx/digikam/digikam-4.14.0.ebuild
@@ -0,0 +1,135 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+KDE_LINGUAS="af ar az be bg bn br bs ca cs csb cy da de el en_GB eo es et eu 
fa fi fo fr fy ga gl ha he hi hr hsb
+hu id is it ja ka kk km ko ku lb lo lt lv mi mk mn ms mt nb nds ne nl nn nso 
oc pa pl pt pt_BR ro ru
+rw se sk sl sq sr sr@Latn ss sv ta te tg th tr tt uk uz uz@cyrillic ven vi wa 
xh zh_CN zh_HK zh_TW zu"
+KDE_HANDBOOK="optional"
+KDE_DOC_DIRS="doc-digikam doc-showfoto"
+inherit kde4-base
+
+MY_PV=${PV/_/-}
+MY_P=${PN}-${MY_PV}
+
+DESCRIPTION="Digital photo management application for KDE"
+HOMEPAGE="http://www.digikam.org/;
+SRC_URI="mirror://kde/stable/${PN}/${MY_P}.tar.bz2"
+
+LICENSE="GPL-2
+   handbook? ( FDL-1.2 )"
+KEYWORDS="~amd64 ~x86"
+SLOT="4"
+IUSE="addressbook debug doc gphoto2 mysql semantic-desktop +thumbnails video"
+
+CDEPEND="
+   kde-apps/kdebase-kioslaves:4
+   kde-apps/libkdcraw:4=
+   kde-apps/libkexiv2:4=
+   >=kde-apps/libkface-15.08.2-r1:4
+   kde-apps/libkgeomap:4=
+   kde-apps/libkipi:4
+   kde-apps/marble:4=[plasma]
+   kde-apps/kcmshell:4
+   dev-qt/qtgui:4
+   || ( dev-qt/qtsql:4[mysql] dev-qt/qtsql:4[sqlite] )
+   media-libs/jasper
+   media-libs/lcms:2
+   >=media-libs/lensfun-0.2.6
+   media-libs/liblqr
+   >=media-libs/libpgf-6.12.27
+   media-libs/libpng:0=
+   >=media-libs/opencv-3.0.0[contrib]
+   media-libs/phonon[qt4]
+   >=media-libs/tiff-3.8.2:0
+   virtual/jpeg:0
+   x11-libs/libX11
+   addressbook? ( $(add_kdebase_dep kdepimlibs) )
+   gphoto2? ( media-libs/libgphoto2:= )
+   mysql? ( virtual/mysql )
+   semantic-desktop? ( $(add_kdebase_dep baloo '' 4.12.0) )
+"
+RDEPEND="${CDEPEND}
+   $(add_kdeapps_dep kreadconfig)
+   media-plugins/kipi-plugins:4
+   video? ( || (
+   $(add_kdeapps_dep ffmpegthumbs)
+   $(add_kdeapps_dep mplayerthumbs)
+   ) )
+"
+DEPEND="${CDEPEND}
+   dev-cpp/eigen:3
+   dev-libs/boost
+   sys-devel/gettext
+   doc? ( app-doc/doxygen )
+"
+
+S="${WORKDIR}/${MY_P}/core"
+
+RESTRICT=test
+# bug 366505
+
+src_prepare() {
+   # just to make absolutely sure
+   rm -rf "${WORKDIR}/${MY_P}/extra" || die
+
+   # prepare the handbook
+   mkdir doc-digikam doc-showfoto || die
+   echo "add_subdirectory( en )" > doc-digikam/CMakeLists.txt || die
+   mv "${WORKDIR}/${MY_P}/doc/${PN}/digikam" doc-digikam/en || die
+   echo "add_subdirectory( en )" > doc-showfoto/CMakeLists.txt || die
+   mv "${WORKDIR}/${MY_P}/doc/${PN}/showfoto" doc-showfoto/en || die
+   sed -i -e 

[gentoo-commits] repo/gentoo:master commit in: kde-apps/libkgeomap/

2015-10-22 Thread Michael Palimaka
commit: 4540c4a46caae45e941bd6140c523e81d90fe081
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Fri Oct 16 20:27:21 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Oct 22 13:18:09 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4540c4a4

kde-apps/libkgeomap: Version bump to 15.08.2

Package-Manager: portage-2.2.20.1

 kde-apps/libkgeomap/Manifest  |  1 +
 kde-apps/libkgeomap/libkgeomap-15.08.2.ebuild | 22 ++
 2 files changed, 23 insertions(+)

diff --git a/kde-apps/libkgeomap/Manifest b/kde-apps/libkgeomap/Manifest
index f4e8528..61377cf 100644
--- a/kde-apps/libkgeomap/Manifest
+++ b/kde-apps/libkgeomap/Manifest
@@ -1,2 +1,3 @@
 DIST digikam-4.12.0.tar.bz2 69527960 SHA256 
15043afb04733e059460165bc3cdf58dc42a67d7a349fbe12c2ebbe1946e3420 SHA512 
a5ebe481ef9803475cd2d4d198b0d093753ecb71367662f0e83a151ab34a2ff071139b28c1d9600279463fed96745b025db86d24b059b0794bc4a2b50338df85
 WHIRLPOOL 
cf29c3555ce41a298c9760287996d8edee76ff8a6ec42b503f55059e40b35f91cf56afb054f641e800f6e630d851491c2f77e0bd67020feefe8d6adf36a643f5
 DIST digikam-4.4.0.tar.bz2 68871203 SHA256 
5c68a2d200f5b502706128ea64839319aad333fb79548f49ecc92594e280d4e9 SHA512 
4992fad1e574fc44eac53f3ac8d4ab78ccbf8e04beb54a211a9afc20af1efb6f8bacedea07e403f490e7f70a74ed5ac02d4f9b939dfaf25f64a4a9bda0a7d94a
 WHIRLPOOL 
7a05ab9926227232a1cf52bf68da45b849b982e840b171f702610acce85a1ce8e59967a02e845a0ef19c316daee835861573aca40dc7b28422cf7d6d56119e2c
+DIST libkgeomap-15.08.2.tar.xz 124280 SHA256 
1282105f61aa285645e57c0b1de96f768aba6bc9c677d84f57e27b88b473f3e2 SHA512 
b5187010bc805f09dd723e1dabc2ddbe23b2c0a68bbd1978a74e9a76ec9d1adbf666ad97f3357fdc3903cfef9f9902b3814c496062bc6688092533b75db4a31d
 WHIRLPOOL 
ccf08a295087cb53523c52fd485a4c5b096747f706c5999b32d4bde5e4f30674a79e21fb18a0c2a05f77d1d1c111eac6a3b2e8a4adcc524b1e124ae94d8728b4

diff --git a/kde-apps/libkgeomap/libkgeomap-15.08.2.ebuild 
b/kde-apps/libkgeomap/libkgeomap-15.08.2.ebuild
new file mode 100644
index 000..3e4382d
--- /dev/null
+++ b/kde-apps/libkgeomap/libkgeomap-15.08.2.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+VIRTUALX_REQUIRED="test"
+inherit kde4-base
+
+DESCRIPTION="Wrapper library for world map components as marble, openstreetmap 
and googlemap"
+HOMEPAGE="https://www.digikam.org/;
+
+LICENSE="GPL-2"
+SLOT="4/2.1"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+   kde-apps/libkexiv2:4=
+   kde-apps/marble:4=[kde,plasma]
+"
+RDEPEND="${DEPEND}"



[gentoo-commits] repo/gentoo:master commit in: media-plugins/kipi-plugins/

2015-10-22 Thread Michael Palimaka
commit: 6df59629027490c279f1be6406357acfe9e1c10f
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Fri Oct 16 18:40:45 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Oct 22 13:18:10 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6df59629

media-plugins/kipi-plugins: Version bump to 4.14.0

Fixes build with >=media-libs/opencv-3.0.0 - see also:
https://bugs.gentoo.org/show_bug.cgi?id=554494

Package-Manager: portage-2.2.20.1

 media-plugins/kipi-plugins/Manifest|   1 +
 .../kipi-plugins/kipi-plugins-4.14.0.ebuild| 146 +
 2 files changed, 147 insertions(+)

diff --git a/media-plugins/kipi-plugins/Manifest 
b/media-plugins/kipi-plugins/Manifest
index f4e8528..978ab34 100644
--- a/media-plugins/kipi-plugins/Manifest
+++ b/media-plugins/kipi-plugins/Manifest
@@ -1,2 +1,3 @@
 DIST digikam-4.12.0.tar.bz2 69527960 SHA256 
15043afb04733e059460165bc3cdf58dc42a67d7a349fbe12c2ebbe1946e3420 SHA512 
a5ebe481ef9803475cd2d4d198b0d093753ecb71367662f0e83a151ab34a2ff071139b28c1d9600279463fed96745b025db86d24b059b0794bc4a2b50338df85
 WHIRLPOOL 
cf29c3555ce41a298c9760287996d8edee76ff8a6ec42b503f55059e40b35f91cf56afb054f641e800f6e630d851491c2f77e0bd67020feefe8d6adf36a643f5
+DIST digikam-4.14.0.tar.bz2 59805228 SHA256 
9d7bcb689d8c29be2e81976f0a043220f442a24f2071284044e7f1a799a7fdad SHA512 
3029e9b67d9d055bd9aee0d6d01e87950702e026f9f44b513155946ba087ec58b300f945a035a418afae45365ed007d8db6a1a90ed1d391e5e0e4cb679168ccf
 WHIRLPOOL 
35a3caedc9a4799f161b26b3b4df51da18a31be50a8a6da5b12a339a353755d73a47f103099087e3dc8e6926f65ae19638efea3585c86f72173a086056bf48ce
 DIST digikam-4.4.0.tar.bz2 68871203 SHA256 
5c68a2d200f5b502706128ea64839319aad333fb79548f49ecc92594e280d4e9 SHA512 
4992fad1e574fc44eac53f3ac8d4ab78ccbf8e04beb54a211a9afc20af1efb6f8bacedea07e403f490e7f70a74ed5ac02d4f9b939dfaf25f64a4a9bda0a7d94a
 WHIRLPOOL 
7a05ab9926227232a1cf52bf68da45b849b982e840b171f702610acce85a1ce8e59967a02e845a0ef19c316daee835861573aca40dc7b28422cf7d6d56119e2c

diff --git a/media-plugins/kipi-plugins/kipi-plugins-4.14.0.ebuild 
b/media-plugins/kipi-plugins/kipi-plugins-4.14.0.ebuild
new file mode 100644
index 000..ced4001
--- /dev/null
+++ b/media-plugins/kipi-plugins/kipi-plugins-4.14.0.ebuild
@@ -0,0 +1,146 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+#
+# TODO: complete packaging of qtsoap and qtkoauth, see dilfridge overlay for 
work in progress
+#
+
+EAPI=5
+
+OPENGL_REQUIRED="optional"
+KDE_HANDBOOK="optional"
+KDE_LINGUAS="af ar az be bg bn br bs ca cs csb cy da de el en_GB eo es et eu fa
+fi fo fr fy ga gl ha he hi hr hsb hu id is it ja ka kk km ko ku lb lo lt lv mi
+mk mn ms mt nb nds ne nl nn nso oc pa pl pt pt_BR ro ru rw se sk sl sq sr
+sr@Latn ss sv ta te tg th tr tt uk uz uz@cyrillic ven vi wa xh zh_CN zh_HK 
zh_TW
+zu"
+inherit flag-o-matic kde4-base
+
+MY_PV=${PV/_/-}
+MY_P="digikam-${MY_PV}"
+
+DESCRIPTION="Plugins for the KDE Image Plugin Interface"
+HOMEPAGE="http://www.digikam.org/;
+SRC_URI="mirror://kde/stable/digikam/${MY_P}.tar.bz2"
+
+LICENSE="GPL-2
+   handbook? ( FDL-1.2 )"
+KEYWORDS="~amd64 ~x86"
+SLOT="4"
+IUSE="cdr calendar crypt debug expoblending gpssync +imagemagick ipod 
mediawiki panorama redeyes scanner upnp videoslideshow vkontakte"
+
+COMMONDEPEND="
+   kde-apps/libkipi:4
+   kde-apps/libkdcraw:4=
+   kde-apps/libkexiv2:4=
+   dev-libs/expat
+   dev-libs/kqoauth
+   dev-libs/libxml2
+   dev-libs/libxslt
+   dev-libs/qjson
+   dev-qt/qtxmlpatterns:4
+   gpssync? ( kde-apps/libkgeomap:4 )
+   media-libs/libpng:0=
+   media-libs/tiff:0
+   virtual/jpeg:0
+   calendar? ( $(add_kdebase_dep kdepimlibs) )
+   crypt? ( app-crypt/qca:2[qt4(+)] )
+   ipod? (
+   media-libs/libgpod
+   x11-libs/gtk+:2
+   )
+   mediawiki? ( >=net-libs/libmediawiki-3.0.0:4 )
+   opengl? (
+   media-libs/phonon[qt4]
+   x11-libs/libXrandr
+   )
+   redeyes? ( >=media-libs/opencv-3.0.0[contrib] )
+   scanner? (
+   $(add_kdeapps_dep libksane)
+   media-gfx/sane-backends
+   )
+   upnp? ( media-libs/herqq )
+   videoslideshow? (
+   >=media-libs/qt-gstreamer-0.9.0[qt4(+)]
+   || ( media-gfx/imagemagick 
media-gfx/graphicsmagick[imagemagick] )
+   )
+   vkontakte? ( >=net-libs/libkvkontakte-4.12.0:4 )
+"
+DEPEND="${COMMONDEPEND}
+   sys-devel/gettext
+   panorama? (
+   sys-devel/bison
+   sys-devel/flex
+   )
+"
+RDEPEND="${COMMONDEPEND}
+   cdr? ( app-cdr/k3b )
+   expoblending? ( media-gfx/hugin )
+   imagemagick? ( || ( media-gfx/imagemagick 
media-gfx/graphicsmagick[imagemagick] ) )
+   panorama? (
+   media-gfx/enblend
+   >=media-gfx/hugin-2011.0.0
+   )
+"
+

[gentoo-commits] repo/gentoo:master commit in: net-libs/libmediawiki/

2015-10-22 Thread Michael Palimaka
commit: 3d3f4f34805f42a008ec9348d044241b1be248c6
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Fri Oct 16 18:49:41 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Oct 22 13:18:00 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d3f4f34

net-libs/libmediawiki: Version bump to 4.14.0

Package-Manager: portage-2.2.20.1

 net-libs/libmediawiki/Manifest   |  1 +
 net-libs/libmediawiki/libmediawiki-4.14.0.ebuild | 21 +
 2 files changed, 22 insertions(+)

diff --git a/net-libs/libmediawiki/Manifest b/net-libs/libmediawiki/Manifest
index f4e8528..978ab34 100644
--- a/net-libs/libmediawiki/Manifest
+++ b/net-libs/libmediawiki/Manifest
@@ -1,2 +1,3 @@
 DIST digikam-4.12.0.tar.bz2 69527960 SHA256 
15043afb04733e059460165bc3cdf58dc42a67d7a349fbe12c2ebbe1946e3420 SHA512 
a5ebe481ef9803475cd2d4d198b0d093753ecb71367662f0e83a151ab34a2ff071139b28c1d9600279463fed96745b025db86d24b059b0794bc4a2b50338df85
 WHIRLPOOL 
cf29c3555ce41a298c9760287996d8edee76ff8a6ec42b503f55059e40b35f91cf56afb054f641e800f6e630d851491c2f77e0bd67020feefe8d6adf36a643f5
+DIST digikam-4.14.0.tar.bz2 59805228 SHA256 
9d7bcb689d8c29be2e81976f0a043220f442a24f2071284044e7f1a799a7fdad SHA512 
3029e9b67d9d055bd9aee0d6d01e87950702e026f9f44b513155946ba087ec58b300f945a035a418afae45365ed007d8db6a1a90ed1d391e5e0e4cb679168ccf
 WHIRLPOOL 
35a3caedc9a4799f161b26b3b4df51da18a31be50a8a6da5b12a339a353755d73a47f103099087e3dc8e6926f65ae19638efea3585c86f72173a086056bf48ce
 DIST digikam-4.4.0.tar.bz2 68871203 SHA256 
5c68a2d200f5b502706128ea64839319aad333fb79548f49ecc92594e280d4e9 SHA512 
4992fad1e574fc44eac53f3ac8d4ab78ccbf8e04beb54a211a9afc20af1efb6f8bacedea07e403f490e7f70a74ed5ac02d4f9b939dfaf25f64a4a9bda0a7d94a
 WHIRLPOOL 
7a05ab9926227232a1cf52bf68da45b849b982e840b171f702610acce85a1ce8e59967a02e845a0ef19c316daee835861573aca40dc7b28422cf7d6d56119e2c

diff --git a/net-libs/libmediawiki/libmediawiki-4.14.0.ebuild 
b/net-libs/libmediawiki/libmediawiki-4.14.0.ebuild
new file mode 100644
index 000..9a42599
--- /dev/null
+++ b/net-libs/libmediawiki/libmediawiki-4.14.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MY_PV="${PV/_/-}"
+MY_P="digikam-${MY_PV}"
+
+inherit kde4-base
+
+DESCRIPTION="KDE C++ interface for MediaWiki based web service as 
wikipedia.org"
+HOMEPAGE="http://www.digikam.org/;
+SRC_URI="mirror://kde/stable/digikam/${MY_P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="4"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug"
+
+S=${WORKDIR}/${MY_P}/extra/${PN}



[gentoo-commits] proj/sci:master commit in: sci-libs/nipy/, sci-chemistry/modeller/

2015-10-22 Thread Justin Lecher
commit: 31e09304ca5401a29292a36e2e582f713cf7939b
Author: Justin Lecher  gentoo  org>
AuthorDate: Thu Oct 22 12:28:31 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Thu Oct 22 12:28:31 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=31e09304

Drop deprecated parallel python eclass support

Signed-off-by: Justin Lecher  gentoo.org>

 sci-chemistry/modeller/modeller-9.12-r3.ebuild | 1 -
 sci-libs/nipy/nipy-0.3.0.ebuild| 1 -
 sci-libs/nipy/nipy-.ebuild | 1 -
 3 files changed, 3 deletions(-)

diff --git a/sci-chemistry/modeller/modeller-9.12-r3.ebuild 
b/sci-chemistry/modeller/modeller-9.12-r3.ebuild
index 292907f..c1a5d81 100644
--- a/sci-chemistry/modeller/modeller-9.12-r3.ebuild
+++ b/sci-chemistry/modeller/modeller-9.12-r3.ebuild
@@ -27,7 +27,6 @@ INPATH="${EPREFIX}"/opt/modeller${ver}
 
 QA_PREBUILT="/opt/*"
 
-DISTUTILS_NO_PARALLEL_BUILD=true
 
 pkg_setup() {
case ${ARCH} in

diff --git a/sci-libs/nipy/nipy-0.3.0.ebuild b/sci-libs/nipy/nipy-0.3.0.ebuild
index 6a07e3c..d748c21 100644
--- a/sci-libs/nipy/nipy-0.3.0.ebuild
+++ b/sci-libs/nipy/nipy-0.3.0.ebuild
@@ -5,7 +5,6 @@
 EAPI=5
 
 PYTHON_COMPAT=( python2_7 )
-DISTUTILS_NO_PARALLEL_BUILD=true
 
 inherit distutils-r1 eutils multilib flag-o-matic
 

diff --git a/sci-libs/nipy/nipy-.ebuild b/sci-libs/nipy/nipy-.ebuild
index 446065c..72f40e6 100644
--- a/sci-libs/nipy/nipy-.ebuild
+++ b/sci-libs/nipy/nipy-.ebuild
@@ -5,7 +5,6 @@
 EAPI=5
 
 PYTHON_COMPAT=( python2_7 )
-DISTUTILS_NO_PARALLEL_BUILD=true
 
 inherit distutils-r1 multilib git-r3 flag-o-matic
 



[gentoo-commits] repo/gentoo:master commit in: eclass/

2015-10-22 Thread Justin Lecher
commit: 0d0b93bdf0485abe518e34be213ddb091c1ebb81
Author: Justin Lecher  gentoo  org>
AuthorDate: Thu Oct 22 12:44:21 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Thu Oct 22 12:44:50 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d0b93bd

eclass: fix missing DESCRIPTION in docstring

Signed-off-by: Justin Lecher  gentoo.org>

 eclass/java-mvn-src.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/java-mvn-src.eclass b/eclass/java-mvn-src.eclass
index a7f8e5b..fd6f880 100644
--- a/eclass/java-mvn-src.eclass
+++ b/eclass/java-mvn-src.eclass
@@ -26,8 +26,8 @@ inherit java-pkg-simple
 : ${GROUP_ID:=${PN}}
 
 # @ECLASS-VARIABLE: ARTIFACT_ID
+# @DESCRIPTION:
 # The artifactId of the artifact. Default value is ${PN}.
-
 : ${ARTIFACT_ID:=${PN}}
 
 # @ECLASS-VARIABLE: MAVEN2_REPOSITORIES



[gentoo-commits] repo/gentoo:master commit in: eclass/

2015-10-22 Thread Justin Lecher
commit: 6e455028176c1ec4c470d41c827672c3ff2dad57
Author: Justin Lecher  gentoo  org>
AuthorDate: Thu Oct 22 12:43:48 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Thu Oct 22 12:44:50 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e455028

eclass: Fix varaible name in docs string

Signed-off-by: Justin Lecher  gentoo.org>

 eclass/java-pkg-simple.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/java-pkg-simple.eclass b/eclass/java-pkg-simple.eclass
index db1ea66..48d0757 100644
--- a/eclass/java-pkg-simple.eclass
+++ b/eclass/java-pkg-simple.eclass
@@ -59,7 +59,7 @@ S="${WORKDIR}"
 #  JAVA_SRC_DIR="src/java/org/gentoo"
 # @CODE
 
-# @ECLASS-VARIABLE: JAVA_SRC_DIR
+# @ECLASS-VARIABLE: JAVA_ENCODING
 # @DESCRIPTION:
 # The character encoding used in the source files.
 : ${JAVA_ENCODING:=UTF-8}



[gentoo-commits] proj/betagarden:master commit in: x11-misc/accentuate/, dev-vcs/gitscene/, x11-misc/pdfpres/, ...

2015-10-22 Thread Justin Lecher
commit: 1841d1282a2fd4f19b505fef8761c02d3064f714
Author: Justin Lecher  gentoo  org>
AuthorDate: Thu Oct 22 12:27:45 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Thu Oct 22 12:27:45 2015 +
URL:https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=1841d128

Drop deprecated parallel python eclass support

Signed-off-by: Justin Lecher  gentoo.org>

 app-text/man2tidyhtml/man2tidyhtml-1.1.ebuild | 2 +-
 dev-vcs/gitscene/gitscene-.ebuild | 2 +-
 media-gfx/gimpbox/gimpbox-.ebuild | 2 +-
 x11-misc/accentuate/accentuate-.ebuild| 2 +-
 x11-misc/pdfpres/pdfpres-0.2.3.ebuild | 4 ++--
 5 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/app-text/man2tidyhtml/man2tidyhtml-1.1.ebuild 
b/app-text/man2tidyhtml/man2tidyhtml-1.1.ebuild
index 683cb01..eefc09b 100644
--- a/app-text/man2tidyhtml/man2tidyhtml-1.1.ebuild
+++ b/app-text/man2tidyhtml/man2tidyhtml-1.1.ebuild
@@ -28,5 +28,5 @@ S="${WORKDIR}/${PN}"
 
 src_install() {
dodoc AUTHORS
-   python_parallel_foreach_impl python_doscript ${PN}
+   python_foreach_impl python_doscript ${PN}
 }

diff --git a/dev-vcs/gitscene/gitscene-.ebuild 
b/dev-vcs/gitscene/gitscene-.ebuild
index 3c9919a..98c832b 100644
--- a/dev-vcs/gitscene/gitscene-.ebuild
+++ b/dev-vcs/gitscene/gitscene-.ebuild
@@ -26,6 +26,6 @@ DEPEND="
 RDEPEND="${DEPEND}"
 
 src_install() {
-   python_parallel_foreach_impl python_doscript ${PN}
+   python_foreach_impl python_doscript ${PN}
dodoc ${PN}.txt
 }

diff --git a/media-gfx/gimpbox/gimpbox-.ebuild 
b/media-gfx/gimpbox/gimpbox-.ebuild
index 4c3b7ee..1341d71 100644
--- a/media-gfx/gimpbox/gimpbox-.ebuild
+++ b/media-gfx/gimpbox/gimpbox-.ebuild
@@ -30,5 +30,5 @@ RDEPEND="${DEPEND}
 S=${WORKDIR}/hg
 
 src_install() {
-   python_parallel_foreach_impl python_newscript gimpbox.py gimpbox
+   python_foreach_impl python_newscript gimpbox.py gimpbox
 }

diff --git a/x11-misc/accentuate/accentuate-.ebuild 
b/x11-misc/accentuate/accentuate-.ebuild
index 84475ef..67ea157 100644
--- a/x11-misc/accentuate/accentuate-.ebuild
+++ b/x11-misc/accentuate/accentuate-.ebuild
@@ -25,5 +25,5 @@ DEPEND="
 RDEPEND="${DEPEND}"
 
 src_install() {
-   python_parallel_foreach_impl python_doscript ${PN}
+   python_foreach_impl python_doscript ${PN}
 }

diff --git a/x11-misc/pdfpres/pdfpres-0.2.3.ebuild 
b/x11-misc/pdfpres/pdfpres-0.2.3.ebuild
index 2dd4435..d8b87b3 100644
--- a/x11-misc/pdfpres/pdfpres-0.2.3.ebuild
+++ b/x11-misc/pdfpres/pdfpres-0.2.3.ebuild
@@ -29,8 +29,8 @@ S=${WORKDIR}/vain-${MY_PN}-e01efb1
 src_install() {
dodoc README
 
-   python_parallel_foreach_impl python_newscript legacy-notes-converter.py 
${PN}-legacy-notes-converter
+   python_foreach_impl python_newscript legacy-notes-converter.py 
${PN}-legacy-notes-converter
 
-   python_parallel_foreach_impl python_doscript ${PN}
+   python_foreach_impl python_doscript ${PN}
doman man1/${PN}.1
 }



[gentoo-commits] repo/gentoo:master commit in: net-dns/dnscrypt-proxy/

2015-10-22 Thread Julian Ospald
commit: 0a1505c64ea80a4ed92dc7c478230233773abb93
Author: Julian Ospald  gentoo  org>
AuthorDate: Thu Oct 22 12:42:07 2015 +
Commit: Julian Ospald  gentoo  org>
CommitDate: Thu Oct 22 12:45:32 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a1505c6

net-dns/dnscrypt-proxy: version bump to 1.6.0 and various fixes

* remove unused eutils inherit
* fix dependency on sys-apps/systemd (it's not just RDEPEND)
* add missing DEPEND on virtual/pkgconfig
* remove automagic dependency on ldns to avoid dependency
  breakage and depend on it unconditionally (there is no
  build-system switch)
* don't install COPYING, it's already in LICENSE variable,
  also simplify DOCS string
* add pkg_postinst() information on usage
* minor cosmetic changes

 net-dns/dnscrypt-proxy/Manifest|  1 +
 net-dns/dnscrypt-proxy/dnscrypt-proxy-1.6.0.ebuild | 58 ++
 2 files changed, 59 insertions(+)

diff --git a/net-dns/dnscrypt-proxy/Manifest b/net-dns/dnscrypt-proxy/Manifest
index 09b1a79..c6b84c9 100644
--- a/net-dns/dnscrypt-proxy/Manifest
+++ b/net-dns/dnscrypt-proxy/Manifest
@@ -1,2 +1,3 @@
 DIST dnscrypt-proxy-1.4.2.tar.gz 1592962 SHA256 
1d519068c30868bb60a151908f0e300a1754b234f7bc2ad1d749ad9d0d977076 SHA512 
ecb81b5d20cf88a610421bb1266861a2f5dd34d0ce916c54507507ca5dbe5d9e49e95916f76fa7997b112860f2bc37793f075ed812c75b2904adf6cdf32cac17
 WHIRLPOOL 
ddfa3da3de933f6cbb8721ccd6435e97b9e893d32311e1c3badbc23b6a0547b6cb0f8d6037baaf0027ca1eb972c4be167dc9ce56194f7f6fa54fac974ca0bd24
 DIST dnscrypt-proxy-1.4.3.tar.gz 1560345 SHA256 
f10f10c18e25ced3c5ec5d0c4145d33270f9cfa991fd1b18d5d9af00e4d9b68e SHA512 
3aae9f20bc06087b0860a24488bcda117010a34218d7aef3c68a0f155f8164ce06a88865a9caf1ce5c5eaa8588518ccc2c8a61a97cc39f527f7b2b14cdf8c118
 WHIRLPOOL 
49915b0f95d340828c79febc9b7d94c4f0c444e016b9f78d134e05f43945b446ab71bbc6a230d6e15d5f1f4c0b97d9f671b6001314cc157cdcd419b01bf23550
+DIST dnscrypt-proxy-1.6.0.tar.gz 1579293 SHA256 
7703a41a1040fc30b19fdfbbaba36b411e66d998584b0e2fa5088f734f4f86be SHA512 
1937a80ab0e6e5786b0d004fef1c007d9d8a4df335542ae6f96c1eac7739920f2ff4b469d30abac774c12a41d275c2a8bf31b5514d7af446028cedeeb3efcf02
 WHIRLPOOL 
b24eb58bca1ff8fa55fec3836399a3ee5c66823d8b459e5f8ce7aa653454407dc3b80d7dc050b76e5c0595fc0e2d854478a6f949ef859b149f6b20e127c98274

diff --git a/net-dns/dnscrypt-proxy/dnscrypt-proxy-1.6.0.ebuild 
b/net-dns/dnscrypt-proxy/dnscrypt-proxy-1.6.0.ebuild
new file mode 100644
index 000..1957f9f
--- /dev/null
+++ b/net-dns/dnscrypt-proxy/dnscrypt-proxy-1.6.0.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit systemd user
+
+DESCRIPTION="A tool for securing communications between a client and a DNS 
resolver"
+HOMEPAGE="http://dnscrypt.org/;
+SRC_URI="http://download.dnscrypt.org/${PN}/${P}.tar.gz;
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+plugins systemd"
+
+CDEPEND="
+   dev-libs/libsodium
+   net-libs/ldns
+   systemd? ( sys-apps/systemd )"
+RDEPEND="${CDEPEND}"
+DEPEND="${CDEPEND}
+   virtual/pkgconfig"
+
+DOCS="AUTHORS ChangeLog NEWS README* TECHNOTES THANKS"
+
+pkg_setup() {
+   enewgroup dnscrypt
+   enewuser dnscrypt -1 -1 /var/empty dnscrypt
+}
+
+src_configure() {
+   econf \
+   $(use_enable plugins) \
+   $(use_with systemd)
+}
+
+src_install() {
+   default
+
+   newinitd "${FILESDIR}"/${PN}.initd ${PN}
+   newconfd "${FILESDIR}"/${PN}.confd ${PN}
+   systemd_dounit "${FILESDIR}"/${PN}.service
+}
+
+pkg_postinst() {
+   elog "After starting the service you will need to update your"
+   elog "/etc/resolv.conf and replace your current set of resolvers"
+   elog "with:"
+   elog
+   elog "nameserver "
+   elog
+   elog "where  is what you supplied in"
+   elog "/etc/conf.d/dnscrypt-proxy, default is \"127.0.0.1\"."
+   elog
+   elog "Also see https://github.com/jedisct1/dnscrypt-proxy#usage.;
+}



[gentoo-commits] repo/gentoo:master commit in: net-misc/wget/

2015-10-22 Thread Julian Ospald
commit: c9611fab7b30402b3f9cc9803324b9d3184b5d3d
Author: Julian Ospald  gentoo  org>
AuthorDate: Thu Oct 22 13:01:09 2015 +
Commit: Julian Ospald  gentoo  org>
CommitDate: Thu Oct 22 13:01:09 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9611fab

net-misc/wget: lift the REQUIRED_USE constraints for libressl

'libressl' USE flag is only for switching the openssl-provider
and shouldn't introduce additional REQUIRED_USE complexity.

 net-misc/wget/wget-1.16.3-r2.ebuild | 12 +---
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/net-misc/wget/wget-1.16.3-r2.ebuild 
b/net-misc/wget/wget-1.16.3-r2.ebuild
index 26d60ba..a44cd52 100644
--- a/net-misc/wget/wget-1.16.3-r2.ebuild
+++ b/net-misc/wget/wget-1.16.3-r2.ebuild
@@ -15,18 +15,16 @@ LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux 
~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="debug gnutls idn ipv6 libressl nls ntlm pcre +ssl static test uuid zlib"
-REQUIRED_USE="
-   ntlm? ( !gnutls ssl )
-   libressl? ( !gnutls ssl )
-   gnutls? ( !libressl ssl )
-"
+REQUIRED_USE=" ntlm? ( !gnutls ssl ) gnutls? ( ssl )"
 
 LIB_DEPEND="idn? ( net-dns/libidn[static-libs(+)] )
pcre? ( dev-libs/libpcre[static-libs(+)] )
ssl? (
gnutls? ( net-libs/gnutls[static-libs(+)] )
-   libressl? ( dev-libs/libressl[static-libs(+)] )
-   !gnutls? ( !libressl? ( dev-libs/openssl:0[static-libs(+)] ) )
+   !gnutls? (
+   !libressl? ( dev-libs/openssl:0[static-libs(+)] )
+   libressl? ( dev-libs/libressl[static-libs(+)] )
+   )
)
uuid? ( sys-apps/util-linux[static-libs(+)] )
zlib? ( sys-libs/zlib[static-libs(+)] )"



[gentoo-commits] repo/gentoo:master commit in: media-sound/mpdas/

2015-10-22 Thread Christoph Mende
commit: d39a50eb9f97de148256fecd2e50afe3bac553f4
Author: Christoph Mende  gentoo  org>
AuthorDate: Thu Oct 22 14:00:27 2015 +
Commit: Christoph Mende  gentoo  org>
CommitDate: Thu Oct 22 14:00:37 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d39a50eb

media-sound/mpdas: mpdas-0.4.0 depends on libmpdclient instead of libmpd

Package-Manager: portage-2.2.23

 media-sound/mpdas/mpdas-0.4.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-sound/mpdas/mpdas-0.4.0.ebuild 
b/media-sound/mpdas/mpdas-0.4.0.ebuild
index 1e124dd..9e4ffc4 100644
--- a/media-sound/mpdas/mpdas-0.4.0.ebuild
+++ b/media-sound/mpdas/mpdas-0.4.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -14,7 +14,7 @@ SLOT="0"
 KEYWORDS="amd64 ~x86"
 IUSE=""
 
-RDEPEND="media-libs/libmpd
+RDEPEND="media-libs/libmpdclient
net-misc/curl"
 DEPEND="${RDEPEND}
virtual/pkgconfig"



[gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/contrib/

2015-10-22 Thread Jason Zaman
commit: 56782f09e37e1fbd0868f38084563d9f1aa0f8c7
Author: Luis Ressel  aixah  de>
AuthorDate: Mon Oct 19 12:04:06 2015 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Thu Oct 22 13:40:59 2015 +
URL:
https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=56782f09

contrib/portage: Fix portage_ro_role interface

According to its documentation, portage_ro_role expects a role for $1
and a type for $2, just like other _role interfaces. However, the policy
directives inside the interface don't match its documentation and expect
$1 to be a type.

This interface isn't used anywhere in the policy, so no other fixes are
neccessary.

 policy/modules/contrib/portage.if | 14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/policy/modules/contrib/portage.if 
b/policy/modules/contrib/portage.if
index e9de28e..14c4fb6 100644
--- a/policy/modules/contrib/portage.if
+++ b/policy/modules/contrib/portage.if
@@ -406,13 +406,13 @@ interface(`portage_eselect_module',`
 ## 
 #
 interface(`portage_ro_role',`
-   portage_read_cache($1)
-   portage_read_config($1)
-   portage_read_db($1)
-   portage_read_ebuild($1)
-   portage_read_log($1)
-   portage_read_srcrepo($1)
-   portage_dontaudit_write_cache($1)
+   portage_read_cache($2)
+   portage_read_config($2)
+   portage_read_db($2)
+   portage_read_ebuild($2)
+   portage_read_log($2)
+   portage_read_srcrepo($2)
+   portage_dontaudit_write_cache($2)
 ')
 
 



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/fping/

2015-10-22 Thread Jeroen Roovers
commit: c46d6798f601e84a7656209aa9fb7eb258dd3ff3
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Oct 23 05:47:10 2015 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Oct 23 05:47:10 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c46d6798

net-analyzer/fping: Old.

Package-Manager: portage-2.2.23

 net-analyzer/fping/Manifest  |  2 --
 net-analyzer/fping/fping-3.11.ebuild | 27 ---
 net-analyzer/fping/fping-3.12.ebuild | 27 ---
 3 files changed, 56 deletions(-)

diff --git a/net-analyzer/fping/Manifest b/net-analyzer/fping/Manifest
index dae47bf..d5ffe8b 100644
--- a/net-analyzer/fping/Manifest
+++ b/net-analyzer/fping/Manifest
@@ -1,6 +1,4 @@
 DIST fping-3.10.tar.gz 157010 SHA256 
cd47e842f32fe6aa72369d8a0e3545f7c137bb019e66f47379dc70febad357d8 SHA512 
64bf93c7dbfa2b8adc3344514b2e6e182f1e5950da08b042b8d4d5e4c94b2b8bdc3aaba804339d0461dd88e0efbdfc0bd914a10d22810da8138c9c45335f7047
 WHIRLPOOL 
fe0610464e2771fe3937d64b5cf687e5c2cd3e2dd292bc0ccdf0ee936113f3b418d8f70dfb9b3f188155d98406cbdf6a0b7332e4daf893596d22b2ed89093c04
-DIST fping-3.11.tar.gz 155955 SHA256 
d824a4a8be88f74efe17ed66147b1e75c36ff83442e847ab1d5cfa7d9548c507 SHA512 
231ab41ac30df41361dc6b261b6ebe11460ad0baa2d017e393288718dbb5a9019d8c48ab0270df51269b30a397d295061007463870ce1629a17205739e63087b
 WHIRLPOOL 
c51fa25deba1f052d44d53c7101b8ed79ce094daaa33efcc95b87bcb0cdb15314e9f3beb803b8b03c9636e8dadca9ee199f33f74562fe8229db73cf505b7eab5
-DIST fping-3.12.tar.gz 155909 SHA256 
d86f2281bda4653c7049e6ba8fce24ba67edbf9193b7bb1cf6219b0c8ddce4e6 SHA512 
8fd0d58d3e92ef92a31cc2cacdcfddbe3527f95d2480cbbc1a15e321a291b20298a3494888b9cf7e0aa257ab7092d9291b98b204ad139824133519d31a615106
 WHIRLPOOL 
3756382f93f9e4a31e7c8f80ac37414401570e7144dd0d6d057f7eb51f475b8a343c9d205a549b4cf868b7962ead8411e72a94c6be1d03885c5eabd5ea6f1f3e
 DIST fping-3.13.tar.gz 155976 SHA256 
4bb28efd1cb3d1240ae551dadc20daa852b1ba71bafe32e49ca629c1848e5720 SHA512 
d6c1c5b9edb97ef59cfb6d22f74f6a055e52465d3ba0f93be35b6fc9615ee08490ee927f3cf9efd087e18279519292f353abe6152061985ee166ba5f7e95e29d
 WHIRLPOOL 
53fa2a877ea74168d0ad22e2d508b6313bfd1750d1d810f3cf13053d6c945530cc18c06734a14b9fb76e6948653b4187e7af3c2d8c2c3cf05c430e149023005c
 DIST fping_2.4b2-to-ipv6-16.1.diff.gz 8488 SHA256 
de0021aba41ba6b1b98d34fb98f99bfd55455d332ed6aece83690e2d93159e6e SHA512 
6af25324d159df4ddd7dd909e2e1a0d85e08c2f51c31469960c2dbc7a9eb4967fd114eb87361f8c6b1691de60e7f753d371e6c902bec706f3fed3d205fbe49f0
 WHIRLPOOL 
5bb9fdf9fba3769985d34d2e06b2e28540e997a00eb84d7b5a6d71e4cfe4f7a3b50933981df291df5141b8f43729375c95ceb9009cafbcf234c1f50cb89cf232
 DIST fping_2.4b2-to-ipv6.orig.tar.gz 6 SHA256 
77e1a90af4fff4a5ffc4b70542c6ff44130558357e7d549f99a9eff23108d172 SHA512 
3d1a76680d3a7cd361481d6e6de49797fbaf01422a73c784c8b667131afd56de2bfbbeb17014047cd2dea903f87d9f19e38ed7b0a5c2e8f2faf82759bf064ff9
 WHIRLPOOL 
a1b0ce998004aea349a04a67a1430b2331292f1c4cb03fdee4d1b579e36c93c9852ed676f450fecdeb22690b2aee18b0319b0c193d794684d195cb73fa62697b

diff --git a/net-analyzer/fping/fping-3.11.ebuild 
b/net-analyzer/fping/fping-3.11.ebuild
deleted file mode 100644
index 22d0f98..000
--- a/net-analyzer/fping/fping-3.11.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-DESCRIPTION="A utility to ping multiple hosts at once"
-HOMEPAGE="http://fping.org/;
-SRC_URI="http://fping.org/dist/${P}.tar.gz;
-
-LICENSE="fping"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos"
-IUSE="ipv6 suid"
-
-src_configure() {
-   econf $(use_enable ipv6)
-}
-
-src_install() {
-   default
-
-   if use suid ; then
-   fperms u+s /usr/sbin/fping
-   use ipv6 && fperms u+s /usr/sbin/fping6
-   fi
-}

diff --git a/net-analyzer/fping/fping-3.12.ebuild 
b/net-analyzer/fping/fping-3.12.ebuild
deleted file mode 100644
index 22d0f98..000
--- a/net-analyzer/fping/fping-3.12.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-DESCRIPTION="A utility to ping multiple hosts at once"
-HOMEPAGE="http://fping.org/;
-SRC_URI="http://fping.org/dist/${P}.tar.gz;
-
-LICENSE="fping"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos"
-IUSE="ipv6 suid"
-
-src_configure() {
-   econf $(use_enable ipv6)
-}
-
-src_install() {
-   default
-
-   if use suid ; then
-   fperms u+s /usr/sbin/fping
-   use ipv6 && fperms u+s /usr/sbin/fping6
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: net-misc/chrony/

2015-10-22 Thread Jeroen Roovers
commit: 5c641f6a9e72d339a4f56c75e444581f7c1e8054
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Oct 23 05:57:26 2015 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Oct 23 05:57:26 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c641f6a

net-misc/chrony: Add live ebuild.

Package-Manager: portage-2.2.23

 net-misc/chrony/chrony-.ebuild | 114 +
 1 file changed, 114 insertions(+)

diff --git a/net-misc/chrony/chrony-.ebuild 
b/net-misc/chrony/chrony-.ebuild
new file mode 100644
index 000..2dae405
--- /dev/null
+++ b/net-misc/chrony/chrony-.ebuild
@@ -0,0 +1,114 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit eutils git-r3 systemd toolchain-funcs
+
+DESCRIPTION="NTP client and server programs"
+HOMEPAGE="http://chrony.tuxfamily.org/;
+EGIT_REPO_URI="git://git.tuxfamily.org/gitroot/chrony/chrony.git"
+LICENSE="GPL-2"
+SLOT="0"
+
+KEYWORDS=""
+IUSE="caps +cmdmon ipv6 libedit +ntp +phc +pps readline +refclock +rtc selinux 
+adns"
+REQUIRED_USE="
+   ?? ( libedit readline )
+"
+
+CDEPEND="
+   caps? ( sys-libs/libcap )
+   libedit? ( dev-libs/libedit )
+   readline? ( >=sys-libs/readline-4.1-r4:= )
+"
+DEPEND="
+   ${CDEPEND}
+   sys-apps/texinfo
+"
+RDEPEND="
+   ${CDEPEND}
+   selinux? ( sec-policy/selinux-chronyd )
+"
+
+RESTRICT=test
+
+S="${WORKDIR}/${P/_/-}"
+
+src_prepare() {
+   sed -i \
+   -e 's:/etc/chrony\.:/etc/chrony/chrony.:g' \
+   -e 's:/var/run:/run:g' \
+   conf.c chrony.texi.in examples/* || die
+}
+
+src_configure() {
+   tc-export CC
+
+   local CHRONY_EDITLINE
+   # ./configure legend:
+   # --disable-readline : disable line editing entirely
+   # --without-readline : do not use sys-libs/readline (enabled by default)
+   # --without-editline : do not use dev-libs/libedit (enabled by default)
+   if ! use readline && ! use libedit; then
+   CHRONY_EDITLINE='--disable-readline'
+   else
+   CHRONY_EDITLINE+=" $(usex readline '' --without-readline)"
+   CHRONY_EDITLINE+=" $(usex libedit '' --without-editline)"
+   fi
+
+   # not an autotools generated script
+   local CHRONY_CONFIGURE="
+   ./configure \
+   $(usex caps '' --disable-linuxcaps) \
+   $(usex cmdmon '' --disable-cmdmon) \
+   $(usex ipv6 '' --disable-ipv6) \
+   $(usex ntp '' --disable-ntp) \
+   $(usex phc '' --disable-phc) \
+   $(usex pps '' --disable-pps) \
+   $(usex rtc '' --disable-rtc) \
+   $(usex refclock '' --disable-refclock) \
+   $(usex adns '' --disable-asyncdns) \
+   ${CHRONY_EDITLINE} \
+   ${EXTRA_ECONF} \
+   --docdir=/usr/share/doc/${PF} \
+   --chronysockdir=/run/chrony \
+   --infodir=/usr/share/info \
+   --mandir=/usr/share/man \
+   --prefix=/usr \
+   --sysconfdir=/etc/chrony \
+   --disable-sechash \
+   --without-nss \
+   --without-tomcrypt
+   "
+
+   # print the ./configure call to aid in future debugging
+   einfo ${CHRONY_CONFIGURE}
+   bash ${CHRONY_CONFIGURE} || die
+}
+
+src_compile() {
+   emake all docs
+}
+
+src_install() {
+   default
+
+   doinfo chrony.info*
+
+   newinitd "${FILESDIR}"/chronyd.init chronyd
+   newconfd "${FILESDIR}"/chronyd.conf chronyd
+
+   insinto /etc/${PN}
+   newins examples/chrony.conf.example1 chrony.conf
+
+   dodoc examples/*.example*
+
+   keepdir /var/{lib,log}/chrony
+
+   insinto /etc/logrotate.d
+   newins "${FILESDIR}"/chrony-2.2.logrotate chrony
+
+   systemd_newunit "${FILESDIR}"/chronyd.service-r2 chronyd.service
+   systemd_enable_ntpunit 50-chrony chronyd.service
+}



[gentoo-commits] repo/gentoo:master commit in: app-admin/monit/

2015-10-22 Thread Lars Wendler
commit: fbd5142cb901076dfdfd0828f7e02a3a312bba98
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Oct 23 05:32:38 2015 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Oct 23 05:32:38 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbd5142c

app-admin/monit: Removed old.

Package-Manager: portage-2.2.23
Signed-off-by: Lars Wendler  gentoo.org>

 app-admin/monit/Manifest  |  3 ---
 app-admin/monit/monit-5.13.ebuild | 47 -
 app-admin/monit/monit-5.8.1-r1.ebuild | 49 ---
 app-admin/monit/monit-5.9.ebuild  | 49 ---
 4 files changed, 148 deletions(-)

diff --git a/app-admin/monit/Manifest b/app-admin/monit/Manifest
index 6195df5..1a5676a 100644
--- a/app-admin/monit/Manifest
+++ b/app-admin/monit/Manifest
@@ -1,7 +1,4 @@
 DIST monit-5.12.2.tar.gz 1192066 SHA256 
8ab0296d1aa2351b1573481592d7b5e06de1edd49dff1b5552839605a450914c SHA512 
086f9af2c6d155c5375e7de5641025707f34577d4f2a4a76d1a104361b5d5793a4f04313cafb5d6884a01aba59f1bbb405b37294ba133d9a93c05e484e5933ff
 WHIRLPOOL 
3d25ab0dc3cfe0e2c881f35e48b64355fe12ce1d3357450d2b1d2aba7344acbe55c031e4fd6b49f7c523b674ff650cbad5bbc91853ec15dd10e64f164504ea70
-DIST monit-5.13.tar.gz 1193463 SHA256 
9abae036f3be93a19c6b476ecd106b29d4da755bbc05f0a323e882eab6b2c5a9 SHA512 
257fc9d5ece7b39973107adef51b437941c944909efa03949f53067a0811ab8929ea57e98cbf06a22dd6d69aaa0aadd65a22788165819ede8316dcd1894ad546
 WHIRLPOOL 
7556bd2299b4f930525877543c74c9a30f4a719e7abfb7e5b596ba070dc5c9a6aefaf129891e7ba1f5d1643bc8edbbfd9b35513b38c1bfec143f33e34b667420
 DIST monit-5.14.tar.gz 1200131 SHA256 
d0424c3ee8ed43d670ba039184a972ac9f3ad6f45b0806ec17c23820996256c6 SHA512 
6491434e15fab6f92e29b9f490418332a7700d110c0bd825d65e1aadd68ea082a1d9a7e2b570075b35d6cdb64ae207567bdeb2580e6e5407ba277cc6d1693c78
 WHIRLPOOL 
8e7ba198f6048d8de06082a269a9f7fa8fbbcd95e14174010bdf54935db53f840d00744e35f4260e9de5d8d9a6ea47aa7c4b037998b035775bbbe212057d75e7
 DIST monit-5.15.tar.gz 1218043 SHA256 
deada8153dc7e8755f572bc4d790143a92c7a8668dccb563ae4dbd73af56697c SHA512 
7e2b011a89d9b1dc990faf413a38f0c68aea398e25efd5392d6aa1baf50d68ea2db087ea2093c84658a99b7a83d133b23562d5ad11e1197db7a54a2b961177cd
 WHIRLPOOL 
e305705583c79b8d861595cae4d000b5832e3288f3d0ec59e69ac811e1f402af489e44c8fe568941781d97c953ff181a8048f0b3dfaeec14a26fd4bbc8cff697
-DIST monit-5.8.1.tar.gz 1212491 SHA256 
a25e4b79257ac29ebaf46605dccb7ed693c8e001669c0ccc8feb22e7d4c870e5 SHA512 
0cf8b46ea5a5ab42beac4aab649d4fa324b03e02aaceee6a86968849db46b129cd8f20e314c855653620a0bd4b4aa105e2c812a386ddd2be3196ff956f1e7e11
 WHIRLPOOL 
8134017da3c1f0dc2675df9cb2d7ecd0905765a92a248701a4de2b9ba449a548ae28cf661019e882a1992c027095360f14d1b2378c924623937c85b691c6056c
 DIST monit-5.8.tar.gz 1237958 SHA256 
0c00573ebc0156c534a5952f392c2a7bedde194f8261c05497322055938847f5 SHA512 
61f2cb4a6b2da8617adfd16ace4d9b246957385109fee9a3312272ac271003cd89a12872ac3a07b0148ad7bdbe544e447745033d2a9fab19908ef19b7a106dda
 WHIRLPOOL 
0eb1f5b778264d7881281f7139037fa07c225a5c7ece7cae2149460036a58c008e16a3d883e1876a2dc08f092900e05d164e37714ec5fc19960d4127e13c6eeb
-DIST monit-5.9.tar.gz 1161683 SHA256 
274044485170b7498de29e7876cd86488378f50d69df4303a14930ba1f5e4a11 SHA512 
915d548d5a4e043b346ec32d9fd3131d7eafd8ed1167e4fca3d4918df9ff87a166dbb2b3398d59a8510c7190c43fe26043568742a27828257140683bea349c83
 WHIRLPOOL 
d5bde04202b05feeef7bca5e0ec23c18c0bf5a6940ac30b8bfc8cc01056a802b3beae8e0caac861770e167b7b48254fe08fbb9294554e25102bec620f508

diff --git a/app-admin/monit/monit-5.13.ebuild 
b/app-admin/monit/monit-5.13.ebuild
deleted file mode 100644
index 1fe7bec..000
--- a/app-admin/monit/monit-5.13.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-inherit pam systemd
-
-DESCRIPTION="a utility for monitoring and managing daemons or similar programs 
running on a Unix system"
-HOMEPAGE="http://mmonit.com/monit/;
-SRC_URI="http://mmonit.com/monit/dist/${P}.tar.gz;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux"
-IUSE="pam ssl"
-
-RDEPEND="ssl? ( dev-libs/openssl )"
-DEPEND="${RDEPEND}
-   sys-devel/flex
-   sys-devel/bison
-   pam? ( virtual/pam )"
-
-src_prepare() {
-   sed -i -e '/^INSTALL_PROG/s/-s//' Makefile.in || die "sed failed in 
Makefile.in"
-}
-
-src_configure() {
-   econf $(use_with ssl) $(use_with pam)
-}
-
-src_install() {
-   default
-
-   dodoc README*
-   dohtml -r doc/*
-
-   insinto /etc; insopts -m600; doins monitrc
-   newinitd "${FILESDIR}"/monit.initd-5.0-r1 monit
-   systemd_dounit "${FILESDIR}"/${PN}.service
-
-   use pam && newpamd "${FILESDIR}"/${PN}.pamd ${PN}
-}
-
-pkg_postinst() {
-   elog "Sample configurations are available at:"
-   elog "http://mmonit.com/monit/documentation/;
-}

diff --git 

[gentoo-commits] repo/gentoo:master commit in: app-admin/monit/

2015-10-22 Thread Lars Wendler
commit: 156f642b15af03cc579f722b5c5030fe54ab7a65
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Oct 23 05:30:52 2015 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Oct 23 05:30:52 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=156f642b

app-admin/monit: Bump to version 5.15

Package-Manager: portage-2.2.23
Signed-off-by: Lars Wendler  gentoo.org>

 app-admin/monit/Manifest  |  1 +
 app-admin/monit/monit-5.15.ebuild | 47 +++
 2 files changed, 48 insertions(+)

diff --git a/app-admin/monit/Manifest b/app-admin/monit/Manifest
index aa44614..6195df5 100644
--- a/app-admin/monit/Manifest
+++ b/app-admin/monit/Manifest
@@ -1,6 +1,7 @@
 DIST monit-5.12.2.tar.gz 1192066 SHA256 
8ab0296d1aa2351b1573481592d7b5e06de1edd49dff1b5552839605a450914c SHA512 
086f9af2c6d155c5375e7de5641025707f34577d4f2a4a76d1a104361b5d5793a4f04313cafb5d6884a01aba59f1bbb405b37294ba133d9a93c05e484e5933ff
 WHIRLPOOL 
3d25ab0dc3cfe0e2c881f35e48b64355fe12ce1d3357450d2b1d2aba7344acbe55c031e4fd6b49f7c523b674ff650cbad5bbc91853ec15dd10e64f164504ea70
 DIST monit-5.13.tar.gz 1193463 SHA256 
9abae036f3be93a19c6b476ecd106b29d4da755bbc05f0a323e882eab6b2c5a9 SHA512 
257fc9d5ece7b39973107adef51b437941c944909efa03949f53067a0811ab8929ea57e98cbf06a22dd6d69aaa0aadd65a22788165819ede8316dcd1894ad546
 WHIRLPOOL 
7556bd2299b4f930525877543c74c9a30f4a719e7abfb7e5b596ba070dc5c9a6aefaf129891e7ba1f5d1643bc8edbbfd9b35513b38c1bfec143f33e34b667420
 DIST monit-5.14.tar.gz 1200131 SHA256 
d0424c3ee8ed43d670ba039184a972ac9f3ad6f45b0806ec17c23820996256c6 SHA512 
6491434e15fab6f92e29b9f490418332a7700d110c0bd825d65e1aadd68ea082a1d9a7e2b570075b35d6cdb64ae207567bdeb2580e6e5407ba277cc6d1693c78
 WHIRLPOOL 
8e7ba198f6048d8de06082a269a9f7fa8fbbcd95e14174010bdf54935db53f840d00744e35f4260e9de5d8d9a6ea47aa7c4b037998b035775bbbe212057d75e7
+DIST monit-5.15.tar.gz 1218043 SHA256 
deada8153dc7e8755f572bc4d790143a92c7a8668dccb563ae4dbd73af56697c SHA512 
7e2b011a89d9b1dc990faf413a38f0c68aea398e25efd5392d6aa1baf50d68ea2db087ea2093c84658a99b7a83d133b23562d5ad11e1197db7a54a2b961177cd
 WHIRLPOOL 
e305705583c79b8d861595cae4d000b5832e3288f3d0ec59e69ac811e1f402af489e44c8fe568941781d97c953ff181a8048f0b3dfaeec14a26fd4bbc8cff697
 DIST monit-5.8.1.tar.gz 1212491 SHA256 
a25e4b79257ac29ebaf46605dccb7ed693c8e001669c0ccc8feb22e7d4c870e5 SHA512 
0cf8b46ea5a5ab42beac4aab649d4fa324b03e02aaceee6a86968849db46b129cd8f20e314c855653620a0bd4b4aa105e2c812a386ddd2be3196ff956f1e7e11
 WHIRLPOOL 
8134017da3c1f0dc2675df9cb2d7ecd0905765a92a248701a4de2b9ba449a548ae28cf661019e882a1992c027095360f14d1b2378c924623937c85b691c6056c
 DIST monit-5.8.tar.gz 1237958 SHA256 
0c00573ebc0156c534a5952f392c2a7bedde194f8261c05497322055938847f5 SHA512 
61f2cb4a6b2da8617adfd16ace4d9b246957385109fee9a3312272ac271003cd89a12872ac3a07b0148ad7bdbe544e447745033d2a9fab19908ef19b7a106dda
 WHIRLPOOL 
0eb1f5b778264d7881281f7139037fa07c225a5c7ece7cae2149460036a58c008e16a3d883e1876a2dc08f092900e05d164e37714ec5fc19960d4127e13c6eeb
 DIST monit-5.9.tar.gz 1161683 SHA256 
274044485170b7498de29e7876cd86488378f50d69df4303a14930ba1f5e4a11 SHA512 
915d548d5a4e043b346ec32d9fd3131d7eafd8ed1167e4fca3d4918df9ff87a166dbb2b3398d59a8510c7190c43fe26043568742a27828257140683bea349c83
 WHIRLPOOL 
d5bde04202b05feeef7bca5e0ec23c18c0bf5a6940ac30b8bfc8cc01056a802b3beae8e0caac861770e167b7b48254fe08fbb9294554e25102bec620f508

diff --git a/app-admin/monit/monit-5.15.ebuild 
b/app-admin/monit/monit-5.15.ebuild
new file mode 100644
index 000..70f94ad
--- /dev/null
+++ b/app-admin/monit/monit-5.15.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+inherit pam systemd
+
+DESCRIPTION="a utility for monitoring and managing daemons or similar programs 
running on a Unix system"
+HOMEPAGE="http://mmonit.com/monit/;
+SRC_URI="http://mmonit.com/monit/dist/${P}.tar.gz;
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux"
+IUSE="pam ssl"
+
+RDEPEND="ssl? ( dev-libs/openssl:0= )"
+DEPEND="${RDEPEND}
+   sys-devel/flex
+   sys-devel/bison
+   pam? ( virtual/pam )"
+
+src_prepare() {
+   sed -i -e '/^INSTALL_PROG/s/-s//' Makefile.in || die "sed failed in 
Makefile.in"
+}
+
+src_configure() {
+   econf $(use_with ssl) $(use_with pam)
+}
+
+src_install() {
+   default
+
+   dodoc README*
+   dohtml -r doc/*
+
+   insinto /etc; insopts -m600; doins monitrc
+   newinitd "${FILESDIR}"/monit.initd-5.0-r1 monit
+   systemd_dounit "${FILESDIR}"/${PN}.service
+
+   use pam && newpamd "${FILESDIR}"/${PN}.pamd ${PN}
+}
+
+pkg_postinst() {
+   elog "Sample configurations are available at:"
+   elog "http://mmonit.com/monit/documentation/;
+}



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/wireshark/

2015-10-22 Thread Jeroen Roovers
commit: 4a7332f9759b415194639ddf1585940cd78c37ac
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Oct 23 05:41:54 2015 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Oct 23 05:42:31 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a7332f9

net-analyzer/wireshark: Install pcap icons, explicitly name Qt variant in 
desktop file by miflab (bug #563246).

Package-Manager: portage-2.2.23

 net-analyzer/wireshark/wireshark-.ebuild | 10 +-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/net-analyzer/wireshark/wireshark-.ebuild 
b/net-analyzer/wireshark/wireshark-.ebuild
index c17f5f2..4a25e68 100644
--- a/net-analyzer/wireshark/wireshark-.ebuild
+++ b/net-analyzer/wireshark/wireshark-.ebuild
@@ -236,6 +236,10 @@ src_install() {
newins image/${c}${d}-app-wireshark.png 
wireshark.png
done
done
+   for d in 16 24 32 48 64 128 256 ; do
+   insinto /usr/share/icons/hicolor/${d}x${d}/mimetypes
+   newins image/WiresharkDoc-${d}.png 
application-vnd.tcpdump.pcap.png
+   done
fi
 
if use gtk3; then
@@ -243,7 +247,11 @@ src_install() {
fi
 
if use qt4 || use qt5; then
-   sed -e '/Exec=/s|wireshark|&-qt|g' wireshark.desktop > 
wireshark-qt.desktop || die
+   sed \
+   -e '/Exec=/s|wireshark|&-qt|g' \
+   -e 's|^Name.*=Wireshark|& (Qt)|g' \
+   wireshark.desktop > wireshark-qt.desktop \
+   || die
domenu wireshark-qt.desktop
fi
 



[gentoo-commits] repo/gentoo:master commit in: dev-util/debootstrap/

2015-10-22 Thread Jeroen Roovers
commit: 7ea43556b8ba5d5dba55f251468e0f96ec9e7e81
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Oct 23 05:39:10 2015 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Oct 23 05:42:25 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ea43556

dev-util/debootstrap: Version bump.

Package-Manager: portage-2.2.23

 dev-util/debootstrap/Manifest  |  4 +-
 dev-util/debootstrap/debootstrap-1.0.70.ebuild | 44 --
 dev-util/debootstrap/debootstrap-1.0.71.ebuild | 44 --
 ...rap-1.0.69.ebuild => debootstrap-1.0.73.ebuild} |  1 +
 4 files changed, 2 insertions(+), 91 deletions(-)

diff --git a/dev-util/debootstrap/Manifest b/dev-util/debootstrap/Manifest
index 7b5e772..24c89f2 100644
--- a/dev-util/debootstrap/Manifest
+++ b/dev-util/debootstrap/Manifest
@@ -1,6 +1,4 @@
 DIST debootstrap_1.0.67.tar.gz 61863 SHA256 
0a12e0a2bbff185d47711a716b1f2734856100e8784361203e834fed0cffa51b SHA512 
751cfabdcefa6de099f12377f4e5ac611d97952197040c8d194abc0ac8f3abd59c21110828592bfa2c7a92299db57fe8c6ee0991e11894470f444a71cfd25151
 WHIRLPOOL 
64acdd3bda9f901b90621a1ce26671075f1a24da748b00ffc1ef9d554fb6ef04bed964988679a168df9e82780a30876c48b6d381dcbe41bd9a7c0f5a8119b261
-DIST debootstrap_1.0.69.tar.gz 61843 SHA256 
146aac21c3121b0af09fdc841e4fd3a13ce9f5d990f3ca1b56a61e61d77dbe11 SHA512 
697a725bc881a43bae0f65c6a1b23f0710ed2e724a27df7650cc261aa9dada7b812ca4a899496b16ff9cd41fdc281c3636b6181a5a11cd0caf05391ab6dc86f3
 WHIRLPOOL 
2901637279afe52e634731b63e5e11b5a6b68c61b9a98386b750dc236514581f27d96f27164430d198d8d17c494f1484a8eb45307be3bd932d9ac8ed2fd5258f
-DIST debootstrap_1.0.70.tar.gz 61438 SHA256 
b23e6d5fc6cab7f3f381e064efd2a8178ac210d4b4335b29104e09048d7e200e SHA512 
5fad057e6f942e937c7b0fedac0565cf426a07a1ca5a4438013756d789831b5e4612db575234a207264d162b3b4ac46582059f5b9161c865c6c03785e059bef3
 WHIRLPOOL 
93d276114ee50defbd3648924878961f49adbde4a8702491de6e43e2fb9f17b1918f2bdc58a2e0ec8b0926198a4c6e4c3c4e339a0110d91fb1ebb54487231c9f
-DIST debootstrap_1.0.71.tar.gz 61472 SHA256 
356147383a1c1bf3ef2544b72d69c7ff7d41a1ed6ce3fd589fed21e73b659466 SHA512 
0c6372a759676c6ea6a6e726251aa7d60acdb8759d41c84b41e80cbc3b2b77f26540c2ba2fb4b149f698e30c8acdbec1b8a3b55a686b43ccc02d0aa157d38e97
 WHIRLPOOL 
ed42b07e7282f38114d03919e19c2d869571ebb9e2fecfbdee19409700c09505625264420488297e148550b8a2355426bdfedb5c56d60661b000968001128494
 DIST debootstrap_1.0.72.tar.gz 62089 SHA256 
90f4cf1390326f020b9192b6a45ba1d323fffab9c22c6f62451780e6f5482f8d SHA512 
b8f186b13f66789e96f775337d06821cfb464e35dd661a2bff1420bfb1254cf85ce9eb46be1a27dad7a462628e441cbfcdfffaf12ee5a394d15c248882295848
 WHIRLPOOL 
4106d631445661979321a89f43835bcd73460bc984baaf78da9b7cf12bbb8a97702d9fee4cb86a5f5dfe9a161085adc33ecb13f6d6aec3d121bb466861215285
+DIST debootstrap_1.0.73.tar.gz 61236 SHA256 
dc24580ff9decfba8087cadd094932b54b42a113d6de80622de5ca82ee7f6653 SHA512 
41beca3c71af3f97d87d2dc05ec8ef896f34dc8a7a2002d3072680b5c26da3245c72e77ad51699cf25f654941e5f9aec9c73c4bd7f31b8b290969b039e1d
 WHIRLPOOL 
26a3b528aa52356c1adaac0559d75109c892d8427aa29e400706dabe344b3940b50bbc7c381b8ce1f39a337a887fbc5b3b19471b92368b251a508bc7e9c93130
 DIST devices.tar.gz 47835 SHA256 
0d93f93c8b21160069d14e74f8f990a2e0e1e5a90dc828b29e6b3f5aa5829e48 SHA512 
994ec8d72e3d52d2d872f7ff0da2336e4cbd3a5fa73bb6cdb9e06f5e7f5b8c69cea639c738fdba1186f382d6dcf62e7746fface664bfbd744aac24b16f034432
 WHIRLPOOL 
222963bb920e1311bc2f481bba04e49f386b60cce6ce0576424896277e0c4fc6a339d4403d587744c32b0bfb1db6391f200fa8d66117e3f21e1c12f35365d732

diff --git a/dev-util/debootstrap/debootstrap-1.0.70.ebuild 
b/dev-util/debootstrap/debootstrap-1.0.70.ebuild
deleted file mode 100644
index b1d33cf..000
--- a/dev-util/debootstrap/debootstrap-1.0.70.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit eutils
-
-DESCRIPTION="Debian/Ubuntu bootstrap scripts"
-HOMEPAGE="http://packages.qa.debian.org/d/debootstrap.html;
-SRC_URI="mirror://debian/pool/main/d/${PN}/${PN}_${PV}.tar.gz
-   mirror://gentoo/devices.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-linux ~x86-linux"
-
-RDEPEND="
-   app-arch/dpkg
-   net-misc/wget
-   sys-devel/binutils
-"
-
-DOCS=( TODO debian/changelog )
-
-src_unpack() {
-   unpack ${PN}_${PV}.tar.gz
-   cp "${DISTDIR}"/devices.tar.gz "${S}"
-}
-
-src_compile() {
-   return
-}
-
-src_install() {
-   default
-   doman debootstrap.8
-}
-
-pkg_postinst() {
-   if ! has_version ${CATEGORY}/${PN} && ! has_version app-crypt/gnupg; 
then
-   elog "To check Release files against a keyring"
-   elog " (--keyring=K), please install app-crypt/gnupg."
-   fi
-}

diff --git a/dev-util/debootstrap/debootstrap-1.0.71.ebuild 

[gentoo-commits] proj/lua:master commit in: dev-lua/luasocket/

2015-10-22 Thread Vadim A. Misbakh-Soloviov
commit: c7ad9e217b29b03077896efae546668b2f6d8ce6
Author: Vadim A. Misbakh-Soloviov  mva  name>
AuthorDate: Thu Oct 22 15:16:34 2015 +
Commit: Vadim A. Misbakh-Soloviov  mva  name>
CommitDate: Thu Oct 22 15:16:34 2015 +
URL:https://gitweb.gentoo.org/proj/lua.git/commit/?id=c7ad9e21

luasocket: fix installing

Signed-off-by: Vadim A. Misbakh-Soloviov  mva.name>

 dev-lua/luasocket/luasocket-.ebuild | 16 
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/dev-lua/luasocket/luasocket-.ebuild 
b/dev-lua/luasocket/luasocket-.ebuild
index f42088f..6b0afaa 100644
--- a/dev-lua/luasocket/luasocket-.ebuild
+++ b/dev-lua/luasocket/luasocket-.ebuild
@@ -76,11 +76,11 @@ each_lua_configure() {
-i .lua_eclass_config
 }
 
-each_lua_install() {
-   myeinstallargs=()
-   if ! use elibc_Winnt && ! use elibc_Cygwin; then
-   myeinstallargs+=( "install-unix" )
-   fi
-
-   lua_default
-}
+#each_lua_install() {
+#  myeinstallargs=()
+#  if ! use elibc_Winnt && ! use elibc_Cygwin; then
+#  myeinstallargs+=( "install-unix" )
+#  fi
+#
+#  lua_default
+#}



[gentoo-commits] repo/gentoo:master commit in: sys-devel/distcc/files/, sys-devel/distcc/, sys-devel/distcc/files/3.2/

2015-10-22 Thread Sergey Popov
commit: b64eb2f7af96867a39670527daa637bc05e2
Author: Sergey Popov  gentoo  org>
AuthorDate: Thu Oct 22 15:14:39 2015 +
Commit: Sergey Popov  gentoo  org>
CommitDate: Thu Oct 22 15:17:29 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b64eb2f7

sys-devel/distcc: revision bump

Distcc-config appears to be installed twice, which is wrong.
Also, create separate subdirectory for config files and initscripts,
related to 3.2 branch of package. Drop old revision.

Gentoo-Bug: 523658

Package-Manager: portage-2.2.20

 ...-3.2_rc1-r3.ebuild => distcc-3.2_rc1-r4.ebuild} |  8 ++---
 sys-devel/distcc/files/3.2/conf| 40 ++
 .../{distcc-config-3.2_rc1 => 3.2/distcc-config}   |  0
 sys-devel/distcc/files/3.2/init| 32 +
 4 files changed, 75 insertions(+), 5 deletions(-)

diff --git a/sys-devel/distcc/distcc-3.2_rc1-r3.ebuild 
b/sys-devel/distcc/distcc-3.2_rc1-r4.ebuild
similarity index 96%
rename from sys-devel/distcc/distcc-3.2_rc1-r3.ebuild
rename to sys-devel/distcc/distcc-3.2_rc1-r4.ebuild
index 29e2e0f..5dbdc16 100644
--- a/sys-devel/distcc/distcc-3.2_rc1-r3.ebuild
+++ b/sys-devel/distcc/distcc-3.2_rc1-r4.ebuild
@@ -76,7 +76,7 @@ src_prepare() {
sed \
-e "s:@EPREFIX@:${EPREFIX:-/}:" \
-e "s:@libdir@:/usr/$(get_libdir):" \
-   "${FILESDIR}/distcc-config-3.2_rc1" > "${T}/distcc-config" || 
die
+   "${FILESDIR}/3.2/distcc-config" > "${T}/distcc-config" || die
 
eaclocal -Im4 --output=aclocal.m4
eautoconf
@@ -102,13 +102,11 @@ src_install() {
default
python_optimize
 
-   dobin "${FILESDIR}/3.0/distcc-config"
-
-   newinitd "${FILESDIR}/3.1/init" distccd
+   newinitd "${FILESDIR}/3.2/init" distccd
systemd_dounit "${FILESDIR}/distccd.service"
systemd_install_serviced "${FILESDIR}/distccd.service.conf"
 
-   cp "${FILESDIR}/3.0/conf" "${T}/distccd" || die
+   cp "${FILESDIR}/3.2/conf" "${T}/distccd" || die
if use avahi; then
cat >> "${T}/distccd" <<-EOF
 

diff --git a/sys-devel/distcc/files/3.2/conf b/sys-devel/distcc/files/3.2/conf
new file mode 100644
index 000..c499271
--- /dev/null
+++ b/sys-devel/distcc/files/3.2/conf
@@ -0,0 +1,40 @@
+# /etc/conf.d/distccd: config file for /etc/init.d/distccd
+
+DISTCCD_OPTS=""
+
+# this is the distccd executable 
+DISTCCD_EXEC="/usr/bin/distccd"
+
+# this is where distccd will store its pid file
+DISTCCD_PIDFILE="/var/run/distccd/distccd.pid"
+
+# set this option to run distccd with extra parameters
+# Default port is 3632.  For most people the default is okay.
+DISTCCD_OPTS="${DISTCCD_OPTS} --port 3632"
+
+# Logging
+# You can change some logging options here:
+# --log-file FILE
+# --log-level LEVEL  [critical,error,warning, notice, info, debug]
+#
+# Leaving --log-file blank will log to syslog
+# example: --log-file /dev/null --log-level warning
+# example: --log-level critical
+
+DISTCCD_OPTS="${DISTCCD_OPTS} --log-level critical"
+
+# SECURITY NOTICE:
+# It is HIGHLY recommended that you use the --listen option
+# for increased security. You can specify an IP to permit connections 
+# from or a CIDR mask
+# --listen accepts only a single IP
+# --allow is now mandatory as of distcc-2.18.
+# example:  --allow 192.168.0.0/24
+# example:  --allow 192.168.0.5 --allow 192.168.0.150
+# example:  --listen 192.168.0.2
+DISTCCD_OPTS="${DISTCCD_OPTS} --allow 192.168.0.0/24"
+#DISTCCD_OPTS="${DISTCCD_OPTS} --listen 192.168.0.2"
+
+# set this for niceness
+# Default is 15
+DISTCCD_OPTS="${DISTCCD_OPTS} -N 15"

diff --git a/sys-devel/distcc/files/distcc-config-3.2_rc1 
b/sys-devel/distcc/files/3.2/distcc-config
similarity index 100%
rename from sys-devel/distcc/files/distcc-config-3.2_rc1
rename to sys-devel/distcc/files/3.2/distcc-config

diff --git a/sys-devel/distcc/files/3.2/init b/sys-devel/distcc/files/3.2/init
new file mode 100644
index 000..f7009f6
--- /dev/null
+++ b/sys-devel/distcc/files/3.2/init
@@ -0,0 +1,32 @@
+#!/sbin/runscript
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+depend() {
+   need net
+   use avahi-daemon ypbind
+}
+
+start() {
+   ebegin "Starting distccd"
+
+   if [ ! -e /var/run/distccd ] ; then
+   mkdir -p /var/run/distccd
+   chown distcc:daemon /var/run/distccd
+   fi
+
+   # Load PATH and GCC_SPECS from gcc-config, bug #262773
+   eval "$(gcc-config -E)"
+
+   start-stop-daemon --start --quiet --exec "${DISTCCD_EXEC}" --user 
distcc -- \
+   --daemon --pid-file "${DISTCCD_PIDFILE}" \
+   ${DISTCCD_OPTS}
+   eend $?
+}
+
+stop() {
+   ebegin "Stopping distccd"
+   start-stop-daemon --stop --quiet --pidfile "${DISTCCD_PIDFILE}"
+   eend $?
+}



[gentoo-commits] repo/gentoo:master commit in: sys-devel/distcc/

2015-10-22 Thread Sergey Popov
commit: 730e9ee0159451cb3d6700ed2ccce4647b8475aa
Author: Sergey Popov  gentoo  org>
AuthorDate: Thu Oct 22 15:38:39 2015 +
Commit: Sergey Popov  gentoo  org>
CommitDate: Thu Oct 22 15:38:39 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=730e9ee0

sys-devel/distcc: fix documentation path

Documentation about using distcc in Gentoo were moved to wiki,
fix apropriate URLs

Gentoo-Bug: 534502

Package-Manager: portage-2.2.20

 sys-devel/distcc/distcc-3.1-r10.ebuild| 2 +-
 sys-devel/distcc/distcc-3.2_rc1-r4.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-devel/distcc/distcc-3.1-r10.ebuild 
b/sys-devel/distcc/distcc-3.1-r10.ebuild
index bb6f38b..f700ea2 100644
--- a/sys-devel/distcc/distcc-3.1-r10.ebuild
+++ b/sys-devel/distcc/distcc-3.1-r10.ebuild
@@ -147,7 +147,7 @@ pkg_postinst() {
fi
elog
elog "Tips on using distcc with Gentoo can be found at"
-   elog "https://www.gentoo.org/doc/en/distcc.xml;
+   elog "https://wiki.gentoo.org/wiki/Distcc;
elog
elog "How to use pump mode with Gentoo:"
elog "# distcc-config --set-hosts \"foo,cpp,lzo bar,cpp,lzo 
baz,cpp,lzo\""

diff --git a/sys-devel/distcc/distcc-3.2_rc1-r4.ebuild 
b/sys-devel/distcc/distcc-3.2_rc1-r4.ebuild
index 5dbdc16..88b8108 100644
--- a/sys-devel/distcc/distcc-3.2_rc1-r4.ebuild
+++ b/sys-devel/distcc/distcc-3.2_rc1-r4.ebuild
@@ -170,7 +170,7 @@ pkg_postinst() {
 
elog
elog "Tips on using distcc with Gentoo can be found at"
-   elog "https://www.gentoo.org/doc/en/distcc.xml;
+   elog "https://wiki.gentoo.org/wiki/Distcc;
elog
elog "How to use pump mode with Gentoo:"
elog "# distcc-config --set-hosts \"foo,cpp,lzo bar,cpp,lzo 
baz,cpp,lzo\""



[gentoo-commits] repo/gentoo:master commit in: mail-client/trojita/files/, mail-client/trojita/

2015-10-22 Thread Michael Palimaka
commit: e34323fc29c3ef1afeb54b727766c33b64c1eb6c
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Oct 22 15:49:57 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Oct 22 15:50:48 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e34323fc

mail-client/trojita: backport patch from upstream to solve build failure with 
Qt 5.5

Gentoo-bug: 563556

Package-Manager: portage-2.2.20.1

 .../trojita/files/trojita-0.5-qt5.5-includes.patch | 40 ++
 mail-client/trojita/trojita-0.5.ebuild |  1 +
 2 files changed, 41 insertions(+)

diff --git a/mail-client/trojita/files/trojita-0.5-qt5.5-includes.patch 
b/mail-client/trojita/files/trojita-0.5-qt5.5-includes.patch
new file mode 100644
index 000..31bc62d
--- /dev/null
+++ b/mail-client/trojita/files/trojita-0.5-qt5.5-includes.patch
@@ -0,0 +1,40 @@
+From 8a2496c273f2b0034f0edcc525e4987938a86c50 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Jan=20Kundr=C3=A1t?= 
+Date: Tue, 10 Mar 2015 14:41:20 +0100
+Subject: [PATCH] Fix build with (unreleased) Qt 5.5
+
+It is our fault for not including the headers we need, of course.
+
+Change-Id: Ibaa1df4a8b763bf6ae611c85cbdeeac5d2e3f9fd
+---
+ src/AbookAddressbook/AbookAddressbook.h | 1 +
+ src/Imap/Model/MailboxMetadata.cpp  | 1 +
+ 2 files changed, 2 insertions(+)
+
+diff --git a/src/AbookAddressbook/AbookAddressbook.h 
b/src/AbookAddressbook/AbookAddressbook.h
+index 787661b..6f0634d 100644
+--- a/src/AbookAddressbook/AbookAddressbook.h
 b/src/AbookAddressbook/AbookAddressbook.h
+@@ -25,6 +25,7 @@
+ #ifndef ABOOK_ADDRESSBOOK
+ #define ABOOK_ADDRESSBOOK
+ 
++#include 
+ #include 
+ #include "Gui/AbstractAddressbook.h"
+ 
+diff --git a/src/Imap/Model/MailboxMetadata.cpp 
b/src/Imap/Model/MailboxMetadata.cpp
+index d5d2323..0dba1cd 100644
+--- a/src/Imap/Model/MailboxMetadata.cpp
 b/src/Imap/Model/MailboxMetadata.cpp
+@@ -20,6 +20,7 @@
+along with this program.  If not, see .
+ */
+ #include "MailboxMetadata.h"
++#include 
+ 
+ namespace Imap
+ {
+-- 
+1.8.3.2
+

diff --git a/mail-client/trojita/trojita-0.5.ebuild 
b/mail-client/trojita/trojita-0.5.ebuild
index b0bfd16..171063d 100644
--- a/mail-client/trojita/trojita-0.5.ebuild
+++ b/mail-client/trojita/trojita-0.5.ebuild
@@ -60,6 +60,7 @@ DEPEND="${RDEPEND}
 "
 
 DOCS="README LICENSE"
+PATCHES=( "${FILESDIR}/${P}-qt5.5-includes.patch" )
 
 src_configure() {
local mycmakeargs=(



[gentoo-commits] repo/gentoo:master commit in: www-client/opera-beta/

2015-10-22 Thread Jeroen Roovers
commit: f673016f9ec830d25c1dca3c92733d4047e8ff72
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Oct 22 05:48:09 2015 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Oct 22 06:00:58 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f673016f

www-client/opera-beta: Version bump.

Package-Manager: portage-2.2.23

 www-client/opera-beta/Manifest  | 2 +-
 .../{opera-beta-33.0.1990.11.ebuild => opera-beta-33.0.1990.35.ebuild}  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/opera-beta/Manifest b/www-client/opera-beta/Manifest
index 9107c82..b2d1592 100644
--- a/www-client/opera-beta/Manifest
+++ b/www-client/opera-beta/Manifest
@@ -1,2 +1,2 @@
-DIST opera-beta_33.0.1990.11_amd64.deb 43800862 SHA256 
17f69d837046eed24d6e2e63fee2dda01863134cbb85e98b4363d45a53164ea3 SHA512 
4f46bd72ae004c241b809482c7fb69561c1084c072114a30df7bf8399bc7828c9b4230ca0ab45bcd63784dc2c4f0fa82375f554e63784b8dd41f8ecca10fe1cd
 WHIRLPOOL 
f51436a5e4374fd018e843dbb5fe34180795b022d82ccf51440332727fe9e90c1b0b690e6f32f88d5d0ea810acd00ecc65622d7adb15fffdb0d5fbafbd70057e
 DIST opera-beta_33.0.1990.20_amd64.deb 43872706 SHA256 
b43c6ef0f920a8299cc962865a075fca578fddd13f011216734c35a6aaed3dfa SHA512 
3c78200a90640e23f5fdc23708b9f74c5cba884c4df1cdccf507683f16f07f54174cddea5dd33344e26fd0efb7902b0fb55d6b8f9b692470d9e499b96158a15f
 WHIRLPOOL 
d21c415e7ecaf99a6a44cb80bc5abb013dc79b2326a510d5f8216bba5af5828d74dc2f74a0b35b9e7f8a2890e5002ce770bd999ffa6d2aca81749059225d1887
+DIST opera-beta_33.0.1990.35_amd64.deb 43898074 SHA256 
99636a24c3531801a79edf46bcbdeadbed589079db50994864b85002a8675122 SHA512 
8a6047807ebfff513dd8a3ecd210cca41cd8066d2bd1f06bed05b48d6a577f3768967339b8a6639d7b8b4e8ae380f306094374d785aea37ec3295b2e55d5a0a2
 WHIRLPOOL 
4f504364b688ca46b750204b9679436e1dfc3606fc6dd792e23217e138c0a57d591131feedeeaa83ea8c5ce0109a817a075500dc1b34770b4b5885ac2187c2ad

diff --git a/www-client/opera-beta/opera-beta-33.0.1990.11.ebuild 
b/www-client/opera-beta/opera-beta-33.0.1990.35.ebuild
similarity index 100%
rename from www-client/opera-beta/opera-beta-33.0.1990.11.ebuild
rename to www-client/opera-beta/opera-beta-33.0.1990.35.ebuild



[gentoo-commits] repo/gentoo:master commit in: app-emacs/magit/

2015-10-22 Thread Hans de Graaff
commit: 6b8852b6b0f5d0589a64a43e8118548b3978a928
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Oct 22 06:48:17 2015 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Oct 22 06:48:17 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b8852b6

app-emacs/magit: Fix SRC_URI

Package-Manager: portage-2.2.20.1

 app-emacs/magit/magit-2.2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/magit/magit-2.2.2.ebuild 
b/app-emacs/magit/magit-2.2.2.ebuild
index 6fc2267..8a803af 100644
--- a/app-emacs/magit/magit-2.2.2.ebuild
+++ b/app-emacs/magit/magit-2.2.2.ebuild
@@ -8,7 +8,7 @@ inherit elisp
 
 DESCRIPTION="An Emacs mode for GIT"
 HOMEPAGE="http://magit.github.io/;
-SRC_URI="mirror://github/magit/magit/releases/download/${PV}/${P}.tar.gz"
+SRC_URI="https://github.com/magit/magit/releases/download/${PV}/${P}.tar.gz;
 
 LICENSE="GPL-3+ FDL-1.2+"
 SLOT="0"



[gentoo-commits] data/gentoo-news:master commit in: 2015-10-22-gcc-5-new-c++11-abi/

2015-10-22 Thread Mike Frysinger
commit: 9e7f85087d04f931cba57ba019a8842a8af9470b
Author: Mike Frysinger  gentoo  org>
AuthorDate: Thu Oct 22 13:56:54 2015 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Thu Oct 22 16:04:55 2015 +
URL:https://gitweb.gentoo.org/data/gentoo-news.git/commit/?id=9e7f8508

gcc-5: news item about C++ ABI breakage

 .../2015-10-22-gcc-5-new-c++11-abi.en.txt   | 21 +
 1 file changed, 21 insertions(+)

diff --git 
a/2015-10-22-gcc-5-new-c++11-abi/2015-10-22-gcc-5-new-c++11-abi.en.txt 
b/2015-10-22-gcc-5-new-c++11-abi/2015-10-22-gcc-5-new-c++11-abi.en.txt
new file mode 100644
index 000..5f6ffbb
--- /dev/null
+++ b/2015-10-22-gcc-5-new-c++11-abi/2015-10-22-gcc-5-new-c++11-abi.en.txt
@@ -0,0 +1,21 @@
+Title: GCC 5 Defaults to the New C++11 ABI
+Author: Mike Frysinger 
+Content-Type: text/plain
+Posted: 2015-10-22
+Revision: 1
+News-Item-Format: 1.0
+Display-If-Installed: >=sys-devel/gcc-5
+
+GCC 5 uses the new C++ ABI by default.  When building new code, you might run
+into link time errors that include lines similar to:
+...: undefined reference to '_ZNSt6chrono12steady_clock3nowEv@GLIBCXX_3.4.17'
+
+Or you might see linkage failures with "std::__cxx11::string" in the output.
+
+These are signs that you need to rebuild packages using the new C++ ABI.
+You can quickly do so by using revdep-rebuild (from gentoolkit) like so:
+# revdep-rebuild --library 'libstdc\+\+\.so\.6' -- --exclude gcc
+
+For more details, feel free to peruse:
+https://developerblog.redhat.com/2015/02/05/gcc5-and-the-c11-abi/
+https://blogs.gentoo.org/blueness/2015/03/10/the-c11-abi-incompatibility-problem-in-gentoo/



[gentoo-commits] repo/gentoo:master commit in: www-client/google-chrome-unstable/

2015-10-22 Thread Mike Gilbert
commit: cab2525e4aad73ab017c1d6166e753a39f416457
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Oct 22 16:10:14 2015 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Oct 22 16:10:37 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cab2525e

www-client/google-chrome-unstable: automated update

Package-Manager: portage-2.2.23_p4

 www-client/google-chrome-unstable/Manifest| 4 ++--
 2535.0_p1.ebuild => google-chrome-unstable-48.0.2541.0_p1.ebuild} | 0
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-client/google-chrome-unstable/Manifest 
b/www-client/google-chrome-unstable/Manifest
index aca7666..62aef2c 100644
--- a/www-client/google-chrome-unstable/Manifest
+++ b/www-client/google-chrome-unstable/Manifest
@@ -1,2 +1,2 @@
-DIST google-chrome-unstable_48.0.2535.0-1_amd64.deb 47698618 SHA256 
a107c14521652ffacced9754c039121ac027c25f0b568bceae0b85a2f5b9b5f5 SHA512 
fedeea38d7d67b261fe591c64f2ce132e3cfa79ceb7b877dda4af002ba76f5b01f72e324ee1ca62d762cc1fbafdc20905f0405cd47bef78208b0b225829468c4
 WHIRLPOOL 
ed4c03801275042fc3ce4665588d83db6b725a96ccd3b1f0c456c87b087ff2bb4fdffe516f5b68778500b23ff6c91533b1a865c13e31f219f735cb4dfce3326f
-DIST google-chrome-unstable_48.0.2535.0-1_i386.deb 46985194 SHA256 
2bc818bb6482c9974137fb79d8d456cab76061561daa45a7642c63e2408383b9 SHA512 
825f2202391a9fac791fd787d39de8f786251e1074057c41ad9ddd57c59bbc62a96d1bef31ea0de06a8a7bb0687b96a4bde7487a943cca98b8524a1a010daf1a
 WHIRLPOOL 
50374395238e4607638cea82bb62bfc42c6475f937385755696ba1a8da7b7e8560c65811743cabe64d4aba46c10c3ea372ecd16eac23a2d3df2ac764a9e5d4d3
+DIST google-chrome-unstable_48.0.2541.0-1_amd64.deb 47822896 SHA256 
96561ef74947ec511e20bee51bf7dc94e42ccdbc51a2180d61effe6907865d05 SHA512 
1e56c0489c0740fc7c4b095c66a35952cd1ea6374611498a302afc4cb9daa0553738cd80dfbb5bee7e66fe3bd12736a24e6ee0b9d94317f4f2b649a17bdfe092
 WHIRLPOOL 
4fb4d69e8422d486bc69460433ac442bea8c2fbe8c1b3b4c6fd3cf105aa75b2123f37879abf3625cd694c72fe292c4a5675049dbe3795330cfcc0f7d327e78cd
+DIST google-chrome-unstable_48.0.2541.0-1_i386.deb 47379976 SHA256 
03576fef4165fe77ad32bf3faa4c787120fd342323b8ffb8098b381437fe6351 SHA512 
7376c3a0e0ba48f5325195190495a7d45abf037446a8ef6710d5f4a309bed0c4cb7179592d0b06341bece887b525a5a9a6ddf3ab5f51e31259615acf32d02556
 WHIRLPOOL 
91bc6c30fb0b04b9d54c07afb16a769578d110439db547e32266ecb3e57a9a362bb756f4055f35e3266abed5f2143b9b577ef01d1508c4c1d669f417014d33b5

diff --git 
a/www-client/google-chrome-unstable/google-chrome-unstable-48.0.2535.0_p1.ebuild
 
b/www-client/google-chrome-unstable/google-chrome-unstable-48.0.2541.0_p1.ebuild
similarity index 100%
rename from 
www-client/google-chrome-unstable/google-chrome-unstable-48.0.2535.0_p1.ebuild
rename to 
www-client/google-chrome-unstable/google-chrome-unstable-48.0.2541.0_p1.ebuild



[gentoo-commits] repo/gentoo:master commit in: www-plugins/chrome-binary-plugins/

2015-10-22 Thread Mike Gilbert
commit: 6d822bb425b0c03e472a5e177fd1a18072e37e98
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Oct 22 16:10:05 2015 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Oct 22 16:10:34 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d822bb4

www-plugins/chrome-binary-plugins: automated update

Package-Manager: portage-2.2.23_p4

 www-plugins/chrome-binary-plugins/Manifest| 8 
 ...ha1.ebuild => chrome-binary-plugins-47.0.2526.27_beta1.ebuild} | 0
 ...ta1.ebuild => chrome-binary-plugins-48.0.2541.0_alpha1.ebuild} | 0
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/www-plugins/chrome-binary-plugins/Manifest 
b/www-plugins/chrome-binary-plugins/Manifest
index 2564f95..49d0a2d 100644
--- a/www-plugins/chrome-binary-plugins/Manifest
+++ b/www-plugins/chrome-binary-plugins/Manifest
@@ -1,6 +1,6 @@
-DIST google-chrome-beta_47.0.2526.16-1_amd64.deb 47459896 SHA256 
14f68a8f849c929b47bdda112331427dc0f7d1659432f3589ef15603d873b8db SHA512 
ff081188efd4afe7446eb4df9dbc292d281b9775b54ff1a77a7ade6cdd9a2bb5257f918f1907cfda95bd01c8a9332c3ebe62b6bebff375f900f16557d20ab76b
 WHIRLPOOL 
7be3e86a9e36e4baa6a198af07b19590312b983b4f38d54b13659f8f12e99635d5881cec8bba3153392724cbdfb7e2b422726ab4e782b32ed0e024b7f16bd7f5
-DIST google-chrome-beta_47.0.2526.16-1_i386.deb 46820172 SHA256 
a5fe7b98413a6e5b0b4747576aaeb947a57e2751380741ab5159eca21132de2a SHA512 
2ddc79ae9910d3810b41549b9dd7e501dab176ae7e562eb9a3a235ff01632fb9a0dcf216cb5c619bd6f41475ccb37d7b977c107eb8e374914472613b0e8b4932
 WHIRLPOOL 
6ee0ac0436688986fa85d398672dbad1f58c9c81fddcf53f37b6eefa821ef7ecc26be5f6832d83f865fef5ba6995f0966453eea6f664bdda8741ef69fb6cd56a
+DIST google-chrome-beta_47.0.2526.27-1_amd64.deb 47182218 SHA256 
24f6a0b6c5c7593f941b12874620ae39eefa796030c0c8a3e5d0b6f650af5e51 SHA512 
5c84019746941f7c9adb6f147ec6db6b8aeb3147146a305b2464b1438733f292abe759e60b65dbebe57187a356e633a6110fc6ea6a9beef4136f57000b150a05
 WHIRLPOOL 
e392759a3e5c24b04d15fc6acfc7c9352af9427a0c6ef91a364be24562bf9c0ed0d27d923bf990de239da698478d87687be6b2d34c674d7ab9402f907a7b795c
+DIST google-chrome-beta_47.0.2526.27-1_i386.deb 47207988 SHA256 
70f70014f0b4c5529699c40171894e5aed0f575d79418399d8ad76bf9edc9f9d SHA512 
8df2307d24ae19e2022cb12b8f1472701c06a0e5d743308a10c52cff84e5434d63d8e0da1b4dd41ae0819b8611c6c8eac283b0ca38b7e5b08b5ead093c00cb3e
 WHIRLPOOL 
a1374d6023a08b945f45ae902cc6e24e48f85730522e2679331ab405ece418c8fbd40edce2098844165e072d07c9dbe9ca842fb9fc0c1fad3d44df1b094a80a9
 DIST google-chrome-stable_46.0.2490.71-1_amd64.deb 46987242 SHA256 
d70e55812164bf4f35f629af302ee53fc771ee4e00ffd26205e6541f3b6c8a96 SHA512 
eb1ac7c4336d5400fd3ed50767bfc04f4e045345a9d7702154c2ae11cb2ac377cc22b6b0f1f9dcee1245cf57671bb1460fc3f30b882b797635ca76f08c1731a8
 WHIRLPOOL 
a174d60bda0cd8e6e3a90ee3125bfc467064208b7f48803afb19cba4b4f1e6dbfb909dc2b46cd13606bc568dbcff7a815ba0086d5dd1fa0d49e81c56eec85dbb
 DIST google-chrome-stable_46.0.2490.71-1_i386.deb 46770472 SHA256 
4e931cedefb37ce905c51075c4a328202bfc97ec06eae37ff3b3fe26c6632aec SHA512 
f38b88c365afab4ed1d6a3e04a1b5c3e1ed1763a922e6f52f029afb9b95f724df331b8788343f407d0434999265ce6a9f60c04d6d8a293bc05299af08bd6029c
 WHIRLPOOL 
83ae90f1b7418fdbb9d362bc5d9d3b8a38dc2d3e1d3776aca19d1baf9b525b5aceec5b8d194c0f3e1b2e9d1dcc04fa1dedef7ca2de9325b14aa890e79ff8d12d
-DIST google-chrome-unstable_48.0.2535.0-1_amd64.deb 47698618 SHA256 
a107c14521652ffacced9754c039121ac027c25f0b568bceae0b85a2f5b9b5f5 SHA512 
fedeea38d7d67b261fe591c64f2ce132e3cfa79ceb7b877dda4af002ba76f5b01f72e324ee1ca62d762cc1fbafdc20905f0405cd47bef78208b0b225829468c4
 WHIRLPOOL 
ed4c03801275042fc3ce4665588d83db6b725a96ccd3b1f0c456c87b087ff2bb4fdffe516f5b68778500b23ff6c91533b1a865c13e31f219f735cb4dfce3326f
-DIST google-chrome-unstable_48.0.2535.0-1_i386.deb 46985194 SHA256 
2bc818bb6482c9974137fb79d8d456cab76061561daa45a7642c63e2408383b9 SHA512 
825f2202391a9fac791fd787d39de8f786251e1074057c41ad9ddd57c59bbc62a96d1bef31ea0de06a8a7bb0687b96a4bde7487a943cca98b8524a1a010daf1a
 WHIRLPOOL 
50374395238e4607638cea82bb62bfc42c6475f937385755696ba1a8da7b7e8560c65811743cabe64d4aba46c10c3ea372ecd16eac23a2d3df2ac764a9e5d4d3
+DIST google-chrome-unstable_48.0.2541.0-1_amd64.deb 47822896 SHA256 
96561ef74947ec511e20bee51bf7dc94e42ccdbc51a2180d61effe6907865d05 SHA512 
1e56c0489c0740fc7c4b095c66a35952cd1ea6374611498a302afc4cb9daa0553738cd80dfbb5bee7e66fe3bd12736a24e6ee0b9d94317f4f2b649a17bdfe092
 WHIRLPOOL 
4fb4d69e8422d486bc69460433ac442bea8c2fbe8c1b3b4c6fd3cf105aa75b2123f37879abf3625cd694c72fe292c4a5675049dbe3795330cfcc0f7d327e78cd
+DIST google-chrome-unstable_48.0.2541.0-1_i386.deb 47379976 SHA256 
03576fef4165fe77ad32bf3faa4c787120fd342323b8ffb8098b381437fe6351 SHA512 
7376c3a0e0ba48f5325195190495a7d45abf037446a8ef6710d5f4a309bed0c4cb7179592d0b06341bece887b525a5a9a6ddf3ab5f51e31259615acf32d02556
 WHIRLPOOL 

[gentoo-commits] proj/gentoolkit:master commit in: pym/gentoolkit/

2015-10-22 Thread Paul Varner
commit: 1537ab55fffda2348753ce26d6d7c11de49d9032
Author: Paul Varner  gentoo  org>
AuthorDate: Thu Oct 22 16:09:30 2015 +
Commit: Paul Varner  gentoo  org>
CommitDate: Thu Oct 22 16:09:30 2015 +
URL:https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=1537ab55

gentoolkit: Fix to allow package names of all digits. Bug 562952

According to PMS, "A package name may contain any of the characters
[A-Za-z0-9+_-]. It must not begin with a hyphen or a plus sign, and must
not end in a hyphen followed by anything matching the version syntax".

This specification means that a package name can be composed of all
digits.

This fixes cpv.py and query.py to allow package names of all digits.

 pym/gentoolkit/cpv.py   | 2 +-
 pym/gentoolkit/query.py | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pym/gentoolkit/cpv.py b/pym/gentoolkit/cpv.py
index 473ae60..f1e3241 100644
--- a/pym/gentoolkit/cpv.py
+++ b/pym/gentoolkit/cpv.py
@@ -243,7 +243,7 @@ def isvalid_pkg_name(chunks):
mf = _pkg_re.match
if not all(not s or mf(s) for s in chunks):
return False
-   if chunks[-1].isdigit() or not chunks[-1]:
+   if not chunks[-1] or (len(chunks) > 1 and chunks[-1].isdigit()):
# not allowed.
return False
return True

diff --git a/pym/gentoolkit/query.py b/pym/gentoolkit/query.py
index df6e2fd..9d1a313 100644
--- a/pym/gentoolkit/query.py
+++ b/pym/gentoolkit/query.py
@@ -19,7 +19,7 @@ __all__ = (
 import fnmatch
 import re
 from functools import partial
-from string import ascii_letters
+from string import ascii_letters, digits
 
 import portage
 
@@ -47,7 +47,7 @@ class Query(CPV):
"""
 
# We need at least one of these chars for a valid query
-   needed_chars = ascii_letters + '*'
+   needed_chars = ascii_letters + digits + '*'
if not set(query).intersection(needed_chars):
raise errors.GentoolkitInvalidPackage(query)
 



<    1   2   3   >