dev-python/aldryn-boilerplates: drop old
authorSlawomir Lis <slis@gentoo.org>
Fri, 2 Jun 2017 05:50:56 +0000 (07:50 +0200)
committerSlawomir Lis <slis@gentoo.org>
Fri, 2 Jun 2017 06:46:14 +0000 (08:46 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.2

dev-python/aldryn-boilerplates/Manifest
dev-python/aldryn-boilerplates/aldryn-boilerplates-0.7.4.ebuild [deleted file]

index bbd42f13c4d87b16b1995be320427abf962dd047..843b4fdc53caf53ec1edfea185f55f6343a86a40 100644 (file)
@@ -1,2 +1 @@
-DIST aldryn-boilerplates-0.7.4.tar.gz 8860 SHA256 f520d7ddb4c656912a9ca31bddc11827b95cb8cd4799c9aef2e065b514db31a2 SHA512 d3d8f20177d561af5a3ac44db09af3d61d39a6fdbace5131febcb2fb93b1e0dce95a9c12e4a240b83035f94452bcd725e40d4cfe90526ec241fdc72229d8a618 WHIRLPOOL 1e61a8b3488f21a26ee58a6a51278d939d4af25e504c10d1fc385f376ba6982fb8ba968c018726df65155308c981e5e905a2f031b8bd99bfe74c2ccdd92b6f6b
 DIST aldryn-boilerplates-0.7.5.tar.gz 8550 SHA256 c4ac45b0c76d23cec1f014523e0ab3e74a8c1aa3aa77acf984d493813669ba95 SHA512 63aabe996bb89433bfd649890c0bfddd39d7a65efe4e6a5d1141caad2a87df8b0078c72a48d2fec02794d976cf92804fc5ddc549b31ad83184c93f8d24e0c936 WHIRLPOOL a7f047eb5fdcd0b20a624379fd2c17d597590ff5a2f0f59b677c22df691d08ab2d13b5897daaa24aa3d4f03be658824464e6dad8c8789c89e5b1c96e7420875b
diff --git a/dev-python/aldryn-boilerplates/aldryn-boilerplates-0.7.4.ebuild b/dev-python/aldryn-boilerplates/aldryn-boilerplates-0.7.4.ebuild
deleted file mode 100644 (file)
index 72ac776..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Allows re-usable apps to provide sets of templates and staticfiles"
-HOMEPAGE="https://pypi.python.org/pypi/aldryn-boilerplates"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-       >=dev-python/django-1.5
-       dev-python/django-appconf
-       >=dev-python/YURL-0.13
-"
-
-DEPEND="
-       ${RDEPEND}
-       dev-python/setuptools
-"