chutzpah 15/02/03 23:22:01 Modified: ChangeLog Added: hardlink-0.3.0.ebuild Log: Version bump. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0xE3F69979BB4B8928DA78E3D17CBF44EF)
Revision Changes Path 1.13 app-arch/hardlink/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/hardlink/ChangeLog?rev=1.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/hardlink/ChangeLog?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/hardlink/ChangeLog?r1=1.12&r2=1.13 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-arch/hardlink/ChangeLog,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- ChangeLog 6 Mar 2014 10:27:24 -0000 1.12 +++ ChangeLog 3 Feb 2015 23:22:01 -0000 1.13 @@ -1,6 +1,11 @@ # ChangeLog for app-arch/hardlink -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/hardlink/ChangeLog,v 1.12 2014/03/06 10:27:24 ago Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-arch/hardlink/ChangeLog,v 1.13 2015/02/03 23:22:01 chutzpah Exp $ + +*hardlink-0.3.0 (03 Feb 2015) + + 03 Feb 2015; Patrick McLean <[email protected]> +hardlink-0.3.0.ebuild: + Version bump. 06 Mar 2014; Agostino Sarubbo <[email protected]> hardlink-0.2.0.ebuild: Stable for ppc64, wrt bug #476042 1.1 app-arch/hardlink/hardlink-0.3.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/hardlink/hardlink-0.3.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/hardlink/hardlink-0.3.0.ebuild?rev=1.1&content-type=text/plain Index: hardlink-0.3.0.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-arch/hardlink/hardlink-0.3.0.ebuild,v 1.1 2015/02/03 23:22:01 chutzpah Exp $ EAPI=4 inherit toolchain-funcs DESCRIPTION="A tool which replaces copies of a file with hardlinks" HOMEPAGE="http://jak-linux.org/projects/hardlink/" SRC_URI="http://jak-linux.org/projects/${PN}/${PN}_${PV}.tar.xz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" IUSE="" RDEPEND="dev-libs/libpcre" DEPEND="${RDEPEND} virtual/pkgconfig" DOCS="README ${T}/README.rsync" src_prepare() { sed -i -e '/^CF/s:?=:+=:' -e '/^CF/s:-O2 -g::' Makefile || die cat <<-EOF > "${T}"/README.rsync http://hardlinkpy.googlecode.com/svn/trunk/hardlink.py has regex '^\..*\.\?{6,6}$' for excluding rsync temporary files by default. To accomplish same with this version, you can use following syntax: # hardlink -x '^\..*\.\?{6,6}$' This was discussed at http://bugs.gentoo.org/416613 EOF } src_compile() { tc-export CC emake }
