diff options
author | Jeroen Roovers <jer@gentoo.org> | 2010-12-05 20:18:29 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2010-12-05 20:18:29 +0000 |
commit | a873f8488c383947fc50e767ace9c788580a6b95 (patch) | |
tree | 6b1c3d497bf43b6398aa067122fc3e531e9ba086 /app-text | |
parent | Restrict Jython ABIs. (diff) | |
download | gentoo-2-a873f8488c383947fc50e767ace9c788580a6b95.tar.gz gentoo-2-a873f8488c383947fc50e767ace9c788580a6b95.tar.bz2 gentoo-2-a873f8488c383947fc50e767ace9c788580a6b95.zip |
Version bump.
(Portage version: 2.1.9.25/cvs/Linux i686)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/wdiff/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/wdiff/wdiff-0.6.5.ebuild | 23 |
2 files changed, 29 insertions, 1 deletions
diff --git a/app-text/wdiff/ChangeLog b/app-text/wdiff/ChangeLog index 30255614da64..a23939e2638a 100644 --- a/app-text/wdiff/ChangeLog +++ b/app-text/wdiff/ChangeLog @@ -1,6 +1,11 @@ # 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.44 2010/11/06 18:03:00 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/ChangeLog,v 1.45 2010/12/05 20:18:29 jer Exp $ + +*wdiff-0.6.5 (05 Dec 2010) + + 05 Dec 2010; Jeroen Roovers <jer@gentoo.org> +wdiff-0.6.5.ebuild: + Version bump. *wdiff-0.6.4 (06 Nov 2010) diff --git a/app-text/wdiff/wdiff-0.6.5.ebuild b/app-text/wdiff/wdiff-0.6.5.ebuild new file mode 100644 index 000000000000..d1aa5d91d3fd --- /dev/null +++ b/app-text/wdiff/wdiff-0.6.5.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2010 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 $ + +EAPI="2" + +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 ~sparc-solaris" +IUSE="" + +DEPEND=" + sys-apps/diffutils + sys-apps/less" + +src_install() { + emake DESTDIR="${D}" install || die + dodoc ChangeLog NEWS README || die +} |