sys-block/whdd: Remove 2.1
authorJohannes Huber <johu@gentoo.org>
Sat, 28 Jan 2017 21:06:37 +0000 (22:06 +0100)
committerJohannes Huber <johu@gentoo.org>
Sat, 28 Jan 2017 21:12:22 +0000 (22:12 +0100)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

sys-block/whdd/Manifest
sys-block/whdd/whdd-2.1.ebuild [deleted file]

index 3e106be9535a330b5bde924620dd36ed6bfa0ea9..09ecaa8090214ac2832191e26779fcb22e2874dd 100644 (file)
@@ -1,2 +1 @@
-DIST whdd-2.1.tar.gz 32363 SHA256 a5cdb289381a623b4f9aad9e8a736ae206a91b3c214942f2755e83865b2d4c7b SHA512 a43796acf359069e27c622b9816de3d041f87ff77a83167020796c445e65ca0c728c8fd3418814802d84fa8cb594a72c764dd5b11e85771a024ab9c8a43b26a0 WHIRLPOOL 6214f10c223ee661185954b2adfd7df2bf8ac60f19af638b6ccdce170264e03df6910e48eeabccc958a559cb3f929a32735a79d7ca23567bb1e2535c9eaeb205
 DIST whdd-2.2.tar.gz 33317 SHA256 49d615e46117f1271aac22a063703e87fab749e5357a0c5bb4a369e39d7c9241 SHA512 ab30c1e418cb7ba9881b1a91b99d0b1d5389172c4d5802be69d98cb9c16f1282ff7808e2b40bb937987a9d3ad9fa7f20e630d19307eb0aa1090cff531a904d4a WHIRLPOOL c7d9eee7a21e6390a0c1a5befe5bcb17bf326c0b17ae89164452d5e70a94567cb987ecaf17c90ca0631e3ef1f0d958f8d46881f65169179202c84bedb826719b
diff --git a/sys-block/whdd/whdd-2.1.ebuild b/sys-block/whdd/whdd-2.1.ebuild
deleted file mode 100644 (file)
index a90f767..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit cmake-utils
-
-DESCRIPTION="Diagnostic and recovery tool for block devices"
-HOMEPAGE="https://github.com/krieger-od/whdd"
-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[unicode]"
-RDEPEND="${DEPEND}
-       sys-apps/smartmontools"
-
-src_unpack() {
-       default
-       mv krieger-od-${PN}-* ${P}
-       echo ${PV} > "${S}"/VERSION || die
-}