summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Ludd <solar@gentoo.org>2004-06-15 05:30:40 +0000
committerNed Ludd <solar@gentoo.org>2004-06-15 05:30:40 +0000
commitd00e58652a5ed4296f6d172d4028aca3859311ac (patch)
treeea87b11919c920a96f1a50cf7af37f2959015d68 /sys-apps
parentfixed up nls usage for uclibc (diff)
downloadhistorical-d00e58652a5ed4296f6d172d4028aca3859311ac.tar.gz
historical-d00e58652a5ed4296f6d172d4028aca3859311ac.tar.bz2
historical-d00e58652a5ed4296f6d172d4028aca3859311ac.zip
fixed up nls usage for uclibc
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/man/Manifest6
-rw-r--r--sys-apps/man/man-1.5l-r6.ebuild10
-rw-r--r--sys-apps/man/man-1.5m-r1.ebuild7
3 files changed, 12 insertions, 11 deletions
diff --git a/sys-apps/man/Manifest b/sys-apps/man/Manifest
index 9d4a8cc574eb..6dce7e724629 100644
--- a/sys-apps/man/Manifest
+++ b/sys-apps/man/Manifest
@@ -1,7 +1,7 @@
-MD5 25c562d5e2afad01c92e89ec7b0d6555 ChangeLog 7594
-MD5 290b22b60e3e44f4cb1161a51072b808 man-1.5m-r1.ebuild 3360
+MD5 2514c24a3ebdb0e329aadc52409affb0 ChangeLog 7700
+MD5 f57a2bc2975f7dc13d41422b358c93c6 man-1.5m-r1.ebuild 3359
MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164
-MD5 4d030ae2e3cab348b9a280196513406e man-1.5l-r6.ebuild 2806
+MD5 a9fc1c3e31386e9a908942c5317a7230 man-1.5l-r6.ebuild 2802
MD5 4040cb6627694d2dac13e4bdac766297 man-1.5m.ebuild 2971
MD5 9feb57fe5fbc4c123a42c7cf0314e628 files/digest-man-1.5m-r1 61
MD5 a63bfea0511bb4ea9292d63dc11348b3 files/digest-man-1.5l-r6 60
diff --git a/sys-apps/man/man-1.5l-r6.ebuild b/sys-apps/man/man-1.5l-r6.ebuild
index 8c2bd0550b19..9d4b734b697e 100644
--- a/sys-apps/man/man-1.5l-r6.ebuild
+++ b/sys-apps/man/man-1.5l-r6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/man/man-1.5l-r6.ebuild,v 1.11 2004/02/23 00:45:35 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/man/man-1.5l-r6.ebuild,v 1.12 2004/06/15 05:27:24 solar Exp $
IUSE="nls"
@@ -13,7 +13,8 @@ SRC_URI="mirror://kernel/linux/utils/man/man-${NV}.tar.gz"
HOMEPAGE="http://freshmeat.net/projects/man/"
DEPEND="virtual/glibc
- >=sys-apps/sed-4"
+ >=sys-apps/sed-4
+ nls? ( sys-devel/gettext )"
RDEPEND="sys-apps/cronbase
>=sys-apps/groff-1.18"
@@ -69,7 +70,7 @@ src_unpack() {
src_compile() {
local myconf=
- use nls && myconf="+lang all"
+ use nls && myconf="+lang all" || myconf="+lang none"
./configure -confdir=/etc \
+sgid +fhs \
@@ -88,8 +89,7 @@ src_install() {
dodoc COPYING LSM README* TODO
- if [ -n "`use nls`" ]
- then
+ if use nls ; then
cd ${S}/msgs
./inst.sh ?? ${D}/usr/share/locale/%L/%N
fi
diff --git a/sys-apps/man/man-1.5m-r1.ebuild b/sys-apps/man/man-1.5m-r1.ebuild
index b2bb9df28aa3..eb0647152569 100644
--- a/sys-apps/man/man-1.5m-r1.ebuild
+++ b/sys-apps/man/man-1.5m-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/man/man-1.5m-r1.ebuild,v 1.5 2004/06/11 13:48:59 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/man/man-1.5m-r1.ebuild,v 1.6 2004/06/15 05:27:24 solar Exp $
inherit eutils
@@ -17,7 +17,8 @@ IUSE="nls"
DEPEND="virtual/glibc
>=sys-apps/sed-4"
RDEPEND="sys-apps/cronbase
- >=sys-apps/groff-1.18"
+ >=sys-apps/groff-1.18
+ nls? ( sys-devel/gettext )"
S=${WORKDIR}/${PN}-${NV}
@@ -75,7 +76,7 @@ src_unpack() {
src_compile() {
local myconf=
- use nls && myconf="+lang all"
+ use nls && myconf="+lang all" || myconf="+lang none"
./configure -confdir=/etc \
+sgid +fhs \