public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/edac-utils/
Date: Sat,  1 Jan 2022 09:38:55 +0000 (UTC)	[thread overview]
Message-ID: <1641029903.16f470a1da61ee1515eb68c19ef5a9466e6e1776.sam@gentoo> (raw)

commit:     16f470a1da61ee1515eb68c19ef5a9466e6e1776
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  1 09:31:26 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jan  1 09:38:23 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16f470a1

sys-apps/edac-utils: drop 0.18

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-apps/edac-utils/edac-utils-0.18.ebuild | 49 ------------------------------
 1 file changed, 49 deletions(-)

diff --git a/sys-apps/edac-utils/edac-utils-0.18.ebuild b/sys-apps/edac-utils/edac-utils-0.18.ebuild
deleted file mode 100644
index c4aa0a9e04cf..000000000000
--- a/sys-apps/edac-utils/edac-utils-0.18.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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 ~arm64"
-IUSE="debug"
-
-DEPEND="sys-fs/sysfsutils"
-RDEPEND="${DEPEND}
-	sys-apps/dmidecode"
-
-src_prepare() {
-	default
-
-	sed -i \
-		-e 's|-Werror||' \
-		configure || die
-}
-
-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 "${ED}/etc/init.d" || die
-
-	find "${ED}" -name '*.la' -delete || die
-}
-
-pkg_postinst() {
-	elog "There must be an entry for your mainboard in ${EROOT}/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"
-}


             reply	other threads:[~2022-01-01  9:39 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-01  9:38 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-08-20  8:08 [gentoo-commits] repo/gentoo:master commit in: sys-apps/edac-utils/ Sam James
2023-12-28  3:43 Sam James
2023-03-04  7:50 Arthur Zamarin
2022-12-29 22:54 Sam James
2021-09-07 11:55 Agostino Sarubbo
2021-08-02  3:18 Sam James
2021-08-02  3:18 Sam James
2021-05-31  9:20 David Seifert
2021-04-25  5:19 Sam James
2019-04-13 16:56 Tiziano Müller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1641029903.16f470a1da61ee1515eb68c19ef5a9466e6e1776.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox