summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2000-10-29 20:37:01 +0000
committerAchim Gottinger <achim@gentoo.org>2000-10-29 20:37:01 +0000
commit9d18e70ddefd7a878217d419ef79abe5b1e4dfa8 (patch)
tree43a88e3c7a5b12ce9d74a93e12de49287fa5499c /sys-libs
parent*** empty log message *** (diff)
downloadhistorical-9d18e70ddefd7a878217d419ef79abe5b1e4dfa8.tar.gz
historical-9d18e70ddefd7a878217d419ef79abe5b1e4dfa8.tar.bz2
historical-9d18e70ddefd7a878217d419ef79abe5b1e4dfa8.zip
*** empty log message ***
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/cracklib/cracklib-2.7-r1.ebuild3
-rw-r--r--sys-libs/glibc/glibc-2.1.3-r2.ebuild5
-rw-r--r--sys-libs/lib-compat/lib-compat-1.0-r1.ebuild3
-rw-r--r--sys-libs/ncurses/ncurses-5.1-r1.ebuild3
-rw-r--r--sys-libs/pwdb/pwdb-0.61-r1.ebuild3
5 files changed, 11 insertions, 6 deletions
diff --git a/sys-libs/cracklib/cracklib-2.7-r1.ebuild b/sys-libs/cracklib/cracklib-2.7-r1.ebuild
index 26494e86151d..dde8c4735761 100644
--- a/sys-libs/cracklib/cracklib-2.7-r1.ebuild
+++ b/sys-libs/cracklib/cracklib-2.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/sys-libs/cracklib/cracklib-2.7-r1.ebuild,v 1.4 2000/09/15 20:09:27 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/cracklib/cracklib-2.7-r1.ebuild,v 1.5 2000/10/29 20:37:00 achim Exp $
A=cracklib2_2.7.orig.tar.gz
A0=${P}-redhat.patch
@@ -29,6 +29,7 @@ src_install() {
dodir /usr/sbin
dodir /usr/include
ROOT=${D} try make install
+ preplib /usr
dodoc HISTORY LICENCE MANIFEST POSTER README
}
diff --git a/sys-libs/glibc/glibc-2.1.3-r2.ebuild b/sys-libs/glibc/glibc-2.1.3-r2.ebuild
index bc1d2d221700..3261aec133d0 100644
--- a/sys-libs/glibc/glibc-2.1.3-r2.ebuild
+++ b/sys-libs/glibc/glibc-2.1.3-r2.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-r2.ebuild,v 1.3 2000/10/23 11:27:17 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.1.3-r2.ebuild,v 1.4 2000/10/29 20:37:00 achim Exp $
P=glibc-2.1.3
A="glibc-2.1.3.tar.gz glibc-crypt-2.1.tar.gz
@@ -73,7 +73,8 @@ src_install() {
install -m 755 ${O}/files/nscd ${D}/etc/rc.d/init.d/nscd
dodir /var/db
install -m 644 nss/db-Makefile ${D}/var/db/Makefile
- preplib /usr/lib
+ preplib /usr
+ preplib /
rm -rf documentation
mkdir documentation
mkdir documentation/html
diff --git a/sys-libs/lib-compat/lib-compat-1.0-r1.ebuild b/sys-libs/lib-compat/lib-compat-1.0-r1.ebuild
index cc12205a1dd0..5ae104f3c58b 100644
--- a/sys-libs/lib-compat/lib-compat-1.0-r1.ebuild
+++ b/sys-libs/lib-compat/lib-compat-1.0-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/lib-compat/lib-compat-1.0-r1.ebuild,v 1.2 2000/08/16 04:38:35 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/lib-compat/lib-compat-1.0-r1.ebuild,v 1.3 2000/10/29 20:37:01 achim Exp $
P=lib-compat-1.0
A=lib-compat.tar.gz
@@ -22,6 +22,7 @@ src_compile() {
src_install() {
into /usr
dolib.so *.so*
+ preplib /usr
}
diff --git a/sys-libs/ncurses/ncurses-5.1-r1.ebuild b/sys-libs/ncurses/ncurses-5.1-r1.ebuild
index 53721d0226d3..a98242376020 100644
--- a/sys-libs/ncurses/ncurses-5.1-r1.ebuild
+++ b/sys-libs/ncurses/ncurses-5.1-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 Daniel Robbins <drobbins@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/ncurses/ncurses-5.1-r1.ebuild,v 1.5 2000/10/23 11:27:17 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/ncurses/ncurses-5.1-r1.ebuild,v 1.6 2000/10/29 20:37:01 achim Exp $
P=ncurses-5.1
A=${P}.tar.gz
@@ -23,6 +23,7 @@ src_install() {
cd ${D}/usr/lib
dodir /lib
mv *.so* ../../lib
+ preplib /
cd ${S}
dodoc ANNOUNCE MANIFEST NEWS README* TO-DO
dodoc doc/*.doc
diff --git a/sys-libs/pwdb/pwdb-0.61-r1.ebuild b/sys-libs/pwdb/pwdb-0.61-r1.ebuild
index 50102ad7ec7b..11d19302fdc6 100644
--- a/sys-libs/pwdb/pwdb-0.61-r1.ebuild
+++ b/sys-libs/pwdb/pwdb-0.61-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/pwdb/pwdb-0.61-r1.ebuild,v 1.3 2000/09/15 20:09:28 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/pwdb/pwdb-0.61-r1.ebuild,v 1.4 2000/10/29 20:37:01 achim Exp $
P=pwdb-0.61
A=${P}.tar.gz
@@ -32,6 +32,7 @@ src_install() {
insinto /etc
doins conf/pwdb.conf
try make INCLUDED=${D}/usr/include/pwdb LIBDIR=${D}/usr/lib install
+ preplib /usr
}