diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2011-01-05 09:57:51 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2011-01-05 09:57:51 +0000 |
commit | ace66a0099ddea91e247647311f85378f8af9036 (patch) | |
tree | e34b73ec6b2164b39dce1305867a848e2c949d71 /sys-fs/safecopy | |
parent | x86 stable per bug 350417 (diff) | |
download | gentoo-2-ace66a0099ddea91e247647311f85378f8af9036.tar.gz gentoo-2-ace66a0099ddea91e247647311f85378f8af9036.tar.bz2 gentoo-2-ace66a0099ddea91e247647311f85378f8af9036.zip |
Version bump. Drop old. Fixes bug 338068.
(Portage version: 2.2.0_alpha12/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs/safecopy')
-rw-r--r-- | sys-fs/safecopy/ChangeLog | 10 | ||||
-rw-r--r-- | sys-fs/safecopy/safecopy-1.6.ebuild (renamed from sys-fs/safecopy/safecopy-1.5.ebuild) | 7 |
2 files changed, 12 insertions, 5 deletions
diff --git a/sys-fs/safecopy/ChangeLog b/sys-fs/safecopy/ChangeLog index f7e9e63f88b3..64c24dd8cbde 100644 --- a/sys-fs/safecopy/ChangeLog +++ b/sys-fs/safecopy/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-fs/safecopy -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/safecopy/ChangeLog,v 1.5 2009/07/29 22:44:56 scarabeus Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/safecopy/ChangeLog,v 1.6 2011/01/05 09:57:51 scarabeus Exp $ + +*safecopy-1.6 (05 Jan 2011) + + 05 Jan 2011; Tomáš Chvátal <scarabeus@gentoo.org> -safecopy-1.5.ebuild, + +safecopy-1.6.ebuild: + Version bump. Drop old. Fixes bug 338068. *safecopy-1.5 (29 Jul 2009) diff --git a/sys-fs/safecopy/safecopy-1.5.ebuild b/sys-fs/safecopy/safecopy-1.6.ebuild index 06f9e35a0f59..6759a05c4e90 100644 --- a/sys-fs/safecopy/safecopy-1.5.ebuild +++ b/sys-fs/safecopy/safecopy-1.6.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/safecopy/safecopy-1.5.ebuild,v 1.1 2009/07/29 22:44:56 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/safecopy/safecopy-1.6.ebuild,v 1.1 2011/01/05 09:57:51 scarabeus Exp $ + +EAPI=3 -EAPI=2 inherit base DESCRIPTION="Data recovery tool to fault-tolerantly extract data from damaged (io-errors) devices or files." |