Gentoo Archives: gentoo-commits

From: "Maxim Koltsov (maksbotan)" <maksbotan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-block/whdd: whdd-2.0.ebuild ChangeLog
Date: Sat, 29 Jun 2013 16:54:16
Message-Id: 20130629165340.7D2C82171C@flycatcher.gentoo.org
1 maksbotan 13/06/29 16:53:40
2
3 Modified: ChangeLog
4 Added: whdd-2.0.ebuild
5 Log:
6 Bump to 2.0, thanks to Andrey Utkin.
7
8 (Portage version: 2.1.12.10/cvs/Linux x86_64, signed Manifest commit with key F8DBDADE)
9
10 Revision Changes Path
11 1.3 sys-block/whdd/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/whdd/ChangeLog?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/whdd/ChangeLog?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/whdd/ChangeLog?r1=1.2&r2=1.3
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-block/whdd/ChangeLog,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- ChangeLog 17 Mar 2013 16:22:04 -0000 1.2
24 +++ ChangeLog 29 Jun 2013 16:53:40 -0000 1.3
25 @@ -1,6 +1,11 @@
26 # ChangeLog for sys-block/whdd
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-block/whdd/ChangeLog,v 1.2 2013/03/17 16:22:04 hwoarang Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-block/whdd/ChangeLog,v 1.3 2013/06/29 16:53:40 maksbotan Exp $
30 +
31 +*whdd-2.0 (29 Jun 2013)
32 +
33 + 29 Jun 2013; Maxim Koltsov <maksbotan@g.o> +whdd-2.0.ebuild:
34 + Bump to 2.0, thanks to Andrey Utkin.
35
36 17 Mar 2013; Markos Chandras <hwoarang@g.o> metadata.xml:
37 Add proxy-maintainers to metadata.xml
38
39
40
41 1.1 sys-block/whdd/whdd-2.0.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/whdd/whdd-2.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/whdd/whdd-2.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: whdd-2.0.ebuild
47 ===================================================================
48 # Copyright 1999-2013 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/sys-block/whdd/whdd-2.0.ebuild,v 1.1 2013/06/29 16:53:40 maksbotan Exp $
51
52 EAPI=4
53
54 inherit cmake-utils
55
56 DESCRIPTION="Diagnostic and recovery tool for block devices"
57 HOMEPAGE="http://github.com/krieger-od/whdd"
58 SRC_URI="http://github.com/krieger-od/${PN}/tarball/${PV} -> ${P}.tar.gz"
59
60 LICENSE="GPL-2"
61 SLOT="0"
62 KEYWORDS="~amd64 ~x86"
63 IUSE=""
64
65 DEPEND="
66 dev-util/dialog
67 sys-libs/ncurses[unicode]"
68 RDEPEND="${DEPEND}
69 sys-apps/smartmontools"
70
71 src_unpack() {
72 default
73 mv krieger-od-${PN}-* ${P}
74 }