From 46eedbedafdb0040c37884982d4c775ce277fb7b Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 20 Oct 2021 10:22:14 +0100 Subject: gentoo resync : 20.10.2021 --- app-admin/evtxtools/Manifest | 2 +- app-admin/evtxtools/evtxtools-1.1.1-r1.ebuild | 32 ------------------------- app-admin/evtxtools/evtxtools-1.1.1-r2.ebuild | 34 +++++++++++++++++++++++++++ 3 files changed, 35 insertions(+), 33 deletions(-) delete mode 100644 app-admin/evtxtools/evtxtools-1.1.1-r1.ebuild create mode 100644 app-admin/evtxtools/evtxtools-1.1.1-r2.ebuild (limited to 'app-admin/evtxtools') diff --git a/app-admin/evtxtools/Manifest b/app-admin/evtxtools/Manifest index 9702a9a5d5e3..2a45555060b8 100644 --- a/app-admin/evtxtools/Manifest +++ b/app-admin/evtxtools/Manifest @@ -1,3 +1,3 @@ DIST Parse-Evtx-1.1.1.zip 71351 BLAKE2B 27e28a75e5a4ccce437f86a5924790d602cb7091c422a5f39e5a1ee0e785762b2f77999c84dd7f4fc52dbd58a90e03a80ca9de916e4df12c464959c8c8a5bfc5 SHA512 308fc3da4e9291f5f84cfbb0a2a17f92d45a2314d6b1806acb59e1a2d521041487a51a6e88e70c03a683df5a9442a30d8dc2483cf684cb96bb86f0a05f27e752 -EBUILD evtxtools-1.1.1-r1.ebuild 767 BLAKE2B 49ea4ef7b318f48a16154c072b8549119e3cd422ba8e2bc83cb162e585919b9876917bc53da419a59b2f7a6d935002fb0d1d63183593b917098c5c0634a89104 SHA512 f97cd31347ebf8be1fbfa930caab5e10a6cf8a707bee63740664dee435b64855232ffef8b19a17bb6b5e16d66c78e1bb4980b2c6b4073bbeb4dfb91ff2ab151a +EBUILD evtxtools-1.1.1-r2.ebuild 778 BLAKE2B c973ae0c240a99688ad97b5ec845059a1e66fefd2844d70288cf90d0e84e4bd838523d09d02cfef5caf57c717e43cff28019aa66ab55f8c6ad4b6f7cbdd5fa18 SHA512 3a74e5cf7361bef605d94bff1d2dbd153d2bcbed9f005513a64f7453e718e755ab93f088bffce88f815ccf5ad935b1579cc6e9af945b98f5654766a0050574a2 MISC metadata.xml 248 BLAKE2B dba7ab19012197ff483b3c5febb6e1eae41d23999686b287a45c38e89ff7565454473fac44579b1e367345933bd749897f8e737f50eaf024190c42069a3d4d16 SHA512 abd659f01838c035f4dfeb2c13e95a0e8e249b41d093af54ff31b4d87bfe03ae472e911a20ff0ad3ea6bb9718dbab822c8b7553ac0a7a59c1d09db7b4d910ea9 diff --git a/app-admin/evtxtools/evtxtools-1.1.1-r1.ebuild b/app-admin/evtxtools/evtxtools-1.1.1-r1.ebuild deleted file mode 100644 index 3beba8065263..000000000000 --- a/app-admin/evtxtools/evtxtools-1.1.1-r1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit perl-module - -MY_PN="Parse-Evtx" -DESCRIPTION="Read, decode and dump Windows Vista/2008/7 event log file " -HOMEPAGE="http://computer.forensikblog.de/en/topics/windows/vista_event_log" -SRC_URI="http://computer.forensikblog.de/files/evtx/${MY_PN}-${PV}.zip" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND="app-arch/unzip - dev-perl/DateTime - dev-perl/Digest-CRC - dev-perl/DateTime - dev-perl/Carp-Assert - dev-perl/Data-Hexify" - -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${MY_PN}-${PV}" - -pkg_postinst() { - einfo "Consider the following as how-to:" - einfo "http://rwmj.wordpress.com/2011/04/17/decoding-the-windows-event-log-using-guestfish/" -} diff --git a/app-admin/evtxtools/evtxtools-1.1.1-r2.ebuild b/app-admin/evtxtools/evtxtools-1.1.1-r2.ebuild new file mode 100644 index 000000000000..9b0c4c29cd6b --- /dev/null +++ b/app-admin/evtxtools/evtxtools-1.1.1-r2.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit perl-module + +MY_PN="Parse-Evtx" +DESCRIPTION="Read, decode and dump Windows Vista/2008/7 event log file" +HOMEPAGE="http://computer.forensikblog.de/en/topics/windows/vista_event_log" +SRC_URI="http://computer.forensikblog.de/files/evtx/${MY_PN}-${PV}.zip" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 x86" + +RDEPEND=" + dev-perl/Digest-CRC + dev-perl/DateTime + dev-perl/Carp-Assert + dev-perl/Data-Hexify +" + +BDEPEND="${RDEPEND} + app-arch/unzip + virtual/perl-ExtUtils-MakeMaker +" + +S="${WORKDIR}/${MY_PN}-${PV}" + +pkg_postinst() { + einfo "Consider the following as how-to:" + einfo "http://rwmj.wordpress.com/2011/04/17/decoding-the-windows-event-log-using-guestfish/" +} -- cgit v1.2.3