polynomial-c 14/06/10 09:42:00 Modified: ChangeLog Added: ddrescue-1.18.ebuild Log: Version bump (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
Revision Changes Path 1.47 sys-fs/ddrescue/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ddrescue/ChangeLog?rev=1.47&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ddrescue/ChangeLog?rev=1.47&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ddrescue/ChangeLog?r1=1.46&r2=1.47 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-fs/ddrescue/ChangeLog,v retrieving revision 1.46 retrieving revision 1.47 diff -u -r1.46 -r1.47 --- ChangeLog 27 Feb 2014 21:08:15 -0000 1.46 +++ ChangeLog 10 Jun 2014 09:42:00 -0000 1.47 @@ -1,6 +1,11 @@ # 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.46 2014/02/27 21:08:15 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ddrescue/ChangeLog,v 1.47 2014/06/10 09:42:00 polynomial-c Exp $ + +*ddrescue-1.18 (10 Jun 2014) + + 10 Jun 2014; Lars Wendler <[email protected]> +ddrescue-1.18.ebuild: + Version bump. 27 Feb 2014; Samuli Suominen <[email protected]> ddrescue-1.17-r1.ebuild: Use the unpacker_src_uri_depends() function to pull in either pdlzip or lzip 1.1 sys-fs/ddrescue/ddrescue-1.18.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ddrescue/ddrescue-1.18.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ddrescue/ddrescue-1.18.ebuild?rev=1.1&content-type=text/plain Index: ddrescue-1.18.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.ebuild,v 1.1 2014/06/10 09:42:00 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 }
