diff options
-rw-r--r-- | dev-python/daemonize/Manifest | 2 | ||||
-rw-r--r-- | dev-python/daemonize/daemonize-2.4.7.ebuild | 19 |
2 files changed, 0 insertions, 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}" |