summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2004-06-02 21:50:53 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2004-06-02 21:50:53 +0000
commit5ed51957fa2ffd9ed53fe06d84904037ca416fa3 (patch)
treea6eecd8df2647a4fca4b19661ab2832993aa8e53 /sys-fs/dd-rescue
parentRemoved sash and mac-fdisk from the stage3 profile because problems with 2.6 ... (diff)
downloadgentoo-2-5ed51957fa2ffd9ed53fe06d84904037ca416fa3.tar.gz
gentoo-2-5ed51957fa2ffd9ed53fe06d84904037ca416fa3.tar.bz2
gentoo-2-5ed51957fa2ffd9ed53fe06d84904037ca416fa3.zip
Closing #52431.
Diffstat (limited to 'sys-fs/dd-rescue')
-rw-r--r--sys-fs/dd-rescue/ChangeLog9
-rw-r--r--sys-fs/dd-rescue/Manifest2
-rw-r--r--sys-fs/dd-rescue/dd-rescue-1.03.ebuild34
-rw-r--r--sys-fs/dd-rescue/files/digest-dd-rescue-1.031
4 files changed, 44 insertions, 2 deletions
diff --git a/sys-fs/dd-rescue/ChangeLog b/sys-fs/dd-rescue/ChangeLog
index 9c7c9702c6a8..c2e0ec12ac68 100644
--- a/sys-fs/dd-rescue/ChangeLog
+++ b/sys-fs/dd-rescue/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sys-fs/dd-rescue
-# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/dd-rescue/ChangeLog,v 1.3 2004/03/18 22:26:52 aliz Exp $
+# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/dd-rescue/ChangeLog,v 1.4 2004/06/02 21:50:53 aliz Exp $
+
+*dd-rescue-1.03 (02 Jun 2004)
+
+ 02 Jun 2004; Daniel Ahlberg <aliz@gentoo.org> dd-rescue-1.03.ebuild:
+ Version bump, found by Alexandru Toma <flash3001@yahoo.com> in #52431.
*dd-rescue-1.02 (15 Sep 2003)
diff --git a/sys-fs/dd-rescue/Manifest b/sys-fs/dd-rescue/Manifest
index 1a9b2d71438c..2a28709905be 100644
--- a/sys-fs/dd-rescue/Manifest
+++ b/sys-fs/dd-rescue/Manifest
@@ -1,4 +1,6 @@
+MD5 fd0d6398ef14262cc82fbbf1b61b3042 dd-rescue-1.03.ebuild 761
MD5 aa45d964c25bd5ad5dd2addacfa1b9f0 dd-rescue-1.02.ebuild 798
MD5 cb6cf49e1c695425f5eced09db8b66c5 ChangeLog 696
MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164
MD5 9f49c553e1275331b33edf279ae7e322 files/digest-dd-rescue-1.02 65
+MD5 b61d5ac01cad53af39bb5e966634162f files/digest-dd-rescue-1.03 65
diff --git a/sys-fs/dd-rescue/dd-rescue-1.03.ebuild b/sys-fs/dd-rescue/dd-rescue-1.03.ebuild
new file mode 100644
index 000000000000..f3e6ac26542c
--- /dev/null
+++ b/sys-fs/dd-rescue/dd-rescue-1.03.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/dd-rescue/dd-rescue-1.03.ebuild,v 1.1 2004/06/02 21:50:53 aliz Exp $
+
+MY_PN=${PN/-/_}
+MY_P=${MY_PN}-${PV}
+
+S=${WORKDIR}/${MY_PN}
+DESCRIPTION="similar to dd but can copy from source with errors"
+HOMEPAGE="http://www.garloff.de/kurt/linux/ddrescue/"
+SRC_URI="http://www.garloff.de/kurt/linux/ddrescue/${MY_P}.tar.gz"
+IUSE=""
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86 ~amd64 ~sparc"
+
+
+src_unpack() {
+ unpack ${A} ; cd ${S}
+
+ sed -i -e "s:^CFLAGS.*:CFLAGS = ${CFLAGS}:" \
+ Makefile
+}
+
+src_compile() {
+ emake || die
+}
+
+src_install () {
+ make DESTDIR=${D} install || die
+
+ dodoc COPYING README.dd_rescue
+}
+
diff --git a/sys-fs/dd-rescue/files/digest-dd-rescue-1.03 b/sys-fs/dd-rescue/files/digest-dd-rescue-1.03
new file mode 100644
index 000000000000..0f5f195433ee
--- /dev/null
+++ b/sys-fs/dd-rescue/files/digest-dd-rescue-1.03
@@ -0,0 +1 @@
+MD5 9057d5c0b4b107cbcd7db06b4c48dd60 dd_rescue-1.03.tar.gz 35672