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-block/ndctl/
Date: Wed,  7 Jun 2023 09:10:20 +0000 (UTC)	[thread overview]
Message-ID: <1686128962.bac4080d60a45ba4a5eeea96f4e4a19ab8a9bf03.sam@gentoo> (raw)

commit:     bac4080d60a45ba4a5eeea96f4e4a19ab8a9bf03
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun  7 09:07:42 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun  7 09:09:22 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bac4080d

sys-block/ndctl: drop 72.1, 75

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

 sys-block/ndctl/Manifest          |  2 --
 sys-block/ndctl/ndctl-72.1.ebuild | 74 ---------------------------------------
 sys-block/ndctl/ndctl-75.ebuild   | 74 ---------------------------------------
 3 files changed, 150 deletions(-)

diff --git a/sys-block/ndctl/Manifest b/sys-block/ndctl/Manifest
index e65d156e47fa..34f13ca758fa 100644
--- a/sys-block/ndctl/Manifest
+++ b/sys-block/ndctl/Manifest
@@ -1,5 +1,3 @@
 DIST ndctl-71.1.tar.gz 330512 BLAKE2B 582f29fb649f33a48b5412bfefc15de2b1f765b27251d1b8a472d8c7705d671acbd6bf646f737baf8556d8fda39db68242f44e11225d7305e95f5d2ec5931f31 SHA512 92fb06ca64455775ce0b89ba0846f70235e02fe3502e2a8a55a858f76f87cb90ae98f5bf01620e5884f667ea78ee2bee2cd9e7a85ffa8f8d9c456e9282ca9ebc
-DIST ndctl-72.1.tar.gz 365324 BLAKE2B 2e061bd1357c0b422f728e8624106d93e9eed2f5c7795428b0c61d041ab45569aa8bb6eb52544360ad538be85f3b7f84f8c9ab1037a8ca5498c2e1a13fa22186 SHA512 7304e23121c99457fa6e22a399fb636f6a66d6d07b090463ec41e424687b06e7e8a1a18623ab9dd5783aaccfa09ff964e3477b63aaa4614ac60f6e6050452f12
-DIST ndctl-75.tar.gz 415393 BLAKE2B f9081b09c2f4ad8a6bc9c53e792b8a49992c7089af09e39917efe0fceea800d81665a31bf14c8e2f6f83c57d1dccebb4513b9bb556a3e81c19c75fbc67e1d7e3 SHA512 0af960e43a363711fbdb5152bb670022bd9b2f6a269c153dd88dca4ad2dcc215679c354ebcc758e9376867462f82c21aebe62bc62ca27333dedf3a818f34b272
 DIST ndctl-76.1.tar.gz 419651 BLAKE2B 52fdbb382a32005873e3be46d3c9b21c80e9ad53b5852c32d73d0ee966c61890d598d2b8d03fd0aa090970e5746daf52e91e70b9a79b328f1a2137a37bfb61a1 SHA512 76d32599df029969734276f8972f3f4bf701e471117c8a48d1f96b62c87a59ac54d59104ee62d1cbbb518a06a779677ca856df32ce6218d758a8c73daa3e5b06
 DIST ndctl-77.tar.gz 421255 BLAKE2B fcc9ed092d67a8ef86b60a487db5caca51f3ead43216da8df63f083ad016bd34058f0957702055faf3da967e54e70228fdb54fcd0536dc120a46719d7a1dc994 SHA512 cd1e37d015f209df446441da162d41bbca1b740d799b383c1147d3a3b1acc4e6dc4bcc1fda0e868f305e8a1698c969426c08d8a6222d8a0c8f3c94963b0ae36e

diff --git a/sys-block/ndctl/ndctl-72.1.ebuild b/sys-block/ndctl/ndctl-72.1.ebuild
deleted file mode 100644
index 47d1a8e6a3bc..000000000000
--- a/sys-block/ndctl/ndctl-72.1.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 2021-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit udev autotools bash-completion-r1
-
-DESCRIPTION="Helper tools and libraries for managing non-volatile memory on Linux"
-HOMEPAGE="https://github.com/pmem/ndctl"
-SRC_URI="https://github.com/pmem/ndctl/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2 LGPL-2.1 MIT CC0-1.0"
-SLOT="0/6"
-KEYWORDS="~amd64 ~x86"
-IUSE="systemd test"
-
-DEPEND="
-	dev-libs/iniparser:0=
-	dev-libs/json-c:=
-	sys-apps/keyutils:=
-	sys-apps/kmod:=
-	sys-apps/util-linux:=
-	virtual/libudev:=
-	systemd? ( sys-apps/systemd:= )
-"
-RDEPEND="${DEPEND}"
-BDEPEND="
-	app-text/asciidoc
-	app-text/xmlto
-	sys-devel/libtool
-	virtual/pkgconfig
-"
-
-RESTRICT="!test? ( test )"
-
-# tests require root access
-RESTRICT+=" test"
-
-DOCS=(
-	README.md
-	CONTRIBUTING.md
-)
-
-PATCHES=(
-	"${FILESDIR}/ndctl-71.1-bash-completion-configure.patch"
-)
-
-src_prepare() {
-	default
-	printf 'm4_define([GIT_VERSION], [%s])' "${PV}" > version.m4 || die
-	sed -e '/git-version-gen/ d' -i Makefile.am || die
-	eautoreconf
-}
-
-src_configure() {
-	econf \
-		--with-bash-completion-dir="$(get_bashcompdir)" \
-		--with-udevrulesdir=$(get_udevdir)/rules.d \
-		$(use_with systemd) \
-		--disable-asciidoctor
-}
-
-src_test() {
-	emake check
-}
-
-src_install() {
-	default
-
-	find "${ED}" -name '*.la' -delete || die
-
-	bashcomp_alias ndctl daxctl
-	bashcomp_alias ndctl cxl
-}

diff --git a/sys-block/ndctl/ndctl-75.ebuild b/sys-block/ndctl/ndctl-75.ebuild
deleted file mode 100644
index 6c45f09b498f..000000000000
--- a/sys-block/ndctl/ndctl-75.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit udev meson bash-completion-r1
-
-DESCRIPTION="Helper tools and libraries for managing non-volatile memory on Linux"
-HOMEPAGE="https://github.com/pmem/ndctl"
-SRC_URI="https://github.com/pmem/ndctl/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2 LGPL-2.1 MIT CC0-1.0"
-SLOT="0/6"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc systemd test"
-
-DEPEND="
-	dev-libs/iniparser:0=
-	dev-libs/json-c:=
-	sys-apps/keyutils:=
-	sys-apps/kmod:=
-	sys-apps/util-linux:=
-	virtual/libudev:=
-	systemd? ( sys-apps/systemd:= )
-"
-RDEPEND="${DEPEND}"
-BDEPEND="
-	doc? (
-		app-text/asciidoc
-		app-text/xmlto
-	)
-	sys-devel/libtool
-	virtual/pkgconfig
-"
-
-RESTRICT="!test? ( test )"
-
-# tests require root access
-RESTRICT+=" test"
-
-DOCS=(
-	README.md
-	CONTRIBUTING.md
-)
-
-src_configure() {
-	local -a emesonargs=(
-		$(meson_feature systemd)
-		$(meson_feature doc docs)
-		-Dasciidoctor=disabled
-		-Dbashcompletiondir="$(get_bashcompdir)"
-		-Drootprefix=/usr
-		-Drootlibdir="/usr/$(get_libdir)"
-	)
-	meson_src_configure
-}
-
-src_install() {
-	meson_src_install
-
-	# upstream doesn't install udev rules unless using systemd
-	use systemd || udev_dorules daxctl/90-daxctl-device.rules
-
-	bashcomp_alias ndctl daxctl
-	bashcomp_alias ndctl cxl
-}
-
-pkg_postinst() {
-	udev_reload
-}
-
-pkg_postrm() {
-	udev_reload
-}


             reply	other threads:[~2023-06-07  9:10 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-07  9:10 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-25 22:09 [gentoo-commits] repo/gentoo:master commit in: sys-block/ndctl/ Sam James
2023-06-07 10:36 Sam James
2023-06-07 10:19 Sam James
2023-06-07  9:10 Sam James
2023-03-01  0:50 Patrick McLean
2023-03-01  0:29 Patrick McLean
2023-02-28 18:30 Patrick McLean
2023-01-26 19:28 Patrick McLean
2022-01-15  1:34 Sam James
2022-01-06 18:27 Patrick McLean
2021-07-20  2:43 Sam James
2021-02-26 18:17 Patrick McLean
2021-02-26  0:44 Patrick McLean

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=1686128962.bac4080d60a45ba4a5eeea96f4e4a19ab8a9bf03.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