Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/klaus/
Date: Mon, 31 May 2021 21:07:28
Message-Id: 1622495148.32abba1b60bfb4040cfb9e40782f4d0835e47dc9.mgorny@gentoo
1 commit: 32abba1b60bfb4040cfb9e40782f4d0835e47dc9
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 31 21:05:48 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon May 31 21:05:48 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32abba1b
7
8 www-apps/klaus: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 www-apps/klaus/Manifest | 1 -
13 www-apps/klaus/klaus-1.5.1.ebuild | 36 ------------------------------------
14 2 files changed, 37 deletions(-)
15
16 diff --git a/www-apps/klaus/Manifest b/www-apps/klaus/Manifest
17 index 883f14091f3..375f1232385 100644
18 --- a/www-apps/klaus/Manifest
19 +++ b/www-apps/klaus/Manifest
20 @@ -1,2 +1 @@
21 -DIST klaus-1.5.1.tar.gz 37563 BLAKE2B 164971626cab61d49e662fd356e0954e6ce8c1028d2452d661b3fdc386d835408e5aaaf83f14ec8851b7482e5a848086c6f15765811454ecf16628c01ba154b8 SHA512 a2244973ff93dbb00f5771755704fe7c6d5ee7f4f47189643f27cc114216a9b14327fc537b5c934c7ed8a08df52727600761402da0d492ffa5d5ba6c5f24af56
22 DIST klaus-1.5.2.tar.gz 38168 BLAKE2B 4bcaf91ce641ca1f937d8b1b46367caf0ac7e9130fe222c820ded7cca8a708d1374142b09ae511da2695a64b3f2b67be69645d05602779c05081081b29494d9d SHA512 6423bfbef83f09b9abe4a1150d096ae72fc058a81c60fac585796918fa7c12b9a81c4d5808cf2e18acda5f6b891eaf93ed72a2e229b5b8d6ab5f060ea3230932
23
24 diff --git a/www-apps/klaus/klaus-1.5.1.ebuild b/www-apps/klaus/klaus-1.5.1.ebuild
25 deleted file mode 100644
26 index 7b539e69b9c..00000000000
27 --- a/www-apps/klaus/klaus-1.5.1.ebuild
28 +++ /dev/null
29 @@ -1,36 +0,0 @@
30 -# Copyright 1999-2020 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -PYTHON_COMPAT=( python3_7 )
36 -
37 -inherit distutils-r1
38 -
39 -DESCRIPTION="A simple, easy-to-set-up Git web viewer"
40 -HOMEPAGE="https://github.com/jonashaag/klaus/"
41 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
42 -
43 -LICENSE="ISC"
44 -SLOT="0"
45 -KEYWORDS="~amd64 ~x86"
46 -IUSE="ctags"
47 -
48 -RDEPEND="
49 - >=dev-python/dulwich-0.19.3[${PYTHON_USEDEP}]
50 - dev-python/flask[${PYTHON_USEDEP}]
51 - dev-python/httpauth[${PYTHON_USEDEP}]
52 - dev-python/humanize[${PYTHON_USEDEP}]
53 - dev-python/pygments[${PYTHON_USEDEP}]
54 - dev-python/six[${PYTHON_USEDEP}]
55 - ctags? ( dev-python/python-ctags[${PYTHON_USEDEP}] )
56 -"
57 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
58 -
59 -# The tests can only be run from a git repository
60 -# so they are not included in the source distributions
61 -
62 -python_install_all() {
63 - distutils-r1_python_install_all
64 - doman ${PN}.1
65 -}