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 32737138335 for ; Fri, 27 Dec 2019 18:52:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5596AE0A82; Fri, 27 Dec 2019 18:52:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 3D13AE0A82 for ; Fri, 27 Dec 2019 18:52:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 2B34D34DC2D for ; Fri, 27 Dec 2019 18:52:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9680571 for ; Fri, 27 Dec 2019 18:52:44 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1577472735.40e32aec096c6ca7d5fa9dd5abf2e2f09a5fc05a.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/django-durationfield/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/django-durationfield/Manifest dev-python/django-durationfield/django-durationfield-0.5.2.ebuild X-VCS-Directories: dev-python/django-durationfield/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 40e32aec096c6ca7d5fa9dd5abf2e2f09a5fc05a X-VCS-Branch: master Date: Fri, 27 Dec 2019 18:52:44 +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: cba5d3a9-6edd-45e1-af67-0ab5b1e84f37 X-Archives-Hash: 803f725cbcf9bb7faec92afb30a0328f commit: 40e32aec096c6ca7d5fa9dd5abf2e2f09a5fc05a Author: David Seifert gentoo org> AuthorDate: Fri Dec 27 18:52:15 2019 +0000 Commit: David Seifert gentoo org> CommitDate: Fri Dec 27 18:52:15 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40e32aec dev-python/django-durationfield: Remove old Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: David Seifert gentoo.org> dev-python/django-durationfield/Manifest | 1 - .../django-durationfield-0.5.2.ebuild | 26 ---------------------- 2 files changed, 27 deletions(-) diff --git a/dev-python/django-durationfield/Manifest b/dev-python/django-durationfield/Manifest index c270cb9ad67..252bc61fa79 100644 --- a/dev-python/django-durationfield/Manifest +++ b/dev-python/django-durationfield/Manifest @@ -1,2 +1 @@ -DIST django-durationfield-0.5.2.tar.gz 4324 BLAKE2B 392587843c863db5fd6263f4f7839dffa99b5cc4304b691febbf3921fe3893af459d64809b1cabda68614d2df4b9102b8401108a488b0c30235386e80c4a790d SHA512 de0ea6b9b86cf29d4a5813a80cf7a02f66d0774b58266799e83f8e734a1cf071352ae57d8f8ded8fb16f9a74dd284a4c146d98f75a78bf0463bf767e4156b3ad DIST django-durationfield-0.5.4.tar.gz 4728 BLAKE2B 446a5b361cc54bcc2ae375caebfe2eda64114e3e326e7d60fc8d4ebe5c6acf59d80e12e246ecf5ca7edf44a1f1068bc3b17d841b4d39c7317211c87fc03aacd5 SHA512 84885ab7bb07ed3c5a64094a2beb7d4adcf8b0f9f2933ad2c1d4654789bd71aa7d2efd5c84931f22f81a51e8aaeb3ed9415a12c69dfd7354c2317ea912fdc610 diff --git a/dev-python/django-durationfield/django-durationfield-0.5.2.ebuild b/dev-python/django-durationfield/django-durationfield-0.5.2.ebuild deleted file mode 100644 index a7b15fcfaaa..00000000000 --- a/dev-python/django-durationfield/django-durationfield-0.5.2.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="Reusable app for adding a DurationField to Django" -HOMEPAGE="https://pypi.org/project/django-durationfield/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -KEYWORDS="~amd64 ~x86" -SLOT="0" -IUSE="" - -RDEPEND=" - >=dev-python/django-1.4[${PYTHON_USEDEP}] -" - -DEPEND=" - ${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] -"