summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-05-14 18:46:26 +0100
committerSam James <sam@gentoo.org>2023-05-14 18:48:54 +0100
commit9ec319ea674f7030bb22c9187710a4483a50f0e7 (patch)
tree84380d7fe5c3c691e2b081d425d430f6fe6f4b8c /sys-apps/lnxhc/lnxhc-1.2-r2.ebuild
parentapp-editors/emacs: add 29.0.91 (diff)
downloadgentoo-9ec319ea674f7030bb22c9187710a4483a50f0e7.tar.gz
gentoo-9ec319ea674f7030bb22c9187710a4483a50f0e7.tar.bz2
gentoo-9ec319ea674f7030bb22c9187710a4483a50f0e7.zip
sys-apps/lnxhc: add missing XML-Parser dep
Closes: https://bugs.gentoo.org/906333 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps/lnxhc/lnxhc-1.2-r2.ebuild')
-rw-r--r--sys-apps/lnxhc/lnxhc-1.2-r2.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/sys-apps/lnxhc/lnxhc-1.2-r2.ebuild b/sys-apps/lnxhc/lnxhc-1.2-r2.ebuild
new file mode 100644
index 000000000000..03d438a114c2
--- /dev/null
+++ b/sys-apps/lnxhc/lnxhc-1.2-r2.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Linux Health Checker"
+HOMEPAGE="http://lnxhc.sourceforge.net"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="EPL-1.0"
+SLOT="0"
+KEYWORDS="amd64 x86"
+
+RDEPEND="
+ >=dev-lang/perl-5.8
+ dev-perl/XML-Parser
+"
+DEPEND="${RDEPEND}"
+
+PATCHES=(
+ "${FILESDIR}"/${PN}-1.2-usrlocal.patch
+ "${FILESDIR}"/${PN}-1.2-ifconfig-path.patch
+)