From: "Andrey Utkin" <andrey_utkin@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/whdd/
Date: Mon, 11 Jan 2021 13:18:45 +0000 (UTC) [thread overview]
Message-ID: <1610371052.ad561f750c9c0a8b461c60f21521c2e5d1435c9c.andrey_utkin@gentoo> (raw)
commit: ad561f750c9c0a8b461c60f21521c2e5d1435c9c
Author: Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 11 13:17:32 2021 +0000
Commit: Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
CommitDate: Mon Jan 11 13:17:32 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad561f75
sys-block/whdd: remove old 2.2, 3.0
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andrey Utkin <andrey_utkin <AT> gentoo.org>
sys-block/whdd/Manifest | 2 --
sys-block/whdd/whdd-2.2.ebuild | 27 ---------------------------
sys-block/whdd/whdd-3.0.ebuild | 34 ----------------------------------
3 files changed, 63 deletions(-)
diff --git a/sys-block/whdd/Manifest b/sys-block/whdd/Manifest
index 14d190257d5..1c3b409a08e 100644
--- a/sys-block/whdd/Manifest
+++ b/sys-block/whdd/Manifest
@@ -1,3 +1 @@
-DIST whdd-2.2.tar.gz 33317 BLAKE2B 0f0f6a36c37ec8b0df538fe6c353fc14bfd1f2cecbe2b6c0c94727d4a417c1cba3e96ecd323d52a60a67b8f169ecde2e50196db090657f496cd7d46d37fb7079 SHA512 ab30c1e418cb7ba9881b1a91b99d0b1d5389172c4d5802be69d98cb9c16f1282ff7808e2b40bb937987a9d3ad9fa7f20e630d19307eb0aa1090cff531a904d4a
DIST whdd-3.0.1.tar.gz 45671 BLAKE2B f16bcfc09356f43b5ae303e007cc3f0930316c67aa3c8622ffc7a3f6ee0f1c5339d7ff32e9b4707a42388fc955f70bf7d3ccc4bd36082d5592a5852d646832c7 SHA512 2cc207d5f0e5da1018ce4ec46f369cdd5c3ed2e55c063f583f8ca68f37949265d4ed8b6ea3ff9133a44cf254a95c3e819ba90f9d822aa3bc2f994cb16d0dc877
-DIST whdd-3.0.tar.gz 45865 BLAKE2B 788ae197c5607f9044f68523336786eacf40eca382d531c590d3b45ec3710c5ea66740f8f5a9750a9746d78a0c6b7e9c77153345ef39cff962a6b2652f3f5d80 SHA512 f53888383dc0ed4158c13a064a2cd45e8e312b389bb79c1bfc9ce86c8a61a195fe5003821c868715316eeaba7ee5bcb387324fb6577af7f875679789cd5af5d7
diff --git a/sys-block/whdd/whdd-2.2.ebuild b/sys-block/whdd/whdd-2.2.ebuild
deleted file mode 100644
index 8f7afc6967d..00000000000
--- a/sys-block/whdd/whdd-2.2.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils
-
-DESCRIPTION="Diagnostic and recovery tool for block devices"
-HOMEPAGE="https://whdd.github.io"
-SRC_URI="https://github.com/krieger-od/${PN}/tarball/${PV} -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="
- dev-util/dialog:=
- sys-libs/ncurses:0[unicode]"
-RDEPEND="${DEPEND}
- sys-apps/smartmontools"
-
-src_unpack() {
- default
- mv krieger-od-${PN}-* ${P}
- echo ${PV} > "${S}"/VERSION || die
-}
diff --git a/sys-block/whdd/whdd-3.0.ebuild b/sys-block/whdd/whdd-3.0.ebuild
deleted file mode 100644
index 967ab1dc544..00000000000
--- a/sys-block/whdd/whdd-3.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Diagnostic and recovery tool for block devices"
-HOMEPAGE="https://whdd.github.io"
-
-inherit toolchain-funcs
-
-if [[ ${PV} == 9999 ]]
-then
- EGIT_REPO_URI="https://github.com/${PN}/${PN}"
- inherit git-r3
-else
- SRC_URI="https://github.com/${PN}/${PN}/tarball/${PV} -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~x86"
- inherit vcs-snapshot
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE=""
-
-DEPEND="
- dev-util/dialog:=
- sys-libs/ncurses:0=[unicode]"
-RDEPEND="${DEPEND}
- sys-apps/smartmontools"
-
-src_compile() {
- tc-export CC
- default
-}
next reply other threads:[~2021-01-11 13:18 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-01-11 13:18 Andrey Utkin [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-24 11:21 [gentoo-commits] repo/gentoo:master commit in: sys-block/whdd/ Petr Vaněk
2024-11-23 16:44 Michał Górny
2024-05-21 11:39 Marek Szuba
2023-08-16 12:01 Marek Szuba
2022-05-12 14:10 Marek Szuba
2022-05-12 14:10 Marek Szuba
2022-04-07 20:58 Jakov Smolić
2022-04-06 21:44 Marek Szuba
2022-04-06 21:44 Marek Szuba
2022-04-01 13:55 Marek Szuba
2021-07-17 21:30 David Seifert
2021-06-22 18:20 Florian Schmaus
2021-01-13 9:18 Sam James
2021-01-12 23:56 Sam James
2020-12-08 11:55 Andrey Utkin
2018-06-24 10:02 Jeroen Roovers
2018-01-07 15:50 Andrey Utkin
2018-01-07 15:50 Andrey Utkin
2018-01-07 15:50 Andrey Utkin
2017-01-29 17:25 Michael Palimaka
2017-01-29 15:22 Michael Palimaka
2017-01-29 15:22 Michael Palimaka
2017-01-29 15:22 Michael Palimaka
2017-01-29 15:22 Michael Palimaka
2017-01-29 15:22 Michael Palimaka
2017-01-28 21:12 Johannes Huber
2017-01-28 21:12 Johannes Huber
2017-01-28 21:12 Johannes Huber
2017-01-28 21:12 Johannes Huber
2015-12-22 10:53 Patrice Clement
2015-12-22 10:53 Patrice Clement
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=1610371052.ad561f750c9c0a8b461c60f21521c2e5d1435c9c.andrey_utkin@gentoo \
--to=andrey_utkin@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