diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-06-26 07:26:18 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-06-26 07:26:18 +0000 |
commit | bfa279440bdcfb0ee53b9607a34e5acd6c1c9391 (patch) | |
tree | 5c6f97fe0d3f11b3e1b1075c6815422e016026fa /sys-fs/ddrescue | |
parent | Clean up ebuild a bit and disable test #96903. (diff) | |
download | gentoo-2-bfa279440bdcfb0ee53b9607a34e5acd6c1c9391.tar.gz gentoo-2-bfa279440bdcfb0ee53b9607a34e5acd6c1c9391.tar.bz2 gentoo-2-bfa279440bdcfb0ee53b9607a34e5acd6c1c9391.zip |
initial import #74379
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'sys-fs/ddrescue')
-rw-r--r-- | sys-fs/ddrescue/ChangeLog | 8 | ||||
-rw-r--r-- | sys-fs/ddrescue/Manifest | 2 | ||||
-rw-r--r-- | sys-fs/ddrescue/ddrescue-1.0.ebuild | 31 | ||||
-rw-r--r-- | sys-fs/ddrescue/files/digest-ddrescue-1.0 | 1 |
4 files changed, 42 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..8972e3c5353e --- /dev/null +++ b/sys-fs/ddrescue/Manifest @@ -0,0 +1,2 @@ +MD5 89fb67246ad07a1dc3b260d52190941f ddrescue-1.0.ebuild 783 +MD5 3a3e8e36fa532c4fce95f2460dfc8b83 files/digest-ddrescue-1.0 64 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 |