diff options
author | Maxim Koltsov <maksbotan@gentoo.org> | 2013-06-29 16:53:40 +0000 |
---|---|---|
committer | Maxim Koltsov <maksbotan@gentoo.org> | 2013-06-29 16:53:40 +0000 |
commit | 73b9f7853cff26f52226430abfedee045209c3d0 (patch) | |
tree | b20067bd7ad7389cc0584fc6464515f2a7294f5c /sys-block/whdd | |
parent | Version bump by Manuel Rüger <gentoo@rueg.eu>. Restore ~ppc in newest no new... (diff) | |
download | gentoo-2-73b9f7853cff26f52226430abfedee045209c3d0.tar.gz gentoo-2-73b9f7853cff26f52226430abfedee045209c3d0.tar.bz2 gentoo-2-73b9f7853cff26f52226430abfedee045209c3d0.zip |
Bump to 2.0, thanks to Andrey Utkin.
(Portage version: 2.1.12.10/cvs/Linux x86_64, signed Manifest commit with key F8DBDADE)
Diffstat (limited to 'sys-block/whdd')
-rw-r--r-- | sys-block/whdd/ChangeLog | 7 | ||||
-rw-r--r-- | sys-block/whdd/whdd-2.0.ebuild | 27 |
2 files changed, 33 insertions, 1 deletions
diff --git a/sys-block/whdd/ChangeLog b/sys-block/whdd/ChangeLog index 7b112cf6f786..102818d5f1e7 100644 --- a/sys-block/whdd/ChangeLog +++ b/sys-block/whdd/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-block/whdd # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/whdd/ChangeLog,v 1.2 2013/03/17 16:22:04 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/whdd/ChangeLog,v 1.3 2013/06/29 16:53:40 maksbotan Exp $ + +*whdd-2.0 (29 Jun 2013) + + 29 Jun 2013; Maxim Koltsov <maksbotan@gentoo.org> +whdd-2.0.ebuild: + Bump to 2.0, thanks to Andrey Utkin. 17 Mar 2013; Markos Chandras <hwoarang@gentoo.org> metadata.xml: Add proxy-maintainers to metadata.xml diff --git a/sys-block/whdd/whdd-2.0.ebuild b/sys-block/whdd/whdd-2.0.ebuild new file mode 100644 index 000000000000..16782611a805 --- /dev/null +++ b/sys-block/whdd/whdd-2.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-block/whdd/whdd-2.0.ebuild,v 1.1 2013/06/29 16:53:40 maksbotan Exp $ + +EAPI=4 + +inherit cmake-utils + +DESCRIPTION="Diagnostic and recovery tool for block devices" +HOMEPAGE="http://github.com/krieger-od/whdd" +SRC_URI="http://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} +} |