polynomial-c    14/06/11 06:31:37

  Modified:             ChangeLog
  Added:                ddrescue-1.18.1.ebuild
  Removed:              ddrescue-1.18.ebuild
  Log:
  Version bump. Removed old
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0x981CA6FC)

Revision  Changes    Path
1.48                 sys-fs/ddrescue/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/ddrescue/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog   10 Jun 2014 09:42:00 -0000      1.47
+++ ChangeLog   11 Jun 2014 06:31:36 -0000      1.48
@@ -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.47 2014/06/10 
09:42:00 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/ddrescue/ChangeLog,v 1.48 2014/06/11 
06:31:36 polynomial-c Exp $
+
+*ddrescue-1.18.1 (11 Jun 2014)
+
+  11 Jun 2014; Lars Wendler <polynomia...@gentoo.org> -ddrescue-1.18.ebuild,
+  +ddrescue-1.18.1.ebuild:
+  Version bump. Removed old.
 
 *ddrescue-1.18 (10 Jun 2014)
 



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

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

Index: ddrescue-1.18.1.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.18.1.ebuild,v 1.1 
2014/06/11 06:31: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