summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-07-16 05:51:11 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-07-16 05:51:11 +0000
commit508453b1ab9359cd195ee08017fe7e7b01f68873 (patch)
tree665bebb5ad5be6813d5176d0c2c4b80f27100643 /sys-apps/man
parentfix keywords, sparc please check (diff)
downloadgentoo-2-508453b1ab9359cd195ee08017fe7e7b01f68873.tar.gz
gentoo-2-508453b1ab9359cd195ee08017fe7e7b01f68873.tar.bz2
gentoo-2-508453b1ab9359cd195ee08017fe7e7b01f68873.zip
more ppc keywords
Diffstat (limited to 'sys-apps/man')
-rw-r--r--sys-apps/man/files/digest-man-1.5i-r21
-rw-r--r--sys-apps/man/man-1.5i-r2.ebuild67
-rw-r--r--sys-apps/man/man-1.5i-r3.ebuild4
3 files changed, 2 insertions, 70 deletions
diff --git a/sys-apps/man/files/digest-man-1.5i-r2 b/sys-apps/man/files/digest-man-1.5i-r2
deleted file mode 100644
index a9fb6d85d30e..000000000000
--- a/sys-apps/man/files/digest-man-1.5i-r2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 19338c7b536fc7949aa14012c1c3edb4 man-1.5i2.tar.gz 181870
diff --git a/sys-apps/man/man-1.5i-r2.ebuild b/sys-apps/man/man-1.5i-r2.ebuild
deleted file mode 100644
index 21583277310e..000000000000
--- a/sys-apps/man/man-1.5i-r2.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/man/man-1.5i-r2.ebuild,v 1.3 2002/07/14 19:20:18 aliz Exp $
-
-NV=1.5i2
-S=${WORKDIR}/${PN}-${NV}
-DESCRIPTION="Standard commands to read man pages"
-SRC_URI="http://www.kernel.org/pub/linux/utils/man/man-${NV}.tar.gz"
-HOMEPAGE=""
-KEYWORDS="x86"
-SLOT="0"
-LICENSE="GPL-2"
-DEPEND="virtual/glibc"
-
-RDEPEND="virtual/glibc
- sys-apps/groff"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- cp configure configure.orig
- sed -e 's/confdir=.*$/confdir=\/etc/' \
- -e 's:/usr/lib/locale:$prefix/usr/lib/locale:g' \
- -e 's!/bin:/usr/bin:/usr/ucb:/usr/local/bin:$PATH!/bin:/usr/bin:/usr/local/bin:$PATH!' \
- configure.orig > configure
- local x
- for x in / src/ man2html/ msgs/
- do
- cd ${S}/${x}
- cp Makefile.in Makefile.in.orig
- sed -e '/inst.sh/d' \
- -e '/^CC =/c\' \
- -e "CC = gcc" \
- -e '/^CFLAGS =/c\' \
- -e "CFLAGS = $CFLAGS" \
- Makefile.in.orig > Makefile.in
- done
-}
-
-src_compile() {
- ./configure +sgid +fhs +lang all || die
- #for FOOF in src man2html
- #do
- # pmake ${FOOF}/Makefile MANCONFIG=/etc/man.conf || die
- # cd ${S}/${FOOF}
- # cp Makefile Makefile.orig
- # sed -e "s/gcc -O/gcc ${CFLAGS}/" Makefile.orig > Makefile
- # cd ${S}
- #done
- make || die
-}
-
-src_install() {
- dodir /usr/sbin /usr/bin
- cd ${S}
- make PREFIX=${D} install || die
- cd ${S}/msgs
- ./inst.sh ?? ${D}/usr/share/locale/%L/%N
- chmod 2555 ${D}/usr/bin/man
- chown root.man ${D}/usr/bin/man
- insinto /etc
- doins ${FILESDIR}/man.conf
- cd ${S}
- dodoc COPYING LSM README* TODO
-}
-
-
diff --git a/sys-apps/man/man-1.5i-r3.ebuild b/sys-apps/man/man-1.5i-r3.ebuild
index 728db11dcf7d..72aad3e49b0b 100644
--- a/sys-apps/man/man-1.5i-r3.ebuild
+++ b/sys-apps/man/man-1.5i-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/man/man-1.5i-r3.ebuild,v 1.4 2002/07/14 19:20:18 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/man/man-1.5i-r3.ebuild,v 1.5 2002/07/16 05:50:59 seemant Exp $
NV=1.5i2
S=${WORKDIR}/${PN}-${NV}
@@ -15,7 +15,7 @@ RDEPEND="virtual/glibc
SLOT="0"
-KEYWORDS="*"
+KEYWORDS="x86 ppc"
LICENSE="GPL-2"
src_unpack() {