commit:     d33e44f3968c71a74dae905f4da5b36218a196d6
Author:     Louis Sautier <sautier.louis <AT> gmail <DOT> com>
AuthorDate: Tue Apr 12 13:09:27 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Apr 12 18:55:31 2016 +0000
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 <monsieurp <AT> 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 0000000..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 0000000..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 0000000..a262c89
--- /dev/null
+++ b/www-apps/klaus/metadata.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="person">
+               <email>sautier.lo...@gmail.com</email>
+               <name>Louis Sautier</name>
+               <description>Proxied maintainer; set to assignee in all 
bugs</description>
+       </maintainer>
+       <maintainer type="project">
+               <email>proxy-ma...@gentoo.org</email>
+               <name>Proxy Maintainers</name>
+       </maintainer>
+       <upstream>
+               <remote-id type="pypi">klaus</remote-id>
+               <remote-id type="github">jonashaag/klaus</remote-id>
+               <bugs-to>https://github.com/jonashaag/klaus/issues</bugs-to>
+       </upstream>
+</pkgmetadata>

Reply via email to