commit: d3bb40748c0fc13fd3252548cbd96e377b05c39a
Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 19 12:26:20 2023 +0000
Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Wed Apr 19 12:34:06 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3bb4074
app-admin/djbdns-logparse: drop 0.0.2
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
.../djbdns-logparse/djbdns-logparse-0.0.2.ebuild | 31 ----------------------
1 file changed, 31 deletions(-)
diff --git a/app-admin/djbdns-logparse/djbdns-logparse-0.0.2.ebuild
b/app-admin/djbdns-logparse/djbdns-logparse-0.0.2.ebuild
deleted file mode 100644
index 0b6d3d669797..000000000000
--- a/app-admin/djbdns-logparse/djbdns-logparse-0.0.2.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..10} )
-inherit distutils-r1
-
-DESCRIPTION="Make tinydns and dnscache logs human-readable"
-HOMEPAGE="http://michael.orlitzky.com/code/djbdns-logparse.xhtml"
-SRC_URI="http://michael.orlitzky.com/code/releases/${P}.tar.gz"
-LICENSE="AGPL-3+"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-# djbdns-logparse pipes the logs through the "tai64nlocal" program
-# that comes with sys-process/daemontools.
-RDEPEND="sys-process/daemontools"
-BDEPEND="test? ( ${RDEPEND} )"
-
-python_install_all() {
- doman "doc/man1/${PN}.1"
- local DOCS=( doc/README )
- distutils-r1_python_install_all
-}
-
-python_test() {
- esetup.py test
-}