summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-01-18 18:22:11 +0000
committerAchim Gottinger <achim@gentoo.org>2001-01-18 18:22:11 +0000
commit8927f069298df88fa5f44ba03d506bd3a1f1ec9a (patch)
tree10f67a1a79544844a7d4d022d9e32f0f0404378a
parent*** empty log message *** (diff)
downloadgentoo-2-8927f069298df88fa5f44ba03d506bd3a1f1ec9a.tar.gz
gentoo-2-8927f069298df88fa5f44ba03d506bd3a1f1ec9a.tar.bz2
gentoo-2-8927f069298df88fa5f44ba03d506bd3a1f1ec9a.zip
*** empty log message ***
-rw-r--r--app-office/gnumeric/files/digest-gnumeric-0.61-r11
-rw-r--r--app-office/gnumeric/gnumeric-0.61.ebuild8
-rw-r--r--app-shells/tcsh/tcsh-6.10.ebuild4
-rwxr-xr-xautocompile.sh2
-rw-r--r--dev-db/mysql/files/digest-mysql-3.23.311
-rw-r--r--dev-lang/jdk/jdk-1.3.0.ebuild4
-rw-r--r--dev-perl/Error/Error-0.13.ebuild29
-rw-r--r--dev-perl/Error/files/digest-Error-0.131
-rw-r--r--dev-perl/PDL/PDL-2.1.1.ebuild6
-rw-r--r--gnome-base/gconf/gconf-0.11.ebuild9
-rw-r--r--gnome-base/gtkhtml/gtkhtml-0.8.ebuild7
-rw-r--r--gnome-extra/gtkhtml/gtkhtml-0.8.ebuild7
-rw-r--r--gnome-office/gnumeric/files/digest-gnumeric-0.61-r11
-rw-r--r--gnome-office/gnumeric/gnumeric-0.61.ebuild8
-rw-r--r--media-sound/alsa-driver/alsa-driver-0.5.10.ebuild6
-rw-r--r--net-fs/autofs/autofs-3.1.7-r1.ebuild51
-rw-r--r--net-fs/autofs/files/automount.diff14
-rw-r--r--net-fs/autofs/files/digest-autofs-3.1.7-r11
-rwxr-xr-xnet-misc/openssh/files/sshd16
-rwxr-xr-xnet-misc/openssh/files/svc-openssh2
-rw-r--r--net-misc/openssh/openssh-2.3.0_p1-r4.ebuild13
-rw-r--r--net-print/cups/files/cups4
-rw-r--r--net-print/cups/files/digest-cups-1.1.5.21
-rwxr-xr-xsys-apps/baselayout/files/rc.d/init.d/initscripts-install2
-rw-r--r--sys-apps/devfsd/devfsd-1.3.10.ebuild8
-rwxr-xr-xsys-apps/devfsd/files/devfsd20
-rw-r--r--sys-apps/shadow/files/digest-shadow-200010161
-rw-r--r--sys-devel/spython/files/digest-spython-2.0-r12
-rw-r--r--sys-kernel/linux/files/digest-linux-2.4.0.87
-rw-r--r--sys-kernel/linux/files/digest-linux-2.4.1_pre86
-rw-r--r--sys-libs/db/db-3.2.3h.ebuild57
-rw-r--r--sys-libs/db/files/digest-db-3.2.3h1
-rw-r--r--sys-libs/slang/files/digest-slang-1.4.2-r11
-rw-r--r--x11-base/nvidia/files/digest-nvidia-0.9.5-r32
34 files changed, 245 insertions, 58 deletions
diff --git a/app-office/gnumeric/files/digest-gnumeric-0.61-r1 b/app-office/gnumeric/files/digest-gnumeric-0.61-r1
new file mode 100644
index 000000000000..52579fb1ba95
--- /dev/null
+++ b/app-office/gnumeric/files/digest-gnumeric-0.61-r1
@@ -0,0 +1 @@
+MD5 3a40015a74a10a75e3290a86fc9f7f0c gnumeric-0.61.tar.gz
diff --git a/app-office/gnumeric/gnumeric-0.61.ebuild b/app-office/gnumeric/gnumeric-0.61.ebuild
index e2db7c877767..84e98c6e7065 100644
--- a/app-office/gnumeric/gnumeric-0.61.ebuild
+++ b/app-office/gnumeric/gnumeric-0.61.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/app-office/gnumeric/gnumeric-0.61.ebuild,v 1.1 2000/12/21 19:19:19 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/gnumeric-0.61.ebuild,v 1.2 2001/01/18 18:22:11 achim Exp $
A=${P}.tar.gz
S=${WORKDIR}/${P}
@@ -12,7 +12,7 @@ HOMEPAGE="http://www.gnome.org/gnome-office/gnumeric.shtml"
DEPEND=">=sys-devel/perl-5
>=virtual/python-1.5.2
>=gnome-base/gal-0.2.2
- >=gnome-libs/gb-0.0.15
+ >=gnome-libs/gb-0.0.17
>=gnome-libs/libole2-0.1.7
bonobo? ( >=gnome-base/bonobo-0.28
>=gnome-libs/libgda-0.2.0 ) "
@@ -26,10 +26,6 @@ src_compile() {
fi
LDFLAGS="-L/opt/gnome/lib -lunicode" try ./configure --host=${CHOST} --prefix=/opt/gnome \
${myconf} --with-gb
- cd plugins/perl
- cp Makefile Makefile.orig
-# sed -e "s:perl Makefile\.PL:perl Makefile\.PL $PERLINSTALL:" \
-# Makefile.orig > Makefile
cd ${S}
try make
}
diff --git a/app-shells/tcsh/tcsh-6.10.ebuild b/app-shells/tcsh/tcsh-6.10.ebuild
index a3d6efe6fc57..c632ccb3191e 100644
--- a/app-shells/tcsh/tcsh-6.10.ebuild
+++ b/app-shells/tcsh/tcsh-6.10.ebuild
@@ -1,11 +1,11 @@
# 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/app-shells/tcsh/tcsh-6.10.ebuild,v 1.1 2000/11/26 20:54:17 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/tcsh-6.10.ebuild,v 1.2 2001/01/18 18:22:11 achim Exp $
A=${P}.tar.gz
S=${WORKDIR}/${P}.00
-DESCRIPTION="The standard GNU Bourne again shell"
+DESCRIPTION="Enhanced version of the Berkeley C shell (csh)"
#ugh, astron.com doesn't support passive ftp... maybe another source?
SRC_URI="ftp://ftp.astron.com/pub/tcsh/"${A}
DEPEND=">=sys-libs/glibc-2.1.3
diff --git a/autocompile.sh b/autocompile.sh
index e04d059e81bd..a8aa175d89a9 100755
--- a/autocompile.sh
+++ b/autocompile.sh
@@ -91,7 +91,7 @@ do
else
if [ "$CHECK" = "package" ]
then
- if [ -f ${PORTDIR}/packages/$myc/$myp.tbz2 ]
+ if [ -f ${PORTDIR}/packages/i486-pc-linux-gnu/$myc/$myp.tbz2 ]
then
continue
fi
diff --git a/dev-db/mysql/files/digest-mysql-3.23.31 b/dev-db/mysql/files/digest-mysql-3.23.31
new file mode 100644
index 000000000000..f9d20200e887
--- /dev/null
+++ b/dev-db/mysql/files/digest-mysql-3.23.31
@@ -0,0 +1 @@
+MD5 b857ae8bdeefac5dd012611359efd6ee mysql-3.23.31.tar.gz
diff --git a/dev-lang/jdk/jdk-1.3.0.ebuild b/dev-lang/jdk/jdk-1.3.0.ebuild
index fed51462595e..b79dbad4a8fd 100644
--- a/dev-lang/jdk/jdk-1.3.0.ebuild
+++ b/dev-lang/jdk/jdk-1.3.0.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/dev-lang/jdk/jdk-1.3.0.ebuild,v 1.2 2001/01/05 03:21:55 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/jdk/jdk-1.3.0.ebuild,v 1.3 2001/01/18 18:22:11 achim Exp $
P=jdk-1.3.0
A=j2sdk-1.3.0-FCS-linux-i386.tar.bz2
@@ -31,7 +31,7 @@ src_install() {
into /usr
dodoc COPYRIGHT LICENSE README
insinto /etc/env.d
- dosins ${FILESDIR}/20jdk
+ doins ${FILESDIR}/20jdk
docinto html
dodoc README.html
}
diff --git a/dev-perl/Error/Error-0.13.ebuild b/dev-perl/Error/Error-0.13.ebuild
new file mode 100644
index 000000000000..f11138e373a6
--- /dev/null
+++ b/dev-perl/Error/Error-0.13.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2000 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# Author Jerry Alexandratos <jerry@gentoo.org>
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Error/Error-0.13.ebuild,v 1.1 2001/01/18 18:22:11 achim Exp $
+
+A=${P}.tar.gz
+S=${WORKDIR}/${P}
+CATEGORY="dev-perl"
+DESCRIPTION="A Error Perl Module"
+SRC_URI="http://www.cpan.org/modules/by-module/Error/${A}"
+HOMEPAGE="http://www.cpan.org/modules/by-module/Error/${P}.readme"
+
+DEPEND=">=sys-devel/perl-5"
+
+src_compile() {
+ cd ${S}
+ perl Makefile.PL
+ try make
+ try make test
+}
+
+src_install () {
+ cd ${S}
+ try make PREFIX=${D}/usr install
+ dodoc ChangeLog MANIFEST README
+}
+
+
+
diff --git a/dev-perl/Error/files/digest-Error-0.13 b/dev-perl/Error/files/digest-Error-0.13
new file mode 100644
index 000000000000..8ef4301fe007
--- /dev/null
+++ b/dev-perl/Error/files/digest-Error-0.13
@@ -0,0 +1 @@
+MD5 11c5b631aa7b4ce8f16f08d12b4e3be4 Error-0.13.tar.gz
diff --git a/dev-perl/PDL/PDL-2.1.1.ebuild b/dev-perl/PDL/PDL-2.1.1.ebuild
index 108919de7a71..a88a4ac8839c 100644
--- a/dev-perl/PDL/PDL-2.1.1.ebuild
+++ b/dev-perl/PDL/PDL-2.1.1.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/dev-perl/PDL/PDL-2.1.1.ebuild,v 1.6 2000/11/28 16:43:55 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.1.1.ebuild,v 1.7 2001/01/18 18:22:11 achim Exp $
P=PDL-2.1.1
A=${P}.tar.gz
@@ -36,13 +36,13 @@ src_install () {
try make PREFIX=${D}/usr install
dodoc COPYING Changes DEPENDENCIES DEVELOPMENT README MANIFEST*
dodoc Release_Notes TODO
- mv ${D}/usr/lib/perl5/site_perl/5.6.0/i686-linux-thread-multi/PDL/HtmlDocs ${D}/usr/doc/${P}/html
+ mv ${D}/usr/lib/perl5/site_perl/5.6.0/${CHOST%%-*}-linux/PDL/HtmlDocs ${D}/usr/doc/${P}/html
mydir=${D}/usr/doc/${P}/html/PDL
for i in ${mydir}/* ${mydir}/IO/* ${mydir}/Fit/* ${mydir}/Pod/* ${mydir}/Graphics/*
do
dosed ${i/${D}}
done
- dosed /usr/lib/perl5/site_perl/5.6.0/i686-linux-thread-multi/PDL/pdldoc.db
+ dosed /usr/lib/perl5/site_perl/5.6.0/${CHOST%%-*}-linux/PDL/pdldoc.db
}
diff --git a/gnome-base/gconf/gconf-0.11.ebuild b/gnome-base/gconf/gconf-0.11.ebuild
index fdf838151777..021f57704828 100644
--- a/gnome-base/gconf/gconf-0.11.ebuild
+++ b/gnome-base/gconf/gconf-0.11.ebuild
@@ -16,6 +16,11 @@ DEPEND=">=gnome-base/oaf-0.6.1
src_unpack() {
unpack ${A}
cp ${FILESDIR}/bdb.h ${S}/backends/bdb.h
+ cd ${S}/po
+ cp Makefile.in.in Makefile.orig
+ sed -e "s:dir=\$\$destdir:dir=\$\(DESTDIR\)/\$\$destdir:" \
+ Makefile.orig > Makefile.in.in
+
}
src_compile() {
@@ -26,8 +31,8 @@ src_compile() {
src_install() {
cd ${S}
- try make prefix=${D}/opt/gnome install
-
+# try make prefix=${D}/opt/gnome install
+ try make DESTDIR=${D} install
dodoc AUTHORS BUGS COPYING ChangeLog FAQ NEWS README* THANKS TODO
}
diff --git a/gnome-base/gtkhtml/gtkhtml-0.8.ebuild b/gnome-base/gtkhtml/gtkhtml-0.8.ebuild
index 31925c7c8746..a3bd0250f023 100644
--- a/gnome-base/gtkhtml/gtkhtml-0.8.ebuild
+++ b/gnome-base/gtkhtml/gtkhtml-0.8.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/gnome-base/gtkhtml/gtkhtml-0.8.ebuild,v 1.1 2000/12/21 08:22:28 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gtkhtml/gtkhtml-0.8.ebuild,v 1.2 2001/01/18 18:22:11 achim Exp $
A=${P}.tar.gz
S=${WORKDIR}/${P}
@@ -21,14 +21,15 @@ src_unpack() {
src_compile() {
cd ${S}
try LDFLAGS=\"-L/opt/gnome/lib -lunicode -lpspell\" ./configure --host=${CHOST} --prefix=/opt/gnome \
- --with-pspell --with-bonobo --with-gconf
+ --with-pspell --with-bonobo
+ # --with-gconf
# bonobo support doesn't work yet ?
try make
}
src_install() {
cd ${S}
- try make prefix=${D}/opt/gnome install
+ try make DESTDIR=${D} install
insinto /opt/gnome/include/gtkhtml
doins src/htmlurl.h
dodoc AUTHORS COPYING* ChangeLog README
diff --git a/gnome-extra/gtkhtml/gtkhtml-0.8.ebuild b/gnome-extra/gtkhtml/gtkhtml-0.8.ebuild
index 8a4eb6facb11..e88e9c164245 100644
--- a/gnome-extra/gtkhtml/gtkhtml-0.8.ebuild
+++ b/gnome-extra/gtkhtml/gtkhtml-0.8.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/gnome-extra/gtkhtml/gtkhtml-0.8.ebuild,v 1.1 2000/12/21 08:22:28 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gtkhtml/gtkhtml-0.8.ebuild,v 1.2 2001/01/18 18:22:11 achim Exp $
A=${P}.tar.gz
S=${WORKDIR}/${P}
@@ -21,14 +21,15 @@ src_unpack() {
src_compile() {
cd ${S}
try LDFLAGS=\"-L/opt/gnome/lib -lunicode -lpspell\" ./configure --host=${CHOST} --prefix=/opt/gnome \
- --with-pspell --with-bonobo --with-gconf
+ --with-pspell --with-bonobo
+ # --with-gconf
# bonobo support doesn't work yet ?
try make
}
src_install() {
cd ${S}
- try make prefix=${D}/opt/gnome install
+ try make DESTDIR=${D} install
insinto /opt/gnome/include/gtkhtml
doins src/htmlurl.h
dodoc AUTHORS COPYING* ChangeLog README
diff --git a/gnome-office/gnumeric/files/digest-gnumeric-0.61-r1 b/gnome-office/gnumeric/files/digest-gnumeric-0.61-r1
new file mode 100644
index 000000000000..52579fb1ba95
--- /dev/null
+++ b/gnome-office/gnumeric/files/digest-gnumeric-0.61-r1
@@ -0,0 +1 @@
+MD5 3a40015a74a10a75e3290a86fc9f7f0c gnumeric-0.61.tar.gz
diff --git a/gnome-office/gnumeric/gnumeric-0.61.ebuild b/gnome-office/gnumeric/gnumeric-0.61.ebuild
index edd03ec7986e..96800724a809 100644
--- a/gnome-office/gnumeric/gnumeric-0.61.ebuild
+++ b/gnome-office/gnumeric/gnumeric-0.61.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/gnome-office/gnumeric/gnumeric-0.61.ebuild,v 1.1 2000/12/21 19:19:19 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-office/gnumeric/gnumeric-0.61.ebuild,v 1.2 2001/01/18 18:22:11 achim Exp $
A=${P}.tar.gz
S=${WORKDIR}/${P}
@@ -12,7 +12,7 @@ HOMEPAGE="http://www.gnome.org/gnome-office/gnumeric.shtml"
DEPEND=">=sys-devel/perl-5
>=virtual/python-1.5.2
>=gnome-base/gal-0.2.2
- >=gnome-libs/gb-0.0.15
+ >=gnome-libs/gb-0.0.17
>=gnome-libs/libole2-0.1.7
bonobo? ( >=gnome-base/bonobo-0.28
>=gnome-libs/libgda-0.2.0 ) "
@@ -26,10 +26,6 @@ src_compile() {
fi
LDFLAGS="-L/opt/gnome/lib -lunicode" try ./configure --host=${CHOST} --prefix=/opt/gnome \
${myconf} --with-gb
- cd plugins/perl
- cp Makefile Makefile.orig
-# sed -e "s:perl Makefile\.PL:perl Makefile\.PL $PERLINSTALL:" \
-# Makefile.orig > Makefile
cd ${S}
try make
}
diff --git a/media-sound/alsa-driver/alsa-driver-0.5.10.ebuild b/media-sound/alsa-driver/alsa-driver-0.5.10.ebuild
index b9d429f68ff4..56d26893dbb0 100644
--- a/media-sound/alsa-driver/alsa-driver-0.5.10.ebuild
+++ b/media-sound/alsa-driver/alsa-driver-0.5.10.ebuild
@@ -1,14 +1,14 @@
# 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/media-sound/alsa-driver/alsa-driver-0.5.10.ebuild,v 1.3 2001/01/16 06:59:08 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-driver/alsa-driver-0.5.10.ebuild,v 1.4 2001/01/18 18:22:11 achim Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Advanced Linux Sound Architecture / Drivers"
SRC_URI="ftp://ftp.alsa-project.org/pub/driver/${P}.tar.bz2"
HOMEPAGE="http://www.alsa-project.org/"
-KERNEL="linux-2.4.0.3"
-MODULES=2.4.0-ac2/misc/alsa/
+KERNEL="linux-2.4.0.8"
+MODULES=2.4.0-ac8/misc/alsa/
src_unpack() {
unpack ${A}
diff --git a/net-fs/autofs/autofs-3.1.7-r1.ebuild b/net-fs/autofs/autofs-3.1.7-r1.ebuild
new file mode 100644
index 000000000000..bbff7f9741e4
--- /dev/null
+++ b/net-fs/autofs/autofs-3.1.7-r1.ebuild
@@ -0,0 +1,51 @@
+# 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-fs/autofs/autofs-3.1.7-r1.ebuild,v 1.1 2001/01/18 18:22:11 achim Exp $
+
+A=${P}.tar.bz2
+S=${WORKDIR}/${P}
+DESCRIPTION="Automounter"
+SRC_URI="ftp://ftp.kernel.org/pub/linux/daemons/autofs/${A}
+ ftp://ftp.de.kernel.org/pub/linux/daemons/autofs/${A}
+ ftp://ftp.uk.kernel.org/pub/linux/daemons/autofs/${A}"
+
+DEPEND=">=sys-libs/glibc-2.1.3
+ >=net-nds/openldap-1.2"
+
+src_unpack() {
+ unpack ${A}
+ cd ${S}/include
+ patch -p0 < ${FILESDIR}/automount.diff
+}
+
+src_compile() {
+ cd ${S}
+ try ./configure --host=${HOST} --prefix=/usr
+ try make
+}
+
+src_install() {
+ cd ${S}
+ into /usr
+ dosbin daemon/automount
+ insinto /usr/lib/autofs
+ insopts -m 755
+ doins modules/*.so
+ dodoc COPYING COPYRIGHT NEWS README* TODO
+ cd man
+ doman auto.master.5 autofs.5 autofs.8 automount.8
+ cd ../samples
+ dodir /etc/autofs
+ cp ${O}/files/auto.master ${D}/etc/autofs
+ cp ${O}/files/auto.misc ${D}/etc/autofs
+ dodir /etc/rc.d/init.d
+ cp ${O}/files/autofs ${D}/etc/rc.d/init.d
+}
+
+pkg_config() {
+ . ${ROOT}/etc/rc.d/config/functions
+ echo "Activating autofs..."
+ ${ROOT}/usr/sbin/rc-update add autofs
+}
+
diff --git a/net-fs/autofs/files/automount.diff b/net-fs/autofs/files/automount.diff
new file mode 100644
index 000000000000..706547800d74
--- /dev/null
+++ b/net-fs/autofs/files/automount.diff
@@ -0,0 +1,14 @@
+--- automount.h~ Sat Nov 4 08:05:18 2000
++++ automount.h Mon Jan 15 02:04:14 2001
+@@ -12,6 +12,11 @@
+ #include <paths.h>
+ #include "config.h"
+
++/* OPEN_MAX */
++#ifndef OPEN_MAX
++#define OPEN_MAX 255
++#endif
++
+ /* We MUST have the paths to mount(8) and umount(8) */
+ #ifndef HAVE_MOUNT
+ #error Failed to locate mount(8)!
diff --git a/net-fs/autofs/files/digest-autofs-3.1.7-r1 b/net-fs/autofs/files/digest-autofs-3.1.7-r1
new file mode 100644
index 000000000000..55137064ccd8
--- /dev/null
+++ b/net-fs/autofs/files/digest-autofs-3.1.7-r1
@@ -0,0 +1 @@
+MD5 4f602f82442b48ce9c2e0005d59c3408 autofs-3.1.7.tar.bz2
diff --git a/net-misc/openssh/files/sshd b/net-misc/openssh/files/sshd
index f08dfcf7c6b3..64adb37da116 100755
--- a/net-misc/openssh/files/sshd
+++ b/net-misc/openssh/files/sshd
@@ -39,22 +39,6 @@ stop() {
eend $? "Stopped $SERVICE." "Error stopping $SERVICE."
}
-supervise_start() {
-
- gen_keys
-
- ebegin "Starting supervised $SERVICE"
- /usr/bin/svc -u /etc/supervise/sshd
- eend $? "Started $SERVICE." "Error starting supervised $SERVICE."
-}
-
-supervise_stop() {
-
- ebegin "Stopping supervised $SERVICE"
- /usr/bin/svc -d /etc/supervise/sshd
- eend $? "Stopped $SERVICE." "Error stopping supervised $SERVICE."
-}
-
restart() {
stop
start
diff --git a/net-misc/openssh/files/svc-openssh b/net-misc/openssh/files/svc-openssh
index dba8da5ff099..9febce21df6c 100755
--- a/net-misc/openssh/files/svc-openssh
+++ b/net-misc/openssh/files/svc-openssh
@@ -3,7 +3,7 @@
. /etc/rc.d/config/functions
-SERVICE="svc-openssh"
+SERVICE="sshd"
opts="start stop"
gen_keys() {
diff --git a/net-misc/openssh/openssh-2.3.0_p1-r4.ebuild b/net-misc/openssh/openssh-2.3.0_p1-r4.ebuild
index 5a93c9c64d78..c61511501fe3 100644
--- a/net-misc/openssh/openssh-2.3.0_p1-r4.ebuild
+++ b/net-misc/openssh/openssh-2.3.0_p1-r4.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-misc/openssh/openssh-2.3.0_p1-r4.ebuild,v 1.1 2001/01/10 06:05:31 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/openssh/openssh-2.3.0_p1-r4.ebuild,v 1.2 2001/01/18 18:22:11 achim Exp $
P=openssh-2.3.0p1
A=${P}.tar.gz
@@ -32,13 +32,14 @@ src_unpack() {
src_install() {
try make manpages install-files DESTDIR=${D}
- dodoc ChangeLog COPYING.* CREDITS OVERVIEW README* TODO UPGRADING
+ dodoc ChangeLog COPYING.* CREDITS OVERVIEW README* TODO
insinto /etc/pam.d
donewins ${FILESDIR}/sshd.pam sshd
exeinto /etc/rc.d/init.d
- doexe ${FILESDIR}/openssh ${FILESDIR}/svc-openssh
- exeinto /var/lib/supervise/services/sshd
- newexe ${FILESDIR}/sshd-run run
+ newexe ${FILESDIR}/openssh sshd
+ newexe ${FILESDIR}/svc-openssh svc-sshd
+ exeinto /var/lib/supervise/services/sshd
+ newexe ${FILESDIR}/sshd-run run
}
@@ -46,6 +47,6 @@ pkg_postinst() {
# Make ssh start at boot
. ${ROOT}/etc/rc.d/config/functions
einfo ">>> Generating symlinks"
- ${ROOT}/usr/sbin/rc-update add sshd
+ ${ROOT}/usr/sbin/rc-update add svc-sshd
}
diff --git a/net-print/cups/files/cups b/net-print/cups/files/cups
index 1ed4e377504c..f38e70184afb 100644
--- a/net-print/cups/files/cups
+++ b/net-print/cups/files/cups
@@ -1,2 +1,2 @@
-auth required /usr/lib/security/pam_pwdb.so nullok shadow
-account required /usr/lib/security/pam_pwdb.so
+auth required /lib/security/pam_pwdb.so nullok shadow
+account required /lib/security/pam_pwdb.so
diff --git a/net-print/cups/files/digest-cups-1.1.5.2 b/net-print/cups/files/digest-cups-1.1.5.2
new file mode 100644
index 000000000000..8a9348724e1a
--- /dev/null
+++ b/net-print/cups/files/digest-cups-1.1.5.2
@@ -0,0 +1 @@
+MD5 b8c25a0f01a887b5584d1e2166beff03 cups-1.1.5-2-source.tar.bz2
diff --git a/sys-apps/baselayout/files/rc.d/init.d/initscripts-install b/sys-apps/baselayout/files/rc.d/init.d/initscripts-install
index 8e80c88ad753..af7d54576d5b 100755
--- a/sys-apps/baselayout/files/rc.d/init.d/initscripts-install
+++ b/sys-apps/baselayout/files/rc.d/init.d/initscripts-install
@@ -8,7 +8,7 @@ ${ROOT}/usr/sbin/rc-update autogen halt force
for i in bootmisc checkfs checkroot clock hostname \
inet isapnp keymaps local modules mountall \
pretty rmnologin sendsigs serial single \
- umountfs urandom \
+ umountfs urandom devfsd \
svc-dcron svc-xinetd svc-klog svc-syslog
do
${ROOT}/usr/sbin/rc-update add $i
diff --git a/sys-apps/devfsd/devfsd-1.3.10.ebuild b/sys-apps/devfsd/devfsd-1.3.10.ebuild
index c745ff140a57..c7748e06d46b 100644
--- a/sys-apps/devfsd/devfsd-1.3.10.ebuild
+++ b/sys-apps/devfsd/devfsd-1.3.10.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 Your Name <your email>
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/devfsd/devfsd-1.3.10.ebuild,v 1.1 2000/12/26 12:48:24 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/devfsd/devfsd-1.3.10.ebuild,v 1.2 2001/01/18 18:22:11 achim Exp $
S=${WORKDIR}/${PN}
DESCRIPTION="Daemon for the Lunx Device Filesystem"
@@ -28,5 +28,11 @@ src_install () {
doman devfsd.8
insinto /etc
doins devfsd.conf modules.devfs
+ exeinto /etc/rc.d/init.d
+ doexe ${FILESDIR}/devfsd
+
+}
+pkg_postinst () {
+ rc-update add devfsd
}
diff --git a/sys-apps/devfsd/files/devfsd b/sys-apps/devfsd/files/devfsd
new file mode 100755
index 000000000000..72cae3383ab7
--- /dev/null
+++ b/sys-apps/devfsd/files/devfsd
@@ -0,0 +1,20 @@
+#!/bin/sh
+#RCUPDATE:boot:04:This line is required for script management
+
+
+. /etc/rc.d/config/basic
+. /etc/rc.d/config/functions
+
+# Test if we use devfs and start devfsd
+/sbin/devfsd /dev
+
+if [ -a /dev/.devfsd ]
+then
+ if [ -d /etc/devfs ]
+ then
+ ebegin "Restoring devices..."
+ /bin/cp -a /etc/devfs/* /dev
+ eend 0
+ fi
+fi
+
diff --git a/sys-apps/shadow/files/digest-shadow-20001016 b/sys-apps/shadow/files/digest-shadow-20001016
new file mode 100644
index 000000000000..fd82258cf572
--- /dev/null
+++ b/sys-apps/shadow/files/digest-shadow-20001016
@@ -0,0 +1 @@
+MD5 588d1de9d58c35cd00fa782688e1f26d shadow-20001016.tar.gz
diff --git a/sys-devel/spython/files/digest-spython-2.0-r1 b/sys-devel/spython/files/digest-spython-2.0-r1
new file mode 100644
index 000000000000..d5edd17f12a5
--- /dev/null
+++ b/sys-devel/spython/files/digest-spython-2.0-r1
@@ -0,0 +1,2 @@
+MD5 4751f4619eda0b5ade9d9dd017e7c1ef BeOpen-Python-2.0.tar.bz2
+MD5 7c99113a11b03599d8494638f6d90b56 python-fchksum-1.1.tar.gz
diff --git a/sys-kernel/linux/files/digest-linux-2.4.0.8 b/sys-kernel/linux/files/digest-linux-2.4.0.8
new file mode 100644
index 000000000000..4111a9c2f9ee
--- /dev/null
+++ b/sys-kernel/linux/files/digest-linux-2.4.0.8
@@ -0,0 +1,7 @@
+MD5 18278baa4c54387b1c29f0edba55ab14 linux-2.4.0.tar.bz2
+MD5 9ab8b7b8c6fea2ddf7d8155608b46734 patch-2.4.0-ac8.bz2
+MD5 c16f3df6b5f9e56b146071edfa5ec5d4 lm_sensors-2.5.4.tar.gz
+MD5 039fb223e361d343e8d40c54f0a317e6 i2c-2.5.4.tar.gz
+MD5 14d88343fb8897c4aeddb4920d1542c3 jfs-0.1.2-patch.tar.gz
+MD5 eb43d5ccdb68f7af5bec2dde4fe0fdee alsa-driver-0.5.10a.tar.bz2
+MD5 3e20d89a759dac0c43f3a39570116e49 lvm_0.9.tar.gz
diff --git a/sys-kernel/linux/files/digest-linux-2.4.1_pre8 b/sys-kernel/linux/files/digest-linux-2.4.1_pre8
new file mode 100644
index 000000000000..f83bc7219493
--- /dev/null
+++ b/sys-kernel/linux/files/digest-linux-2.4.1_pre8
@@ -0,0 +1,6 @@
+MD5 18278baa4c54387b1c29f0edba55ab14 linux-2.4.0.tar.bz2
+MD5 f5a10f576a7a4827df3d2306c31eae81 patch-2.4.1-pre8.bz2
+MD5 53740608812efa82532da2f980e6f974 lm_sensors-2.5.5.tar.gz
+MD5 7d8bbb05a6fed4137262df99b955f2fd jfs-0.1.3-patch.tar.gz
+MD5 eb43d5ccdb68f7af5bec2dde4fe0fdee alsa-driver-0.5.10a.tar.bz2
+MD5 3e20d89a759dac0c43f3a39570116e49 lvm_0.9.tar.gz
diff --git a/sys-libs/db/db-3.2.3h.ebuild b/sys-libs/db/db-3.2.3h.ebuild
new file mode 100644
index 000000000000..3ab8f40be55b
--- /dev/null
+++ b/sys-libs/db/db-3.2.3h.ebuild
@@ -0,0 +1,57 @@
+# 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/db/db-3.2.3h.ebuild,v 1.1 2001/01/18 18:22:11 achim Exp $
+
+A=${P}.tar.gz
+S=${WORKDIR}/${P}/build_unix
+DESCRIPTION="Berkeley DB for transaction support in MySQL"
+SRC_URI="ftp://mysql.valueclick.com/mysql/Downloads/db/${A}
+ http://download.sourceforge.net/pub/mirrors/mysql/Downloads/db/${A}"
+HOMEPAGE="http://www.mysql.com"
+RDEPEND=">=sys-libs/glibc-2.2 !sys-libs/glibc-2.1.3"
+DEPEND="$RDEPEND
+ =sys-libs/db-1.85"
+src_compile() {
+
+ cd ${S}
+ try ../dist/configure \
+ --enable-compat185 --enable-dump185 \
+ --prefix=/usr --host=${CHOST} \
+ --enable-shared --enable-static \
+ --enable-cxx
+ #--enable-rpc does not work
+
+ echo
+ # Parallel make does not work
+ echo "Building static libs..."
+ make libdb=libdb-3.2.a libdb-3.2.a
+ make libcxx=libdb_cxx-3.2.a libdb_cxx-3.2.a
+
+ echo
+ echo "Building db_dump185..."
+ try /bin/sh ./libtool --mode=compile cc -c ${CFLAGS} -I/usr/include/db1 -I../dist/../include -D_REENTRANT ../dist/../db_dump185/db_dump185.c
+ try gcc -s -static -o db_dump185 db_dump185.lo -L/usr/lib -ldb1
+
+ echo
+ echo "Building everything else..."
+ try make libdb=libdb-3.2.a libcxx=libdb_cxx-3.2.a
+}
+
+src_install () {
+ cd ${S}
+ try make libdb=libdb-3.2.a libcxx=libcxx_3.2.a prefix=${D}/usr install
+ dolib.a libdb-3.2.a libdb_cxx-3.2.a
+ dolib libdb-3.2.la libdb_cxx-3.2.la
+ cd ..
+ dodoc README LICENSE
+ mv ${D}/usr/docs ${D}/usr/doc/${PF}/html
+ prepalldocs
+ dodir usr/include/db3
+ cd ${D}/usr/include
+ mv *.h db3
+ ln db3/db.h db.h
+ cd ${D}/usr/lib
+ ln -s libdb-3.2.a libdb.a
+}
+
diff --git a/sys-libs/db/files/digest-db-3.2.3h b/sys-libs/db/files/digest-db-3.2.3h
new file mode 100644
index 000000000000..42617da0179b
--- /dev/null
+++ b/sys-libs/db/files/digest-db-3.2.3h
@@ -0,0 +1 @@
+MD5 7a4a88daa29268eebb57ff2ed58dff53 db-3.2.3h.tar.gz
diff --git a/sys-libs/slang/files/digest-slang-1.4.2-r1 b/sys-libs/slang/files/digest-slang-1.4.2-r1
new file mode 100644
index 000000000000..ea751ba53026
--- /dev/null
+++ b/sys-libs/slang/files/digest-slang-1.4.2-r1
@@ -0,0 +1 @@
+MD5 81f769cb2ff1fb3dbe28bd58866e07c4 slang-1.4.2.tar.gz
diff --git a/x11-base/nvidia/files/digest-nvidia-0.9.5-r3 b/x11-base/nvidia/files/digest-nvidia-0.9.5-r3
new file mode 100644
index 000000000000..494445cdc663
--- /dev/null
+++ b/x11-base/nvidia/files/digest-nvidia-0.9.5-r3
@@ -0,0 +1,2 @@
+MD5 076481ac1721775bad819c29a0a8fb94 NVIDIA_GLX-0.9-5.tar.gz
+MD5 130d1e7bf56eda1a93a831189b4c6420 NVIDIA_kernel-0.9-5.tar.gz