diff options
author | Justin Lecher <jlec@gentoo.org> | 2010-11-19 18:53:47 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2010-11-19 18:53:47 +0000 |
commit | 14e9756515b71b4b9efc69b2d6884365d52d863a (patch) | |
tree | d9ac3100566e9e3383b0c27bf26c19a28a2226bd /sys-fs/dd-rescue | |
parent | QA empty line (diff) | |
download | gentoo-2-14e9756515b71b4b9efc69b2d6884365d52d863a.tar.gz gentoo-2-14e9756515b71b4b9efc69b2d6884365d52d863a.tar.bz2 gentoo-2-14e9756515b71b4b9efc69b2d6884365d52d863a.zip |
Import Prefix Changes
(Portage version: 2.2.0_alpha4/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs/dd-rescue')
-rw-r--r-- | sys-fs/dd-rescue/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/dd-rescue/dd-rescue-1.23.ebuild | 10 |
2 files changed, 8 insertions, 7 deletions
diff --git a/sys-fs/dd-rescue/ChangeLog b/sys-fs/dd-rescue/ChangeLog index 9cda43c15639..4065cf4bd236 100644 --- a/sys-fs/dd-rescue/ChangeLog +++ b/sys-fs/dd-rescue/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/dd-rescue # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/dd-rescue/ChangeLog,v 1.16 2010/11/17 10:30:20 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/dd-rescue/ChangeLog,v 1.17 2010/11/19 18:53:47 jlec Exp $ + + 19 Nov 2010; Justin Lecher <jlec@gentoo.org> dd-rescue-1.23.ebuild: + Import Prefix Changes *dd-rescue-1.23 (17 Nov 2010) diff --git a/sys-fs/dd-rescue/dd-rescue-1.23.ebuild b/sys-fs/dd-rescue/dd-rescue-1.23.ebuild index 704c4f399dfd..aaec8760e36e 100644 --- a/sys-fs/dd-rescue/dd-rescue-1.23.ebuild +++ b/sys-fs/dd-rescue/dd-rescue-1.23.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 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.23.ebuild,v 1.1 2010/11/17 10:30:20 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/dd-rescue/dd-rescue-1.23.ebuild,v 1.2 2010/11/19 18:53:47 jlec Exp $ EAPI=3 @@ -8,18 +8,16 @@ inherit base toolchain-funcs MY_PN=${PN/-/_} MY_P=${MY_PN}-${PV} -DESCRIPTION="similar to dd but can copy from source with errors" + +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 ~mips ~ppc ~sparc ~x86 ~arm" +KEYWORDS="~amd64 ~mips ~ppc ~sparc ~x86 ~arm ~amd64-linux ~x86-linux ~ppc-macos" IUSE="static kernel_linux elibc_glibc" -RDEPEND="" -DEPEND="" - S=${WORKDIR}/${MY_PN} src_compile() { |