From: Michael Mair-Keimberger Date: Thu, 16 May 2019 19:25:52 +0000 (+0200) Subject: dev-python/newt_syrup: drop old X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=981835ffb3c768eb13b10d77f4f9531820e53e64;p=gentoo.git dev-python/newt_syrup: drop old Signed-off-by: Michael Mair-Keimberger Signed-off-by: Andreas Sturmlechner --- 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 deleted file mode 100644 index ef7b1d14ec13..000000000000 --- a/dev-python/newt_syrup/newt_syrup-0.1.2-r1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="A Python framework for creating text-based applications" -HOMEPAGE="http://fedorahosted.org/newt-syrup/" -SRC_URI="http://mcpierce.fedorapeople.org/rpms/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND=">=dev-libs/newt-0.52.11" - -DOCS="COLORS"