summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-02-08 19:42:55 +0000
committerMike Frysinger <vapier@gentoo.org>2009-02-08 19:42:55 +0000
commita1e4eb50f118650a2889975fae6087cffedf6235 (patch)
tree0fd226784bbacee33a057b3dcd289ab4e01d2b5f /sys-devel
parentold (diff)
downloadgentoo-2-a1e4eb50f118650a2889975fae6087cffedf6235.tar.gz
gentoo-2-a1e4eb50f118650a2889975fae6087cffedf6235.tar.bz2
gentoo-2-a1e4eb50f118650a2889975fae6087cffedf6235.zip
Fix help2man invocation to use local version #249047 by en.ABCD.
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/automake/ChangeLog6
-rw-r--r--sys-devel/automake/automake-1.10.2.ebuild4
-rw-r--r--sys-devel/automake/automake-1.9.6-r2.ebuild6
-rw-r--r--sys-devel/automake/automake-9999.ebuild6
4 files changed, 13 insertions, 9 deletions
diff --git a/sys-devel/automake/ChangeLog b/sys-devel/automake/ChangeLog
index 5b612d701323..9b4f83a026a0 100644
--- a/sys-devel/automake/ChangeLog
+++ b/sys-devel/automake/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-devel/automake
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/ChangeLog,v 1.129 2009/01/15 16:04:21 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/ChangeLog,v 1.130 2009/02/08 19:42:55 vapier Exp $
+
+ 08 Feb 2009; Mike Frysinger <vapier@gentoo.org> automake-1.9.6-r2.ebuild,
+ automake-1.10.2.ebuild, automake-9999.ebuild:
+ Fix help2man invocation to use local version #249047 by en.ABCD.
03 Jan 2009; Jeroen Roovers <jer@gentoo.org> automake-1.10.2.ebuild:
Stable for HPPA (bug #252667).
diff --git a/sys-devel/automake/automake-1.10.2.ebuild b/sys-devel/automake/automake-1.10.2.ebuild
index 8cfeb2363aa9..c4f2aef34611 100644
--- a/sys-devel/automake/automake-1.10.2.ebuild
+++ b/sys-devel/automake/automake-1.10.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.10.2.ebuild,v 1.7 2009/01/03 05:18:55 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.10.2.ebuild,v 1.8 2009/02/08 19:42:55 vapier Exp $
inherit eutils
@@ -48,7 +48,7 @@ src_install() {
# SLOT the docs and junk
local x
for x in aclocal automake ; do
- help2man ./${x} > ${x}-${SLOT}.1
+ help2man "perl -Ilib ${x}" > ${x}-${SLOT}.1
doman ${x}-${SLOT}.1
rm -f "${D}"/usr/bin/${x}
done
diff --git a/sys-devel/automake/automake-1.9.6-r2.ebuild b/sys-devel/automake/automake-1.9.6-r2.ebuild
index e7a6966a517d..57fc75e9e53f 100644
--- a/sys-devel/automake/automake-1.9.6-r2.ebuild
+++ b/sys-devel/automake/automake-1.9.6-r2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.9.6-r2.ebuild,v 1.17 2008/11/23 14:56:33 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.9.6-r2.ebuild,v 1.18 2009/02/08 19:42:55 vapier Exp $
inherit eutils
@@ -41,7 +41,7 @@ src_install() {
local x
for x in aclocal automake ; do
- help2man ./${x} > ${x}-${SLOT}.1
+ help2man "perl -Ilib ${x}" > ${x}-${SLOT}.1
doman ${x}-${SLOT}.1
rm -f "${D}"/usr/bin/${x}
done
diff --git a/sys-devel/automake/automake-9999.ebuild b/sys-devel/automake/automake-9999.ebuild
index 39c9a92dc380..5b63635d0b57 100644
--- a/sys-devel/automake/automake-9999.ebuild
+++ b/sys-devel/automake/automake-9999.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-9999.ebuild,v 1.2 2008/11/23 14:56:33 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-9999.ebuild,v 1.3 2009/02/08 19:42:55 vapier Exp $
EGIT_REPO_URI="git://git.savannah.gnu.org/automake.git"
@@ -44,7 +44,7 @@ src_install() {
# SLOT the docs and junk
local x
for x in aclocal automake ; do
- help2man ./${x} > ${x}-${SLOT}.1
+ help2man "perl -Ilib ${x}" > ${x}-${SLOT}.1
doman ${x}-${SLOT}.1
rm -f "${D}"/usr/bin/${x}
done