dcallagh-exheres

My personal Exherbo repository
git clone https://code.djc.id.au/git/dcallagh-exheres/
commit ff37f96c07812b94c974b0fbbc1251964910d0b3
parent dc73e340edab5cfa113165544d5c35a22adc8373
Author: Elias Pipping <pipping@exherbo.org>
Date:   Tue,  6 Sep 2011 00:50:13 +0200

Bump to wdiff-1.0.0, use gnu.exlib

Diffstat:
Dpackages/app-text/wdiff/wdiff-0.6.5.exheres-0 | 27---------------------------
Apackages/app-text/wdiff/wdiff-1.0.0.exheres-0 | 29+++++++++++++++++++++++++++++
2 files changed, 29 insertions(+), 27 deletions(-)
diff --git a/packages/app-text/wdiff/wdiff-0.6.5.exheres-0 b/packages/app-text/wdiff/wdiff-0.6.5.exheres-0
@@ -1,27 +0,0 @@
-# Copyright 2011 Dan Callaghan <djc@djc.id.au>
-# Distributed under the terms of the GNU General Public License v2
-
-SUMMARY="A front end to diff for comparing files on a word per word basis"
-DESCRIPTION="
-The program wdiff is a front end to diff for comparing files on a word per word basis. A word is 
-anything between whitespace. This is useful for comparing two texts in which a few words have been 
-changed and for which paragraphs have been refilled. It works by creating two temporary files, one 
-word per line, and then executes diff on these files. It collects the diff output and uses it to 
-produce a nicer display of word differences between the original files.
-"
-HOMEPAGE="http://www.gnu.org/software/${PN}/"
-DOWNLOADS="http://ftp.gnu.org/gnu/${PN}/${PNV}.tar.gz"
-
-LICENCES="GPL-3"
-SLOT="0"
-PLATFORMS="~amd64 ~x86"
-
-DEPENDENCIES="
-    run:
-        sys-apps/diffutils
-"
-
-BUGS_TO="djc@djc.id.au"
-
-DEFAULT_SRC_CONFIGURE_PARAMS=( "--enable-experimental" )
-
diff --git a/packages/app-text/wdiff/wdiff-1.0.0.exheres-0 b/packages/app-text/wdiff/wdiff-1.0.0.exheres-0
@@ -0,0 +1,29 @@
+# Copyright 2011 Dan Callaghan <djc@djc.id.au>
+# Distributed under the terms of the GNU General Public License v2
+
+require gnu [ suffix=gz ]
+
+SUMMARY="A front end to diff for comparing files on a word per word basis"
+DESCRIPTION="
+The program wdiff is a front end to diff for comparing files on a word per word basis. A word is
+anything between whitespace. This is useful for comparing two texts in which a few words have been
+changed and for which paragraphs have been refilled. It works by creating two temporary files, one
+word per line, and then executes diff on these files. It collects the diff output and uses it to
+produce a nicer display of word differences between the original files.
+"
+
+LICENCES="GPL-3"
+SLOT="0"
+PLATFORMS="~amd64 ~x86"
+
+DEPENDENCIES="
+    run:
+        sys-apps/diffutils
+    test:
+        app-misc/screen
+"
+
+BUGS_TO="djc@djc.id.au"
+
+DEFAULT_SRC_CONFIGURE_PARAMS=( "--enable-experimental" )
+