[gentoo-commits] repo/gentoo:master commit in: www-apps/klaus/

2023-06-14 Thread Louis Sautier
commit: 3c3f29cbdd169325b360e55989c3d171e3d1d8e6
Author: Louis Sautier  gentoo  org>
AuthorDate: Wed Jun 14 11:26:27 2023 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Wed Jun 14 11:29:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c3f29cb

www-apps/klaus: restrict tests, #908453

Closes: https://bugs.gentoo.org/908453
Signed-off-by: Louis Sautier  gentoo.org>

 www-apps/klaus/klaus-2.0.3.ebuild | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/www-apps/klaus/klaus-2.0.3.ebuild 
b/www-apps/klaus/klaus-2.0.3.ebuild
index 41b3713ceb0a..af488c89f7ae 100644
--- a/www-apps/klaus/klaus-2.0.3.ebuild
+++ b/www-apps/klaus/klaus-2.0.3.ebuild
@@ -16,6 +16,10 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="ctags"
 
+# Tests can only be run from a git repository so they are not included in
+# source distributions.
+RESTRICT="test"
+
 RDEPEND="
>=dev-python/dulwich-0.19.3[${PYTHON_USEDEP}]
dev-python/flask[${PYTHON_USEDEP}]
@@ -25,9 +29,6 @@ RDEPEND="
ctags? ( dev-python/python-ctags3[${PYTHON_USEDEP}] )
 "
 
-# The tests can only be run from a git repository
-# so they are not included in the source distributions
-
 python_install_all() {
distutils-r1_python_install_all
doman ${PN}.1



[gentoo-commits] repo/gentoo:master commit in: www-apps/klaus/

2023-06-13 Thread Louis Sautier
commit: 76f034343f5ba672554981d7e82b3ce3a097ba61
Author: Louis Sautier  gentoo  org>
AuthorDate: Tue Jun 13 12:05:21 2023 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Tue Jun 13 12:05:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76f03434

www-apps/klaus: add 2.0.3

Signed-off-by: Louis Sautier  gentoo.org>

 www-apps/klaus/Manifest   |  1 +
 www-apps/klaus/klaus-2.0.3.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/www-apps/klaus/Manifest b/www-apps/klaus/Manifest
index 9cde6004cc56..f18d5856d648 100644
--- a/www-apps/klaus/Manifest
+++ b/www-apps/klaus/Manifest
@@ -1 +1,2 @@
 DIST klaus-2.0.2.tar.gz 43030 BLAKE2B 
ba3a1d07d92ab02e43a31f9e720e26bafc744c2867b8bd6cf300d6e2fdcbcb560a426e8cf55bd6d8c11d23775ae5beddb8fd3ee89c3b0f21302bb463cc2571f3
 SHA512 
87aa4943d4e918c7ac9c269c095b8381b9e367ed68a50fb70bd75e02ec723c379d0ceaa2da9d5b81484b4c308941283dd2fb58046ba18e0950611c51b2337edd
+DIST klaus-2.0.3.tar.gz 46961 BLAKE2B 
29d84ccf829853f091f8bc944e4bf0ec119e1a2dcf67c7d82561a0924cc60634ec67580b6d9103fe33e7a4f40dc909d9dd04f1765441b9dbfd2638adad91df48
 SHA512 
81bb1ecd01555bb3e49b4fa482e8bfc679b9754047508201467640bab25e56e3f109339efa419f00b05d99d27138a16ab5fb7c3578792992e343653eb175fc1e

diff --git a/www-apps/klaus/klaus-2.0.3.ebuild 
b/www-apps/klaus/klaus-2.0.3.ebuild
new file mode 100644
index ..41b3713ceb0a
--- /dev/null
+++ b/www-apps/klaus/klaus-2.0.3.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A simple, easy-to-set-up Git web viewer"
+HOMEPAGE="https://github.com/jonashaag/klaus/;
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="ctags"
+
+RDEPEND="
+   >=dev-python/dulwich-0.19.3[${PYTHON_USEDEP}]
+   dev-python/flask[${PYTHON_USEDEP}]
+   dev-python/httpauth[${PYTHON_USEDEP}]
+   dev-python/humanize[${PYTHON_USEDEP}]
+   dev-python/pygments[${PYTHON_USEDEP}]
+   ctags? ( dev-python/python-ctags3[${PYTHON_USEDEP}] )
+"
+
+# The tests can only be run from a git repository
+# so they are not included in the source distributions
+
+python_install_all() {
+   distutils-r1_python_install_all
+   doman ${PN}.1
+}



[gentoo-commits] repo/gentoo:master commit in: www-apps/klaus/

2023-05-20 Thread Michał Górny
commit: 2d79ec1002fdfd231ff2139966ddbe4dd5053b37
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 20 07:34:09 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 20 07:34:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d79ec10

www-apps/klaus: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 www-apps/klaus/Manifest   |  1 -
 www-apps/klaus/klaus-1.5.2.ebuild | 35 ---
 2 files changed, 36 deletions(-)

diff --git a/www-apps/klaus/Manifest b/www-apps/klaus/Manifest
index cdbfdada9389..9cde6004cc56 100644
--- a/www-apps/klaus/Manifest
+++ b/www-apps/klaus/Manifest
@@ -1,2 +1 @@
-DIST klaus-1.5.2.tar.gz 38168 BLAKE2B 
4bcaf91ce641ca1f937d8b1b46367caf0ac7e9130fe222c820ded7cca8a708d1374142b09ae511da2695a64b3f2b67be69645d05602779c05081081b29494d9d
 SHA512 
6423bfbef83f09b9abe4a1150d096ae72fc058a81c60fac585796918fa7c12b9a81c4d5808cf2e18acda5f6b891eaf93ed72a2e229b5b8d6ab5f060ea3230932
 DIST klaus-2.0.2.tar.gz 43030 BLAKE2B 
ba3a1d07d92ab02e43a31f9e720e26bafc744c2867b8bd6cf300d6e2fdcbcb560a426e8cf55bd6d8c11d23775ae5beddb8fd3ee89c3b0f21302bb463cc2571f3
 SHA512 
87aa4943d4e918c7ac9c269c095b8381b9e367ed68a50fb70bd75e02ec723c379d0ceaa2da9d5b81484b4c308941283dd2fb58046ba18e0950611c51b2337edd

diff --git a/www-apps/klaus/klaus-1.5.2.ebuild 
b/www-apps/klaus/klaus-1.5.2.ebuild
deleted file mode 100644
index d48efd0ea888..
--- a/www-apps/klaus/klaus-1.5.2.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{9..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="A simple, easy-to-set-up Git web viewer"
-HOMEPAGE="https://github.com/jonashaag/klaus/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="ctags"
-
-RDEPEND="
-   >=dev-python/dulwich-0.19.3[${PYTHON_USEDEP}]
-   dev-python/flask[${PYTHON_USEDEP}]
-   dev-python/httpauth[${PYTHON_USEDEP}]
-   dev-python/humanize[${PYTHON_USEDEP}]
-   dev-python/pygments[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-   ctags? ( dev-python/python-ctags[${PYTHON_USEDEP}] )
-"
-
-# The tests can only be run from a git repository
-# so they are not included in the source distributions
-
-python_install_all() {
-   distutils-r1_python_install_all
-   doman ${PN}.1
-}



[gentoo-commits] repo/gentoo:master commit in: www-apps/klaus/

2023-03-16 Thread Michał Górny
commit: bb889f3a1f82f00efdca741ec5fff86ed6f847eb
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 16 16:04:11 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 16 18:50:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb889f3a

www-apps/klaus: Use pypi.eclass

Signed-off-by: Michał Górny  gentoo.org>

 www-apps/klaus/klaus-2.0.2.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/www-apps/klaus/klaus-2.0.2.ebuild 
b/www-apps/klaus/klaus-2.0.2.ebuild
index 3bea3595f8e4..803653024345 100644
--- a/www-apps/klaus/klaus-2.0.2.ebuild
+++ b/www-apps/klaus/klaus-2.0.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -6,11 +6,10 @@ EAPI=8
 DISTUTILS_USE_PEP517=setuptools
 PYTHON_COMPAT=( python3_{9..11} )
 
-inherit distutils-r1
+inherit distutils-r1 pypi
 
 DESCRIPTION="A simple, easy-to-set-up Git web viewer"
 HOMEPAGE="https://github.com/jonashaag/klaus/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="ISC"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: www-apps/klaus/

2022-11-26 Thread Louis Sautier
commit: d6ccbc069aee2e5fef977ff0fc6c0d13e231ee4d
Author: Louis Sautier  gentoo  org>
AuthorDate: Sat Nov 26 22:20:39 2022 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Sat Nov 26 22:22:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6ccbc06

www-apps/klaus: add 2.0.2, support Python 3.11, PEP517

Closes: https://bugs.gentoo.org/880751
Signed-off-by: Louis Sautier  gentoo.org>

 www-apps/klaus/Manifest   |  1 +
 www-apps/klaus/klaus-2.0.2.ebuild | 35 +++
 2 files changed, 36 insertions(+)

diff --git a/www-apps/klaus/Manifest b/www-apps/klaus/Manifest
index 375f12323851..cdbfdada9389 100644
--- a/www-apps/klaus/Manifest
+++ b/www-apps/klaus/Manifest
@@ -1 +1,2 @@
 DIST klaus-1.5.2.tar.gz 38168 BLAKE2B 
4bcaf91ce641ca1f937d8b1b46367caf0ac7e9130fe222c820ded7cca8a708d1374142b09ae511da2695a64b3f2b67be69645d05602779c05081081b29494d9d
 SHA512 
6423bfbef83f09b9abe4a1150d096ae72fc058a81c60fac585796918fa7c12b9a81c4d5808cf2e18acda5f6b891eaf93ed72a2e229b5b8d6ab5f060ea3230932
+DIST klaus-2.0.2.tar.gz 43030 BLAKE2B 
ba3a1d07d92ab02e43a31f9e720e26bafc744c2867b8bd6cf300d6e2fdcbcb560a426e8cf55bd6d8c11d23775ae5beddb8fd3ee89c3b0f21302bb463cc2571f3
 SHA512 
87aa4943d4e918c7ac9c269c095b8381b9e367ed68a50fb70bd75e02ec723c379d0ceaa2da9d5b81484b4c308941283dd2fb58046ba18e0950611c51b2337edd

diff --git a/www-apps/klaus/klaus-2.0.2.ebuild 
b/www-apps/klaus/klaus-2.0.2.ebuild
new file mode 100644
index ..3bea3595f8e4
--- /dev/null
+++ b/www-apps/klaus/klaus-2.0.2.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="A simple, easy-to-set-up Git web viewer"
+HOMEPAGE="https://github.com/jonashaag/klaus/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="ctags"
+
+RDEPEND="
+   >=dev-python/dulwich-0.19.3[${PYTHON_USEDEP}]
+   dev-python/flask[${PYTHON_USEDEP}]
+   dev-python/httpauth[${PYTHON_USEDEP}]
+   dev-python/humanize[${PYTHON_USEDEP}]
+   dev-python/pygments[${PYTHON_USEDEP}]
+   ctags? ( dev-python/python-ctags[${PYTHON_USEDEP}] )
+"
+
+# The tests can only be run from a git repository
+# so they are not included in the source distributions
+
+python_install_all() {
+   distutils-r1_python_install_all
+   doman ${PN}.1
+}



[gentoo-commits] repo/gentoo:master commit in: www-apps/klaus/

2021-08-05 Thread Louis Sautier
commit: dea2b2da54ed005a83a6ca398b6cfc151622a685
Author: Louis Sautier  gentoo  org>
AuthorDate: Thu Aug  5 19:23:41 2021 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Thu Aug  5 19:25:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dea2b2da

www-apps/klaus: enable py3.10

Signed-off-by: Louis Sautier  gentoo.org>

 www-apps/klaus/klaus-1.5.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-apps/klaus/klaus-1.5.2.ebuild 
b/www-apps/klaus/klaus-1.5.2.ebuild
index c95b4a0b0ac..602bd7a5eb1 100644
--- a/www-apps/klaus/klaus-1.5.2.ebuild
+++ b/www-apps/klaus/klaus-1.5.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{7..10} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: www-apps/klaus/

2021-05-31 Thread Michał Górny
commit: 32abba1b60bfb4040cfb9e40782f4d0835e47dc9
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 31 21:05:48 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 31 21:05:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32abba1b

www-apps/klaus: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 www-apps/klaus/Manifest   |  1 -
 www-apps/klaus/klaus-1.5.1.ebuild | 36 
 2 files changed, 37 deletions(-)

diff --git a/www-apps/klaus/Manifest b/www-apps/klaus/Manifest
index 883f14091f3..375f1232385 100644
--- a/www-apps/klaus/Manifest
+++ b/www-apps/klaus/Manifest
@@ -1,2 +1 @@
-DIST klaus-1.5.1.tar.gz 37563 BLAKE2B 
164971626cab61d49e662fd356e0954e6ce8c1028d2452d661b3fdc386d835408e5aaaf83f14ec8851b7482e5a848086c6f15765811454ecf16628c01ba154b8
 SHA512 
a2244973ff93dbb00f5771755704fe7c6d5ee7f4f47189643f27cc114216a9b14327fc537b5c934c7ed8a08df52727600761402da0d492ffa5d5ba6c5f24af56
 DIST klaus-1.5.2.tar.gz 38168 BLAKE2B 
4bcaf91ce641ca1f937d8b1b46367caf0ac7e9130fe222c820ded7cca8a708d1374142b09ae511da2695a64b3f2b67be69645d05602779c05081081b29494d9d
 SHA512 
6423bfbef83f09b9abe4a1150d096ae72fc058a81c60fac585796918fa7c12b9a81c4d5808cf2e18acda5f6b891eaf93ed72a2e229b5b8d6ab5f060ea3230932

diff --git a/www-apps/klaus/klaus-1.5.1.ebuild 
b/www-apps/klaus/klaus-1.5.1.ebuild
deleted file mode 100644
index 7b539e69b9c..000
--- a/www-apps/klaus/klaus-1.5.1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="A simple, easy-to-set-up Git web viewer"
-HOMEPAGE="https://github.com/jonashaag/klaus/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="ctags"
-
-RDEPEND="
-   >=dev-python/dulwich-0.19.3[${PYTHON_USEDEP}]
-   dev-python/flask[${PYTHON_USEDEP}]
-   dev-python/httpauth[${PYTHON_USEDEP}]
-   dev-python/humanize[${PYTHON_USEDEP}]
-   dev-python/pygments[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-   ctags? ( dev-python/python-ctags[${PYTHON_USEDEP}] )
-"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
-# The tests can only be run from a git repository
-# so they are not included in the source distributions
-
-python_install_all() {
-   distutils-r1_python_install_all
-   doman ${PN}.1
-}



[gentoo-commits] repo/gentoo:master commit in: www-apps/klaus/

2021-01-10 Thread Sam James
commit: 2ae8e1e470379eafee097b22ac47fc74d6bf76df
Author: Sam James  gentoo  org>
AuthorDate: Sun Jan 10 22:08:37 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jan 10 22:27:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ae8e1e4

www-apps/klaus: mark ALLARCHES

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 www-apps/klaus/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/www-apps/klaus/metadata.xml b/www-apps/klaus/metadata.xml
index 4728e97c31b..bc2fd078ad6 100644
--- a/www-apps/klaus/metadata.xml
+++ b/www-apps/klaus/metadata.xml
@@ -9,6 +9,7 @@
monsie...@gentoo.org
Patrice Clement

+   

klaus
jonashaag/klaus



[gentoo-commits] repo/gentoo:master commit in: www-apps/klaus/

2020-09-07 Thread Louis Sautier
commit: 4166eb0a3c9d8f622d15bab0d1d7e4b821e6f935
Author: Louis Sautier  gentoo  org>
AuthorDate: Mon Sep  7 23:38:15 2020 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Mon Sep  7 23:42:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4166eb0a

www-apps/klaus: support Python 3.9, remove explicit setuptools dep.

Package-Manager: Portage-3.0.3, Repoman-2.3.23
Signed-off-by: Louis Sautier  gentoo.org>

 www-apps/klaus/klaus-1.5.2.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/www-apps/klaus/klaus-1.5.2.ebuild 
b/www-apps/klaus/klaus-1.5.2.ebuild
index 351c5e29721..a72bfd91a80 100644
--- a/www-apps/klaus/klaus-1.5.2.ebuild
+++ b/www-apps/klaus/klaus-1.5.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
 
 inherit distutils-r1
 
@@ -25,7 +25,6 @@ RDEPEND="
dev-python/six[${PYTHON_USEDEP}]
ctags? ( dev-python/python-ctags[${PYTHON_USEDEP}] )
 "
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 
 # The tests can only be run from a git repository
 # so they are not included in the source distributions



[gentoo-commits] repo/gentoo:master commit in: www-apps/klaus/

2020-03-11 Thread Louis Sautier
commit: eb91a2181e781903eddcadce5746090c7d592657
Author: Louis Sautier  gentoo  org>
AuthorDate: Wed Mar 11 17:12:10 2020 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Wed Mar 11 17:12:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb91a218

www-apps/klaus: remove old

Package-Manager: Portage-2.3.93, Repoman-2.3.20
Signed-off-by: Louis Sautier  gentoo.org>

 www-apps/klaus/Manifest   |  1 -
 www-apps/klaus/klaus-1.4.0.ebuild | 36 
 2 files changed, 37 deletions(-)

diff --git a/www-apps/klaus/Manifest b/www-apps/klaus/Manifest
index 2a4129b7bd5..883f14091f3 100644
--- a/www-apps/klaus/Manifest
+++ b/www-apps/klaus/Manifest
@@ -1,3 +1,2 @@
-DIST klaus-1.4.0.tar.gz 36879 BLAKE2B 
8a621338514e3be143c5b64a0a486d47edc7e7a14c839bc135e7c1693fd09ddea1529b5b2e1d8e0bb70f152629d7bff288f9221ae4243dac01995da4d00e5848
 SHA512 
8e596590fe29c62eeb823047780f747a0f4908f926dad8ff54000469dca013fcfcbaf7b53c0555db095fef71e4d9056e9b6e959005550bdfccc338f1ee3a5d2c
 DIST klaus-1.5.1.tar.gz 37563 BLAKE2B 
164971626cab61d49e662fd356e0954e6ce8c1028d2452d661b3fdc386d835408e5aaaf83f14ec8851b7482e5a848086c6f15765811454ecf16628c01ba154b8
 SHA512 
a2244973ff93dbb00f5771755704fe7c6d5ee7f4f47189643f27cc114216a9b14327fc537b5c934c7ed8a08df52727600761402da0d492ffa5d5ba6c5f24af56
 DIST klaus-1.5.2.tar.gz 38168 BLAKE2B 
4bcaf91ce641ca1f937d8b1b46367caf0ac7e9130fe222c820ded7cca8a708d1374142b09ae511da2695a64b3f2b67be69645d05602779c05081081b29494d9d
 SHA512 
6423bfbef83f09b9abe4a1150d096ae72fc058a81c60fac585796918fa7c12b9a81c4d5808cf2e18acda5f6b891eaf93ed72a2e229b5b8d6ab5f060ea3230932

diff --git a/www-apps/klaus/klaus-1.4.0.ebuild 
b/www-apps/klaus/klaus-1.4.0.ebuild
deleted file mode 100644
index 5293ee80373..000
--- a/www-apps/klaus/klaus-1.4.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7} )
-
-inherit distutils-r1
-
-DESCRIPTION="A simple, easy-to-set-up Git web viewer"
-HOMEPAGE="https://github.com/jonashaag/klaus/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="ctags"
-
-RDEPEND="
-   >=dev-python/dulwich-0.19.3[${PYTHON_USEDEP}]
-   dev-python/flask[${PYTHON_USEDEP}]
-   dev-python/httpauth[${PYTHON_USEDEP}]
-   dev-python/humanize[${PYTHON_USEDEP}]
-   dev-python/pygments[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-   ctags? ( dev-python/python-ctags[${PYTHON_USEDEP}] )
-"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
-# The tests can only be run from a git repository
-# so they are not included in the source distributions
-
-python_install_all() {
-   distutils-r1_python_install_all
-   doman ${PN}.1
-}



[gentoo-commits] repo/gentoo:master commit in: www-apps/klaus/

2020-03-11 Thread Louis Sautier
commit: cb5ce2b431b892d312d67a117f6460c324f62440
Author: Louis Sautier  gentoo  org>
AuthorDate: Wed Mar 11 17:11:40 2020 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Wed Mar 11 17:12:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb5ce2b4

www-apps/klaus: bump to 1.5.2, add Python 3.8 support

Package-Manager: Portage-2.3.93, Repoman-2.3.20
Signed-off-by: Louis Sautier  gentoo.org>

 www-apps/klaus/Manifest   |  1 +
 www-apps/klaus/klaus-1.5.2.ebuild | 36 
 2 files changed, 37 insertions(+)

diff --git a/www-apps/klaus/Manifest b/www-apps/klaus/Manifest
index f7dd242ba09..2a4129b7bd5 100644
--- a/www-apps/klaus/Manifest
+++ b/www-apps/klaus/Manifest
@@ -1,2 +1,3 @@
 DIST klaus-1.4.0.tar.gz 36879 BLAKE2B 
8a621338514e3be143c5b64a0a486d47edc7e7a14c839bc135e7c1693fd09ddea1529b5b2e1d8e0bb70f152629d7bff288f9221ae4243dac01995da4d00e5848
 SHA512 
8e596590fe29c62eeb823047780f747a0f4908f926dad8ff54000469dca013fcfcbaf7b53c0555db095fef71e4d9056e9b6e959005550bdfccc338f1ee3a5d2c
 DIST klaus-1.5.1.tar.gz 37563 BLAKE2B 
164971626cab61d49e662fd356e0954e6ce8c1028d2452d661b3fdc386d835408e5aaaf83f14ec8851b7482e5a848086c6f15765811454ecf16628c01ba154b8
 SHA512 
a2244973ff93dbb00f5771755704fe7c6d5ee7f4f47189643f27cc114216a9b14327fc537b5c934c7ed8a08df52727600761402da0d492ffa5d5ba6c5f24af56
+DIST klaus-1.5.2.tar.gz 38168 BLAKE2B 
4bcaf91ce641ca1f937d8b1b46367caf0ac7e9130fe222c820ded7cca8a708d1374142b09ae511da2695a64b3f2b67be69645d05602779c05081081b29494d9d
 SHA512 
6423bfbef83f09b9abe4a1150d096ae72fc058a81c60fac585796918fa7c12b9a81c4d5808cf2e18acda5f6b891eaf93ed72a2e229b5b8d6ab5f060ea3230932

diff --git a/www-apps/klaus/klaus-1.5.2.ebuild 
b/www-apps/klaus/klaus-1.5.2.ebuild
new file mode 100644
index 000..351c5e29721
--- /dev/null
+++ b/www-apps/klaus/klaus-1.5.2.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+inherit distutils-r1
+
+DESCRIPTION="A simple, easy-to-set-up Git web viewer"
+HOMEPAGE="https://github.com/jonashaag/klaus/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="ctags"
+
+RDEPEND="
+   >=dev-python/dulwich-0.19.3[${PYTHON_USEDEP}]
+   dev-python/flask[${PYTHON_USEDEP}]
+   dev-python/httpauth[${PYTHON_USEDEP}]
+   dev-python/humanize[${PYTHON_USEDEP}]
+   dev-python/pygments[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   ctags? ( dev-python/python-ctags[${PYTHON_USEDEP}] )
+"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+
+# The tests can only be run from a git repository
+# so they are not included in the source distributions
+
+python_install_all() {
+   distutils-r1_python_install_all
+   doman ${PN}.1
+}



[gentoo-commits] repo/gentoo:master commit in: www-apps/klaus/

2020-02-05 Thread Michał Górny
commit: 53230e21760191577ee9b7d99356fc9e8a61b358
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb  5 14:14:54 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb  5 14:24:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53230e21

www-apps/klaus: Remove py2

Signed-off-by: Michał Górny  gentoo.org>

 www-apps/klaus/klaus-1.4.0.ebuild | 2 +-
 www-apps/klaus/klaus-1.5.1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-apps/klaus/klaus-1.4.0.ebuild 
b/www-apps/klaus/klaus-1.4.0.ebuild
index 88fc4b726a3..5293ee80373 100644
--- a/www-apps/klaus/klaus-1.4.0.ebuild
+++ b/www-apps/klaus/klaus-1.4.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_{6,7}} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1
 

diff --git a/www-apps/klaus/klaus-1.5.1.ebuild 
b/www-apps/klaus/klaus-1.5.1.ebuild
index 88fc4b726a3..5293ee80373 100644
--- a/www-apps/klaus/klaus-1.5.1.ebuild
+++ b/www-apps/klaus/klaus-1.5.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_{6,7}} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: www-apps/klaus/

2019-11-27 Thread Louis Sautier
commit: ddc05632d5a370f0270e3026c5a2b66141cec078
Author: Louis Sautier  gentoo  org>
AuthorDate: Wed Nov 27 14:36:40 2019 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Wed Nov 27 14:40:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddc05632

www-apps/klaus: remove old

Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Louis Sautier  gentoo.org>

 www-apps/klaus/Manifest   |  1 -
 www-apps/klaus/klaus-1.5.0.ebuild | 36 
 2 files changed, 37 deletions(-)

diff --git a/www-apps/klaus/Manifest b/www-apps/klaus/Manifest
index 2b5328e19a4..f7dd242ba09 100644
--- a/www-apps/klaus/Manifest
+++ b/www-apps/klaus/Manifest
@@ -1,3 +1,2 @@
 DIST klaus-1.4.0.tar.gz 36879 BLAKE2B 
8a621338514e3be143c5b64a0a486d47edc7e7a14c839bc135e7c1693fd09ddea1529b5b2e1d8e0bb70f152629d7bff288f9221ae4243dac01995da4d00e5848
 SHA512 
8e596590fe29c62eeb823047780f747a0f4908f926dad8ff54000469dca013fcfcbaf7b53c0555db095fef71e4d9056e9b6e959005550bdfccc338f1ee3a5d2c
-DIST klaus-1.5.0.tar.gz 37819 BLAKE2B 
06c987a6f0192e745d2216387d0547fa8d6787100fb75515e954830b214ac19e997d9da7eb6a9ecf30c9a7a7d3cbf1f63ced1cf3ec2544f16e7262fc79664489
 SHA512 
fa371bde18b112fafe26a2782d48123a083e111ab183c26e2af6a31a70a6028eb7c82bc5f3eda04703c61684ed990256e99d770b1328e4c61d3b0d13be65cb13
 DIST klaus-1.5.1.tar.gz 37563 BLAKE2B 
164971626cab61d49e662fd356e0954e6ce8c1028d2452d661b3fdc386d835408e5aaaf83f14ec8851b7482e5a848086c6f15765811454ecf16628c01ba154b8
 SHA512 
a2244973ff93dbb00f5771755704fe7c6d5ee7f4f47189643f27cc114216a9b14327fc537b5c934c7ed8a08df52727600761402da0d492ffa5d5ba6c5f24af56

diff --git a/www-apps/klaus/klaus-1.5.0.ebuild 
b/www-apps/klaus/klaus-1.5.0.ebuild
deleted file mode 100644
index 1966b9410b7..000
--- a/www-apps/klaus/klaus-1.5.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
-
-inherit distutils-r1
-
-DESCRIPTION="A simple, easy-to-set-up Git web viewer"
-HOMEPAGE="https://github.com/jonashaag/klaus/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="ctags"
-
-RDEPEND="
-   >=dev-python/dulwich-0.19.3[${PYTHON_USEDEP}]
-   dev-python/flask[${PYTHON_USEDEP}]
-   dev-python/httpauth[${PYTHON_USEDEP}]
-   dev-python/humanize[${PYTHON_USEDEP}]
-   dev-python/pygments[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-   ctags? ( dev-python/python-ctags[${PYTHON_USEDEP}] )
-"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
-# The tests can only be run from a git repository
-# so they are not included in the source distributions
-
-python_install_all() {
-   distutils-r1_python_install_all
-   doman ${PN}.1
-}



[gentoo-commits] repo/gentoo:master commit in: www-apps/klaus/

2019-11-27 Thread Louis Sautier
commit: 731cab581ac019b69ced2fbfcf3a516fcc146c15
Author: Louis Sautier  gentoo  org>
AuthorDate: Wed Nov 27 14:31:04 2019 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Wed Nov 27 14:40:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=731cab58

www-apps/klaus: bump to 1.5.1

Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Louis Sautier  gentoo.org>

 www-apps/klaus/Manifest   |  1 +
 www-apps/klaus/klaus-1.5.1.ebuild | 36 
 2 files changed, 37 insertions(+)

diff --git a/www-apps/klaus/Manifest b/www-apps/klaus/Manifest
index 0da73ca8bae..2b5328e19a4 100644
--- a/www-apps/klaus/Manifest
+++ b/www-apps/klaus/Manifest
@@ -1,2 +1,3 @@
 DIST klaus-1.4.0.tar.gz 36879 BLAKE2B 
8a621338514e3be143c5b64a0a486d47edc7e7a14c839bc135e7c1693fd09ddea1529b5b2e1d8e0bb70f152629d7bff288f9221ae4243dac01995da4d00e5848
 SHA512 
8e596590fe29c62eeb823047780f747a0f4908f926dad8ff54000469dca013fcfcbaf7b53c0555db095fef71e4d9056e9b6e959005550bdfccc338f1ee3a5d2c
 DIST klaus-1.5.0.tar.gz 37819 BLAKE2B 
06c987a6f0192e745d2216387d0547fa8d6787100fb75515e954830b214ac19e997d9da7eb6a9ecf30c9a7a7d3cbf1f63ced1cf3ec2544f16e7262fc79664489
 SHA512 
fa371bde18b112fafe26a2782d48123a083e111ab183c26e2af6a31a70a6028eb7c82bc5f3eda04703c61684ed990256e99d770b1328e4c61d3b0d13be65cb13
+DIST klaus-1.5.1.tar.gz 37563 BLAKE2B 
164971626cab61d49e662fd356e0954e6ce8c1028d2452d661b3fdc386d835408e5aaaf83f14ec8851b7482e5a848086c6f15765811454ecf16628c01ba154b8
 SHA512 
a2244973ff93dbb00f5771755704fe7c6d5ee7f4f47189643f27cc114216a9b14327fc537b5c934c7ed8a08df52727600761402da0d492ffa5d5ba6c5f24af56

diff --git a/www-apps/klaus/klaus-1.5.1.ebuild 
b/www-apps/klaus/klaus-1.5.1.ebuild
new file mode 100644
index 000..1966b9410b7
--- /dev/null
+++ b/www-apps/klaus/klaus-1.5.1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
+
+inherit distutils-r1
+
+DESCRIPTION="A simple, easy-to-set-up Git web viewer"
+HOMEPAGE="https://github.com/jonashaag/klaus/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="ctags"
+
+RDEPEND="
+   >=dev-python/dulwich-0.19.3[${PYTHON_USEDEP}]
+   dev-python/flask[${PYTHON_USEDEP}]
+   dev-python/httpauth[${PYTHON_USEDEP}]
+   dev-python/humanize[${PYTHON_USEDEP}]
+   dev-python/pygments[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   ctags? ( dev-python/python-ctags[${PYTHON_USEDEP}] )
+"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+
+# The tests can only be run from a git repository
+# so they are not included in the source distributions
+
+python_install_all() {
+   distutils-r1_python_install_all
+   doman ${PN}.1
+}



[gentoo-commits] repo/gentoo:master commit in: www-apps/klaus/

2019-11-03 Thread Louis Sautier
commit: 8690071aea0072a4df9e2477f38e37db77a0a124
Author: Louis Sautier  gentoo  org>
AuthorDate: Sun Nov  3 20:13:35 2019 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Sun Nov  3 20:14:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8690071a

www-apps/klaus: remove old

Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Louis Sautier  gentoo.org>

 www-apps/klaus/Manifest   |  1 -
 www-apps/klaus/klaus-1.3.0.ebuild | 31 ---
 2 files changed, 32 deletions(-)

diff --git a/www-apps/klaus/Manifest b/www-apps/klaus/Manifest
index 901293e3a4e..0da73ca8bae 100644
--- a/www-apps/klaus/Manifest
+++ b/www-apps/klaus/Manifest
@@ -1,3 +1,2 @@
-DIST klaus-1.3.0.tar.gz 35363 BLAKE2B 
881f9bd1a80d4a580a0dc84a7b8528a5703777817495639bb3ea8f608c2495287a37fe43839d0c64002e1d36453d37f116c73c9a7ef93651bc8a2d010d4d2e2c
 SHA512 
c159d8195b1bde43f46d013f0337e998d905b1f3a9a23caf5f71180d19192c3c391cc5143545bd3d05a2aef45451a43e873ca3828c8f9f69ae3eaaa0d00560cb
 DIST klaus-1.4.0.tar.gz 36879 BLAKE2B 
8a621338514e3be143c5b64a0a486d47edc7e7a14c839bc135e7c1693fd09ddea1529b5b2e1d8e0bb70f152629d7bff288f9221ae4243dac01995da4d00e5848
 SHA512 
8e596590fe29c62eeb823047780f747a0f4908f926dad8ff54000469dca013fcfcbaf7b53c0555db095fef71e4d9056e9b6e959005550bdfccc338f1ee3a5d2c
 DIST klaus-1.5.0.tar.gz 37819 BLAKE2B 
06c987a6f0192e745d2216387d0547fa8d6787100fb75515e954830b214ac19e997d9da7eb6a9ecf30c9a7a7d3cbf1f63ced1cf3ec2544f16e7262fc79664489
 SHA512 
fa371bde18b112fafe26a2782d48123a083e111ab183c26e2af6a31a70a6028eb7c82bc5f3eda04703c61684ed990256e99d770b1328e4c61d3b0d13be65cb13

diff --git a/www-apps/klaus/klaus-1.3.0.ebuild 
b/www-apps/klaus/klaus-1.3.0.ebuild
deleted file mode 100644
index 012d6a339be..000
--- a/www-apps/klaus/klaus-1.3.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
-
-inherit distutils-r1
-
-DESCRIPTION="A simple, easy-to-set-up Git web viewer"
-HOMEPAGE="https://github.com/jonashaag/klaus/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="ctags"
-
-RDEPEND="
-   >=dev-python/dulwich-0.19.3[${PYTHON_USEDEP}]
-   dev-python/flask[${PYTHON_USEDEP}]
-   dev-python/httpauth[${PYTHON_USEDEP}]
-   dev-python/humanize[${PYTHON_USEDEP}]
-   dev-python/pygments[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-   ctags? ( dev-python/python-ctags[${PYTHON_USEDEP}] )
-"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
-# The tests can only be run from a git repository
-# so they are not included in the source distributions



[gentoo-commits] repo/gentoo:master commit in: www-apps/klaus/

2019-11-03 Thread Louis Sautier
commit: 620840254e817d5aa32158a4646590791804c1dc
Author: Louis Sautier  gentoo  org>
AuthorDate: Sun Nov  3 20:13:23 2019 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Sun Nov  3 20:14:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62084025

www-apps/klaus: bump to 1.5.0

Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Louis Sautier  gentoo.org>

 www-apps/klaus/Manifest   |  1 +
 www-apps/klaus/klaus-1.5.0.ebuild | 36 
 2 files changed, 37 insertions(+)

diff --git a/www-apps/klaus/Manifest b/www-apps/klaus/Manifest
index 62b93f45230..901293e3a4e 100644
--- a/www-apps/klaus/Manifest
+++ b/www-apps/klaus/Manifest
@@ -1,2 +1,3 @@
 DIST klaus-1.3.0.tar.gz 35363 BLAKE2B 
881f9bd1a80d4a580a0dc84a7b8528a5703777817495639bb3ea8f608c2495287a37fe43839d0c64002e1d36453d37f116c73c9a7ef93651bc8a2d010d4d2e2c
 SHA512 
c159d8195b1bde43f46d013f0337e998d905b1f3a9a23caf5f71180d19192c3c391cc5143545bd3d05a2aef45451a43e873ca3828c8f9f69ae3eaaa0d00560cb
 DIST klaus-1.4.0.tar.gz 36879 BLAKE2B 
8a621338514e3be143c5b64a0a486d47edc7e7a14c839bc135e7c1693fd09ddea1529b5b2e1d8e0bb70f152629d7bff288f9221ae4243dac01995da4d00e5848
 SHA512 
8e596590fe29c62eeb823047780f747a0f4908f926dad8ff54000469dca013fcfcbaf7b53c0555db095fef71e4d9056e9b6e959005550bdfccc338f1ee3a5d2c
+DIST klaus-1.5.0.tar.gz 37819 BLAKE2B 
06c987a6f0192e745d2216387d0547fa8d6787100fb75515e954830b214ac19e997d9da7eb6a9ecf30c9a7a7d3cbf1f63ced1cf3ec2544f16e7262fc79664489
 SHA512 
fa371bde18b112fafe26a2782d48123a083e111ab183c26e2af6a31a70a6028eb7c82bc5f3eda04703c61684ed990256e99d770b1328e4c61d3b0d13be65cb13

diff --git a/www-apps/klaus/klaus-1.5.0.ebuild 
b/www-apps/klaus/klaus-1.5.0.ebuild
new file mode 100644
index 000..1966b9410b7
--- /dev/null
+++ b/www-apps/klaus/klaus-1.5.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
+
+inherit distutils-r1
+
+DESCRIPTION="A simple, easy-to-set-up Git web viewer"
+HOMEPAGE="https://github.com/jonashaag/klaus/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="ctags"
+
+RDEPEND="
+   >=dev-python/dulwich-0.19.3[${PYTHON_USEDEP}]
+   dev-python/flask[${PYTHON_USEDEP}]
+   dev-python/httpauth[${PYTHON_USEDEP}]
+   dev-python/humanize[${PYTHON_USEDEP}]
+   dev-python/pygments[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   ctags? ( dev-python/python-ctags[${PYTHON_USEDEP}] )
+"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+
+# The tests can only be run from a git repository
+# so they are not included in the source distributions
+
+python_install_all() {
+   distutils-r1_python_install_all
+   doman ${PN}.1
+}



[gentoo-commits] repo/gentoo:master commit in: www-apps/klaus/

2019-05-21 Thread Louis Sautier
commit: 4182327cb3707b29c1d4add84da9307710ed253c
Author: Louis Sautier  gentoo  org>
AuthorDate: Tue May 21 09:11:22 2019 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Tue May 21 09:11:22 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4182327c

www-apps/klaus: remove old

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Louis Sautier  gentoo.org>

 www-apps/klaus/Manifest   |  1 -
 www-apps/klaus/klaus-1.2.2.ebuild | 33 -
 2 files changed, 34 deletions(-)

diff --git a/www-apps/klaus/Manifest b/www-apps/klaus/Manifest
index 00bd7416901..62b93f45230 100644
--- a/www-apps/klaus/Manifest
+++ b/www-apps/klaus/Manifest
@@ -1,3 +1,2 @@
-DIST klaus-1.2.2.tar.gz 35308 BLAKE2B 
4ac2cd77f5c95fd207a83e1688b65e286009a5830c96fce442e3e4a2989a320c0980ab96a03817be27d45d01ccb5e2db277ed535d62a781006b4747c797838d2
 SHA512 
2f054ca3d285dcf334188d72bbbc4ea99fe8778126d0d215cfd3508cb294d52e2944b3e251f903a863df018ec61d9dcd779f5c6cd284fb2f6cd90abb98783176
 DIST klaus-1.3.0.tar.gz 35363 BLAKE2B 
881f9bd1a80d4a580a0dc84a7b8528a5703777817495639bb3ea8f608c2495287a37fe43839d0c64002e1d36453d37f116c73c9a7ef93651bc8a2d010d4d2e2c
 SHA512 
c159d8195b1bde43f46d013f0337e998d905b1f3a9a23caf5f71180d19192c3c391cc5143545bd3d05a2aef45451a43e873ca3828c8f9f69ae3eaaa0d00560cb
 DIST klaus-1.4.0.tar.gz 36879 BLAKE2B 
8a621338514e3be143c5b64a0a486d47edc7e7a14c839bc135e7c1693fd09ddea1529b5b2e1d8e0bb70f152629d7bff288f9221ae4243dac01995da4d00e5848
 SHA512 
8e596590fe29c62eeb823047780f747a0f4908f926dad8ff54000469dca013fcfcbaf7b53c0555db095fef71e4d9056e9b6e959005550bdfccc338f1ee3a5d2c

diff --git a/www-apps/klaus/klaus-1.2.2.ebuild 
b/www-apps/klaus/klaus-1.2.2.ebuild
deleted file mode 100644
index c7fba3e90a3..000
--- a/www-apps/klaus/klaus-1.2.2.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_5,3_6} )
-
-inherit distutils-r1
-
-DESCRIPTION="A simple, easy-to-set-up Git web viewer"
-HOMEPAGE="https://github.com/jonashaag/klaus/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="ctags"
-
-RDEPEND="
-   dev-python/six[${PYTHON_USEDEP}]
-   dev-python/flask[${PYTHON_USEDEP}]
-   dev-python/pygments[${PYTHON_USEDEP}]
-   >=dev-python/dulwich-0.13.0[${PYTHON_USEDEP}]
-   dev-python/httpauth[${PYTHON_USEDEP}]
-   dev-python/humanize[${PYTHON_USEDEP}]
-   ctags? (
-   dev-python/python-ctags[${PYTHON_USEDEP}]
-   )
-"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
-# The tests can only be run from a git repository
-# so they are not included in the source distributions



[gentoo-commits] repo/gentoo:master commit in: www-apps/klaus/

2019-05-21 Thread Louis Sautier
commit: b8927c8bffda43b0e36b12d9f196ba73435e0252
Author: Louis Sautier  gentoo  org>
AuthorDate: Tue May 21 09:11:05 2019 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Tue May 21 09:11:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8927c8b

www-apps/klaus: bump to 1.4.0, adds manpage

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Louis Sautier  gentoo.org>

 www-apps/klaus/Manifest   |  1 +
 www-apps/klaus/klaus-1.4.0.ebuild | 36 
 2 files changed, 37 insertions(+)

diff --git a/www-apps/klaus/Manifest b/www-apps/klaus/Manifest
index a692d2ea411..00bd7416901 100644
--- a/www-apps/klaus/Manifest
+++ b/www-apps/klaus/Manifest
@@ -1,2 +1,3 @@
 DIST klaus-1.2.2.tar.gz 35308 BLAKE2B 
4ac2cd77f5c95fd207a83e1688b65e286009a5830c96fce442e3e4a2989a320c0980ab96a03817be27d45d01ccb5e2db277ed535d62a781006b4747c797838d2
 SHA512 
2f054ca3d285dcf334188d72bbbc4ea99fe8778126d0d215cfd3508cb294d52e2944b3e251f903a863df018ec61d9dcd779f5c6cd284fb2f6cd90abb98783176
 DIST klaus-1.3.0.tar.gz 35363 BLAKE2B 
881f9bd1a80d4a580a0dc84a7b8528a5703777817495639bb3ea8f608c2495287a37fe43839d0c64002e1d36453d37f116c73c9a7ef93651bc8a2d010d4d2e2c
 SHA512 
c159d8195b1bde43f46d013f0337e998d905b1f3a9a23caf5f71180d19192c3c391cc5143545bd3d05a2aef45451a43e873ca3828c8f9f69ae3eaaa0d00560cb
+DIST klaus-1.4.0.tar.gz 36879 BLAKE2B 
8a621338514e3be143c5b64a0a486d47edc7e7a14c839bc135e7c1693fd09ddea1529b5b2e1d8e0bb70f152629d7bff288f9221ae4243dac01995da4d00e5848
 SHA512 
8e596590fe29c62eeb823047780f747a0f4908f926dad8ff54000469dca013fcfcbaf7b53c0555db095fef71e4d9056e9b6e959005550bdfccc338f1ee3a5d2c

diff --git a/www-apps/klaus/klaus-1.4.0.ebuild 
b/www-apps/klaus/klaus-1.4.0.ebuild
new file mode 100644
index 000..1966b9410b7
--- /dev/null
+++ b/www-apps/klaus/klaus-1.4.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
+
+inherit distutils-r1
+
+DESCRIPTION="A simple, easy-to-set-up Git web viewer"
+HOMEPAGE="https://github.com/jonashaag/klaus/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="ctags"
+
+RDEPEND="
+   >=dev-python/dulwich-0.19.3[${PYTHON_USEDEP}]
+   dev-python/flask[${PYTHON_USEDEP}]
+   dev-python/httpauth[${PYTHON_USEDEP}]
+   dev-python/humanize[${PYTHON_USEDEP}]
+   dev-python/pygments[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   ctags? ( dev-python/python-ctags[${PYTHON_USEDEP}] )
+"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+
+# The tests can only be run from a git repository
+# so they are not included in the source distributions
+
+python_install_all() {
+   distutils-r1_python_install_all
+   doman ${PN}.1
+}



[gentoo-commits] repo/gentoo:master commit in: www-apps/klaus/

2018-10-23 Thread Louis Sautier
commit: 7f56dd7e204a30f03f23448d6f3696d4204fcf2e
Author: Louis Sautier  gentoo  org>
AuthorDate: Tue Oct 23 08:46:47 2018 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Tue Oct 23 08:47:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f56dd7e

www-apps/klaus: add Python 3.7 support

Signed-off-by: Louis Sautier  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 www-apps/klaus/klaus-1.3.0.ebuild | 8 +++-
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/www-apps/klaus/klaus-1.3.0.ebuild 
b/www-apps/klaus/klaus-1.3.0.ebuild
index 56a7884..97d0bc760ba 100644
--- a/www-apps/klaus/klaus-1.3.0.ebuild
+++ b/www-apps/klaus/klaus-1.3.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+PYTHON_COMPAT=( python{2_7,3_{4,5,6,7}} )
 
 inherit distutils-r1
 
@@ -23,9 +23,7 @@ RDEPEND="
dev-python/humanize[${PYTHON_USEDEP}]
dev-python/pygments[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
-   ctags? (
-   dev-python/python-ctags[${PYTHON_USEDEP}]
-   )
+   ctags? ( dev-python/python-ctags[${PYTHON_USEDEP}] )
 "
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 



[gentoo-commits] repo/gentoo:master commit in: www-apps/klaus/

2018-06-26 Thread Louis Sautier
commit: 2916ae1b70b565afdab43509f20db83f41444f04
Author: Louis Sautier  gentoo  org>
AuthorDate: Tue Jun 26 14:50:06 2018 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Tue Jun 26 14:50:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2916ae1b

www-apps/klaus: remove old

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 www-apps/klaus/Manifest   |  2 --
 www-apps/klaus/klaus-1.1.0.ebuild | 30 --
 www-apps/klaus/klaus-1.2.1.ebuild | 33 -
 3 files changed, 65 deletions(-)

diff --git a/www-apps/klaus/Manifest b/www-apps/klaus/Manifest
index b204d32dd04..a692d2ea411 100644
--- a/www-apps/klaus/Manifest
+++ b/www-apps/klaus/Manifest
@@ -1,4 +1,2 @@
-DIST klaus-1.1.0.tar.gz 34937 BLAKE2B 
af69857da7d37bc0761caaa2c77f6f8bb2d0df013e2722c79e57d377793bf14f7a3aca6366e9d1598cb4a55b768dad280081f0464d502eb01dbb45fc3a650be3
 SHA512 
41c4af2ed4cbd0789b4c73e0b5a9b9e4da276b470c3dbf3a80020d27796e9469278586d0a1b6b99bdac2f26fd612749a772a0198744515683997d205ab69794f
-DIST klaus-1.2.1.tar.gz 35339 BLAKE2B 
b2ef93683e742c44fb5eb34a57d8f8102fe398058818489afda4e0a085fcfc0da6ece97bc45ebd5736dafd9b26215185bd3adf81e81535b45b46526cf19e476e
 SHA512 
9126ba7cf2b1d64c333ab3d935c797a85997c11f036e6821dda1276c3c8ba7d66004050ac78e796b9fe1beeed8698107b91f77196c282a34bfcc01f945235ba8
 DIST klaus-1.2.2.tar.gz 35308 BLAKE2B 
4ac2cd77f5c95fd207a83e1688b65e286009a5830c96fce442e3e4a2989a320c0980ab96a03817be27d45d01ccb5e2db277ed535d62a781006b4747c797838d2
 SHA512 
2f054ca3d285dcf334188d72bbbc4ea99fe8778126d0d215cfd3508cb294d52e2944b3e251f903a863df018ec61d9dcd779f5c6cd284fb2f6cd90abb98783176
 DIST klaus-1.3.0.tar.gz 35363 BLAKE2B 
881f9bd1a80d4a580a0dc84a7b8528a5703777817495639bb3ea8f608c2495287a37fe43839d0c64002e1d36453d37f116c73c9a7ef93651bc8a2d010d4d2e2c
 SHA512 
c159d8195b1bde43f46d013f0337e998d905b1f3a9a23caf5f71180d19192c3c391cc5143545bd3d05a2aef45451a43e873ca3828c8f9f69ae3eaaa0d00560cb

diff --git a/www-apps/klaus/klaus-1.1.0.ebuild 
b/www-apps/klaus/klaus-1.1.0.ebuild
deleted file mode 100644
index 010c93f5d1d..000
--- a/www-apps/klaus/klaus-1.1.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-
-inherit distutils-r1
-
-DESCRIPTION="A simple, easy-to-set-up Git web viewer"
-HOMEPAGE="https://github.com/jonashaag/klaus/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="ctags"
-
-RDEPEND="
-   dev-python/six[${PYTHON_USEDEP}]
-   dev-python/flask[${PYTHON_USEDEP}]
-   dev-python/pygments[${PYTHON_USEDEP}]
-   >=dev-python/dulwich-0.13.0[${PYTHON_USEDEP}]
-   dev-python/httpauth[${PYTHON_USEDEP}]
-   dev-python/humanize[${PYTHON_USEDEP}]
-   ctags? (
-   dev-python/python-ctags[${PYTHON_USEDEP}]
-   )
-"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"

diff --git a/www-apps/klaus/klaus-1.2.1.ebuild 
b/www-apps/klaus/klaus-1.2.1.ebuild
deleted file mode 100644
index ed6095ec5a5..000
--- a/www-apps/klaus/klaus-1.2.1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
-
-inherit distutils-r1
-
-DESCRIPTION="A simple, easy-to-set-up Git web viewer"
-HOMEPAGE="https://github.com/jonashaag/klaus/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="ctags"
-
-RDEPEND="
-   dev-python/six[${PYTHON_USEDEP}]
-   dev-python/flask[${PYTHON_USEDEP}]
-   dev-python/pygments[${PYTHON_USEDEP}]
-   >=dev-python/dulwich-0.13.0[${PYTHON_USEDEP}]
-   dev-python/httpauth[${PYTHON_USEDEP}]
-   dev-python/humanize[${PYTHON_USEDEP}]
-   ctags? (
-   dev-python/python-ctags[${PYTHON_USEDEP}]
-   )
-"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
-# The tests can only be run from a git repository
-# so they are not included in the source distributions



[gentoo-commits] repo/gentoo:master commit in: www-apps/klaus/

2018-06-26 Thread Louis Sautier
commit: 140fa1a10d00ab22a88ea021ee104c5df36a858a
Author: Louis Sautier  gentoo  org>
AuthorDate: Tue Jun 26 14:48:55 2018 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Tue Jun 26 14:50:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=140fa1a1

www-apps/klaus: bump to 1.3.0

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 www-apps/klaus/Manifest   |  1 +
 www-apps/klaus/klaus-1.3.0.ebuild | 33 +
 2 files changed, 34 insertions(+)

diff --git a/www-apps/klaus/Manifest b/www-apps/klaus/Manifest
index a2ce9226f9d..b204d32dd04 100644
--- a/www-apps/klaus/Manifest
+++ b/www-apps/klaus/Manifest
@@ -1,3 +1,4 @@
 DIST klaus-1.1.0.tar.gz 34937 BLAKE2B 
af69857da7d37bc0761caaa2c77f6f8bb2d0df013e2722c79e57d377793bf14f7a3aca6366e9d1598cb4a55b768dad280081f0464d502eb01dbb45fc3a650be3
 SHA512 
41c4af2ed4cbd0789b4c73e0b5a9b9e4da276b470c3dbf3a80020d27796e9469278586d0a1b6b99bdac2f26fd612749a772a0198744515683997d205ab69794f
 DIST klaus-1.2.1.tar.gz 35339 BLAKE2B 
b2ef93683e742c44fb5eb34a57d8f8102fe398058818489afda4e0a085fcfc0da6ece97bc45ebd5736dafd9b26215185bd3adf81e81535b45b46526cf19e476e
 SHA512 
9126ba7cf2b1d64c333ab3d935c797a85997c11f036e6821dda1276c3c8ba7d66004050ac78e796b9fe1beeed8698107b91f77196c282a34bfcc01f945235ba8
 DIST klaus-1.2.2.tar.gz 35308 BLAKE2B 
4ac2cd77f5c95fd207a83e1688b65e286009a5830c96fce442e3e4a2989a320c0980ab96a03817be27d45d01ccb5e2db277ed535d62a781006b4747c797838d2
 SHA512 
2f054ca3d285dcf334188d72bbbc4ea99fe8778126d0d215cfd3508cb294d52e2944b3e251f903a863df018ec61d9dcd779f5c6cd284fb2f6cd90abb98783176
+DIST klaus-1.3.0.tar.gz 35363 BLAKE2B 
881f9bd1a80d4a580a0dc84a7b8528a5703777817495639bb3ea8f608c2495287a37fe43839d0c64002e1d36453d37f116c73c9a7ef93651bc8a2d010d4d2e2c
 SHA512 
c159d8195b1bde43f46d013f0337e998d905b1f3a9a23caf5f71180d19192c3c391cc5143545bd3d05a2aef45451a43e873ca3828c8f9f69ae3eaaa0d00560cb

diff --git a/www-apps/klaus/klaus-1.3.0.ebuild 
b/www-apps/klaus/klaus-1.3.0.ebuild
new file mode 100644
index 000..56a7884
--- /dev/null
+++ b/www-apps/klaus/klaus-1.3.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+
+inherit distutils-r1
+
+DESCRIPTION="A simple, easy-to-set-up Git web viewer"
+HOMEPAGE="https://github.com/jonashaag/klaus/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="ctags"
+
+RDEPEND="
+   >=dev-python/dulwich-0.19.3[${PYTHON_USEDEP}]
+   dev-python/flask[${PYTHON_USEDEP}]
+   dev-python/httpauth[${PYTHON_USEDEP}]
+   dev-python/humanize[${PYTHON_USEDEP}]
+   dev-python/pygments[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   ctags? (
+   dev-python/python-ctags[${PYTHON_USEDEP}]
+   )
+"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+
+# The tests can only be run from a git repository
+# so they are not included in the source distributions



[gentoo-commits] repo/gentoo:master commit in: www-apps/klaus/

2018-06-18 Thread Louis Sautier
commit: 6321158844685b5cd27f9e392224a735e22f0b4b
Author: Louis Sautier  gentoo  org>
AuthorDate: Sun Jun 17 23:34:23 2018 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Mon Jun 18 10:34:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63211588

www-apps/klaus: change my email in metadata.xml

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 www-apps/klaus/metadata.xml | 6 +-
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/www-apps/klaus/metadata.xml b/www-apps/klaus/metadata.xml
index 17745f46a98..4728e97c31b 100644
--- a/www-apps/klaus/metadata.xml
+++ b/www-apps/klaus/metadata.xml
@@ -2,17 +2,13 @@
 http://www.gentoo.org/dtd/metadata.dtd;>
 

-   sautier.lo...@gmail.com
+   sb...@gentoo.org
Louis Sautier


monsie...@gentoo.org
Patrice Clement

-   
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
-   

klaus
jonashaag/klaus



[gentoo-commits] repo/gentoo:master commit in: www-apps/klaus/

2018-04-20 Thread Patrice Clement
commit: 5fd738261b6b44427702a2ce34f9f4c159d513f7
Author: Patrice Clement  gentoo  org>
AuthorDate: Fri Apr 20 21:57:55 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri Apr 20 22:45:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fd73826

www-apps/klaus: version bump.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 www-apps/klaus/Manifest   |  1 +
 www-apps/klaus/klaus-1.2.2.ebuild | 33 +
 2 files changed, 34 insertions(+)

diff --git a/www-apps/klaus/Manifest b/www-apps/klaus/Manifest
index 9318b323fbf..a2ce9226f9d 100644
--- a/www-apps/klaus/Manifest
+++ b/www-apps/klaus/Manifest
@@ -1,2 +1,3 @@
 DIST klaus-1.1.0.tar.gz 34937 BLAKE2B 
af69857da7d37bc0761caaa2c77f6f8bb2d0df013e2722c79e57d377793bf14f7a3aca6366e9d1598cb4a55b768dad280081f0464d502eb01dbb45fc3a650be3
 SHA512 
41c4af2ed4cbd0789b4c73e0b5a9b9e4da276b470c3dbf3a80020d27796e9469278586d0a1b6b99bdac2f26fd612749a772a0198744515683997d205ab69794f
 DIST klaus-1.2.1.tar.gz 35339 BLAKE2B 
b2ef93683e742c44fb5eb34a57d8f8102fe398058818489afda4e0a085fcfc0da6ece97bc45ebd5736dafd9b26215185bd3adf81e81535b45b46526cf19e476e
 SHA512 
9126ba7cf2b1d64c333ab3d935c797a85997c11f036e6821dda1276c3c8ba7d66004050ac78e796b9fe1beeed8698107b91f77196c282a34bfcc01f945235ba8
+DIST klaus-1.2.2.tar.gz 35308 BLAKE2B 
4ac2cd77f5c95fd207a83e1688b65e286009a5830c96fce442e3e4a2989a320c0980ab96a03817be27d45d01ccb5e2db277ed535d62a781006b4747c797838d2
 SHA512 
2f054ca3d285dcf334188d72bbbc4ea99fe8778126d0d215cfd3508cb294d52e2944b3e251f903a863df018ec61d9dcd779f5c6cd284fb2f6cd90abb98783176

diff --git a/www-apps/klaus/klaus-1.2.2.ebuild 
b/www-apps/klaus/klaus-1.2.2.ebuild
new file mode 100644
index 000..b5377c3de06
--- /dev/null
+++ b/www-apps/klaus/klaus-1.2.2.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+
+inherit distutils-r1
+
+DESCRIPTION="A simple, easy-to-set-up Git web viewer"
+HOMEPAGE="https://github.com/jonashaag/klaus/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="ctags"
+
+RDEPEND="
+   dev-python/six[${PYTHON_USEDEP}]
+   dev-python/flask[${PYTHON_USEDEP}]
+   dev-python/pygments[${PYTHON_USEDEP}]
+   >=dev-python/dulwich-0.13.0[${PYTHON_USEDEP}]
+   dev-python/httpauth[${PYTHON_USEDEP}]
+   dev-python/humanize[${PYTHON_USEDEP}]
+   ctags? (
+   dev-python/python-ctags[${PYTHON_USEDEP}]
+   )
+"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+
+# The tests can only be run from a git repository
+# so they are not included in the source distributions



[gentoo-commits] repo/gentoo:master commit in: www-apps/klaus/

2017-09-22 Thread Patrice Clement
commit: ba527db5d8ed7eec53a5ef4c0df286f8d05b68c4
Author: Louis Sautier  gmail  com>
AuthorDate: Mon Sep 18 23:46:18 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri Sep 22 13:11:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba527db5

www-apps/klaus: remove old.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 www-apps/klaus/Manifest   |  1 -
 www-apps/klaus/klaus-1.0.1.ebuild | 30 --
 2 files changed, 31 deletions(-)

diff --git a/www-apps/klaus/Manifest b/www-apps/klaus/Manifest
index e891b22ab8b..07dfdb35757 100644
--- a/www-apps/klaus/Manifest
+++ b/www-apps/klaus/Manifest
@@ -1,3 +1,2 @@
-DIST klaus-1.0.1.tar.gz 34119 SHA256 
07c29613fb74751c26c0445bbd0ac1781ebc0fca436ca4873ab646cc5f2d9894 SHA512 
3808e1a0cc6c72216696e65fb2d8075309a85949c0e12be1192489b1e84eafdff6f6a7859f91df072840cc9cacc5771b8a73ddc09f6cd7925411dc897b68df16
 WHIRLPOOL 
175f10c9d732ecc11ed0bb4325c22e6e0cd3da648242f296586829afbf1f04d0e1cdc10ae211cf5f5a4836fec9f24ceaaf676694e4ffcbdb2365f96e7322cb94
 DIST klaus-1.1.0.tar.gz 34937 SHA256 
b36f80d4ab031a0a6cf085ebb2981e61cab57d1533cc1a24d8063152b26b6cb8 SHA512 
41c4af2ed4cbd0789b4c73e0b5a9b9e4da276b470c3dbf3a80020d27796e9469278586d0a1b6b99bdac2f26fd612749a772a0198744515683997d205ab69794f
 WHIRLPOOL 
f73968221c23fba8eccab916a3c5867a0276beea4cbed8000f15919a0f5e8c0cdd505ac3740df58ec26b67a67c19fd7509654706cb1badfa99627367c557a2af
 DIST klaus-1.2.1.tar.gz 35339 SHA256 
c88c702930f777229445be8ae69d2b90c0eda4e9a9a818cb115218ba4115b6d7 SHA512 
9126ba7cf2b1d64c333ab3d935c797a85997c11f036e6821dda1276c3c8ba7d66004050ac78e796b9fe1beeed8698107b91f77196c282a34bfcc01f945235ba8
 WHIRLPOOL 
2eb885d351db3c6ba45215a14eb6457774edb56cde6fe18c7f894725254b02c5feecad15843cecfae432347feef0c454f361eab4cdb91029585236ce7e26d51d

diff --git a/www-apps/klaus/klaus-1.0.1.ebuild 
b/www-apps/klaus/klaus-1.0.1.ebuild
deleted file mode 100644
index 735dbfb4ed2..000
--- a/www-apps/klaus/klaus-1.0.1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-
-inherit distutils-r1
-
-DESCRIPTION="A simple, easy-to-set-up Git web viewer"
-HOMEPAGE="https://github.com/jonashaag/klaus/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="ctags"
-
-RDEPEND="
-   dev-python/six[${PYTHON_USEDEP}]
-   dev-python/flask[${PYTHON_USEDEP}]
-   dev-python/pygments[${PYTHON_USEDEP}]
-   >=dev-python/dulwich-0.13.0[${PYTHON_USEDEP}]
-   dev-python/httpauth[${PYTHON_USEDEP}]
-   dev-python/humanize[${PYTHON_USEDEP}]
-   ctags? (
-   dev-python/python-ctags[${PYTHON_USEDEP}]
-   )
-"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: www-apps/klaus/

2017-09-22 Thread Patrice Clement
commit: 9e6c12e33d6e80b977c01af5d4c184df5ddcee07
Author: Louis Sautier  gmail  com>
AuthorDate: Mon Sep 18 23:34:32 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri Sep 22 13:11:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e6c12e3

www-apps/klaus: version bump to 1.2.1 and add py3.6 to PYTHON_COMPAT.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 www-apps/klaus/Manifest   |  1 +
 www-apps/klaus/klaus-1.2.1.ebuild | 33 +
 www-apps/klaus/metadata.xml   |  1 -
 3 files changed, 34 insertions(+), 1 deletion(-)

diff --git a/www-apps/klaus/Manifest b/www-apps/klaus/Manifest
index 18c613caebc..e891b22ab8b 100644
--- a/www-apps/klaus/Manifest
+++ b/www-apps/klaus/Manifest
@@ -1,2 +1,3 @@
 DIST klaus-1.0.1.tar.gz 34119 SHA256 
07c29613fb74751c26c0445bbd0ac1781ebc0fca436ca4873ab646cc5f2d9894 SHA512 
3808e1a0cc6c72216696e65fb2d8075309a85949c0e12be1192489b1e84eafdff6f6a7859f91df072840cc9cacc5771b8a73ddc09f6cd7925411dc897b68df16
 WHIRLPOOL 
175f10c9d732ecc11ed0bb4325c22e6e0cd3da648242f296586829afbf1f04d0e1cdc10ae211cf5f5a4836fec9f24ceaaf676694e4ffcbdb2365f96e7322cb94
 DIST klaus-1.1.0.tar.gz 34937 SHA256 
b36f80d4ab031a0a6cf085ebb2981e61cab57d1533cc1a24d8063152b26b6cb8 SHA512 
41c4af2ed4cbd0789b4c73e0b5a9b9e4da276b470c3dbf3a80020d27796e9469278586d0a1b6b99bdac2f26fd612749a772a0198744515683997d205ab69794f
 WHIRLPOOL 
f73968221c23fba8eccab916a3c5867a0276beea4cbed8000f15919a0f5e8c0cdd505ac3740df58ec26b67a67c19fd7509654706cb1badfa99627367c557a2af
+DIST klaus-1.2.1.tar.gz 35339 SHA256 
c88c702930f777229445be8ae69d2b90c0eda4e9a9a818cb115218ba4115b6d7 SHA512 
9126ba7cf2b1d64c333ab3d935c797a85997c11f036e6821dda1276c3c8ba7d66004050ac78e796b9fe1beeed8698107b91f77196c282a34bfcc01f945235ba8
 WHIRLPOOL 
2eb885d351db3c6ba45215a14eb6457774edb56cde6fe18c7f894725254b02c5feecad15843cecfae432347feef0c454f361eab4cdb91029585236ce7e26d51d

diff --git a/www-apps/klaus/klaus-1.2.1.ebuild 
b/www-apps/klaus/klaus-1.2.1.ebuild
new file mode 100644
index 000..ed6095ec5a5
--- /dev/null
+++ b/www-apps/klaus/klaus-1.2.1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+
+inherit distutils-r1
+
+DESCRIPTION="A simple, easy-to-set-up Git web viewer"
+HOMEPAGE="https://github.com/jonashaag/klaus/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="ctags"
+
+RDEPEND="
+   dev-python/six[${PYTHON_USEDEP}]
+   dev-python/flask[${PYTHON_USEDEP}]
+   dev-python/pygments[${PYTHON_USEDEP}]
+   >=dev-python/dulwich-0.13.0[${PYTHON_USEDEP}]
+   dev-python/httpauth[${PYTHON_USEDEP}]
+   dev-python/humanize[${PYTHON_USEDEP}]
+   ctags? (
+   dev-python/python-ctags[${PYTHON_USEDEP}]
+   )
+"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+
+# The tests can only be run from a git repository
+# so they are not included in the source distributions

diff --git a/www-apps/klaus/metadata.xml b/www-apps/klaus/metadata.xml
index 10d370c7120..17745f46a98 100644
--- a/www-apps/klaus/metadata.xml
+++ b/www-apps/klaus/metadata.xml
@@ -4,7 +4,6 @@

sautier.lo...@gmail.com
Louis Sautier
-   Proxied maintainer; set to assignee in all 
bugs


monsie...@gentoo.org



[gentoo-commits] repo/gentoo:master commit in: www-apps/klaus/

2017-02-08 Thread Patrice Clement
commit: bc02c2716acd1ccb67b45a11980a65effba456e4
Author: Patrice Clement  gentoo  org>
AuthorDate: Wed Feb  8 23:19:34 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed Feb  8 23:19:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc02c271

www-apps/klaus: clean up old.

Package-Manager: portage-2.3.3

 www-apps/klaus/Manifest   |  1 -
 www-apps/klaus/klaus-0.9.1.ebuild | 31 ---
 2 files changed, 32 deletions(-)

diff --git a/www-apps/klaus/Manifest b/www-apps/klaus/Manifest
index a93f8aff42..18c613caeb 100644
--- a/www-apps/klaus/Manifest
+++ b/www-apps/klaus/Manifest
@@ -1,3 +1,2 @@
-DIST klaus-0.9.1.tar.gz 34879 SHA256 
6b68bf6941f0ee0ceab99a4ec553458debae06f1c04e165484585c27c7237e5b SHA512 
bd7e774302aa9e42d158b5123adbe47594c32fe7f94a4968c65eb76143c338a9df0250b40cb415e571f90fe00d67b68555f11bef580e0a44245b19ae8e0b5a31
 WHIRLPOOL 
3b8205ad85f7afacf787c5b8cd178c3edc426263d240168328be31d9f009c87e0514a0eb61e06dcdd6c64bdc2d5c242c49a61879442887ea601bd21a3ee2d63f
 DIST klaus-1.0.1.tar.gz 34119 SHA256 
07c29613fb74751c26c0445bbd0ac1781ebc0fca436ca4873ab646cc5f2d9894 SHA512 
3808e1a0cc6c72216696e65fb2d8075309a85949c0e12be1192489b1e84eafdff6f6a7859f91df072840cc9cacc5771b8a73ddc09f6cd7925411dc897b68df16
 WHIRLPOOL 
175f10c9d732ecc11ed0bb4325c22e6e0cd3da648242f296586829afbf1f04d0e1cdc10ae211cf5f5a4836fec9f24ceaaf676694e4ffcbdb2365f96e7322cb94
 DIST klaus-1.1.0.tar.gz 34937 SHA256 
b36f80d4ab031a0a6cf085ebb2981e61cab57d1533cc1a24d8063152b26b6cb8 SHA512 
41c4af2ed4cbd0789b4c73e0b5a9b9e4da276b470c3dbf3a80020d27796e9469278586d0a1b6b99bdac2f26fd612749a772a0198744515683997d205ab69794f
 WHIRLPOOL 
f73968221c23fba8eccab916a3c5867a0276beea4cbed8000f15919a0f5e8c0cdd505ac3740df58ec26b67a67c19fd7509654706cb1badfa99627367c557a2af

diff --git a/www-apps/klaus/klaus-0.9.1.ebuild 
b/www-apps/klaus/klaus-0.9.1.ebuild
deleted file mode 100644
index 09d638bc8a..00
--- a/www-apps/klaus/klaus-0.9.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="A simple, easy-to-set-up Git web viewer"
-HOMEPAGE="https://github.com/jonashaag/klaus/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="ctags"
-
-RDEPEND="
-   dev-python/six[${PYTHON_USEDEP}]
-   dev-python/flask[${PYTHON_USEDEP}]
-   dev-python/pygments[${PYTHON_USEDEP}]
-   >=dev-python/dulwich-0.12.0[${PYTHON_USEDEP}]
-   dev-python/httpauth[${PYTHON_USEDEP}]
-   dev-python/humanize[${PYTHON_USEDEP}]
-   ctags? (
-   dev-python/python-ctags[${PYTHON_USEDEP}]
-   )
-"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: www-apps/klaus/

2017-02-08 Thread Patrice Clement
commit: 8a14d53ab346601dc78a600d06eb4339dbb2645f
Author: Patrice Clement  gentoo  org>
AuthorDate: Wed Feb  8 22:47:27 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed Feb  8 22:47:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a14d53a

www-apps/klaus: version bump.

Package-Manager: portage-2.3.3

 www-apps/klaus/Manifest   |  1 +
 www-apps/klaus/klaus-1.1.0.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/www-apps/klaus/Manifest b/www-apps/klaus/Manifest
index 783f96c0bc..a93f8aff42 100644
--- a/www-apps/klaus/Manifest
+++ b/www-apps/klaus/Manifest
@@ -1,2 +1,3 @@
 DIST klaus-0.9.1.tar.gz 34879 SHA256 
6b68bf6941f0ee0ceab99a4ec553458debae06f1c04e165484585c27c7237e5b SHA512 
bd7e774302aa9e42d158b5123adbe47594c32fe7f94a4968c65eb76143c338a9df0250b40cb415e571f90fe00d67b68555f11bef580e0a44245b19ae8e0b5a31
 WHIRLPOOL 
3b8205ad85f7afacf787c5b8cd178c3edc426263d240168328be31d9f009c87e0514a0eb61e06dcdd6c64bdc2d5c242c49a61879442887ea601bd21a3ee2d63f
 DIST klaus-1.0.1.tar.gz 34119 SHA256 
07c29613fb74751c26c0445bbd0ac1781ebc0fca436ca4873ab646cc5f2d9894 SHA512 
3808e1a0cc6c72216696e65fb2d8075309a85949c0e12be1192489b1e84eafdff6f6a7859f91df072840cc9cacc5771b8a73ddc09f6cd7925411dc897b68df16
 WHIRLPOOL 
175f10c9d732ecc11ed0bb4325c22e6e0cd3da648242f296586829afbf1f04d0e1cdc10ae211cf5f5a4836fec9f24ceaaf676694e4ffcbdb2365f96e7322cb94
+DIST klaus-1.1.0.tar.gz 34937 SHA256 
b36f80d4ab031a0a6cf085ebb2981e61cab57d1533cc1a24d8063152b26b6cb8 SHA512 
41c4af2ed4cbd0789b4c73e0b5a9b9e4da276b470c3dbf3a80020d27796e9469278586d0a1b6b99bdac2f26fd612749a772a0198744515683997d205ab69794f
 WHIRLPOOL 
f73968221c23fba8eccab916a3c5867a0276beea4cbed8000f15919a0f5e8c0cdd505ac3740df58ec26b67a67c19fd7509654706cb1badfa99627367c557a2af

diff --git a/www-apps/klaus/klaus-1.1.0.ebuild 
b/www-apps/klaus/klaus-1.1.0.ebuild
new file mode 100644
index 00..5aea310eaa
--- /dev/null
+++ b/www-apps/klaus/klaus-1.1.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+
+inherit distutils-r1
+
+DESCRIPTION="A simple, easy-to-set-up Git web viewer"
+HOMEPAGE="https://github.com/jonashaag/klaus/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="ctags"
+
+RDEPEND="
+   dev-python/six[${PYTHON_USEDEP}]
+   dev-python/flask[${PYTHON_USEDEP}]
+   dev-python/pygments[${PYTHON_USEDEP}]
+   >=dev-python/dulwich-0.13.0[${PYTHON_USEDEP}]
+   dev-python/httpauth[${PYTHON_USEDEP}]
+   dev-python/humanize[${PYTHON_USEDEP}]
+   ctags? (
+   dev-python/python-ctags[${PYTHON_USEDEP}]
+   )
+"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: www-apps/klaus/

2016-06-01 Thread Patrice Clement
commit: e2476d86c53f6dde15c45e16b5dd8d7767cdbaf7
Author: Louis Sautier  gmail  com>
AuthorDate: Tue May 31 10:45:41 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed Jun  1 07:07:45 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2476d86

www-apps/klaus: add Python 3 support

Package-Manager: portage-2.3.0_rc1
Closes: https://github.com/gentoo/gentoo/pull/1572

Signed-off-by: Patrice Clement  gentoo.org>

 www-apps/klaus/klaus-1.0.1.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/www-apps/klaus/klaus-1.0.1.ebuild 
b/www-apps/klaus/klaus-1.0.1.ebuild
index 9f7ebd0..97cbe3e 100644
--- a/www-apps/klaus/klaus-1.0.1.ebuild
+++ b/www-apps/klaus/klaus-1.0.1.ebuild
@@ -1,9 +1,10 @@
 # Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
+
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 
 inherit distutils-r1
 
@@ -20,7 +21,7 @@ RDEPEND="
dev-python/six[${PYTHON_USEDEP}]
dev-python/flask[${PYTHON_USEDEP}]
dev-python/pygments[${PYTHON_USEDEP}]
-   >=dev-python/dulwich-0.12.0[${PYTHON_USEDEP}]
+   >=dev-python/dulwich-0.13.0[${PYTHON_USEDEP}]
dev-python/httpauth[${PYTHON_USEDEP}]
dev-python/humanize[${PYTHON_USEDEP}]
ctags? (



[gentoo-commits] repo/gentoo:master commit in: www-apps/klaus/

2016-06-01 Thread Patrice Clement
commit: e852bcd286cfc5572c3577ddc847cfde082d8a98
Author: Louis Sautier  gmail  com>
AuthorDate: Tue May 31 10:34:38 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed Jun  1 07:07:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e852bcd2

www-apps/klaus: remove old

Package-Manager: portage-2.3.0_rc1
Closes: https://github.com/gentoo/gentoo/pull/1572

Signed-off-by: Patrice Clement  gentoo.org>

 www-apps/klaus/Manifest   |  1 -
 www-apps/klaus/klaus-0.8.0.ebuild | 31 ---
 2 files changed, 32 deletions(-)

diff --git a/www-apps/klaus/Manifest b/www-apps/klaus/Manifest
index b9cf3fe..783f96c 100644
--- a/www-apps/klaus/Manifest
+++ b/www-apps/klaus/Manifest
@@ -1,3 +1,2 @@
-DIST klaus-0.8.0.tar.gz 34896 SHA256 
233ae0f75b6e2e9414c3ad53c1332c9ba8cb80f4ed8a96fffe0408cdbca4fec2 SHA512 
6c5407705d3b81761cdeac17e680392b872c4211f6220e3130953aaf980a36417cddc1aa78d34ee7b25a68ccb1d6c8eff6f2c7d0a17c80fe26c24bf0d67198c8
 WHIRLPOOL 
941d3db4ad404efd61ac959c81baef4e4ebda786415258810beff4e3736613ec2c84f11c745dd75be0bcd36e22e87416e63ebc2e26eb45cb39d7c0704876659a
 DIST klaus-0.9.1.tar.gz 34879 SHA256 
6b68bf6941f0ee0ceab99a4ec553458debae06f1c04e165484585c27c7237e5b SHA512 
bd7e774302aa9e42d158b5123adbe47594c32fe7f94a4968c65eb76143c338a9df0250b40cb415e571f90fe00d67b68555f11bef580e0a44245b19ae8e0b5a31
 WHIRLPOOL 
3b8205ad85f7afacf787c5b8cd178c3edc426263d240168328be31d9f009c87e0514a0eb61e06dcdd6c64bdc2d5c242c49a61879442887ea601bd21a3ee2d63f
 DIST klaus-1.0.1.tar.gz 34119 SHA256 
07c29613fb74751c26c0445bbd0ac1781ebc0fca436ca4873ab646cc5f2d9894 SHA512 
3808e1a0cc6c72216696e65fb2d8075309a85949c0e12be1192489b1e84eafdff6f6a7859f91df072840cc9cacc5771b8a73ddc09f6cd7925411dc897b68df16
 WHIRLPOOL 
175f10c9d732ecc11ed0bb4325c22e6e0cd3da648242f296586829afbf1f04d0e1cdc10ae211cf5f5a4836fec9f24ceaaf676694e4ffcbdb2365f96e7322cb94

diff --git a/www-apps/klaus/klaus-0.8.0.ebuild 
b/www-apps/klaus/klaus-0.8.0.ebuild
deleted file mode 100644
index 09d638b..000
--- a/www-apps/klaus/klaus-0.8.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="A simple, easy-to-set-up Git web viewer"
-HOMEPAGE="https://github.com/jonashaag/klaus/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="ctags"
-
-RDEPEND="
-   dev-python/six[${PYTHON_USEDEP}]
-   dev-python/flask[${PYTHON_USEDEP}]
-   dev-python/pygments[${PYTHON_USEDEP}]
-   >=dev-python/dulwich-0.12.0[${PYTHON_USEDEP}]
-   dev-python/httpauth[${PYTHON_USEDEP}]
-   dev-python/humanize[${PYTHON_USEDEP}]
-   ctags? (
-   dev-python/python-ctags[${PYTHON_USEDEP}]
-   )
-"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: www-apps/klaus/

2016-05-31 Thread Patrice Clement
commit: 39b92750dc8e8b4099bf327d1b3cce40ce3eeffc
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue May 31 09:26:58 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue May 31 09:28:08 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39b92750

www-apps/klaus: Version bump.

Package-Manager: portage-2.2.28

 www-apps/klaus/Manifest   |  1 +
 www-apps/klaus/klaus-1.0.1.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/www-apps/klaus/Manifest b/www-apps/klaus/Manifest
index a435cca..b9cf3fe 100644
--- a/www-apps/klaus/Manifest
+++ b/www-apps/klaus/Manifest
@@ -1,2 +1,3 @@
 DIST klaus-0.8.0.tar.gz 34896 SHA256 
233ae0f75b6e2e9414c3ad53c1332c9ba8cb80f4ed8a96fffe0408cdbca4fec2 SHA512 
6c5407705d3b81761cdeac17e680392b872c4211f6220e3130953aaf980a36417cddc1aa78d34ee7b25a68ccb1d6c8eff6f2c7d0a17c80fe26c24bf0d67198c8
 WHIRLPOOL 
941d3db4ad404efd61ac959c81baef4e4ebda786415258810beff4e3736613ec2c84f11c745dd75be0bcd36e22e87416e63ebc2e26eb45cb39d7c0704876659a
 DIST klaus-0.9.1.tar.gz 34879 SHA256 
6b68bf6941f0ee0ceab99a4ec553458debae06f1c04e165484585c27c7237e5b SHA512 
bd7e774302aa9e42d158b5123adbe47594c32fe7f94a4968c65eb76143c338a9df0250b40cb415e571f90fe00d67b68555f11bef580e0a44245b19ae8e0b5a31
 WHIRLPOOL 
3b8205ad85f7afacf787c5b8cd178c3edc426263d240168328be31d9f009c87e0514a0eb61e06dcdd6c64bdc2d5c242c49a61879442887ea601bd21a3ee2d63f
+DIST klaus-1.0.1.tar.gz 34119 SHA256 
07c29613fb74751c26c0445bbd0ac1781ebc0fca436ca4873ab646cc5f2d9894 SHA512 
3808e1a0cc6c72216696e65fb2d8075309a85949c0e12be1192489b1e84eafdff6f6a7859f91df072840cc9cacc5771b8a73ddc09f6cd7925411dc897b68df16
 WHIRLPOOL 
175f10c9d732ecc11ed0bb4325c22e6e0cd3da648242f296586829afbf1f04d0e1cdc10ae211cf5f5a4836fec9f24ceaaf676694e4ffcbdb2365f96e7322cb94

diff --git a/www-apps/klaus/klaus-1.0.1.ebuild 
b/www-apps/klaus/klaus-1.0.1.ebuild
new file mode 100644
index 000..9f7ebd0
--- /dev/null
+++ b/www-apps/klaus/klaus-1.0.1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="A simple, easy-to-set-up Git web viewer"
+HOMEPAGE="https://github.com/jonashaag/klaus/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="ctags"
+
+RDEPEND="
+   dev-python/six[${PYTHON_USEDEP}]
+   dev-python/flask[${PYTHON_USEDEP}]
+   dev-python/pygments[${PYTHON_USEDEP}]
+   >=dev-python/dulwich-0.12.0[${PYTHON_USEDEP}]
+   dev-python/httpauth[${PYTHON_USEDEP}]
+   dev-python/humanize[${PYTHON_USEDEP}]
+   ctags? (
+   dev-python/python-ctags[${PYTHON_USEDEP}]
+   )
+"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: www-apps/klaus/

2016-04-15 Thread Ian Delaney
commit: 0194282a67722323465ea79518a9871168d7cde7
Author: Louis Sautier  gmail  com>
AuthorDate: Thu Apr 14 21:50:12 2016 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Fri Apr 15 09:09:39 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0194282a

www-apps/klaus: bump to 0.9.1

Package-Manager: portage-2.2.28
Closes: https://github.com/gentoo/gentoo/pull/1260

Signed-off-by: Ian Delaney  gentoo.org>

 www-apps/klaus/Manifest   |  1 +
 www-apps/klaus/klaus-0.9.1.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/www-apps/klaus/Manifest b/www-apps/klaus/Manifest
index 1194285..a435cca 100644
--- a/www-apps/klaus/Manifest
+++ b/www-apps/klaus/Manifest
@@ -1 +1,2 @@
 DIST klaus-0.8.0.tar.gz 34896 SHA256 
233ae0f75b6e2e9414c3ad53c1332c9ba8cb80f4ed8a96fffe0408cdbca4fec2 SHA512 
6c5407705d3b81761cdeac17e680392b872c4211f6220e3130953aaf980a36417cddc1aa78d34ee7b25a68ccb1d6c8eff6f2c7d0a17c80fe26c24bf0d67198c8
 WHIRLPOOL 
941d3db4ad404efd61ac959c81baef4e4ebda786415258810beff4e3736613ec2c84f11c745dd75be0bcd36e22e87416e63ebc2e26eb45cb39d7c0704876659a
+DIST klaus-0.9.1.tar.gz 34879 SHA256 
6b68bf6941f0ee0ceab99a4ec553458debae06f1c04e165484585c27c7237e5b SHA512 
bd7e774302aa9e42d158b5123adbe47594c32fe7f94a4968c65eb76143c338a9df0250b40cb415e571f90fe00d67b68555f11bef580e0a44245b19ae8e0b5a31
 WHIRLPOOL 
3b8205ad85f7afacf787c5b8cd178c3edc426263d240168328be31d9f009c87e0514a0eb61e06dcdd6c64bdc2d5c242c49a61879442887ea601bd21a3ee2d63f

diff --git a/www-apps/klaus/klaus-0.9.1.ebuild 
b/www-apps/klaus/klaus-0.9.1.ebuild
new file mode 100644
index 000..09d638b
--- /dev/null
+++ b/www-apps/klaus/klaus-0.9.1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="A simple, easy-to-set-up Git web viewer"
+HOMEPAGE="https://github.com/jonashaag/klaus/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="ctags"
+
+RDEPEND="
+   dev-python/six[${PYTHON_USEDEP}]
+   dev-python/flask[${PYTHON_USEDEP}]
+   dev-python/pygments[${PYTHON_USEDEP}]
+   >=dev-python/dulwich-0.12.0[${PYTHON_USEDEP}]
+   dev-python/httpauth[${PYTHON_USEDEP}]
+   dev-python/humanize[${PYTHON_USEDEP}]
+   ctags? (
+   dev-python/python-ctags[${PYTHON_USEDEP}]
+   )
+"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: www-apps/klaus/

2016-04-13 Thread Ian Delaney
commit: 3d359cc136d8b84619a7f2eec153fb9a266ba9c7
Author: Louis Sautier  gmail  com>
AuthorDate: Wed Apr 13 12:47:57 2016 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Thu Apr 14 01:03:42 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d359cc1

www-apps/klaus: add ctags support

Package-Manager: portage-2.2.28
Closes: https://github.com/gentoo/gentoo/pull/1255

Signed-off-by: Ian Delaney  gentoo.org>

 www-apps/klaus/klaus-0.8.0.ebuild | 4 
 www-apps/klaus/metadata.xml   | 3 +++
 2 files changed, 7 insertions(+)

diff --git a/www-apps/klaus/klaus-0.8.0.ebuild 
b/www-apps/klaus/klaus-0.8.0.ebuild
index 08b9749..09d638b 100644
--- a/www-apps/klaus/klaus-0.8.0.ebuild
+++ b/www-apps/klaus/klaus-0.8.0.ebuild
@@ -15,6 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 LICENSE="ISC"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
+IUSE="ctags"
 
 RDEPEND="
dev-python/six[${PYTHON_USEDEP}]
@@ -23,5 +24,8 @@ RDEPEND="
>=dev-python/dulwich-0.12.0[${PYTHON_USEDEP}]
dev-python/httpauth[${PYTHON_USEDEP}]
dev-python/humanize[${PYTHON_USEDEP}]
+   ctags? (
+   dev-python/python-ctags[${PYTHON_USEDEP}]
+   )
 "
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"

diff --git a/www-apps/klaus/metadata.xml b/www-apps/klaus/metadata.xml
index 5065745..10d370c 100644
--- a/www-apps/klaus/metadata.xml
+++ b/www-apps/klaus/metadata.xml
@@ -19,4 +19,7 @@
jonashaag/klaus
https://github.com/jonashaag/klaus/issues

+   
+   Enable support for Exuberant ctags; makes 
all source code symbols hyperlinks to their definitions
+   
 



[gentoo-commits] repo/gentoo:master commit in: www-apps/klaus/

2016-04-13 Thread Ian Delaney
commit: 27e1d1fca87efe8ec3d84609e2a9856a5801e641
Author: Ian Delaney  gentoo  org>
AuthorDate: Thu Apr 14 00:26:20 2016 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Thu Apr 14 01:03:42 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27e1d1fc

www-apps/klaus: reset order of maintainers in metadata.xml

Package-Manager: portage-2.2.28

 www-apps/klaus/metadata.xml | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/www-apps/klaus/metadata.xml b/www-apps/klaus/metadata.xml
index 87c9d22..5065745 100644
--- a/www-apps/klaus/metadata.xml
+++ b/www-apps/klaus/metadata.xml
@@ -2,14 +2,14 @@
 http://www.gentoo.org/dtd/metadata.dtd;>
 

-   monsie...@gentoo.org
-   Patrice Clement
-   
-   
sautier.lo...@gmail.com
Louis Sautier
Proxied maintainer; set to assignee in all 
bugs

+   
+   monsie...@gentoo.org
+   Patrice Clement
+   

proxy-ma...@gentoo.org
Proxy Maintainers



[gentoo-commits] repo/gentoo:master commit in: www-apps/klaus/

2016-04-12 Thread Patrice Clement
commit: d33e44f3968c71a74dae905f4da5b36218a196d6
Author: Louis Sautier  gmail  com>
AuthorDate: Tue Apr 12 13:09:27 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Apr 12 18:55:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d33e44f3

www-apps/klaus: new package: git web viewer

Package-Manager: portage-2.2.28
Closes: https://github.com/gentoo/gentoo/pull/1248

Signed-off-by: Patrice Clement  gentoo.org>

 www-apps/klaus/Manifest   |  1 +
 www-apps/klaus/klaus-0.8.0.ebuild | 27 +++
 www-apps/klaus/metadata.xml   | 18 ++
 3 files changed, 46 insertions(+)

diff --git a/www-apps/klaus/Manifest b/www-apps/klaus/Manifest
new file mode 100644
index 000..1194285
--- /dev/null
+++ b/www-apps/klaus/Manifest
@@ -0,0 +1 @@
+DIST klaus-0.8.0.tar.gz 34896 SHA256 
233ae0f75b6e2e9414c3ad53c1332c9ba8cb80f4ed8a96fffe0408cdbca4fec2 SHA512 
6c5407705d3b81761cdeac17e680392b872c4211f6220e3130953aaf980a36417cddc1aa78d34ee7b25a68ccb1d6c8eff6f2c7d0a17c80fe26c24bf0d67198c8
 WHIRLPOOL 
941d3db4ad404efd61ac959c81baef4e4ebda786415258810beff4e3736613ec2c84f11c745dd75be0bcd36e22e87416e63ebc2e26eb45cb39d7c0704876659a

diff --git a/www-apps/klaus/klaus-0.8.0.ebuild 
b/www-apps/klaus/klaus-0.8.0.ebuild
new file mode 100644
index 000..08b9749
--- /dev/null
+++ b/www-apps/klaus/klaus-0.8.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="A simple, easy-to-set-up Git web viewer"
+HOMEPAGE="https://github.com/jonashaag/klaus/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-python/six[${PYTHON_USEDEP}]
+   dev-python/flask[${PYTHON_USEDEP}]
+   dev-python/pygments[${PYTHON_USEDEP}]
+   >=dev-python/dulwich-0.12.0[${PYTHON_USEDEP}]
+   dev-python/httpauth[${PYTHON_USEDEP}]
+   dev-python/humanize[${PYTHON_USEDEP}]
+"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"

diff --git a/www-apps/klaus/metadata.xml b/www-apps/klaus/metadata.xml
new file mode 100644
index 000..a262c89
--- /dev/null
+++ b/www-apps/klaus/metadata.xml
@@ -0,0 +1,18 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   sautier.lo...@gmail.com
+   Louis Sautier
+   Proxied maintainer; set to assignee in all 
bugs
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+   
+   klaus
+   jonashaag/klaus
+   https://github.com/jonashaag/klaus/issues
+   
+



[gentoo-commits] repo/gentoo:master commit in: www-apps/klaus/

2016-04-12 Thread Patrice Clement
commit: 06cbc2f997ae93ffc6f4f1da0e9af17698623574
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Apr 12 18:55:11 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Apr 12 18:55:34 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06cbc2f9

www-apps/klaus: Add myself to the list of maintainers.

Package-Manager: portage-2.2.26

 www-apps/klaus/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/www-apps/klaus/metadata.xml b/www-apps/klaus/metadata.xml
index a262c89..87c9d22 100644
--- a/www-apps/klaus/metadata.xml
+++ b/www-apps/klaus/metadata.xml
@@ -2,6 +2,10 @@
 http://www.gentoo.org/dtd/metadata.dtd;>
 

+   monsie...@gentoo.org
+   Patrice Clement
+   
+   
sautier.lo...@gmail.com
Louis Sautier
Proxied maintainer; set to assignee in all 
bugs