diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-01-06 16:34:20 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-01-06 16:34:20 +0000 |
commit | 6a072696f88f0b48fc9bd029b9f046cf0399bf3d (patch) | |
tree | 5cd14b288edd2fd10f65994b482860aa3dcd111b /app-text/wdiff | |
parent | Some Clean up (diff) | |
download | gentoo-2-6a072696f88f0b48fc9bd029b9f046cf0399bf3d.tar.gz gentoo-2-6a072696f88f0b48fc9bd029b9f046cf0399bf3d.tar.bz2 gentoo-2-6a072696f88f0b48fc9bd029b9f046cf0399bf3d.zip |
Some Clean up
(Portage version: 2.2.0_alpha13/cvs/Linux x86_64)
Diffstat (limited to 'app-text/wdiff')
-rw-r--r-- | app-text/wdiff/ChangeLog | 8 | ||||
-rw-r--r-- | app-text/wdiff/wdiff-0.6.4.ebuild | 5 | ||||
-rw-r--r-- | app-text/wdiff/wdiff-0.6.5.ebuild | 5 |
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 |