commit: 913f2227057c593916f8f928373fc6df54bb53fe
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 4 20:39:07 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jan 4 21:50:33 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=913f2227
dev-python/jingo: Clean old up
dev-python/jingo/Manifest | 1 -
dev-python/jingo/jingo-0.7.ebuild | 19 -------------------
2 files changed, 20 deletions(-)
diff --git a/dev-python/jingo/Manifest b/dev-python/jingo/Manifest
index 262ebe2880a..139a1719fb1 100644
--- a/dev-python/jingo/Manifest
+++ b/dev-python/jingo/Manifest
@@ -1,2 +1 @@
-DIST jingo-0.7.tar.gz 9365 BLAKE2B
c384719f789598a38c5acd662be581344ed96d1030920dcbde78c8a57523f336b0ad060f798bc628ed2d22d8001b7b0e75621149a73d743583e69531dcd08df3
SHA512
7358c20371d761ad147aaa2991056d1789d6a80d645741d816c38369abc469911ca6a1ab4324e7b1243832605fd80cdb3df89610106d2a850f634f1595da254d
DIST jingo-0.9.0.tar.gz 10536 BLAKE2B
b7cf8cf544c44dc74d750f85e5abf43a0d58bbb13a814610b7dd970995ec8e2c4b94d6b46f20be7031a1755fa47e9c28aa98f17d08bacdb967373924302c7739
SHA512
ec064df61639a96dcd0f0b8383d93a650928035e8744f600bd55e42e2ca4b2436db9cff3d75780d2803e9a326fa17308c424c693e14553c9b9a3b45e4132989a
diff --git a/dev-python/jingo/jingo-0.7.ebuild
b/dev-python/jingo/jingo-0.7.ebuild
deleted file mode 100644
index 52c0324c275..00000000000
--- a/dev-python/jingo/jingo-0.7.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4} pypy )
-
-inherit distutils-r1
-
-DESCRIPTION="An adapter for using Jinja2 templates with Django"
-HOMEPAGE="https://github.com/jbalogh/jingo/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="dev-python/jinja[${PYTHON_USEDEP}]"