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 728311382C5 for ; Thu, 28 May 2020 15:39:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ADA89E081E; Thu, 28 May 2020 15:39:45 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 99EA8E081E for ; Thu, 28 May 2020 15:39:45 +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 7179534EF6C for ; Thu, 28 May 2020 15:39:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2CE7C268 for ; Thu, 28 May 2020 15:39:42 +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: <1590680379.275d5474672c8595c83cd24a8440c123ea90bd7f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/servefile/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-servers/servefile/Manifest www-servers/servefile/servefile-0.4.4.ebuild X-VCS-Directories: www-servers/servefile/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 275d5474672c8595c83cd24a8440c123ea90bd7f X-VCS-Branch: master Date: Thu, 28 May 2020 15:39:42 +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: 3478257f-a0d5-47d3-ac3e-3c656be6e31f X-Archives-Hash: b8342a5997ff617aa464950380b0a8c2 commit: 275d5474672c8595c83cd24a8440c123ea90bd7f Author: Michał Górny gentoo org> AuthorDate: Thu May 28 15:38:55 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu May 28 15:39:39 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=275d5474 www-servers/servefile: Remove old (py2) Signed-off-by: Michał Górny gentoo.org> www-servers/servefile/Manifest | 1 - www-servers/servefile/servefile-0.4.4.ebuild | 30 ---------------------------- 2 files changed, 31 deletions(-) diff --git a/www-servers/servefile/Manifest b/www-servers/servefile/Manifest index 947d98b2df9..4c297b9143e 100644 --- a/www-servers/servefile/Manifest +++ b/www-servers/servefile/Manifest @@ -1,2 +1 @@ -DIST servefile-0.4.4.tar.gz 14219 BLAKE2B 35bb49cc005a269bd73cb937f3a86faddedbc5e64925be13f6d193382a4bd817729b193f7f78b0b161b30438ff1fc978eefc5c3094c5f51845a157a65d674deb SHA512 31ce200db7c8deee9f135c2151565a41fa791dcaa969d9096e6aae2c6975673fd409320be09b7ca20b544326293ed73369f3bd77f379a2ec5f94642d4ef3e1f4 DIST servefile-0.4.4_p20200211.tar.gz 18304 BLAKE2B 2bbd6534d7fb787a0b85d594bd0a2bc235c859f80618be24dea144ef2adaa6188a29efdffc2e9109229301b9d3ee09df6a9d746a15ae6b01fed44a21307df78e SHA512 ef4edb4c92d9f804970087fc1c3d59775740642516a06704258de6d972cb807123f309991a5e22469b7619aff2304e265d5749485a4f74e75f2c80c279a23c33 diff --git a/www-servers/servefile/servefile-0.4.4.ebuild b/www-servers/servefile/servefile-0.4.4.ebuild deleted file mode 100644 index 3766aa87b24..00000000000 --- a/www-servers/servefile/servefile-0.4.4.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="Serve a single file via HTTP" -HOMEPAGE="http://seba-geek.de/stuff/servefile/" -SRC_URI="http://seba-geek.de/proj/${PN}/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="ssl" - -RDEPEND=" - ssl? ( dev-python/pyopenssl ) - sys-apps/grep - sys-apps/iproute2 - sys-apps/net-tools - sys-apps/sed" - -src_install() { - distutils-r1_src_install - - dodoc ChangeLog - doman ${PN}.1 -}