summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-06-30 02:03:03 +0000
committerAron Griffis <agriffis@gentoo.org>2004-06-30 02:03:03 +0000
commit17b1c0ab419acad6704e41a181b5cef27d584acb (patch)
tree6f00737839415a9bf1750b7bbee0ec28926d58f0 /app-doc
parentstable on ppc64, bug #55297 (Manifest recommit) (diff)
downloadgentoo-2-17b1c0ab419acad6704e41a181b5cef27d584acb.tar.gz
gentoo-2-17b1c0ab419acad6704e41a181b5cef27d584acb.tar.bz2
gentoo-2-17b1c0ab419acad6704e41a181b5cef27d584acb.zip
update head/tail usage
Diffstat (limited to 'app-doc')
-rw-r--r--app-doc/NaturalDocs/ChangeLog5
-rw-r--r--app-doc/NaturalDocs/NaturalDocs-1.22-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/app-doc/NaturalDocs/ChangeLog b/app-doc/NaturalDocs/ChangeLog
index a7ea128f3d85..a09500a723aa 100644
--- a/app-doc/NaturalDocs/ChangeLog
+++ b/app-doc/NaturalDocs/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-doc/NaturalDocs
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-doc/NaturalDocs/ChangeLog,v 1.3 2004/06/24 21:49:00 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-doc/NaturalDocs/ChangeLog,v 1.4 2004/06/30 02:03:03 agriffis Exp $
+
+ 29 Jun 2004; Aron Griffis <agriffis@gentoo.org> NaturalDocs-1.22-r1.ebuild:
+ update head/tail usage
13 Jun 2004; David Holm <dholm@gentoo.org> NaturalDocs-1.22-r1.ebuild:
Added to ~ppc.
diff --git a/app-doc/NaturalDocs/NaturalDocs-1.22-r1.ebuild b/app-doc/NaturalDocs/NaturalDocs-1.22-r1.ebuild
index bbd8ebedbf42..e444e3e05aca 100644
--- a/app-doc/NaturalDocs/NaturalDocs-1.22-r1.ebuild
+++ b/app-doc/NaturalDocs/NaturalDocs-1.22-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-doc/NaturalDocs/NaturalDocs-1.22-r1.ebuild,v 1.3 2004/06/24 21:49:00 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-doc/NaturalDocs/NaturalDocs-1.22-r1.ebuild,v 1.4 2004/06/30 02:03:03 agriffis Exp $
DESCRIPTION="Extensible, multi-language source code documentation generator"
HOMEPAGE="http://www.naturaldocs.org/"
@@ -23,7 +23,7 @@ src_unpack() {
# See if we have a patch. If we have more than one, use the highest-
# numbered one *only*
- local patch=`ls -r ${DISTDIR}/${P}-Patch-?.zip | head -1`
+ local patch=`ls -r ${DISTDIR}/${P}-Patch-?.zip | head -n -1`
# If we have a patch, it is actually a whole new Perl module. Just
# unzip it over top of the original one.