summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2019-05-16 21:25:52 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-05-29 20:07:09 +0200
commit981835ffb3c768eb13b10d77f4f9531820e53e64 (patch)
tree0f361b0bc4edd2b2df1a53f728f113019cfc0463 /dev-python/newt_syrup
parentapp-shells/rc: drop old (diff)
downloadgentoo-981835ffb3c768eb13b10d77f4f9531820e53e64.tar.gz
gentoo-981835ffb3c768eb13b10d77f4f9531820e53e64.tar.bz2
gentoo-981835ffb3c768eb13b10d77f4f9531820e53e64.zip
dev-python/newt_syrup: drop old
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-python/newt_syrup')
-rw-r--r--dev-python/newt_syrup/newt_syrup-0.1.2-r1.ebuild21
1 files changed, 0 insertions, 21 deletions
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"