summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2011-01-06 16:37:51 +0000
committerJustin Lecher <jlec@gentoo.org>2011-01-06 16:37:51 +0000
commit8169ae613a20c300c96d8e373d073c4b67d4d918 (patch)
treedbee4e8b9014027e16996d193cc8046a5bbcfd44 /app-text/wdiff
parentSome Clean up (diff)
downloadhistorical-8169ae613a20c300c96d8e373d073c4b67d4d918.tar.gz
historical-8169ae613a20c300c96d8e373d073c4b67d4d918.tar.bz2
historical-8169ae613a20c300c96d8e373d073c4b67d4d918.zip
Some Clean up
Package-Manager: portage-2.2.0_alpha13/cvs/Linux x86_64
Diffstat (limited to 'app-text/wdiff')
-rw-r--r--app-text/wdiff/ChangeLog8
-rw-r--r--app-text/wdiff/wdiff-0.6.4.ebuild5
-rw-r--r--app-text/wdiff/wdiff-0.6.5.ebuild5
3 files changed, 12 insertions, 6 deletions
diff --git a/app-text/wdiff/ChangeLog b/app-text/wdiff/ChangeLog
index 67b2b21b0ff9..60f20016a7a0 100644
--- a/app-text/wdiff/ChangeLog
+++ b/app-text/wdiff/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-text/wdiff
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/ChangeLog,v 1.52 2010/12/29 02:00:47 darkside Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/ChangeLog,v 1.53 2011/01/06 16:34:20 jlec Exp $
+
+ 06 Jan 2011; Justin Lecher <jlec@gentoo.org> wdiff-0.6.4.ebuild,
+ wdiff-0.6.5.ebuild:
+ Some Clean up
29 Dec 2010; Jeremy Olexa <darkside@gentoo.org> -wdiff-0.5-r2.ebuild,
-wdiff-0.5-r3.ebuild, -wdiff-0.6.0-r1.ebuild, -wdiff-0.6.1.ebuild,
diff --git a/app-text/wdiff/wdiff-0.6.4.ebuild b/app-text/wdiff/wdiff-0.6.4.ebuild
index 1e1e9c1afa4b..a1d69940bec0 100644
--- a/app-text/wdiff/wdiff-0.6.4.ebuild
+++ b/app-text/wdiff/wdiff-0.6.4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/wdiff-0.6.4.ebuild,v 1.7 2010/12/28 15:28:40 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/wdiff-0.6.4.ebuild,v 1.8 2011/01/06 16:34:20 jlec Exp $
EAPI="2"
@@ -16,6 +16,7 @@ IUSE=""
DEPEND="
sys-apps/diffutils
sys-apps/less"
+RDEPEND="${DEPEND}"
src_install() {
emake DESTDIR="${D}" install || die
diff --git a/app-text/wdiff/wdiff-0.6.5.ebuild b/app-text/wdiff/wdiff-0.6.5.ebuild
index d1aa5d91d3fd..56a42db69d4f 100644
--- a/app-text/wdiff/wdiff-0.6.5.ebuild
+++ b/app-text/wdiff/wdiff-0.6.5.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/wdiff-0.6.5.ebuild,v 1.1 2010/12/05 20:18:29 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/wdiff-0.6.5.ebuild,v 1.2 2011/01/06 16:34:20 jlec Exp $
EAPI="2"
@@ -16,6 +16,7 @@ IUSE=""
DEPEND="
sys-apps/diffutils
sys-apps/less"
+RDEPEND="${DEPEND}"
src_install() {
emake DESTDIR="${D}" install || die