commit:     9e6c12e33d6e80b977c01af5d4c184df5ddcee07
Author:     Louis Sautier <sautier.louis <AT> gmail <DOT> com>
AuthorDate: Mon Sep 18 23:34:32 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Sep 22 13:11:52 2017 +0000
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 00000000000..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 @@
        <maintainer type="person">
                <email>[email protected]</email>
                <name>Louis Sautier</name>
-               <description>Proxied maintainer; set to assignee in all 
bugs</description>
        </maintainer>
        <maintainer type="person">
                <email>[email protected]</email>

Reply via email to