polynomial-c    14/10/04 20:45:36

  Modified:             ChangeLog
  Added:                ddrescue-1.19.ebuild
  Removed:              ddrescue-1.17-r1.ebuild
  Log:
  Version bump. Removed old
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key 0x981CA6FC)

Revision  Changes    Path
1.49                 sys-fs/ddrescue/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/ddrescue/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog   11 Jun 2014 06:31:36 -0000      1.48
+++ ChangeLog   4 Oct 2014 20:45:36 -0000       1.49
@@ -1,6 +1,12 @@
 # ChangeLog for sys-fs/ddrescue
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/ddrescue/ChangeLog,v 1.48 2014/06/11 
06:31:36 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/ddrescue/ChangeLog,v 1.49 2014/10/04 
20:45:36 polynomial-c Exp $
+
+*ddrescue-1.19 (04 Oct 2014)
+
+  04 Oct 2014; Lars Wendler <polynomia...@gentoo.org> -ddrescue-1.17-r1.ebuild,
+  +ddrescue-1.19.ebuild:
+  Version bump. Removed old.
 
 *ddrescue-1.18.1 (11 Jun 2014)
 



1.1                  sys-fs/ddrescue/ddrescue-1.19.ebuild

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

Index: ddrescue-1.19.ebuild
===================================================================
# 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.19.ebuild,v 1.1 
2014/10/04 20:45:36 polynomial-c Exp $

EAPI=5

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";
SRC_URI="mirror://gnu/${PN}/${P}.tar.lz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86 ~amd64-linux"
IUSE="static"

DEPEND="$(unpacker_src_uri_depends)"
RDEPEND=""

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

        # not a normal configure script
        econf \
                --prefix="${EPREFIX}"/usr \
                CC="$(tc-getCC)" \
                CXX="$(tc-getCXX)" \
                CPPFLAGS="${CPPFLAGS}" \
                CFLAGS="${CFLAGS}" \
                CXXFLAGS="${CXXFLAGS}" \
                LDFLAGS="${LDFLAGS}"
}

src_test() {
        ./testsuite/check.sh "${S}"/testsuite || die
}

src_install() {
        emake DESTDIR="${D}" install install-man
        dodoc ChangeLog README NEWS AUTHORS
}




Reply via email to