ottxor      15/03/13 20:12:37

  Modified:             ChangeLog
  Added:                cwdiff-0.2.8.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  Changes    Path
1.10                 dev-util/cwdiff/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cwdiff/ChangeLog?rev=1.10&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cwdiff/ChangeLog?rev=1.10&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cwdiff/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cwdiff/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   9 Mar 2015 22:51:50 -0000       1.9
+++ ChangeLog   13 Mar 2015 20:12:37 -0000      1.10
@@ -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.9 2015/03/09 
22:51:50 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cwdiff/ChangeLog,v 1.10 2015/03/13 
20:12:37 ottxor Exp $
+
+*cwdiff-0.2.8 (13 Mar 2015)
+
+  13 Mar 2015; Christoph Junghans <[email protected]> +cwdiff-0.2.8.ebuild:
+  version bump
 
 *cwdiff-0.2.7 (09 Mar 2015)
 



1.1                  dev-util/cwdiff/cwdiff-0.2.8.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cwdiff/cwdiff-0.2.8.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cwdiff/cwdiff-0.2.8.ebuild?rev=1.1&content-type=text/plain

Index: cwdiff-0.2.8.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.8.ebuild,v 1.1 
2015/03/13 20:12:37 ottxor Exp $

EAPI=5

DESCRIPTION="A script that wraps wdiff to support directories and colorize the 
output"
HOMEPAGE="https://github.com/junghans/cwdiff";
SRC_URI="https://github.com/junghans/cwdiff/archive/v${PV}.tar.gz -> 
${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
        dodoc README.md
}




Reply via email to