summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2010-06-15 11:59:57 +0000
committerJustin Lecher <jlec@gentoo.org>2010-06-15 11:59:57 +0000
commit30c908bea172a3ae6116770b3c3d28cf5bd0bb58 (patch)
treecc39b441613e5c61b8de45620e1733089f249aad /app-text/wdiff
parentQA, imported prefix changes (diff)
downloadgentoo-2-30c908bea172a3ae6116770b3c3d28cf5bd0bb58.tar.gz
gentoo-2-30c908bea172a3ae6116770b3c3d28cf5bd0bb58.tar.bz2
gentoo-2-30c908bea172a3ae6116770b3c3d28cf5bd0bb58.zip
QA, imported prefix changes
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'app-text/wdiff')
-rw-r--r--app-text/wdiff/ChangeLog9
-rw-r--r--app-text/wdiff/wdiff-0.6.3.ebuild9
2 files changed, 8 insertions, 10 deletions
diff --git a/app-text/wdiff/ChangeLog b/app-text/wdiff/ChangeLog
index 4a68ee48270a..61624a79fabd 100644
--- a/app-text/wdiff/ChangeLog
+++ b/app-text/wdiff/ChangeLog
@@ -1,12 +1,9 @@
# 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.39 2010/06/13 01:57:21 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/ChangeLog,v 1.40 2010/06/15 11:59:57 jlec Exp $
-*wdiff-0.6.3 (13 Jun 2010)
-
- 13 Jun 2010; Jeremy Olexa <darkside@gentoo.org> +wdiff-0.6.3.ebuild:
- Upstream version bump, updated gnulib modules. Removed old versions. bug
- 323533
+ 15 Jun 2010; Justin Lecher <jlec@gentoo.org> wdiff-0.6.3.ebuild:
+ QA, imported prefix changes
*wdiff-0.6.2 (26 May 2010)
diff --git a/app-text/wdiff/wdiff-0.6.3.ebuild b/app-text/wdiff/wdiff-0.6.3.ebuild
index 2a5ab0bc7a46..bdfa7ac4cea3 100644
--- a/app-text/wdiff/wdiff-0.6.3.ebuild
+++ b/app-text/wdiff/wdiff-0.6.3.ebuild
@@ -1,6 +1,6 @@
# 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.3.ebuild,v 1.1 2010/06/13 01:55:05 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/wdiff-0.6.3.ebuild,v 1.2 2010/06/15 11:59:57 jlec Exp $
EAPI="2"
@@ -10,13 +10,14 @@ 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"
+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
+DEPEND="
+ sys-apps/diffutils
sys-apps/less"
src_install() {
emake DESTDIR="${D}" install || die
- dodoc ChangeLog NEWS README
+ dodoc ChangeLog NEWS README || die
}