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
commit1d14cef2c2aa97b5bce3b75bc1c7414aad3a2bfb (patch)
tree0cfe528484c09eda163ef1d12498c00bf6ee59d6 /sys-apps
parentfixed up nls usage for uclibc (diff)
downloadgentoo-2-1d14cef2c2aa97b5bce3b75bc1c7414aad3a2bfb.tar.gz
gentoo-2-1d14cef2c2aa97b5bce3b75bc1c7414aad3a2bfb.tar.bz2
gentoo-2-1d14cef2c2aa97b5bce3b75bc1c7414aad3a2bfb.zip
fixed up nls usage for uclibc
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/man/ChangeLog5
-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
4 files changed, 16 insertions, 12 deletions
diff --git a/sys-apps/man/ChangeLog b/sys-apps/man/ChangeLog
index 79c09b154787..a058aae92113 100644
--- a/sys-apps/man/ChangeLog
+++ b/sys-apps/man/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/man
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/man/ChangeLog,v 1.49 2004/06/11 13:48:59 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/man/ChangeLog,v 1.50 2004/06/15 05:27:24 solar Exp $
+
+ 15 Jun 2004; <solar@gentoo.org> man-1.5l-r6.ebuild, man-1.5m-r1.ebuild:
+ fixed up nls usage for uclibc
11 Jun 2004; Bryan Østergaard <kloeri@gentoo.org> man-1.5m-r1.ebuild:
Stable on alpha.
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 \