summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2003-02-13 10:19:02 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2003-02-13 10:19:02 +0000
commit489ad0d1f44c904e435f6347cc5e91d6f1cbddb8 (patch)
treea868cc22784afd308e6c24665c3a8b54822cb977 /sys-apps/dd_rescue
parentUpdate Copyright years (diff)
downloadgentoo-2-489ad0d1f44c904e435f6347cc5e91d6f1cbddb8.tar.gz
gentoo-2-489ad0d1f44c904e435f6347cc5e91d6f1cbddb8.tar.bz2
gentoo-2-489ad0d1f44c904e435f6347cc5e91d6f1cbddb8.zip
Initial imports and version bump
Diffstat (limited to 'sys-apps/dd_rescue')
-rw-r--r--sys-apps/dd_rescue/ChangeLog8
-rw-r--r--sys-apps/dd_rescue/dd_rescue-1.02.ebuild33
-rw-r--r--sys-apps/dd_rescue/files/digest-dd_rescue-1.021
3 files changed, 42 insertions, 0 deletions
diff --git a/sys-apps/dd_rescue/ChangeLog b/sys-apps/dd_rescue/ChangeLog
new file mode 100644
index 000000000000..54bd4fda653a
--- /dev/null
+++ b/sys-apps/dd_rescue/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for sys-apps/dd_rescue
+# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/dd_rescue/ChangeLog,v 1.1 2003/02/13 10:19:02 aliz Exp $
+
+*dd_rescue-1.02 (13 Feb 2003)
+
+ 13 Feb 2003; Daniel Ahlberg <aliz@gentoo.org> :
+ Initial import. Ebuild submitted by Matthias Schwarzott <zzam@gmx.de> in #15002.
diff --git a/sys-apps/dd_rescue/dd_rescue-1.02.ebuild b/sys-apps/dd_rescue/dd_rescue-1.02.ebuild
new file mode 100644
index 000000000000..8ab3f29a070e
--- /dev/null
+++ b/sys-apps/dd_rescue/dd_rescue-1.02.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/dd_rescue/dd_rescue-1.02.ebuild,v 1.1 2003/02/13 10:19:02 aliz Exp $
+
+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/${P}.tar.gz"
+LICENSE="GPL-2"
+
+IUSE=""
+SLOT="0"
+KEYWORDS="~x86"
+
+S="${WORKDIR}/${PN}"
+
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+ mv Makefile Makefile.orig
+ sed -e "s:^CFLAGS.*:CFLAGS = ${CFLAGS}:" \
+ Makefile.orig > Makefile
+}
+
+src_compile() {
+ emake || die
+}
+
+src_install () {
+ make DESTDIR=${D} install || die
+
+ dodoc COPYING README.dd_rescue
+}
+
diff --git a/sys-apps/dd_rescue/files/digest-dd_rescue-1.02 b/sys-apps/dd_rescue/files/digest-dd_rescue-1.02
new file mode 100644
index 000000000000..b95ef3391459
--- /dev/null
+++ b/sys-apps/dd_rescue/files/digest-dd_rescue-1.02
@@ -0,0 +1 @@
+MD5 e4c16d6522ade9146ac8c98d39912d51 dd_rescue-1.02.tar.gz 16466