Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/whdd/
Date: Sat, 28 Jan 2017 21:12:36
Message-Id: 1485637942.ee0f762a133c46303bb89ff7c362b3dd47a1e153.johu@gentoo
1 commit: ee0f762a133c46303bb89ff7c362b3dd47a1e153
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 28 21:06:37 2017 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 28 21:12:22 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee0f762a
7
8 sys-block/whdd: Remove 2.1
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 sys-block/whdd/Manifest | 1 -
13 sys-block/whdd/whdd-2.1.ebuild | 28 ----------------------------
14 2 files changed, 29 deletions(-)
15
16 diff --git a/sys-block/whdd/Manifest b/sys-block/whdd/Manifest
17 index 3e106be..09ecaa8 100644
18 --- a/sys-block/whdd/Manifest
19 +++ b/sys-block/whdd/Manifest
20 @@ -1,2 +1 @@
21 -DIST whdd-2.1.tar.gz 32363 SHA256 a5cdb289381a623b4f9aad9e8a736ae206a91b3c214942f2755e83865b2d4c7b SHA512 a43796acf359069e27c622b9816de3d041f87ff77a83167020796c445e65ca0c728c8fd3418814802d84fa8cb594a72c764dd5b11e85771a024ab9c8a43b26a0 WHIRLPOOL 6214f10c223ee661185954b2adfd7df2bf8ac60f19af638b6ccdce170264e03df6910e48eeabccc958a559cb3f929a32735a79d7ca23567bb1e2535c9eaeb205
22 DIST whdd-2.2.tar.gz 33317 SHA256 49d615e46117f1271aac22a063703e87fab749e5357a0c5bb4a369e39d7c9241 SHA512 ab30c1e418cb7ba9881b1a91b99d0b1d5389172c4d5802be69d98cb9c16f1282ff7808e2b40bb937987a9d3ad9fa7f20e630d19307eb0aa1090cff531a904d4a WHIRLPOOL c7d9eee7a21e6390a0c1a5befe5bcb17bf326c0b17ae89164452d5e70a94567cb987ecaf17c90ca0631e3ef1f0d958f8d46881f65169179202c84bedb826719b
23
24 diff --git a/sys-block/whdd/whdd-2.1.ebuild b/sys-block/whdd/whdd-2.1.ebuild
25 deleted file mode 100644
26 index a90f767..00000000
27 --- a/sys-block/whdd/whdd-2.1.ebuild
28 +++ /dev/null
29 @@ -1,28 +0,0 @@
30 -# Copyright 1999-2013 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -# $Id$
33 -
34 -EAPI=4
35 -
36 -inherit cmake-utils
37 -
38 -DESCRIPTION="Diagnostic and recovery tool for block devices"
39 -HOMEPAGE="https://github.com/krieger-od/whdd"
40 -SRC_URI="https://github.com/krieger-od/${PN}/tarball/${PV} -> ${P}.tar.gz"
41 -
42 -LICENSE="GPL-2"
43 -SLOT="0"
44 -KEYWORDS="~amd64 ~x86"
45 -IUSE=""
46 -
47 -DEPEND="
48 - dev-util/dialog
49 - sys-libs/ncurses[unicode]"
50 -RDEPEND="${DEPEND}
51 - sys-apps/smartmontools"
52 -
53 -src_unpack() {
54 - default
55 - mv krieger-od-${PN}-* ${P}
56 - echo ${PV} > "${S}"/VERSION || die
57 -}