hasufell    15/04/25 14:28:18

  Modified:             ChangeLog
  Added:                mcelog-109.ebuild
  Log:
  version bump by Ben Kohler
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
BDEED020)

Revision  Changes    Path
1.42                 app-admin/mcelog/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/mcelog/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog   9 Sep 2014 01:58:47 -0000       1.41
+++ ChangeLog   25 Apr 2015 14:28:18 -0000      1.42
@@ -1,6 +1,11 @@
 # 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.41 
2014/09/09 01:58:47 hasufell Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-admin/mcelog/ChangeLog,v 1.42 
2015/04/25 14:28:18 hasufell Exp $
+
+*mcelog-109 (25 Apr 2015)
+
+  25 Apr 2015; Julian Ospald <[email protected]> +mcelog-109.ebuild:
+  version bump by Ben Kohler
 
 *mcelog-103 (09 Sep 2014)
 



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

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

Index: mcelog-109.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/mcelog/mcelog-109.ebuild,v 1.1 
2015/04/25 14:28:18 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