ottxor 15/03/09 22:51:50 Modified: ChangeLog Added: cwdiff-0.2.7.ebuild Log: version bump (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key C2000586)
Revision Changes Path 1.9 dev-util/cwdiff/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cwdiff/ChangeLog?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cwdiff/ChangeLog?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cwdiff/ChangeLog?r1=1.8&r2=1.9 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/cwdiff/ChangeLog,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ChangeLog 13 Mar 2014 20:25:28 -0000 1.8 +++ ChangeLog 9 Mar 2015 22:51:50 -0000 1.9 @@ -1,6 +1,11 @@ # ChangeLog for dev-util/cwdiff -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cwdiff/ChangeLog,v 1.8 2014/03/13 20:25:28 ottxor Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/cwdiff/ChangeLog,v 1.9 2015/03/09 22:51:50 ottxor Exp $ + +*cwdiff-0.2.7 (09 Mar 2015) + + 09 Mar 2015; Christoph Junghans <[email protected]> +cwdiff-0.2.7.ebuild: + version bump 13 Mar 2014; Christoph Junghans <[email protected]> cwdiff-0.2.6.ebuild: added ~x64-macos (tested by me) 1.1 dev-util/cwdiff/cwdiff-0.2.7.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cwdiff/cwdiff-0.2.7.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cwdiff/cwdiff-0.2.7.ebuild?rev=1.1&content-type=text/plain Index: cwdiff-0.2.7.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-util/cwdiff/cwdiff-0.2.7.ebuild,v 1.1 2015/03/09 22:51:50 ottxor Exp $ EAPI=5 DESCRIPTION="A script that wraps wdiff to support directories and colorize the output" HOMEPAGE="http://code.google.com/p/cj-overlay/source/browse/cwdiff?repo=evergreens" SRC_URI="http://downloads.cj-overlay.googlecode.com/hg/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x64-macos ~x86-macos" IUSE="a2ps mercurial" DEPEND="" RDEPEND=" sys-apps/sed app-shells/bash app-text/wdiff sys-apps/diffutils a2ps? ( app-text/a2ps ) mercurial? ( dev-vcs/mercurial ) " src_install () { dobin "${PN}" if use mercurial ; then insinto /etc/mercurial/hgrc.d doins hgrc.d/"${PN}".rc fi }
