summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorAndrej Kacian <ticho@gentoo.org>2005-09-29 10:15:14 +0000
committerAndrej Kacian <ticho@gentoo.org>2005-09-29 10:15:14 +0000
commitd8844a2e7e978f7ce982318cf7d7c727f7aca64d (patch)
tree40d0564e5ad4428e28790a78843c8d11daefdc72 /sys-fs
parentDo not enable arts if arts USE is not set. Thanks to kasim.terzic@gmail.com; ... (diff)
downloadhistorical-d8844a2e7e978f7ce982318cf7d7c727f7aca64d.tar.gz
historical-d8844a2e7e978f7ce982318cf7d7c727f7aca64d.tar.bz2
historical-d8844a2e7e978f7ce982318cf7d7c727f7aca64d.zip
Stable on x86, bug #101890.
Package-Manager: portage-2.0.52-r1
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/ddrescue/ChangeLog5
-rw-r--r--sys-fs/ddrescue/Manifest12
-rw-r--r--sys-fs/ddrescue/ddrescue-1.0.ebuild4
3 files changed, 12 insertions, 9 deletions
diff --git a/sys-fs/ddrescue/ChangeLog b/sys-fs/ddrescue/ChangeLog
index 95daf61da6dc..f726da4689d6 100644
--- a/sys-fs/ddrescue/ChangeLog
+++ b/sys-fs/ddrescue/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-fs/ddrescue
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/ddrescue/ChangeLog,v 1.3 2005/06/30 13:17:20 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/ddrescue/ChangeLog,v 1.4 2005/09/29 10:15:14 ticho Exp $
+
+ 29 Sep 2005; Andrej Kacian <ticho@gentoo.org> ddrescue-1.0.ebuild:
+ Stable on x86, bug #101890.
30 Jun 2005; Gustavo Zacarias <gustavoz@gentoo.org> ddrescue-1.0.ebuild:
To ~sparc wrt #97482
diff --git a/sys-fs/ddrescue/Manifest b/sys-fs/ddrescue/Manifest
index b2a0f303fc01..4277362a8e07 100644
--- a/sys-fs/ddrescue/Manifest
+++ b/sys-fs/ddrescue/Manifest
@@ -1,13 +1,13 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-MD5 f409479cea66f554fd540b2039723eab ddrescue-1.0.ebuild 919
-MD5 72e2befbe13dc1792f4386d7e0b4b29a ChangeLog 531
+MD5 96ca7abfb510114b762174c7bef9a6d7 ddrescue-1.0.ebuild 915
+MD5 5f6a2969dbc7b0f3c664986d03f41241 ChangeLog 628
MD5 3a3e8e36fa532c4fce95f2460dfc8b83 files/digest-ddrescue-1.0 64
-----BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.1-ecc0.1.6 (GNU/Linux)
+Version: GnuPG v1.4.2 (GNU/Linux)
-iD8DBQFCw/DjKRy60XGEcJIRAnePAJ0Yk+TksB3AFQ5T9o/LJOEh6Rc62QCdFjy8
-rm/eOtFBZyNGVrrrVEqH0ts=
-=4g+r
+iD8DBQFDO77KQlM6RnzZP+IRAjaKAJ4jPYyme5zRF+R0ZSTV4xf3wAhyAwCfXgmM
+v8zx9HPETuFHWSZP+pDeY2c=
+=2MA6
-----END PGP SIGNATURE-----
diff --git a/sys-fs/ddrescue/ddrescue-1.0.ebuild b/sys-fs/ddrescue/ddrescue-1.0.ebuild
index 1060687b662c..6cf49d3bee72 100644
--- a/sys-fs/ddrescue/ddrescue-1.0.ebuild
+++ b/sys-fs/ddrescue/ddrescue-1.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/ddrescue/ddrescue-1.0.ebuild,v 1.3 2005/06/30 13:17:20 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/ddrescue/ddrescue-1.0.ebuild,v 1.4 2005/09/29 10:15:14 ticho Exp $
DESCRIPTION="Copies data from one file or block device (hard disk, cdrom, etc) to another, trying hard to rescue data in case of read errors"
HOMEPAGE="http://www.gnu.org/software/ddrescue/ddrescue.html"
@@ -8,7 +8,7 @@ SRC_URI="http://savannah.gnu.org/download/ddrescue/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~ppc ~sparc x86"
IUSE=""
DEPEND=""