summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-08-12 03:44:05 +0000
committerMike Frysinger <vapier@gentoo.org>2005-08-12 03:44:05 +0000
commit103033ea82df6c4fc3b37742fe43e9de493ff699 (patch)
tree4cf42bad7b9484776d6de72bcd7512a220f864db /sys-fs/dd-rescue
parentStabilize 1.2 and 2.4 on x86. (diff)
downloadhistorical-103033ea82df6c4fc3b37742fe43e9de493ff699.tar.gz
historical-103033ea82df6c4fc3b37742fe43e9de493ff699.tar.bz2
historical-103033ea82df6c4fc3b37742fe43e9de493ff699.zip
Version bump #87945 by Alexandru Toma.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'sys-fs/dd-rescue')
-rw-r--r--sys-fs/dd-rescue/ChangeLog9
-rw-r--r--sys-fs/dd-rescue/Manifest12
-rw-r--r--sys-fs/dd-rescue/dd-rescue-1.11.ebuild29
-rw-r--r--sys-fs/dd-rescue/files/digest-dd-rescue-1.111
4 files changed, 44 insertions, 7 deletions
diff --git a/sys-fs/dd-rescue/ChangeLog b/sys-fs/dd-rescue/ChangeLog
index 3ab375858d53..7a6a672c1d0b 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-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/dd-rescue/ChangeLog,v 1.8 2004/10/26 04:44:48 vapier Exp $
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/dd-rescue/ChangeLog,v 1.9 2005/08/12 03:44:05 vapier Exp $
+
+*dd-rescue-1.11 (12 Aug 2005)
+
+ 12 Aug 2005; Mike Frysinger <vapier@gentoo.org> +dd-rescue-1.11.ebuild:
+ Version bump #87945 by Alexandru Toma.
26 Oct 2004; Mike Frysinger <vapier@gentoo.org> dd-rescue-1.10.ebuild:
USE=static support #68615 by Martin von Gagern.
diff --git a/sys-fs/dd-rescue/Manifest b/sys-fs/dd-rescue/Manifest
index fa04bea85b89..a8ff0a09f9d4 100644
--- a/sys-fs/dd-rescue/Manifest
+++ b/sys-fs/dd-rescue/Manifest
@@ -1,14 +1,16 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-MD5 3f4907f94f285dcdc31d40eb1804337b ChangeLog 1197
MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164
+MD5 c549a5955041724bf94d5cb64fb1707f dd-rescue-1.11.ebuild 774
+MD5 f194efc8f941e884b9a12673ec057bac ChangeLog 1344
MD5 60be743d669e264097fd3752caf60500 dd-rescue-1.10.ebuild 807
MD5 6ab24239a4f33ca97a7824173c2ca089 files/digest-dd-rescue-1.10 65
+MD5 b623fca74a35fec98ece54cbab9c51f2 files/digest-dd-rescue-1.11 65
-----BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.9.10 (GNU/Linux)
+Version: GnuPG v1.4.2 (GNU/Linux)
-iD8DBQFBfdbBHTu7gpaalycRAuqFAJ9UCVQSU0cuZpV/+MYH2HERghi68QCfWBe1
-xXRQv3vKUhtD/TQnwVY0zdA=
-=AgDN
+iD8DBQFC/BswgIKl8Uu19MoRAlgxAJ0U16UjU1k797m85w9aZdp/fYwCxQCeOsV3
+kHc5JEHJ+tnRCnw2OBK9Z9I=
+=H/jN
-----END PGP SIGNATURE-----
diff --git a/sys-fs/dd-rescue/dd-rescue-1.11.ebuild b/sys-fs/dd-rescue/dd-rescue-1.11.ebuild
new file mode 100644
index 000000000000..46e6c7c355fc
--- /dev/null
+++ b/sys-fs/dd-rescue/dd-rescue-1.11.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/dd-rescue/dd-rescue-1.11.ebuild,v 1.1 2005/08/12 03:44:05 vapier Exp $
+
+MY_PN=${PN/-/_}
+MY_P=${MY_PN}-${PV}
+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"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE="static"
+
+RDEPEND=""
+DEPEND=""
+
+S=${WORKDIR}/${MY_PN}
+
+src_compile() {
+ use static && append-flags -static
+ emake RPM_OPT_FLAGS="${CFLAGS}" || die "emake failed"
+}
+
+src_install() {
+ make DESTDIR="${D}" install || die "make install failed"
+ dodoc README.dd_rescue
+}
diff --git a/sys-fs/dd-rescue/files/digest-dd-rescue-1.11 b/sys-fs/dd-rescue/files/digest-dd-rescue-1.11
new file mode 100644
index 000000000000..8bc9044cd000
--- /dev/null
+++ b/sys-fs/dd-rescue/files/digest-dd-rescue-1.11
@@ -0,0 +1 @@
+MD5 1fdd3716d5e8e33de66552efb176fe61 dd_rescue-1.11.tar.gz 17259