Gentoo Archives: gentoo-commits

From: gerion <gerion.entrup@×××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/user/gerislay:master commit in: dev-python/daemonize/
Date: Sat, 06 Feb 2021 14:07:02
Message-Id: 1612620407.f6c9adb2e15138410f2a5c382515addf8ccc92e0.gerion@gentoo
1 commit: f6c9adb2e15138410f2a5c382515addf8ccc92e0
2 Author: Gerion Entrup <gerion.entrup <AT> flump <DOT> de>
3 AuthorDate: Sat Feb 6 14:06:11 2021 +0000
4 Commit: gerion <gerion.entrup <AT> flump <DOT> de>
5 CommitDate: Sat Feb 6 14:06:47 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/user/gerislay.git/commit/?id=f6c9adb2
7
8 dev-python/daemonize: drop, in tree now
9
10 Signed-off-by: Gerion Entrup <gerion.entrup <AT> flump.de>
11
12 dev-python/daemonize/Manifest | 2 --
13 dev-python/daemonize/daemonize-2.4.7.ebuild | 19 -------------------
14 2 files changed, 21 deletions(-)
15
16 diff --git a/dev-python/daemonize/Manifest b/dev-python/daemonize/Manifest
17 deleted file mode 100644
18 index 4d0b373..0000000
19 --- a/dev-python/daemonize/Manifest
20 +++ /dev/null
21 @@ -1,2 +0,0 @@
22 -DIST daemonize-2.4.7.tar.gz 8752 SHA256 c0194e861826be456c7c69985825ac7b79632d8ac7ad4cde8e12fee7971468c8 SHA512 b348a35c2953ea5d654a8aa46dfabd822b90f3613c123af7b1a80723ce9bddf79e442fe9ad70e6e657651a599b8bdbdd7d009da98220ad7ff57d514231fa79a3 WHIRLPOOL 150052d22bb27fa1baabcafbccd95b3a830a38647e1cb096db94ea14702d9c042d18d6451d5ae8e863e629a23b9dc55dce76cc02e59f7c4f5961f93bd117d758
23 -EBUILD daemonize-2.4.7.ebuild 496 SHA256 bdff6e3fb02f2434e6a51dd1ab21767759da66d7f9c3a03989ec7fd8bc65ee21 SHA512 d6aec49de22d2c177c529c62ba0bed4138b5c4712a5748b33304578259c781fb75dcdff248301a6bc4aeb3370a9d1cf1e116c1c012d4b6b1ed960686af3b9e03 WHIRLPOOL fd17b595e8c39f5714c64f4fb53010262e07a76cb968b62e454b236509fdc3788adba5533b4399ee03f7647a95d0b32a82d6de67003e5834736d93755743cd5f
24
25 diff --git a/dev-python/daemonize/daemonize-2.4.7.ebuild b/dev-python/daemonize/daemonize-2.4.7.ebuild
26 deleted file mode 100644
27 index 049a810..0000000
28 --- a/dev-python/daemonize/daemonize-2.4.7.ebuild
29 +++ /dev/null
30 @@ -1,19 +0,0 @@
31 -# Copyright 1999-2017 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -
36 -PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
37 -inherit distutils-r1
38 -
39 -DESCRIPTION="Library to enable your code run as a daemon process on Unix-like systems."
40 -HOMEPAGE="https://github.com/thesharp/daemonize https://pypi.python.org/pypi/daemonize/"
41 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
42 -
43 -LICENSE="MIT"
44 -SLOT="0"
45 -KEYWORDS="~amd64"
46 -IUSE=""
47 -
48 -DEPEND=""
49 -RDEPEND="${DEPEND}"