hasufell    14/09/09 01:58:47

  Modified:             ChangeLog
  Added:                mcelog-103.ebuild
  Log:
  version bump by Ben Kohler and Lars Wendler wrt #519494
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
E73C35B3)

Revision  Changes    Path
1.41                 app-admin/mcelog/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/mcelog/ChangeLog?rev=1.41&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/mcelog/ChangeLog?rev=1.41&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/mcelog/ChangeLog?r1=1.40&r2=1.41

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/mcelog/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog   15 Jun 2014 23:43:31 -0000      1.40
+++ ChangeLog   9 Sep 2014 01:58:47 -0000       1.41
@@ -1,6 +1,12 @@
 # ChangeLog for app-admin/mcelog
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/mcelog/ChangeLog,v 1.40 
2014/06/15 23:43:31 hparker Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/mcelog/ChangeLog,v 1.41 
2014/09/09 01:58:47 hasufell Exp $
+
+*mcelog-103 (09 Sep 2014)
+
+  09 Sep 2014; Julian Ospald <[email protected]> +mcelog-103.ebuild,
+  +files/mcelog.init-r1:
+  version bump by Ben Kohler and Lars Wendler wrt #519494
 
   15 Jun 2014; Homer Parker <[email protected]> mcelog-100.ebuild:
   Stable on amd64, bug #502604



1.1                  app-admin/mcelog/mcelog-103.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/mcelog/mcelog-103.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/mcelog/mcelog-103.ebuild?rev=1.1&content-type=text/plain

Index: mcelog-103.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/mcelog/mcelog-103.ebuild,v 1.1 
2014/09/09 01:58:47 hasufell Exp $

EAPI=5

inherit linux-info eutils systemd toolchain-funcs

DESCRIPTION="A tool to log and decode Machine Check Exceptions"
HOMEPAGE="http://mcelog.org/";
SRC_URI="https://github.com/andikleen/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="selinux"

RDEPEND="selinux? ( sec-policy/selinux-mcelog )"

CONFIG_CHECK="~X86_MCE"

# TODO: add mce-inject to the tree to support test phase
RESTRICT="test"

src_prepare() {
        epatch "${FILESDIR}"/${PN}-0.8_pre1-timestamp-${PN}.patch \
                "${FILESDIR}"/${PN}-1.0_pre3_p20120918-build.patch \
                "${FILESDIR}"/${PN}-1.0_pre3_p20120918-bashism.patch
        tc-export CC
}

src_install() {
        dosbin ${PN}

        insinto /etc/cron.daily
        newins ${PN}.cron ${PN}

        insinto /etc/logrotate.d/
        newins ${PN}.logrotate ${PN}

        newinitd "${FILESDIR}"/${PN}.init-r1 ${PN}
        systemd_dounit "${FILESDIR}"/${PN}.service

        insinto /etc/${PN}
        doins mcelog.conf
        exeinto /etc/${PN}
        doexe triggers/*

        dodoc CHANGES README TODO *.pdf
        doman ${PN}.8
}

pkg_postinst() {
        einfo "The default configuration set is now installed in /etc/${PN}"
        einfo "you might want to edit those files."
        einfo
        einfo "A sample cronjob is installed into /etc/cron.daily"
        einfo "without executable bit (system service is the preferred method 
now)"
}




Reply via email to