ottxor 15/03/16 01:44:20 Modified: ChangeLog Added: cwdiff-0.3.0.ebuild Log: version bump (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key C2000586)
Revision Changes Path 1.12 dev-util/cwdiff/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cwdiff/ChangeLog?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cwdiff/ChangeLog?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cwdiff/ChangeLog?r1=1.11&r2=1.12 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/cwdiff/ChangeLog,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- ChangeLog 13 Mar 2015 20:13:48 -0000 1.11 +++ ChangeLog 16 Mar 2015 01:44:19 -0000 1.12 @@ -1,6 +1,11 @@ # ChangeLog for dev-util/cwdiff # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cwdiff/ChangeLog,v 1.11 2015/03/13 20:13:48 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cwdiff/ChangeLog,v 1.12 2015/03/16 01:44:19 ottxor Exp $ + +*cwdiff-0.3.0 (16 Mar 2015) + + 16 Mar 2015; Christoph Junghans <ott...@gentoo.org> +cwdiff-0.3.0.ebuild: + version bump 13 Mar 2015; Christoph Junghans <ott...@gentoo.org> -cwdiff-0.2.5.ebuild, -cwdiff-0.2.6.ebuild, -cwdiff-0.2.7.ebuild: 1.1 dev-util/cwdiff/cwdiff-0.3.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cwdiff/cwdiff-0.3.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cwdiff/cwdiff-0.3.0.ebuild?rev=1.1&content-type=text/plain Index: cwdiff-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/dev-util/cwdiff/cwdiff-0.3.0.ebuild,v 1.1 2015/03/16 01:44:19 ottxor Exp $ EAPI=5 if [ "${PV}" = "9999" ]; then EGIT_REPO_URI="git://github.com/junghans/${PN}.git http://github.com/junghans/${PN}.git" inherit git-r3 KEYWORDS="" else SRC_URI="https://github.com/junghans/cwdiff/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x64-macos ~x86-macos" fi DESCRIPTION="A script that wraps wdiff to support directories and colorize the output" HOMEPAGE="https://github.com/junghans/cwdiff" LICENSE="GPL-2" SLOT="0" IUSE="a2ps mercurial" DEPEND="sys-apps/help2man sys-apps/coreutils" RDEPEND=" sys-apps/sed app-shells/bash app-text/wdiff sys-apps/diffutils a2ps? ( app-text/a2ps ) mercurial? ( dev-vcs/mercurial ) " src_install() { emake DESTDIR="${ED}" "$(usex mercurial '' 'HGRCDIR=')" install dodoc README.md }