diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
| commit | b590c8d7572b727d565cc0b8ff660d43569845de (patch) | |
| tree | 06f7a4102ea4e845df8b66660f252920d52952f9 /app-admin/djbdns-logparse | |
| parent | 24f9cbfc4c34fdb6a6e03311674414e881ceab47 (diff) | |
| download | baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.gz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.xz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.zip | |
Adding metadata
Diffstat (limited to 'app-admin/djbdns-logparse')
| -rw-r--r-- | app-admin/djbdns-logparse/Manifest | 1 | ||||
| -rw-r--r-- | app-admin/djbdns-logparse/djbdns-logparse-0.0.2-r3.ebuild | 32 | ||||
| -rw-r--r-- | app-admin/djbdns-logparse/metadata.xml | 8 |
3 files changed, 41 insertions, 0 deletions
diff --git a/app-admin/djbdns-logparse/Manifest b/app-admin/djbdns-logparse/Manifest new file mode 100644 index 000000000000..0f5ba0955e46 --- /dev/null +++ b/app-admin/djbdns-logparse/Manifest @@ -0,0 +1 @@ +DIST djbdns-logparse-0.0.2.tar.gz 23425 BLAKE2B dfcad00ddc27d85497d671fde9d51cad033d63b132b7d73e35b65825af4c222239a4815a8081eecdeeab18ec3a00237a16a4a12b647ad6520c0a8e302d0830cc SHA512 8b4b8a59567b929e20571f50bbd302280bcf2755d6e016475db20b98884d380bdeb6800a1ce815265b0655c4f5c725c28575c89f907c89d85a163f88b7a97f6c diff --git a/app-admin/djbdns-logparse/djbdns-logparse-0.0.2-r3.ebuild b/app-admin/djbdns-logparse/djbdns-logparse-0.0.2-r3.ebuild new file mode 100644 index 000000000000..c44fd6724c9d --- /dev/null +++ b/app-admin/djbdns-logparse/djbdns-logparse-0.0.2-r3.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{13..14} ) +DISTUTILS_USE_PEP517=setuptools +inherit distutils-r1 + +DESCRIPTION="Make tinydns and dnscache logs human-readable" +HOMEPAGE="https://michael.orlitzky.com/code/djbdns-logparse.xhtml" +SRC_URI="https://michael.orlitzky.com/code/releases/${P}.tar.gz" +LICENSE="AGPL-3+" +SLOT="0" +KEYWORDS="amd64 ~riscv" +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() { + "${EPYTHON}" -m doctest --verbose djbdns/*.py || die +} diff --git a/app-admin/djbdns-logparse/metadata.xml b/app-admin/djbdns-logparse/metadata.xml new file mode 100644 index 000000000000..33f4f66d96a1 --- /dev/null +++ b/app-admin/djbdns-logparse/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>mjo@gentoo.org</email> + </maintainer> + <origin>baldeagleos-repo</origin> +</pkgmetadata> |
