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 E53FB138334 for ; Sun, 16 Dec 2018 15:56:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 96597E0B9B; Sun, 16 Dec 2018 15:56:56 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 555ADE0B9B for ; Sun, 16 Dec 2018 15:56:56 +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 B1614335C77 for ; Sun, 16 Dec 2018 15:56:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 746F54EB for ; Sun, 16 Dec 2018 15:56:51 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1544975792.8cc3be58f501bcd160b1ea2bd1cad47c80aabdaa.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-python/django-sekizai/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/django-sekizai/Manifest dev-python/django-sekizai/django-sekizai-0.10.0.ebuild dev-python/django-sekizai/metadata.xml profiles/package.mask X-VCS-Directories: dev-python/django-sekizai/ profiles/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 8cc3be58f501bcd160b1ea2bd1cad47c80aabdaa X-VCS-Branch: master Date: Sun, 16 Dec 2018 15:56:51 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 67a2cf91-6003-42e4-a315-ae9a04c23e64 X-Archives-Hash: b3fe54bcabf7235b9d90175c992d16b0 commit: 8cc3be58f501bcd160b1ea2bd1cad47c80aabdaa Author: Michał Górny gentoo org> AuthorDate: Sun Dec 16 15:53:07 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Dec 16 15:56:32 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cc3be58 dev-python/django-sekizai: Remove last-rited pkg Closes: https://bugs.gentoo.org/664012 Signed-off-by: Michał Górny gentoo.org> dev-python/django-sekizai/Manifest | 1 - .../django-sekizai/django-sekizai-0.10.0.ebuild | 27 ---------------------- dev-python/django-sekizai/metadata.xml | 11 --------- profiles/package.mask | 1 - 4 files changed, 40 deletions(-) diff --git a/dev-python/django-sekizai/Manifest b/dev-python/django-sekizai/Manifest deleted file mode 100644 index 1bec3f2151d..00000000000 --- a/dev-python/django-sekizai/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST django-sekizai-0.10.0.tar.gz 18731 BLAKE2B 03dc4423a1b7d477b5b845dd69ddf1bed2adb23e847cae9224bcc299e5a6b1b60cda43b271754216d044d6e5d9a054ec419b58439ce23aea3be01aa0157c8b14 SHA512 f7e336fce652094394aa3d3f94f53dae0eb80bb3cc7715013f1c8d227b9f36b97746f572a8c5bfe278e41d73783b7a978f86967ec23a7a423f1c014d658347c2 diff --git a/dev-python/django-sekizai/django-sekizai-0.10.0.ebuild b/dev-python/django-sekizai/django-sekizai-0.10.0.ebuild deleted file mode 100644 index 487e509d67b..00000000000 --- a/dev-python/django-sekizai/django-sekizai-0.10.0.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -PYTHON_COMPAT=( python{2_7,3_{3,4,5,6}} ) - -inherit distutils-r1 - -DESCRIPTION="Django Template Blocks with extra functionality" -HOMEPAGE="https://github.com/ojii/django-sekizai https://pypi.org/project/django-sekizai/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -KEYWORDS="~amd64 ~x86" -SLOT="0" -IUSE="" - -RDEPEND=" - >=dev-python/django-1.6[${PYTHON_USEDEP}] - >=dev-python/django-classy-tags-0.3.1 -" - -DEPEND=" - ${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] -" diff --git a/dev-python/django-sekizai/metadata.xml b/dev-python/django-sekizai/metadata.xml deleted file mode 100644 index b5450427586..00000000000 --- a/dev-python/django-sekizai/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - slis@gentoo.org - - - ojii/django-sekizai - django-sekizai - - diff --git a/profiles/package.mask b/profiles/package.mask index 98a27b4da41..5437371aebd 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -149,7 +149,6 @@ dev-python/djangocms-video dev-python/django-classy-tags dev-python/django-formtools dev-python/djangocms-text-ckeditor -dev-python/django-sekizai # Mike Gilbert (10 Nov 2018) # Open bugs and no Gentoo maintainer.