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 4217E1382C5 for ; Sat, 6 Feb 2021 14:07:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4FE26E085B; Sat, 6 Feb 2021 14:07:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 10604E085B for ; Sat, 6 Feb 2021 14:07:00 +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 909CF3434B6 for ; Sat, 6 Feb 2021 14:06:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 167AD4C for ; Sat, 6 Feb 2021 14:06:58 +0000 (UTC) From: "gerion" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "gerion" Message-ID: <1612620407.f6c9adb2e15138410f2a5c382515addf8ccc92e0.gerion@gentoo> Subject: [gentoo-commits] repo/user/gerislay:master commit in: dev-python/daemonize/ X-VCS-Repository: repo/user/gerislay X-VCS-Files: dev-python/daemonize/Manifest dev-python/daemonize/daemonize-2.4.7.ebuild X-VCS-Directories: dev-python/daemonize/ X-VCS-Committer: gerion X-VCS-Committer-Name: gerion X-VCS-Revision: f6c9adb2e15138410f2a5c382515addf8ccc92e0 X-VCS-Branch: master Date: Sat, 6 Feb 2021 14:06:58 +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: f4ec1665-3a1b-4d32-9869-44857f3100f6 X-Archives-Hash: 51b71f6c40bd754408e5f4f228e34e38 commit: f6c9adb2e15138410f2a5c382515addf8ccc92e0 Author: Gerion Entrup flump de> AuthorDate: Sat Feb 6 14:06:11 2021 +0000 Commit: gerion flump de> CommitDate: Sat Feb 6 14:06:47 2021 +0000 URL: https://gitweb.gentoo.org/repo/user/gerislay.git/commit/?id=f6c9adb2 dev-python/daemonize: drop, in tree now Signed-off-by: Gerion Entrup flump.de> dev-python/daemonize/Manifest | 2 -- dev-python/daemonize/daemonize-2.4.7.ebuild | 19 ------------------- 2 files changed, 21 deletions(-) diff --git a/dev-python/daemonize/Manifest b/dev-python/daemonize/Manifest deleted file mode 100644 index 4d0b373..0000000 --- a/dev-python/daemonize/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST daemonize-2.4.7.tar.gz 8752 SHA256 c0194e861826be456c7c69985825ac7b79632d8ac7ad4cde8e12fee7971468c8 SHA512 b348a35c2953ea5d654a8aa46dfabd822b90f3613c123af7b1a80723ce9bddf79e442fe9ad70e6e657651a599b8bdbdd7d009da98220ad7ff57d514231fa79a3 WHIRLPOOL 150052d22bb27fa1baabcafbccd95b3a830a38647e1cb096db94ea14702d9c042d18d6451d5ae8e863e629a23b9dc55dce76cc02e59f7c4f5961f93bd117d758 -EBUILD daemonize-2.4.7.ebuild 496 SHA256 bdff6e3fb02f2434e6a51dd1ab21767759da66d7f9c3a03989ec7fd8bc65ee21 SHA512 d6aec49de22d2c177c529c62ba0bed4138b5c4712a5748b33304578259c781fb75dcdff248301a6bc4aeb3370a9d1cf1e116c1c012d4b6b1ed960686af3b9e03 WHIRLPOOL fd17b595e8c39f5714c64f4fb53010262e07a76cb968b62e454b236509fdc3788adba5533b4399ee03f7647a95d0b32a82d6de67003e5834736d93755743cd5f diff --git a/dev-python/daemonize/daemonize-2.4.7.ebuild b/dev-python/daemonize/daemonize-2.4.7.ebuild deleted file mode 100644 index 049a810..0000000 --- a/dev-python/daemonize/daemonize-2.4.7.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 python3_4 python3_5 ) -inherit distutils-r1 - -DESCRIPTION="Library to enable your code run as a daemon process on Unix-like systems." -HOMEPAGE="https://github.com/thesharp/daemonize https://pypi.python.org/pypi/daemonize/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND}"