summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-06-26 07:26:18 +0000
committerMike Frysinger <vapier@gentoo.org>2005-06-26 07:26:18 +0000
commite4c8b2eb1d2e6c43b68b438fee6fc112974c9be6 (patch)
treea23fc0497a995542f71c95e9fa3684aeacb3c718 /sys-fs/ddrescue
parentClean up ebuild a bit and disable test #96903. (diff)
downloadhistorical-e4c8b2eb1d2e6c43b68b438fee6fc112974c9be6.tar.gz
historical-e4c8b2eb1d2e6c43b68b438fee6fc112974c9be6.tar.bz2
historical-e4c8b2eb1d2e6c43b68b438fee6fc112974c9be6.zip
initial import #74379
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'sys-fs/ddrescue')
-rw-r--r--sys-fs/ddrescue/ChangeLog8
-rw-r--r--sys-fs/ddrescue/Manifest13
-rw-r--r--sys-fs/ddrescue/ddrescue-1.0.ebuild31
-rw-r--r--sys-fs/ddrescue/files/digest-ddrescue-1.01
4 files changed, 53 insertions, 0 deletions
diff --git a/sys-fs/ddrescue/ChangeLog b/sys-fs/ddrescue/ChangeLog
new file mode 100644
index 000000000000..9094e624b01c
--- /dev/null
+++ b/sys-fs/ddrescue/ChangeLog
@@ -0,0 +1,8 @@
+# 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.1 2005/06/26 07:26:18 vapier Exp $
+
+*ddrescue-1.0 (26 Jun 2005)
+
+ 26 Jun 2005; Mike Frysinger <vapier@gentoo.org> :
+ Initial import. Ebuild submitted by Alexandru Toma #74379.
diff --git a/sys-fs/ddrescue/Manifest b/sys-fs/ddrescue/Manifest
new file mode 100644
index 000000000000..748610b89e5a
--- /dev/null
+++ b/sys-fs/ddrescue/Manifest
@@ -0,0 +1,13 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 2deac1672352272a73b58df47eb55f76 ddrescue-1.0.ebuild 905
+MD5 4f5e5438d3e3f89b501b8c35a5db7e06 ChangeLog 346
+MD5 3a3e8e36fa532c4fce95f2460dfc8b83 files/digest-ddrescue-1.0 64
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.1 (GNU/Linux)
+
+iD8DBQFCvlitgIKl8Uu19MoRAhJuAJ9mEuhO2xdiFj8EQSW92GzUNfIzZwCcCZry
+ybvAs/tU/4ljJX9b2XK7LQI=
+=Oax6
+-----END PGP SIGNATURE-----
diff --git a/sys-fs/ddrescue/ddrescue-1.0.ebuild b/sys-fs/ddrescue/ddrescue-1.0.ebuild
new file mode 100644
index 000000000000..0b8dd7a981ee
--- /dev/null
+++ b/sys-fs/ddrescue/ddrescue-1.0.ebuild
@@ -0,0 +1,31 @@
+# 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.1 2005/06/26 07:26:18 vapier 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"
+SRC_URI="http://savannah.gnu.org/download/ddrescue/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+ sed -i '/^CXXFLAGS/d' Makefile.in
+}
+
+src_compile() {
+ # not a normal configure script
+ ./configure --prefix=/usr || die "configure failed"
+ emake || die "emake failed"
+}
+
+src_install() {
+ make DESTDIR="${D}" install install-man || die "make install failed"
+ dodoc ChangeLog INSTALL README NEWS AUTHORS TODO
+}
diff --git a/sys-fs/ddrescue/files/digest-ddrescue-1.0 b/sys-fs/ddrescue/files/digest-ddrescue-1.0
new file mode 100644
index 000000000000..9b17275eb4f4
--- /dev/null
+++ b/sys-fs/ddrescue/files/digest-ddrescue-1.0
@@ -0,0 +1 @@
+MD5 0acd5df3f860eba20c01f317b40b8516 ddrescue-1.0.tar.bz2 22182