From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A44A9139695 for ; Fri, 2 Jun 2017 06:48:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A18FAE0BC7; Fri, 2 Jun 2017 06:48:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7C3CEE0BC7 for ; Fri, 2 Jun 2017 06:48:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5F5C0341733 for ; Fri, 2 Jun 2017 06:48:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 00F387464 for ; Fri, 2 Jun 2017 06:48:45 +0000 (UTC) From: "Slawek Lis" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Slawek Lis" Message-ID: <1496385974.17f36062b33e67b801cb1058905b37b31935b401.slis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/aldryn-boilerplates/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/aldryn-boilerplates/Manifest dev-python/aldryn-boilerplates/aldryn-boilerplates-0.7.4.ebuild X-VCS-Directories: dev-python/aldryn-boilerplates/ X-VCS-Committer: slis X-VCS-Committer-Name: Slawek Lis X-VCS-Revision: 17f36062b33e67b801cb1058905b37b31935b401 X-VCS-Branch: master Date: Fri, 2 Jun 2017 06:48:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: df81b1a2-f5dd-42a6-839b-e9730d2dc65c X-Archives-Hash: 457a5ca3b97f24194508de06f50adab5 commit: 17f36062b33e67b801cb1058905b37b31935b401 Author: Slawomir Lis gentoo org> AuthorDate: Fri Jun 2 05:50:56 2017 +0000 Commit: Slawek Lis gentoo org> CommitDate: Fri Jun 2 06:46:14 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17f36062 dev-python/aldryn-boilerplates: drop old Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-python/aldryn-boilerplates/Manifest | 1 - .../aldryn-boilerplates-0.7.4.ebuild | 28 ---------------------- 2 files changed, 29 deletions(-) diff --git a/dev-python/aldryn-boilerplates/Manifest b/dev-python/aldryn-boilerplates/Manifest index bbd42f13c4d..843b4fdc53c 100644 --- a/dev-python/aldryn-boilerplates/Manifest +++ b/dev-python/aldryn-boilerplates/Manifest @@ -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 index 72ac77627c7..00000000000 --- a/dev-python/aldryn-boilerplates/aldryn-boilerplates-0.7.4.ebuild +++ /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 -"