diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2010-11-01 20:32:50 +0000 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2010-11-01 20:32:50 +0000 |
commit | 3e3bf4e20601abe538ffee5a35368982290e64cd (patch) | |
tree | b346b5291704b0aa13e05af5f958ebe014f516a0 /sys-fs/ddrescue/ddrescue-1.9.ebuild | |
parent | Delete older ebuilds. (diff) | |
download | historical-3e3bf4e20601abe538ffee5a35368982290e64cd.tar.gz historical-3e3bf4e20601abe538ffee5a35368982290e64cd.tar.bz2 historical-3e3bf4e20601abe538ffee5a35368982290e64cd.zip |
Version bump.
Package-Manager: portage-2.2.0_alpha3/cvs/Linux x86_64
Diffstat (limited to 'sys-fs/ddrescue/ddrescue-1.9.ebuild')
-rw-r--r-- | sys-fs/ddrescue/ddrescue-1.9.ebuild | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/sys-fs/ddrescue/ddrescue-1.9.ebuild b/sys-fs/ddrescue/ddrescue-1.9.ebuild deleted file mode 100644 index 686104503b9f..000000000000 --- a/sys-fs/ddrescue/ddrescue-1.9.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/ddrescue/ddrescue-1.9.ebuild,v 1.4 2009/07/08 22:05:00 fauli Exp $ - -inherit toolchain-funcs - -DESCRIPTION="Copies data from one file or block device to another with read-error recovery" -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 ~ppc ~sparc x86" -IUSE="" - -DEPEND="" -RDEPEND="" - -src_compile() { - # not a normal configure script - ./configure \ - --prefix=/usr \ - CC="$(tc-getCC)" \ - CXX="$(tc-getCXX)" \ - CPPFLAGS="${CPPFLAGS}" \ - CFLAGS="${CFLAGS}" \ - CXXFLAGS="${CXXFLAGS}" \ - LDFLAGS="${LDFLAGS}" \ - || die "configure failed" - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install install-man || die "make install failed" - dodoc ChangeLog INSTALL README NEWS AUTHORS TODO -} |