maksbotan 14/11/02 15:39:08 Modified: ChangeLog Added: whdd-2.2.ebuild Removed: whdd-1.0.ebuild whdd-2.0.ebuild Log: Bump to 2.2, fixes bug #527316. Thanks to Andrey Utkin. (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key F8DBDADE)
Revision Changes Path 1.6 sys-block/whdd/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/whdd/ChangeLog?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/whdd/ChangeLog?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/whdd/ChangeLog?r1=1.5&r2=1.6 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-block/whdd/ChangeLog,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ChangeLog 9 Dec 2013 18:48:12 -0000 1.5 +++ ChangeLog 2 Nov 2014 15:39:08 -0000 1.6 @@ -1,6 +1,12 @@ # 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.5 2013/12/09 18:48:12 maksbotan Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-block/whdd/ChangeLog,v 1.6 2014/11/02 15:39:08 maksbotan Exp $ + +*whdd-2.2 (02 Nov 2014) + + 02 Nov 2014; Maxim Koltsov <[email protected]> +whdd-2.2.ebuild, + -whdd-1.0.ebuild, -whdd-2.0.ebuild: + Bump to 2.2, fixes bug #527316. Thanks to Andrey Utkin. *whdd-2.1 (09 Dec 2013) 1.1 sys-block/whdd/whdd-2.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/whdd/whdd-2.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/whdd/whdd-2.2.ebuild?rev=1.1&content-type=text/plain Index: whdd-2.2.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-block/whdd/whdd-2.2.ebuild,v 1.1 2014/11/02 15:39:08 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} echo ${PV} > "${S}"/VERSION || die }
