diff options
author | Johannes Huber <johu@gentoo.org> | 2017-01-28 22:06:37 +0100 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2017-01-28 22:12:22 +0100 |
commit | ee0f762a133c46303bb89ff7c362b3dd47a1e153 (patch) | |
tree | 28d24acac612f29d1de2b77ae15a2bf182d102be /sys-block/whdd | |
parent | sys-block/whdd: Drop unused eutils eclass (diff) | |
download | gentoo-ee0f762a133c46303bb89ff7c362b3dd47a1e153.tar.gz gentoo-ee0f762a133c46303bb89ff7c362b3dd47a1e153.tar.bz2 gentoo-ee0f762a133c46303bb89ff7c362b3dd47a1e153.zip |
sys-block/whdd: Remove 2.1
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'sys-block/whdd')
-rw-r--r-- | sys-block/whdd/Manifest | 1 | ||||
-rw-r--r-- | sys-block/whdd/whdd-2.1.ebuild | 28 |
2 files changed, 0 insertions, 29 deletions
diff --git a/sys-block/whdd/Manifest b/sys-block/whdd/Manifest index 3e106be9535a..09ecaa809021 100644 --- a/sys-block/whdd/Manifest +++ b/sys-block/whdd/Manifest @@ -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 index a90f767953ce..000000000000 --- a/sys-block/whdd/whdd-2.1.ebuild +++ /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 -} |