polynomial-c    14/05/28 13:53:21

  Modified:             ChangeLog
  Added:                dd-rescue-1.44.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0x981CA6FC)

Revision  Changes    Path
1.35                 sys-fs/dd-rescue/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/dd-rescue/ChangeLog?rev=1.35&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/dd-rescue/ChangeLog?rev=1.35&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/dd-rescue/ChangeLog?r1=1.34&r2=1.35

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/dd-rescue/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog   7 Jan 2014 09:56:11 -0000       1.34
+++ ChangeLog   28 May 2014 13:53:21 -0000      1.35
@@ -1,6 +1,11 @@
 # ChangeLog for sys-fs/dd-rescue
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/dd-rescue/ChangeLog,v 1.34 
2014/01/07 09:56:11 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/dd-rescue/ChangeLog,v 1.35 
2014/05/28 13:53:21 polynomial-c Exp $
+
+*dd-rescue-1.44 (28 May 2014)
+
+  28 May 2014; Lars Wendler <[email protected]> +dd-rescue-1.44.ebuild:
+  Version bump.
 
   07 Jan 2014; Lars Wendler <[email protected]> -dd-rescue-1.10.ebuild,
   -dd-rescue-1.24.ebuild, -dd-rescue-1.25.ebuild:



1.1                  sys-fs/dd-rescue/dd-rescue-1.44.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/dd-rescue/dd-rescue-1.44.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/dd-rescue/dd-rescue-1.44.ebuild?rev=1.1&content-type=text/plain

Index: dd-rescue-1.44.ebuild
===================================================================
# Copyright 1999-2014 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.44.ebuild,v 1.1 
2014/05/28 13:53:21 polynomial-c Exp $

EAPI=5

inherit toolchain-funcs flag-o-matic autotools

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 ~arm ~mips ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
IUSE="static"

S=${WORKDIR}/${MY_PN}

src_prepare() {
        sed -i \
                -e 's:-ldl:$(LDFLAGS) -ldl:' \
                Makefile
        eautoreconf
}

src_compile() {
        use static && append-ldflags -static

        # The Makefile is a mess.  Override a few vars rather than patch it.
        emake \
                RPM_OPT_FLAGS="${CFLAGS} ${CPPFLAGS}" \
                CFLAGS_OPT='$(CFLAGS)' \
                CC="$(tc-getCC)"
}

src_install() {
        # easier to install by hand than trying to make sense of the Makefile.
        dobin dd_rescue
        dodoc README.dd_rescue
        doman dd_rescue.1
}




Reply via email to