From 0e7ef53ddcc33809bcb2644d3649617113b78ea3 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 23 Sep 2022 17:30:18 +0100 Subject: gentoo auto-resync : 23:09:2022 - 17:30:17 --- app-admin/djbdns-logparse/Manifest | 4 +-- .../djbdns-logparse/djbdns-logparse-0.0.1.ebuild | 31 ---------------------- .../djbdns-logparse/djbdns-logparse-0.0.2.ebuild | 31 ++++++++++++++++++++++ 3 files changed, 33 insertions(+), 33 deletions(-) delete mode 100644 app-admin/djbdns-logparse/djbdns-logparse-0.0.1.ebuild create mode 100644 app-admin/djbdns-logparse/djbdns-logparse-0.0.2.ebuild (limited to 'app-admin/djbdns-logparse') diff --git a/app-admin/djbdns-logparse/Manifest b/app-admin/djbdns-logparse/Manifest index ff10d2ceda62..ab3cf4abd3e9 100644 --- a/app-admin/djbdns-logparse/Manifest +++ b/app-admin/djbdns-logparse/Manifest @@ -1,3 +1,3 @@ -DIST djbdns-logparse-0.0.1.tar.gz 23317 BLAKE2B d44b2af042990dc1632746e111ecb53dcd16cd0a245a778f198163afb7de26a5f41cf624c81fe06dbffad94c9370e24267bb3c69176b4afb2e26a71fa5fa1afc SHA512 e066875d3718ab7780c6a82ed022106bd26b454827532beb2f6f2ef5e38d2619b71067250b9ed22eea03380da2f0e68b26931ceb99d9300e15be77d070d7fdf2 -EBUILD djbdns-logparse-0.0.1.ebuild 766 BLAKE2B b193e11f690c92e92f4203531d271de77cbaaf05612a307773a8eef915f953b9f0dfeb6f0d517341704bf810d306f9771e358c7aba5dfa90ebf8b09b8a533cf7 SHA512 58a75436ccb0a245cde0763d6e724c9f7c1ce2339b12accf7417d5624fb045deaa5a1a68e9cc77a8d3e8bbf341cd1cd6ac5f134737a98e7a8465848fae2c01da +DIST djbdns-logparse-0.0.2.tar.gz 23425 BLAKE2B dfcad00ddc27d85497d671fde9d51cad033d63b132b7d73e35b65825af4c222239a4815a8081eecdeeab18ec3a00237a16a4a12b647ad6520c0a8e302d0830cc SHA512 8b4b8a59567b929e20571f50bbd302280bcf2755d6e016475db20b98884d380bdeb6800a1ce815265b0655c4f5c725c28575c89f907c89d85a163f88b7a97f6c +EBUILD djbdns-logparse-0.0.2.ebuild 766 BLAKE2B b193e11f690c92e92f4203531d271de77cbaaf05612a307773a8eef915f953b9f0dfeb6f0d517341704bf810d306f9771e358c7aba5dfa90ebf8b09b8a533cf7 SHA512 58a75436ccb0a245cde0763d6e724c9f7c1ce2339b12accf7417d5624fb045deaa5a1a68e9cc77a8d3e8bbf341cd1cd6ac5f134737a98e7a8465848fae2c01da MISC metadata.xml 219 BLAKE2B 27094593eb47f098fe9df926d3a827b65c2ca39ac6b03d392efe2c19d646274e5b462f65a7177ba2556a9167c994544688e53a3df810dc7f86ae43c4a75fd59e SHA512 e990bf6d766d6c0380344187a03b66380e4ed7a1554dd7a900ccf1f6f2dd3a51b06b382cedd5c73e0ad75301436b351fea0e7f1fb720c3d1345a8958554d341c diff --git a/app-admin/djbdns-logparse/djbdns-logparse-0.0.1.ebuild b/app-admin/djbdns-logparse/djbdns-logparse-0.0.1.ebuild deleted file mode 100644 index a37424d8def8..000000000000 --- a/app-admin/djbdns-logparse/djbdns-logparse-0.0.1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..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 -} diff --git a/app-admin/djbdns-logparse/djbdns-logparse-0.0.2.ebuild b/app-admin/djbdns-logparse/djbdns-logparse-0.0.2.ebuild new file mode 100644 index 000000000000..a37424d8def8 --- /dev/null +++ b/app-admin/djbdns-logparse/djbdns-logparse-0.0.2.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..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 +} -- cgit v1.2.3