diff options
author | 2005-05-22 01:59:44 +0000 | |
---|---|---|
committer | 2005-05-22 01:59:44 +0000 | |
commit | 5fdcdac0e5dc189ea8fcd228db3ee4ff55521286 (patch) | |
tree | cca031304a16c1585cc8e57cbea6463819fa3a35 /sys-apps | |
parent | touchups (diff) | |
download | historical-5fdcdac0e5dc189ea8fcd228db3ee4ff55521286.tar.gz historical-5fdcdac0e5dc189ea8fcd228db3ee4ff55521286.tar.bz2 historical-5fdcdac0e5dc189ea8fcd228db3ee4ff55521286.zip |
m68k love
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/help2man/help2man-1.33.1.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/help2man/help2man-1.35.1.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/which/which-2.16.ebuild | 13 |
3 files changed, 10 insertions, 11 deletions
diff --git a/sys-apps/help2man/help2man-1.33.1.ebuild b/sys-apps/help2man/help2man-1.33.1.ebuild index 6320b7585fbd..92a5d2137bf0 100644 --- a/sys-apps/help2man/help2man-1.33.1.ebuild +++ b/sys-apps/help2man/help2man-1.33.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/help2man/help2man-1.33.1.ebuild,v 1.9 2005/01/12 18:30:57 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/help2man/help2man-1.33.1.ebuild,v 1.10 2005/05/22 01:55:30 vapier Exp $ DESCRIPTION="GNU utility to convert program --help output to a man page" HOMEPAGE="http://www.gnu.org/software/help2man" @@ -8,7 +8,7 @@ SRC_URI="http://ftp.gnu.org/gnu/help2man/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86" IUSE="nls" DEPEND="dev-lang/perl diff --git a/sys-apps/help2man/help2man-1.35.1.ebuild b/sys-apps/help2man/help2man-1.35.1.ebuild index b445fd4b9f87..3979d1ad469f 100644 --- a/sys-apps/help2man/help2man-1.35.1.ebuild +++ b/sys-apps/help2man/help2man-1.35.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/help2man/help2man-1.35.1.ebuild,v 1.3 2005/05/09 03:05:37 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/help2man/help2man-1.35.1.ebuild,v 1.4 2005/05/22 01:55:30 vapier Exp $ DESCRIPTION="GNU utility to convert program --help output to a man page" HOMEPAGE="http://www.gnu.org/software/help2man" @@ -8,7 +8,7 @@ SRC_URI="http://ftp.gnu.org/gnu/help2man/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86" IUSE="nls" RDEPEND="dev-lang/perl" diff --git a/sys-apps/which/which-2.16.ebuild b/sys-apps/which/which-2.16.ebuild index 53f0490f00c9..e4faf4921443 100644 --- a/sys-apps/which/which-2.16.ebuild +++ b/sys-apps/which/which-2.16.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/which-2.16.ebuild,v 1.17 2004/11/12 18:01:11 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/which-2.16.ebuild,v 1.18 2005/05/22 01:59:44 vapier Exp $ inherit eutils @@ -10,16 +10,15 @@ SRC_URI="http://www.xs4all.nl/~carlo17/which/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86" IUSE="" -RDEPEND="virtual/libc - sys-apps/texinfo" +RDEPEND="sys-apps/texinfo" src_unpack() { unpack ${A} - cd ${S} - epatch ${FILESDIR}/which-gentoo.patch + cd "${S}" + epatch "${FILESDIR}"/which-gentoo.patch } src_install() { |