summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/adiff')
-rw-r--r--app-text/adiff/ChangeLog5
-rw-r--r--app-text/adiff/adiff-1.4.ebuild7
2 files changed, 10 insertions, 2 deletions
diff --git a/app-text/adiff/ChangeLog b/app-text/adiff/ChangeLog
index a7e9cf8d7e57..ea31c4118330 100644
--- a/app-text/adiff/ChangeLog
+++ b/app-text/adiff/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-text/adiff
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/adiff/ChangeLog,v 1.8 2010/04/05 21:32:34 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/adiff/ChangeLog,v 1.9 2010/07/26 11:58:05 jer Exp $
+
+ 26 Jul 2010; Jeroen Roovers <jer@gentoo.org> adiff-1.4.ebuild:
+ Fake src_unpack() to suppress unpack() warning.
05 Apr 2010; Jonathan Callen <abcd@gentoo.org> adiff-1.4.ebuild:
Add prefix keywords
diff --git a/app-text/adiff/adiff-1.4.ebuild b/app-text/adiff/adiff-1.4.ebuild
index 953e81e2cecd..eb115c562b9f 100644
--- a/app-text/adiff/adiff-1.4.ebuild
+++ b/app-text/adiff/adiff-1.4.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/adiff/adiff-1.4.ebuild,v 1.4 2010/04/05 21:32:34 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/adiff/adiff-1.4.ebuild,v 1.5 2010/07/26 11:58:05 jer Exp $
DESCRIPTION="wordwise diff"
HOMEPAGE="http://agriffis.n01se.net/adiff/"
@@ -18,6 +18,11 @@ RDEPEND="${DEPEND}
S=${WORKDIR}
+src_unpack() {
+ # Nothing to unpack
+ :
+}
+
src_compile() {
pod2man --release=${PV} --center="${HOMEPAGE}" \
--date="2007-12-11" "${DISTDIR}"/${P} ${PN}.1 || die