* [gentoo-commits] gentoo-x86 commit in sys-fs/dd-rescue: dd-rescue-1.14-r1.ebuild ChangeLog
@ 2010-10-17 14:28 Tony Vroon (chainsaw)
0 siblings, 0 replies; only message in thread
From: Tony Vroon (chainsaw) @ 2010-10-17 14:28 UTC (permalink / raw
To: gentoo-commits
chainsaw 10/10/17 14:28:41
Modified: ChangeLog
Added: dd-rescue-1.14-r1.ebuild
Log:
Instill LDFLAGS respect into build system. Closes bug #337475 by Diego Elio "Flameeyes" Pettenò.
(Portage version: 2.1.9.19/cvs/Linux x86_64)
Revision Changes Path
1.15 sys-fs/dd-rescue/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/dd-rescue/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/dd-rescue/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/dd-rescue/ChangeLog?r1=1.14&r2=1.15
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/dd-rescue/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog 19 Sep 2009 04:35:09 -0000 1.14
+++ ChangeLog 17 Oct 2010 14:28:41 -0000 1.15
@@ -1,6 +1,13 @@
# ChangeLog for sys-fs/dd-rescue
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/dd-rescue/ChangeLog,v 1.14 2009/09/19 04:35:09 robbat2 Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/dd-rescue/ChangeLog,v 1.15 2010/10/17 14:28:41 chainsaw Exp $
+
+*dd-rescue-1.14-r1 (17 Oct 2010)
+
+ 17 Oct 2010; <chainsaw@gentoo.org> +dd-rescue-1.14-r1.ebuild,
+ +files/dd-rescue-1.14-ldflags.patch:
+ Instill LDFLAGS respect into build system. Closes bug #337475 by Diego
+ Elio "Flameeyes" Pettenò.
19 Sep 2009; Robin H. Johnson <robbat2@gentoo.org> dd-rescue-1.14.ebuild:
Adding ~arm support. Tested on mv78100.arm.dev.gentoo.org thanks to
1.1 sys-fs/dd-rescue/dd-rescue-1.14-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/dd-rescue/dd-rescue-1.14-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/dd-rescue/dd-rescue-1.14-r1.ebuild?rev=1.1&content-type=text/plain
Index: dd-rescue-1.14-r1.ebuild
===================================================================
# 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.14-r1.ebuild,v 1.1 2010/10/17 14:28:41 chainsaw Exp $
EAPI=3
inherit base
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 ~mips ~ppc ~sparc ~x86 ~arm"
IUSE="static"
RDEPEND=""
DEPEND=""
S=${WORKDIR}/${MY_PN}
PATCHES=( "${FILESDIR}/${P}-ldflags.patch" )
src_compile() {
use static && append-flags -static
emake RPM_OPT_FLAGS="${CFLAGS}" || die "emake failed"
}
src_install() {
emake DESTDIR="${D}" INSTALLFLAGS="" install || die "make install failed"
dodoc README.dd_rescue
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-10-17 14:28 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-17 14:28 [gentoo-commits] gentoo-x86 commit in sys-fs/dd-rescue: dd-rescue-1.14-r1.ebuild ChangeLog Tony Vroon (chainsaw)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox