Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/newt_syrup/
Date: Wed, 29 May 2019 18:07:38
Message-Id: 1559153229.981835ffb3c768eb13b10d77f4f9531820e53e64.asturm@gentoo
1 commit: 981835ffb3c768eb13b10d77f4f9531820e53e64
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Thu May 16 19:25:52 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed May 29 18:07:09 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=981835ff
7
8 dev-python/newt_syrup: drop old
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 dev-python/newt_syrup/newt_syrup-0.1.2-r1.ebuild | 21 ---------------------
14 1 file changed, 21 deletions(-)
15
16 diff --git a/dev-python/newt_syrup/newt_syrup-0.1.2-r1.ebuild b/dev-python/newt_syrup/newt_syrup-0.1.2-r1.ebuild
17 deleted file mode 100644
18 index ef7b1d14ec1..00000000000
19 --- a/dev-python/newt_syrup/newt_syrup-0.1.2-r1.ebuild
20 +++ /dev/null
21 @@ -1,21 +0,0 @@
22 -# Copyright 1999-2014 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -PYTHON_COMPAT=( python2_7 )
27 -
28 -inherit distutils-r1
29 -
30 -DESCRIPTION="A Python framework for creating text-based applications"
31 -HOMEPAGE="http://fedorahosted.org/newt-syrup/"
32 -SRC_URI="http://mcpierce.fedorapeople.org/rpms/${P}.tar.gz"
33 -
34 -LICENSE="LGPL-2.1"
35 -SLOT="0"
36 -KEYWORDS="~amd64 ~x86"
37 -IUSE=""
38 -
39 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
40 -RDEPEND=">=dev-libs/newt-0.52.11"
41 -
42 -DOCS="COLORS"