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 74FB8138335 for ; Sun, 29 Jul 2018 19:06:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 85ED6E090F; Sun, 29 Jul 2018 19:06:19 +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 576E7E090F for ; Sun, 29 Jul 2018 19:06:19 +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 00D06335C99 for ; Sun, 29 Jul 2018 19:06:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 914E338B for ; Sun, 29 Jul 2018 19:06:15 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1532891167.1dff341118dbb9e3f699a2b6bf0187ecfcf146be.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-application/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-application/Manifest dev-python/python-application/python-application-1.5.0.ebuild X-VCS-Directories: dev-python/python-application/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 1dff341118dbb9e3f699a2b6bf0187ecfcf146be X-VCS-Branch: master Date: Sun, 29 Jul 2018 19:06:15 +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: 856702eb-8ed2-47e0-8722-db377384a70c X-Archives-Hash: 98058670ef9a4b9e45407f3923a8fcd4 commit: 1dff341118dbb9e3f699a2b6bf0187ecfcf146be Author: Patrice Clement gentoo org> AuthorDate: Sat Jul 28 21:55:42 2018 +0000 Commit: Patrice Clement gentoo org> CommitDate: Sun Jul 29 19:06:07 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dff3411 dev-python/python-application: clean up old. Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-python/python-application/Manifest | 1 - .../python-application/python-application-1.5.0.ebuild | 18 ------------------ 2 files changed, 19 deletions(-) diff --git a/dev-python/python-application/Manifest b/dev-python/python-application/Manifest index c0566190231..cd2077440b9 100644 --- a/dev-python/python-application/Manifest +++ b/dev-python/python-application/Manifest @@ -1,2 +1 @@ -DIST python-application-1.5.0.tar.gz 43552 BLAKE2B d36c3b0af9766936dae4c45452278e7f6b49dc830d1490fd97e455596b6564ac24b1c78da76237ace873ffbbadb3d9d4975728ec28e82bc39e4b12df2d9519bd SHA512 9bf683a88bfb11ab5cf86b2d1ef86e22cf6fcb6004f0059b1d3cb2e1cde46827ced57a1cdd313c1d48dbd1ad610e9d36617619f79af748c55c517089720cb2b1 DIST python-application-2.1.0.tar.gz 49045 BLAKE2B 32b3a5e20d5aed21a399651ab8ac8c2b335b3f3076a1de688057851a883afd0d4454c34390e7a0688f0bbb716dff8a321481a509eaa3ae92daf3635ef6236d62 SHA512 54bf7c2257d84d213af5c1c192ea87c30a4c54ec5c334e3dcf4d536e610ffe9f56073b033807818c639b4e2585c38b87d6c7405f33b1ab45158fc6613d75c4c7 diff --git a/dev-python/python-application/python-application-1.5.0.ebuild b/dev-python/python-application/python-application-1.5.0.ebuild deleted file mode 100644 index 0dd28d0ff55..00000000000 --- a/dev-python/python-application/python-application-1.5.0.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) - -inherit distutils-r1 - -DESCRIPTION="Basic building blocks for python applications" -HOMEPAGE="http://ag-projects.com/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="LGPL-2" -SLOT="0" -IUSE="" - -KEYWORDS="~amd64 ~x86"