diff options
author | Jeroen Roovers <jer@gentoo.org> | 2010-03-29 11:48:47 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2010-03-29 11:48:47 +0000 |
commit | 08409291a7ba9fa955bd1d4e6b951ffc6168a97a (patch) | |
tree | 6c64917cf7c21a7ecc76fbfa580c6b7189e960e4 /app-text | |
parent | Missing *DEPEND=dev-tcltk/tcllib added (diff) | |
download | gentoo-2-08409291a7ba9fa955bd1d4e6b951ffc6168a97a.tar.gz gentoo-2-08409291a7ba9fa955bd1d4e6b951ffc6168a97a.tar.bz2 gentoo-2-08409291a7ba9fa955bd1d4e6b951ffc6168a97a.zip |
Stable for HPPA too. Version bump.
(Portage version: 2.2_rc67/cvs/Linux i686)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/wdiff/ChangeLog | 8 | ||||
-rw-r--r-- | app-text/wdiff/wdiff-0.5-r2.ebuild | 6 | ||||
-rw-r--r-- | app-text/wdiff/wdiff-0.6.0.ebuild | 24 |
3 files changed, 34 insertions, 4 deletions
diff --git a/app-text/wdiff/ChangeLog b/app-text/wdiff/ChangeLog index 2a7e77b7718f..f0f79c6646f4 100644 --- a/app-text/wdiff/ChangeLog +++ b/app-text/wdiff/ChangeLog @@ -1,6 +1,12 @@ # 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.33 2010/03/06 22:05:07 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/ChangeLog,v 1.34 2010/03/29 11:48:47 jer Exp $ + +*wdiff-0.6.0 (29 Mar 2010) + + 29 Mar 2010; Jeroen Roovers <jer@gentoo.org> wdiff-0.5-r2.ebuild, + +wdiff-0.6.0.ebuild: + Stable for HPPA too. Version bump. *wdiff-0.5-r3 (06 Mar 2010) diff --git a/app-text/wdiff/wdiff-0.5-r2.ebuild b/app-text/wdiff/wdiff-0.5-r2.ebuild index 109521155e4f..f5b550234d06 100644 --- a/app-text/wdiff/wdiff-0.5-r2.ebuild +++ b/app-text/wdiff/wdiff-0.5-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# 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.5-r2.ebuild,v 1.19 2009/09/09 18:42:39 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/wdiff-0.5-r2.ebuild,v 1.20 2010/03/29 11:48:47 jer Exp $ inherit eutils toolchain-funcs @@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh sparc x86 ~x86-fbsd" IUSE="" DEPEND="sys-apps/diffutils diff --git a/app-text/wdiff/wdiff-0.6.0.ebuild b/app-text/wdiff/wdiff-0.6.0.ebuild new file mode 100644 index 000000000000..18ca7f944493 --- /dev/null +++ b/app-text/wdiff/wdiff-0.6.0.ebuild @@ -0,0 +1,24 @@ +# 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.0.ebuild,v 1.1 2010/03/29 11:48:47 jer Exp $ + +EAPI="2" + +inherit eutils toolchain-funcs + +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" +IUSE="" + +DEPEND="sys-apps/diffutils + sys-apps/less" + +src_install() { + emake DESTDIR="${D}" install || die + dodoc ChangeLog NEWS README +} |