jer         14/10/25 18:29:33

  Modified:             ChangeLog
  Added:                wdiff-1.2.2.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  Changes    Path
1.96                 app-text/wdiff/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/wdiff/ChangeLog?rev=1.96&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/wdiff/ChangeLog?rev=1.96&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/wdiff/ChangeLog?r1=1.95&r2=1.96

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/wdiff/ChangeLog,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -r1.95 -r1.96
--- ChangeLog   13 Mar 2014 20:16:46 -0000      1.95
+++ ChangeLog   25 Oct 2014 18:29:33 -0000      1.96
@@ -1,6 +1,11 @@
 # ChangeLog for app-text/wdiff
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/ChangeLog,v 1.95 2014/03/13 
20:16:46 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/ChangeLog,v 1.96 2014/10/25 
18:29:33 jer Exp $
+
+*wdiff-1.2.2 (25 Oct 2014)
+
+  25 Oct 2014; Jeroen Roovers <j...@gentoo.org> +wdiff-1.2.2.ebuild:
+  Version bump.
 
   13 Mar 2014; Christoph Junghans <ott...@gentoo.org> wdiff-1.2.1.ebuild:
   added ~x64-macos (tested by me)



1.1                  app-text/wdiff/wdiff-1.2.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/wdiff/wdiff-1.2.2.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/wdiff/wdiff-1.2.2.ebuild?rev=1.1&content-type=text/plain

Index: wdiff-1.2.2.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/wdiff-1.2.2.ebuild,v 1.1 
2014/10/25 18:29:33 jer Exp $

EAPI=5

DESCRIPTION="Create a diff disregarding formatting"
HOMEPAGE="http://www.gnu.org/software/wdiff/";
SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris"
IUSE="experimental test"

RDEPEND="
        sys-apps/diffutils
        sys-apps/less
        sys-libs/ncurses"
DEPEND="${RDEPEND}
        test? ( app-misc/screen )"

src_configure() {
        econf \
                $(use_enable experimental)
}

src_test() {
        # The test suite hangs in the '3: use pager' test
        # when an incompatible screenrc is found
        touch tests/screenrc || die
        export SYSSCREENRC=tests/screenrc SCREENRC=tests/screenrc
        default
}




Reply via email to