summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2018-07-15 21:57:44 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2018-07-15 21:57:44 -0500
commit519196fa7364c290cf0f8d029faeac4c41a7166a (patch)
tree21d35a09b515d90c21375d98cb0193af4f9543b9 /app-admin/rasdaemon
parentwww-apps/novnc: 1.0.0 bup (diff)
downloadgentoo-519196fa7364c290cf0f8d029faeac4c41a7166a.tar.gz
gentoo-519196fa7364c290cf0f8d029faeac4c41a7166a.tar.bz2
gentoo-519196fa7364c290cf0f8d029faeac4c41a7166a.zip
app-admin/rasdaemon: add missing dep
Closes: https://bugs.gentoo.org/660986 Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'app-admin/rasdaemon')
-rw-r--r--app-admin/rasdaemon/Manifest1
-rw-r--r--app-admin/rasdaemon/rasdaemon-0.6.0-r1.ebuild46
-rw-r--r--app-admin/rasdaemon/rasdaemon-0.6.0.ebuild39
-rw-r--r--app-admin/rasdaemon/rasdaemon-0.6.1-r1.ebuild (renamed from app-admin/rasdaemon/rasdaemon-0.6.1.ebuild)1
4 files changed, 1 insertions, 86 deletions
diff --git a/app-admin/rasdaemon/Manifest b/app-admin/rasdaemon/Manifest
index 2f5274334efb..de7972383472 100644
--- a/app-admin/rasdaemon/Manifest
+++ b/app-admin/rasdaemon/Manifest
@@ -1,2 +1 @@
-DIST rasdaemon-0.6.0.tar.bz2 361721 BLAKE2B af992c810024df4f553727b4aff4f4f1d41cb3f7e458ac91916ccbac6815b6ade697f0c49bf1e072205c7f872cfc9c2f7223fe0d3f090064ffaa0bab002d4f67 SHA512 cb363ee9968dab10951077edea6558adc235c2ba1a57294ccf2d483c49af3366bcec0a5857fe2b475a5407de850f706c44bfe4d8a80bcfb53b1c7e2d101ba72f
DIST rasdaemon-0.6.1.tar.bz2 363201 BLAKE2B bdc7ec3c2e7e4b2fee02dddc55b5afd82df64717f45da15dbfd5fee87721b80ac425af5806ee7462cad29c6ab2953a2e649c4b1e455983d8821a1f633d76c85d SHA512 a221a7ea0e4555befbf8acb9d4ce22d5cc7861a0da458111a24905fa06be0e8f3b18d8de5334310a423657febc0532d2705236de89cb1788302bf487ede29f60
diff --git a/app-admin/rasdaemon/rasdaemon-0.6.0-r1.ebuild b/app-admin/rasdaemon/rasdaemon-0.6.0-r1.ebuild
deleted file mode 100644
index aa124a97770d..000000000000
--- a/app-admin/rasdaemon/rasdaemon-0.6.0-r1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit linux-info systemd
-
-DESCRIPTION="Reliability, Availability and Serviceability logging tool"
-HOMEPAGE="http://www.infradead.org/~mchehab/rasdaemon/"
-SRC_URI="http://www.infradead.org/~mchehab/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="
- ${DEPEND}
- sys-devel/gettext
- dev-db/sqlite
- sys-apps/dmidecode
-"
-
-pkg_setup() {
- linux-info_pkg_setup
- local CONFIG_CHECK="FUNCTION_TRACER FUNCTION_GRAPH_TRACER STACK_TRACER DYNAMIC_FTRACE"
- check_extra_config
-}
-
-src_configure() {
- econf --enable-abrt-report \
- --enable-aer \
- --enable-arm \
- --enable-extlog \
- --enable-hisi-ns-decode \
- --enable-mce \
- --enable-non-standard \
- --enable-sqlite3 \
- --localstatedir=/var
-}
-
-src_install() {
- default
- systemd_dounit misc/*.service
-}
diff --git a/app-admin/rasdaemon/rasdaemon-0.6.0.ebuild b/app-admin/rasdaemon/rasdaemon-0.6.0.ebuild
deleted file mode 100644
index 7bb3e34c6e73..000000000000
--- a/app-admin/rasdaemon/rasdaemon-0.6.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit systemd
-
-DESCRIPTION="Reliability, Availability and Serviceability logging tool"
-HOMEPAGE="http://www.infradead.org/~mchehab/rasdaemon/"
-SRC_URI="http://www.infradead.org/~mchehab/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="
- ${DEPEND}
- sys-devel/gettext
- dev-db/sqlite
- sys-apps/dmidecode
-"
-
-src_configure() {
- econf --enable-mce \
- --enable-aer \
- --enable-sqlite3 \
- --enable-extlog \
- --enable-abrt-report \
- --enable-non-standard \
- --enable-hisi-ns-decode \
- --enable-arm
-}
-
-src_install() {
- default
- systemd_dounit misc/*.service
-}
diff --git a/app-admin/rasdaemon/rasdaemon-0.6.1.ebuild b/app-admin/rasdaemon/rasdaemon-0.6.1-r1.ebuild
index fd97b294f4e1..18c68185be3b 100644
--- a/app-admin/rasdaemon/rasdaemon-0.6.1.ebuild
+++ b/app-admin/rasdaemon/rasdaemon-0.6.1-r1.ebuild
@@ -20,6 +20,7 @@ RDEPEND="
sys-devel/gettext
dev-db/sqlite
sys-apps/dmidecode
+ dev-perl/DBD-SQLite
"
pkg_setup() {