diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-09-15 18:10:12 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-09-15 18:10:12 +0000 |
commit | a69fb8dafe1a33893cf016ad9945a86c494a9df5 (patch) | |
tree | b541a34f028d3b044f13bf929325595767f6357c /sys-fs/dd-rescue | |
parent | e2fsprogs in sys-apps now (diff) | |
download | historical-a69fb8dafe1a33893cf016ad9945a86c494a9df5.tar.gz historical-a69fb8dafe1a33893cf016ad9945a86c494a9df5.tar.bz2 historical-a69fb8dafe1a33893cf016ad9945a86c494a9df5.zip |
dd_rescue is dd-rescue
Diffstat (limited to 'sys-fs/dd-rescue')
-rw-r--r-- | sys-fs/dd-rescue/ChangeLog | 19 | ||||
-rw-r--r-- | sys-fs/dd-rescue/Manifest | 3 | ||||
-rw-r--r-- | sys-fs/dd-rescue/dd-rescue-1.02.ebuild | 37 | ||||
-rw-r--r-- | sys-fs/dd-rescue/files/digest-dd-rescue-1.02 | 1 |
4 files changed, 60 insertions, 0 deletions
diff --git a/sys-fs/dd-rescue/ChangeLog b/sys-fs/dd-rescue/ChangeLog new file mode 100644 index 000000000000..8fb315e6ae73 --- /dev/null +++ b/sys-fs/dd-rescue/ChangeLog @@ -0,0 +1,19 @@ +# 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.1 2003/09/15 18:10:12 seemant Exp $ + +*dd_rescue-1.02 (15 Sep 2003) + + 15 Sep 2003; Seemant Kulleen <seemant@gentoo.org> dd_rescue-1.02.ebuild: + moved to sys-fs + + 24 Aug 2003; Jason Wever <weeve@gentoo.org> dd_rescue-1.02.ebuild: + Marked stable for sparc. + + 29 May 2003; Jason Wever <weeve@gentoo.org> dd_rescue-1.02.ebuild: + Added ~sparc to keywords. + +*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-fs/dd-rescue/Manifest b/sys-fs/dd-rescue/Manifest new file mode 100644 index 000000000000..e7bd0f3c55b5 --- /dev/null +++ b/sys-fs/dd-rescue/Manifest @@ -0,0 +1,3 @@ +MD5 1b1315afe3b7bdd5835e02ab292f0c16 dd-rescue-1.02.ebuild 798 +MD5 58e883b3e03a169b16788091d31ed4ce ChangeLog 699 +MD5 9f49c553e1275331b33edf279ae7e322 files/digest-dd-rescue-1.02 65 diff --git a/sys-fs/dd-rescue/dd-rescue-1.02.ebuild b/sys-fs/dd-rescue/dd-rescue-1.02.ebuild new file mode 100644 index 000000000000..5dd9aa800d29 --- /dev/null +++ b/sys-fs/dd-rescue/dd-rescue-1.02.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2003 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.02.ebuild,v 1.1 2003/09/15 18:10:12 seemant Exp $ + +IUSE="" + +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" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86 amd64 sparc" + + +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-fs/dd-rescue/files/digest-dd-rescue-1.02 b/sys-fs/dd-rescue/files/digest-dd-rescue-1.02 new file mode 100644 index 000000000000..b95ef3391459 --- /dev/null +++ b/sys-fs/dd-rescue/files/digest-dd-rescue-1.02 @@ -0,0 +1 @@ +MD5 e4c16d6522ade9146ac8c98d39912d51 dd_rescue-1.02.tar.gz 16466 |