summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-11-12 15:12:12 +0000
committerMike Frysinger <vapier@gentoo.org>2004-11-12 15:12:12 +0000
commitd6721eafe54a25cbe413f67dbd852e3dec4b4df2 (patch)
tree8aaf4105c746e679d12a1e1b6e418cc968204fbb /sys-apps/help2man
parentRefixed a problem with Bug (Manifest recommit) (diff)
downloadgentoo-2-d6721eafe54a25cbe413f67dbd852e3dec4b4df2.tar.gz
gentoo-2-d6721eafe54a25cbe413f67dbd852e3dec4b4df2.tar.bz2
gentoo-2-d6721eafe54a25cbe413f67dbd852e3dec4b4df2.zip
more KEYWORDS
Diffstat (limited to 'sys-apps/help2man')
-rw-r--r--sys-apps/help2man/help2man-1.29.ebuild12
-rw-r--r--sys-apps/help2man/help2man-1.33.1.ebuild6
2 files changed, 9 insertions, 9 deletions
diff --git a/sys-apps/help2man/help2man-1.29.ebuild b/sys-apps/help2man/help2man-1.29.ebuild
index 4f35ee9fbe3a..76515e95a5ef 100644
--- a/sys-apps/help2man/help2man-1.29.ebuild
+++ b/sys-apps/help2man/help2man-1.29.ebuild
@@ -1,19 +1,19 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/help2man/help2man-1.29.ebuild,v 1.23 2004/10/23 05:48:27 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/help2man/help2man-1.29.ebuild,v 1.24 2004/11/12 15:12:12 vapier Exp $
DESCRIPTION="GNU utility to convert program --help output to a man page"
HOMEPAGE="http://www.gnu.org/software/help2man"
SRC_URI="http://ftp.gnu.org/gnu/help2man/${P}.tar.gz"
+
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86 amd64 ppc sparc alpha hppa mips ia64 ppc64 ppc-macos"
+KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 ppc-macos sparc x86"
IUSE=""
-DEPEND="dev-lang/perl"
+DEPEND=""
+RDEPEND="dev-lang/perl"
src_install(){
- into /usr
- dobin help2man
+ dobin help2man || die
}
-
diff --git a/sys-apps/help2man/help2man-1.33.1.ebuild b/sys-apps/help2man/help2man-1.33.1.ebuild
index c3ccce66832d..604045e1f807 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-2004 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.6 2004/06/24 22:09:44 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/help2man/help2man-1.33.1.ebuild,v 1.7 2004/11/12 15:12:12 vapier Exp $
MY_P="${P/-/_}"
DESCRIPTION="GNU utility to convert program --help output to a man page"
@@ -9,7 +9,7 @@ SRC_URI="http://ftp.gnu.org/gnu/help2man/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 ~ppc ~sparc alpha arm s390 ~amd64"
+KEYWORDS="alpha ~amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 s390 sh ~sparc ~x86"
IUSE="nls"
DEPEND="dev-lang/perl
@@ -17,7 +17,7 @@ DEPEND="dev-lang/perl
>=sys-devel/gettext-0.12.1-r1 )"
src_compile() {
- econf `use_enable nls` || die
+ econf $(use_enable nls) || die
emake || die "emake failed"
}