mgorny 14/11/04 10:13:29 Modified: ChangeLog Added: scrub-2.6.1.ebuild Log: Version bump. Contains a fix for bug #520194. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.13 app-misc/scrub/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/scrub/ChangeLog?rev=1.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/scrub/ChangeLog?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/scrub/ChangeLog?r1=1.12&r2=1.13 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-misc/scrub/ChangeLog,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- ChangeLog 26 Dec 2012 17:18:54 -0000 1.12 +++ ChangeLog 4 Nov 2014 10:13:29 -0000 1.13 @@ -1,6 +1,11 @@ # ChangeLog for app-misc/scrub -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/scrub/ChangeLog,v 1.12 2012/12/26 17:18:54 ago Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/scrub/ChangeLog,v 1.13 2014/11/04 10:13:29 mgorny Exp $ + +*scrub-2.6.1 (04 Nov 2014) + + 04 Nov 2014; Michał Górny <[email protected]> +scrub-2.6.1.ebuild: + Version bump. Contains a fix for bug #520194. 26 Dec 2012; Agostino Sarubbo <[email protected]> scrub-2.5.2.ebuild: Stable for amd64, wrt bug #448664 1.1 app-misc/scrub/scrub-2.6.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/scrub/scrub-2.6.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/scrub/scrub-2.6.1.ebuild?rev=1.1&content-type=text/plain Index: scrub-2.6.1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-misc/scrub/scrub-2.6.1.ebuild,v 1.1 2014/11/04 10:13:29 mgorny Exp $ EAPI="5" DESCRIPTION="Write patterns on disk/file" HOMEPAGE="http://code.google.com/p/diskscrub/" SRC_URI="https://github.com/chaos/${PN}/releases/download/${PV}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~sparc ~x86" IUSE="" DEPEND="" RDEPEND=""
