summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2014-02-27 05:46:10 +0000
committerLars Wendler <polynomial-c@gentoo.org>2014-02-27 05:46:10 +0000
commitba7d6a3656a3a3a0158723777a3a64e795ce052a (patch)
tree5050754f6aed5acabf734cb1421397e761837b2b /sys-fs/ddrescue/ddrescue-1.17-r1.ebuild
parentVersion bump. Removed old (diff)
downloadgentoo-2-ba7d6a3656a3a3a0158723777a3a64e795ce052a.tar.gz
gentoo-2-ba7d6a3656a3a3a0158723777a3a64e795ce052a.tar.bz2
gentoo-2-ba7d6a3656a3a3a0158723777a3a64e795ce052a.zip
Use unpacker.eclass for lzip compressed releases. Removed old. Readded ia64 KEYWORD
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
Diffstat (limited to 'sys-fs/ddrescue/ddrescue-1.17-r1.ebuild')
-rw-r--r--sys-fs/ddrescue/ddrescue-1.17-r1.ebuild13
1 files changed, 4 insertions, 9 deletions
diff --git a/sys-fs/ddrescue/ddrescue-1.17-r1.ebuild b/sys-fs/ddrescue/ddrescue-1.17-r1.ebuild
index a7def4deec0b..64f02a5938db 100644
--- a/sys-fs/ddrescue/ddrescue-1.17-r1.ebuild
+++ b/sys-fs/ddrescue/ddrescue-1.17-r1.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/ddrescue/ddrescue-1.17-r1.ebuild,v 1.1 2014/01/05 21:22:56 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/ddrescue/ddrescue-1.17-r1.ebuild,v 1.2 2014/02/27 05:46:10 polynomial-c Exp $
EAPI=5
-inherit toolchain-funcs flag-o-matic
+inherit toolchain-funcs flag-o-matic unpacker
DESCRIPTION="Copy data from one file or block device to another with read-error recovery"
HOMEPAGE="http://www.gnu.org/software/ddrescue/ddrescue.html"
@@ -12,17 +12,12 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.lz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~sparc ~x86 ~amd64-linux"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86 ~amd64-linux"
IUSE="static"
-DEPEND="app-arch/lzip"
+DEPEND=""
RDEPEND=""
-src_unpack() {
- # Upstream only provides an lzip compressed tarball for this version
- tar --lzip -xf "${DISTDIR}"/${P}.tar.lz || die
-}
-
src_configure() {
use static && append-ldflags -static