diff options
author | Achim Gottinger <achim@gentoo.org> | 2000-08-17 15:37:34 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2000-08-17 15:37:34 +0000 |
commit | 25f5a7f1db33bc700c452fefa56c40b781ae4d3e (patch) | |
tree | f3c798181c08bea2eb53147688f0c6ed1931fbbd | |
parent | *** empty log message *** (diff) | |
download | historical-25f5a7f1db33bc700c452fefa56c40b781ae4d3e.tar.gz historical-25f5a7f1db33bc700c452fefa56c40b781ae4d3e.tar.bz2 historical-25f5a7f1db33bc700c452fefa56c40b781ae4d3e.zip |
*** empty log message ***
-rw-r--r-- | net-nds/ypbind/ypbind-1.6-r1.ebuild | 4 | ||||
-rw-r--r-- | net-www/cocoon/cocoon-1.7-r1.ebuild | 9 | ||||
-rw-r--r-- | net-www/w3m/w3m-0.1.10-r1.ebuild | 5 | ||||
-rw-r--r-- | sys-libs/glibc/glibc-2.1.3-r1.ebuild | 9 |
4 files changed, 16 insertions, 11 deletions
diff --git a/net-nds/ypbind/ypbind-1.6-r1.ebuild b/net-nds/ypbind/ypbind-1.6-r1.ebuild index 291214c40e57..becb886bdcfc 100644 --- a/net-nds/ypbind/ypbind-1.6-r1.ebuild +++ b/net-nds/ypbind/ypbind-1.6-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/ypbind-1.6-r1.ebuild,v 1.2 2000/08/16 04:38:21 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/ypbind-1.6-r1.ebuild,v 1.3 2000/08/17 15:37:34 achim Exp $ P=ypbind-1.6 A=ypbind-mt-1.6.tar.gz @@ -27,7 +27,9 @@ src_install() { dodoc AUTHORS ChangeLog COPYING README THANKS TODO insinto /etc/yp doins etc/yp.conf + prepman } + diff --git a/net-www/cocoon/cocoon-1.7-r1.ebuild b/net-www/cocoon/cocoon-1.7-r1.ebuild index db0fb0d3006e..c2412321f4ea 100644 --- a/net-www/cocoon/cocoon-1.7-r1.ebuild +++ b/net-www/cocoon/cocoon-1.7-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-www/cocoon/cocoon-1.7-r1.ebuild,v 1.2 2000/08/16 04:38:21 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/cocoon/cocoon-1.7-r1.ebuild,v 1.3 2000/08/17 15:37:34 achim Exp $ P=cocoon-1.7 A=Cocoon-1.7.tar.gz @@ -38,10 +38,11 @@ src_install() { insinto /opt/jakarta/tomcat/conf doins ${O}/files/cocoon.properties dodoc README LICENSE - dodir /usr/doc/${P}/html - cp -a docs/* ${D}/usr/doc/${P}/html - find ${D}/usr/doc/${P}/html -type f -exec gzip -9 {} \; + dodir /usr/doc/${PF}/html + cp -a docs/* ${D}/usr/doc/${PF}/html + find ${D}/usr/doc/${PF}/html -type f -exec gzip -9 {} \; } + diff --git a/net-www/w3m/w3m-0.1.10-r1.ebuild b/net-www/w3m/w3m-0.1.10-r1.ebuild index 2dc8f94e44f7..b26e1b9a83b1 100644 --- a/net-www/w3m/w3m-0.1.10-r1.ebuild +++ b/net-www/w3m/w3m-0.1.10-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-www/w3m/w3m-0.1.10-r1.ebuild,v 1.2 2000/08/16 04:38:22 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/w3m/w3m-0.1.10-r1.ebuild,v 1.3 2000/08/17 15:37:34 achim Exp $ P=w3m-0.1.10 A=${P}.tar.gz @@ -15,7 +15,7 @@ src_unpack() { cd ${S} zcat ${O}/files/${P}.diff.gz | patch -p1 sed -e "s:^def_libdir.*:def_libdir='/usr/libexec/w3m':" \ - -e "s:^def_helpdir.*:def_helpdir='/usr/doc/${P}/html':" \ + -e "s:^def_helpdir.*:def_helpdir='/usr/doc/${PF}/html':" \ -e "s:gentoolinux\.mydomain:${HOSTNAME}:" \ ${O}/files/config.param > config.param } @@ -37,3 +37,4 @@ src_install() { + diff --git a/sys-libs/glibc/glibc-2.1.3-r1.ebuild b/sys-libs/glibc/glibc-2.1.3-r1.ebuild index e2f93a2daccf..f21aca9ac0b9 100644 --- a/sys-libs/glibc/glibc-2.1.3-r1.ebuild +++ b/sys-libs/glibc/glibc-2.1.3-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.1.3-r1.ebuild,v 1.2 2000/08/16 04:38:35 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.1.3-r1.ebuild,v 1.3 2000/08/17 15:37:34 achim Exp $ P=glibc-2.1.3 A="glibc-2.1.3.tar.gz glibc-crypt-2.1.tar.gz @@ -75,9 +75,9 @@ src_install() { dodoc documentation/* docinto html dodoc documentation/html/*.html - dodir /usr/doc/${P}/examples.threads - install -m0644 linuxthreads/Examples/*.c ${D}/usr/doc/${P}/examples.threads - install -m0644 linuxthreads/Examples/Makefile ${D}/usr/doc/${P}/examples.threads + dodir /usr/doc/${PF}/examples.threads + install -m0644 linuxthreads/Examples/*.c ${D}/usr/doc/${PF}/examples.threads + install -m0644 linuxthreads/Examples/Makefile ${D}/usr/doc/${PF}/examples.threads # Patch ucontext.h (needed for lynx, xfree) cd ${D}/usr/include/sys cp ucontext.h ucontext.h.orig @@ -85,3 +85,4 @@ src_install() { } + |