From 56bd759df1d0c750a065b8c845e93d5dfa6b549d Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sat, 8 Aug 2015 13:49:04 -0700 Subject: proj/gentoo: Initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson X-Thanks: Alec Warner - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring - wrote much python to improve cvs2svn X-Thanks: Rich Freeman - validation scripts X-Thanks: Patrick Lauer - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed --- sys-apps/edac-utils/Manifest | 1 + sys-apps/edac-utils/edac-utils-0.18.ebuild | 43 ++++++++++++++++++++++++++++++ sys-apps/edac-utils/metadata.xml | 11 ++++++++ 3 files changed, 55 insertions(+) create mode 100644 sys-apps/edac-utils/Manifest create mode 100644 sys-apps/edac-utils/edac-utils-0.18.ebuild create mode 100644 sys-apps/edac-utils/metadata.xml (limited to 'sys-apps/edac-utils') diff --git a/sys-apps/edac-utils/Manifest b/sys-apps/edac-utils/Manifest new file mode 100644 index 000000000000..64f13b635f4e --- /dev/null +++ b/sys-apps/edac-utils/Manifest @@ -0,0 +1 @@ +DIST edac-utils-0.18.tar.gz 285909 SHA256 2a027dbde6c3095807c9fbfa0025bedad38fc839e9967707c1986089ff4c8750 SHA512 5c81b11c28e8fb3198f2d656171493877393024d9e31233c252d358d8029aa83065e7b66ea87d742518f710466c9ba7dfcf57a1641374ce169cf95fd379101fa WHIRLPOOL e7af26138378e784c36c43d85b0d2449b5d5606d217dc8bc217f0720effb0fd6d5c4ab5b933e3e38cfadd5e5e51b47559d1a947bcc3df2ec8c8138eec7507b58 diff --git a/sys-apps/edac-utils/edac-utils-0.18.ebuild b/sys-apps/edac-utils/edac-utils-0.18.ebuild new file mode 100644 index 000000000000..9229f96e9564 --- /dev/null +++ b/sys-apps/edac-utils/edac-utils-0.18.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit eutils + +DESCRIPTION="Userspace helper for Linux kernel EDAC drivers" +HOMEPAGE="https://github.com/grondo/edac-utils" +SRC_URI="https://github.com/grondo/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64" +IUSE="debug" + +DEPEND="sys-fs/sysfsutils" +RDEPEND="${DEPEND} + sys-apps/dmidecode" + +src_configure() { + econf \ + --disable-static \ + $(use_enable debug) +} + +src_install() { + default + + # We don't need this init.d file + # Modules should be loaded by adding them to /etc/conf.d/modules + # The rest is done via the udev-rule + rm -rf "${D}/etc/init.d" + + prune_libtool_files +} + +pkg_postinst() { + elog "There must be an entry for your mainboard in /etc/edac/labels.db" + elog "in case you want nice labels in /sys/module/*_edac/" + elog "Run the following command to check whether such an entry is already available:" + elog " edac-ctl --print-labels" +} diff --git a/sys-apps/edac-utils/metadata.xml b/sys-apps/edac-utils/metadata.xml new file mode 100644 index 000000000000..1e6fed43bcf5 --- /dev/null +++ b/sys-apps/edac-utils/metadata.xml @@ -0,0 +1,11 @@ + + + + + dev-zero@gentoo.org + Tiziano Müller + + + grondo/edac-utils + + -- cgit v1.2.3-18-g5258