Gentoo Archives: gentoo-commits

From: Ben Kohler <bkohler@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/grip/
Date: Wed, 27 Jan 2021 14:47:28
Message-Id: 1611758836.99867f54a6f44ebce9111802ab63fd80dc453674.bkohler@gentoo
1 commit: 99867f54a6f44ebce9111802ab63fd80dc453674
2 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 27 14:46:45 2021 +0000
4 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 27 14:47:16 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99867f54
7
8 app-text/grip: stabilize r2 for minor dep fixes, drop old
9
10 Package-Manager: Portage-3.0.14, Repoman-3.0.2
11 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
12
13 app-text/grip/grip-4.5.2-r1.ebuild | 28 ----------------------------
14 app-text/grip/grip-4.5.2-r2.ebuild | 4 ++--
15 2 files changed, 2 insertions(+), 30 deletions(-)
16
17 diff --git a/app-text/grip/grip-4.5.2-r1.ebuild b/app-text/grip/grip-4.5.2-r1.ebuild
18 deleted file mode 100644
19 index 883099d1abd..00000000000
20 --- a/app-text/grip/grip-4.5.2-r1.ebuild
21 +++ /dev/null
22 @@ -1,28 +0,0 @@
23 -# Copyright 1999-2020 Gentoo Authors
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=7
27 -
28 -PYTHON_COMPAT=( pypy3 python3_{6,7,8} )
29 -DISTUTILS_USE_SETUPTOOLS=rdepend
30 -inherit distutils-r1
31 -
32 -DESCRIPTION="Preview GitHub Markdown files like Readme locally before committing them"
33 -HOMEPAGE="https://github.com/joeyespo/grip"
34 -LICENSE="MIT"
35 -
36 -SLOT="0"
37 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
38 -
39 -KEYWORDS="amd64"
40 -
41 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
42 -RDEPEND="
43 - !media-sound/grip
44 - >=dev-python/docopt-0.4.0
45 - >=dev-python/flask-0.10.1
46 - >=dev-python/markdown-2.5.1
47 - >=dev-python/path-and-address-2.0.1
48 - >=dev-python/pygments-1.6
49 - >=dev-python/requests-2.4.1
50 -"
51
52 diff --git a/app-text/grip/grip-4.5.2-r2.ebuild b/app-text/grip/grip-4.5.2-r2.ebuild
53 index 12692b8ffac..bcc8bb3ea4c 100644
54 --- a/app-text/grip/grip-4.5.2-r2.ebuild
55 +++ b/app-text/grip/grip-4.5.2-r2.ebuild
56 @@ -1,4 +1,4 @@
57 -# Copyright 1999-2020 Gentoo Authors
58 +# Copyright 1999-2021 Gentoo Authors
59 # Distributed under the terms of the GNU General Public License v2
60
61 EAPI=7
62 @@ -14,7 +14,7 @@ LICENSE="MIT"
63 SLOT="0"
64 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
65
66 -KEYWORDS="~amd64"
67 +KEYWORDS="amd64"
68
69 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
70 RDEPEND="