summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-admin/mcelog/mcelog-0.7.ebuild')
-rw-r--r--app-admin/mcelog/mcelog-0.7.ebuild28
1 files changed, 28 insertions, 0 deletions
diff --git a/app-admin/mcelog/mcelog-0.7.ebuild b/app-admin/mcelog/mcelog-0.7.ebuild
new file mode 100644
index 000000000000..ea912e883ec5
--- /dev/null
+++ b/app-admin/mcelog/mcelog-0.7.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-admin/mcelog/mcelog-0.7.ebuild,v 1.1 2006/05/07 13:52:11 blubb Exp $
+
+DESCRIPTION="A tool to log and decode Machine Check Exceptions"
+HOMEPAGE="ftp://ftp.x86-64.org/pub/linux/tools/mcelog/"
+SRC_URI="ftp://ftp.x86-64.org/pub/linux/tools/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="virtual/cron"
+
+src_install() {
+ dosbin mcelog
+ doman mcelog.8
+
+ exeinto /etc/cron.daily
+ newexe mcelog.cron mcelog
+
+ insinto /etc/logrotate.d/
+ newins mcelog.logrotate mcelog
+
+ dodoc CHANGES README
+}