diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-01-13 20:07:52 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-01-13 20:07:52 +0000 |
commit | e0bcb4d5442b6e1e855122a9a485add0031c45aa (patch) | |
tree | da81203634c946255e2198f397d5fd7284f67e77 | |
parent | *** empty log message *** (diff) | |
download | historical-e0bcb4d5442b6e1e855122a9a485add0031c45aa.tar.gz historical-e0bcb4d5442b6e1e855122a9a485add0031c45aa.tar.bz2 historical-e0bcb4d5442b6e1e855122a9a485add0031c45aa.zip |
*** empty log message ***
25 files changed, 115 insertions, 39 deletions
diff --git a/dev-db/unixODBC/files/digest-unixODBC-2.0.2 b/dev-db/unixODBC/files/digest-unixODBC-2.0.2 new file mode 100644 index 000000000000..245cac8908a8 --- /dev/null +++ b/dev-db/unixODBC/files/digest-unixODBC-2.0.2 @@ -0,0 +1 @@ +MD5 ee3db6b20a0bfda7fcceb583f68387f2 unixODBC-2.0.2.tar.gz diff --git a/dev-db/unixODBC/unixODBC-2.0.2.ebuild b/dev-db/unixODBC/unixODBC-2.0.2.ebuild new file mode 100644 index 000000000000..b46f398cd670 --- /dev/null +++ b/dev-db/unixODBC/unixODBC-2.0.2.ebuild @@ -0,0 +1,37 @@ +# 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/dev-db/unixODBC/unixODBC-2.0.2.ebuild,v 1.1 2001/01/13 20:07:52 achim Exp $ + +A=${P}.tar.gz +S=${WORKDIR}/${P} +DESCRIPTION="ODBC Interface for Linux" +SRC_URI="http://www.unixodbc.org/${A}" +HOMEPAGE="http://www.unixodbc.org" + +DEPEND=">=x11-libs/qt-x11-2.2.2" + +src_unpack() { + + unpack ${A} + cd ${S} + cp Makefile.in Makefile.orig + sed -e "s:touch :touch \${DESTDIR}/:" Makefile.orig > Makefile.in + +} +src_compile() { + + cd ${S} + try ./configure --prefix=/usr --sysconfdir=/etc/unixODBC --host=${CHOST} + + try make + +} + +src_install () { + + cd ${S} + try make DESTDIR=${D} install + dodoc AUTHORS COPYING ChangeLog NEWS REDAME* +} + diff --git a/dev-libs/dietlibc/dietlibc-0.6.13.ebuild b/dev-libs/dietlibc/dietlibc-0.6.13.ebuild new file mode 100644 index 000000000000..186d3fff58ac --- /dev/null +++ b/dev-libs/dietlibc/dietlibc-0.6.13.ebuild @@ -0,0 +1,35 @@ +# 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/dev-libs/dietlibc/dietlibc-0.6.13.ebuild,v 1.1 2001/01/13 20:07:52 achim Exp $ + +S=${WORKDIR}/${PN} +DESCRIPTION="A minimal libc" +SRC_URI="http://www.fefe.de/dietlibc/${P}.tar.bz2" +HOMEPAGE="http://www.fefe.de/dietlibc" + + +src_unpack() { + unpack ${A} + mkdir ${S}/include/asm + cp /usr/src/linux/include/asm/posix_types.h ${S}/include/asm +} + +src_compile() { + + try make + +} + +src_install () { + + cd ${S} + dodir /usr/include/dietlibc + cp -a include/* ${D}/usr/include/dietlibc + dolib.a dietlibc.a + + dodoc AUTHOR BUGS CAVEAT CHANGES README THANKS TODO + + +} + diff --git a/dev-libs/dietlibc/files/digest-dietlibc-0.6.13 b/dev-libs/dietlibc/files/digest-dietlibc-0.6.13 new file mode 100644 index 000000000000..83710ef5eb6c --- /dev/null +++ b/dev-libs/dietlibc/files/digest-dietlibc-0.6.13 @@ -0,0 +1 @@ +MD5 f415061014212b913bc2d32f56f4dccf dietlibc-0.6.13.tar.bz2 diff --git a/gnome-base/gnome-core/gnome-core-1.2.4.ebuild b/gnome-base/gnome-core/gnome-core-1.2.4.ebuild index 40c0432a971a..facc500543be 100644 --- a/gnome-base/gnome-core/gnome-core-1.2.4.ebuild +++ b/gnome-base/gnome-core/gnome-core-1.2.4.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/gnome-core/gnome-core-1.2.4.ebuild,v 1.3 2000/12/25 21:45:19 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-core/gnome-core-1.2.4.ebuild,v 1.4 2001/01/13 20:07:52 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -22,9 +22,6 @@ src_install() { cd ${S} try make prefix=${D}/opt/gnome install dodoc AUTHORS COPYING* ChangeLog README NEWS - insinto /usr/X1R6/bin - insopts -m755 - doins ${FILESDIR}/start.gnome } 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 0723fcc5e1b8..5cd93ef5349c 100644 --- a/media-sound/alsa-driver/alsa-driver-0.5.10.ebuild +++ b/media-sound/alsa-driver/alsa-driver-0.5.10.ebuild @@ -1,15 +1,15 @@ # 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.1 2001/01/05 07:03:30 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-driver/alsa-driver-0.5.10.ebuild,v 1.2 2001/01/13 20:07:52 achim Exp $ A=${P}.tar.bz2 S=${WORKDIR}/${P} DESCRIPTION="Advanced Linux Sound Architecture / Drivers" SRC_URI="ftp://ftp.alsa-project.org/pub/driver/"${A} HOMEPAGE="http://www.alsa-project.org/" -KERNEL="linux-2.4.0_rc10-r6" -MODULES=2.4.0-prerelease-ac1/kernel/drivers/alsa/ +KERNEL="linux-2.4.0.3" +MODULES=2.4.0-ac2/misc/alsa/ src_unpack() { unpack ${A} diff --git a/net-fs/nfs-utils/files/nfs b/net-fs/nfs-utils/files/nfs index 8d347e49b91f..902fbf12a0b8 100755 --- a/net-fs/nfs-utils/files/nfs +++ b/net-fs/nfs-utils/files/nfs @@ -22,7 +22,7 @@ start() { stop() { ebegin "Stopping ${SERVICE}" - if [ "$NFSSSERVER" = "yes" ] + if [ "$NFSSERVER" = "yes" ] then start-stop-daemon --stop --quiet --exec /sbin/exportfs -- -au 1>&2 killall -9 nfsd 1>&2 diff --git a/net-fs/samba/files/digest-samba-2.0.7-r2 b/net-fs/samba/files/digest-samba-2.0.7-r2 new file mode 100644 index 000000000000..70ced815d738 --- /dev/null +++ b/net-fs/samba/files/digest-samba-2.0.7-r2 @@ -0,0 +1 @@ +MD5 b5e61ea655d476072fd0365785fea2d0 samba-2.0.7.tar.gz 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 a788dc955ebd..8e80c88ad753 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,8 @@ ${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 \ - sysklogd umountfs urandom dcron xinetd + umountfs urandom \ + svc-dcron svc-xinetd svc-klog svc-syslog do ${ROOT}/usr/sbin/rc-update add $i done diff --git a/sys-apps/bootdisk/files/etc/fstab b/sys-apps/bootdisk/files/etc/fstab index eca8366a8e4a..2c9151c55d92 100644 --- a/sys-apps/bootdisk/files/etc/fstab +++ b/sys-apps/bootdisk/files/etc/fstab @@ -3,8 +3,8 @@ # <fs> <mountpoint> <type> <opts> <dump/pass> /dev/loop0 / ext2 defaults 0 0 /dev/ram0 /initrd ext2 defaults 0 0 -proc /initrd/proc proc defaults 0 0 -none /initrd/dev/pts devpts mode=620 0 0 - +proc /proc proc defaults 0 0 +none /dev/pts devpts mode=620 0 0 +none /var/shm shm defaults 0 0 diff --git a/sys-apps/bootdisk/files/linuxrc b/sys-apps/bootdisk/files/linuxrc Binary files differindex 3fe22b4f4ec4..9d320972dc2b 100755 --- a/sys-apps/bootdisk/files/linuxrc +++ b/sys-apps/bootdisk/files/linuxrc diff --git a/sys-apps/bootdisk/files/linuxrc5.c b/sys-apps/bootdisk/files/linuxrc5.c index c348f0da926c..cfa48ade05a0 100644 --- a/sys-apps/bootdisk/files/linuxrc5.c +++ b/sys-apps/bootdisk/files/linuxrc5.c @@ -117,7 +117,7 @@ int getspace(char *dev) { return 0; } int main(void) { - char *drives[]={ "/dev/hda2","/dev/hdc","/dev/hdd","/dev/hdb","/dev/hda","/dev/scd0","/dev/scd1"}; + char *drives[]={ "/dev/hdc","/dev/hdd","/dev/hdb","/dev/hda","/dev/scd0","/dev/scd1"}; int i,mresult; char mychar; FILE *distfile; @@ -136,7 +136,7 @@ int main(void) { while ( 1 ) { printf("Trying %s...",drives[i]); sleep(1); - mresult=domount(drives[i],"/distcd","reiserfs",MS_MGC_VAL|MS_RDONLY,NULL); + mresult=domount(drives[i],"/distcd","iso9660",MS_MGC_VAL|MS_RDONLY,NULL); if (mresult==2) { //a CD of some kind was found printf("\n%sCD found...%s\n",color,off); diff --git a/sys-apps/bootdisk/files/makeme.sh b/sys-apps/bootdisk/files/makeme.sh index 482c691834bd..03ce933cce41 100755 --- a/sys-apps/bootdisk/files/makeme.sh +++ b/sys-apps/bootdisk/files/makeme.sh @@ -1,4 +1,4 @@ #!/bin/sh -FILE=linuxrc5 +FILE=linuxrc6 rm linuxrc $FILE.o gcc -o $FILE.o -c $FILE.c -I/usr/include/dietlibc && ld -static -o linuxrc $FILE.o /usr/lib/dietlibc.a diff --git a/sys-apps/bootdisk/files/mkcd3.sh b/sys-apps/bootdisk/files/mkcd3.sh index f147e336fd3c..91b423c1489b 100755 --- a/sys-apps/bootdisk/files/mkcd3.sh +++ b/sys-apps/bootdisk/files/mkcd3.sh @@ -282,7 +282,7 @@ mkinitrd() { echo "5. Creating /mnt dirs" cd ../mnt - dodirs floppy gentoo ram + dodirs floppy gentoo ram boot # *********** 6 ************ @@ -318,7 +318,7 @@ mkinitrd cd ${BROOT} echo ">>> Generating boot.img" -dd if=/dev/zero of=boot.img bs=1024 count=20000 +dd if=/dev/zero of=boot.img bs=1024 count=22000 mke2fs boot.img mount -o loop ${BROOT}/boot.img ${BROOT}/mnt cp -af ${BOOTIMG}/* ${BROOT}/mnt diff --git a/sys-apps/cpio/files/digest-cpio-2.4.2-r2 b/sys-apps/cpio/files/digest-cpio-2.4.2-r2 new file mode 100644 index 000000000000..1707e00faef6 --- /dev/null +++ b/sys-apps/cpio/files/digest-cpio-2.4.2-r2 @@ -0,0 +1 @@ +MD5 e651ca1e1ac53aaebfa7ad256b0fe4fc cpio-2.4.2.tar.gz diff --git a/sys-apps/dcron/files/crontab b/sys-apps/dcron/files/crontab index 708272ddf6f0..6bde0882d647 100644 --- a/sys-apps/dcron/files/crontab +++ b/sys-apps/dcron/files/crontab @@ -1,6 +1,6 @@ # check scripts in cron.hourly, cron.daily, cron.weekly and cron.monthly # --*/15 * * * * test -x /usr/sbin/run-crons && /usr/sbin/run-crons +*/15 * * * * test -x /usr/sbin/run-crons && /usr/sbin/run-crons 0 0 * * * rm -f /var/cron/lastrun/cron.daily 0 0 * * 6 rm -f /var/cron/lastrun/cron.weekly 0 0 1 * * rm -f /var/cron/lastrun/cron.monthly diff --git a/sys-apps/dcron/files/svc-dcron b/sys-apps/dcron/files/svc-dcron index e40af21c4f8f..24199adeed94 100755 --- a/sys-apps/dcron/files/svc-dcron +++ b/sys-apps/dcron/files/svc-dcron @@ -4,17 +4,17 @@ . /etc/rc.d/config/basic . /etc/rc.d/config/functions -SERVICE=svc-dcron +SERVICE=dcron opts="start stop" start() { - ebegin "Starting ${SERVICE}" + ebegin "Starting supervised ${SERVICE}" ln -sf ../services/${SERVICE} ${SVCDIR}/control/${SERVICE} eend $? } stop() { - ebegin "Stopping ${SERVICE}" + ebegin "Stopping supervised ${SERVICE}" if [ -e ${SVCDIR}/control/${SERVICE} ] then /usr/bin/svc -dx ${SVCDIR}/control/${SERVICE}/log diff --git a/sys-apps/gluelog/files/svc-klog b/sys-apps/gluelog/files/svc-klog index a366f6411215..129ed7c0af4a 100755 --- a/sys-apps/gluelog/files/svc-klog +++ b/sys-apps/gluelog/files/svc-klog @@ -3,17 +3,17 @@ . /etc/rc.d/config/functions -SERVICE=svc-klog +SERVICE=klog opts="start stop" start() { - ebegin "Starting ${SERVICE}" + ebegin "Starting supervised ${SERVICE}" ln -sf ../services/${SERVICE} ${SVCDIR}/control/${SERVICE} eend $? } stop() { - ebegin "Stopping ${SERVICE}" + ebegin "Stopping supervised ${SERVICE}" if [ -e ${SVCDIR}/control/${SERVICE} ] then /usr/bin/svc -dx ${SVCDIR}/control/${SERVICE} diff --git a/sys-apps/gluelog/files/svc-syslog b/sys-apps/gluelog/files/svc-syslog index b3f3791c8b02..3329fcbdfdc7 100755 --- a/sys-apps/gluelog/files/svc-syslog +++ b/sys-apps/gluelog/files/svc-syslog @@ -3,17 +3,17 @@ . /etc/rc.d/config/functions -SERVICE=svc-syslog +SERVICE=syslog opts="start stop" start() { - ebegin "Starting ${SERVICE}" + ebegin "Starting supervised ${SERVICE}" ln -sf ../services/${SERVICE} ${SVCDIR}/control/${SERVICE} - eend $retval + eend $? } stop() { - ebegin "Stopping ${SERVICE}" + ebegin "Stopping supervised ${SERVICE}" if [ -e ${SVCDIR}/control/${SERVICE} ] then /usr/bin/svc -dx ${SVCDIR}/control/${SERVICE} diff --git a/sys-apps/gluelog/gluelog-1.0-r1.ebuild b/sys-apps/gluelog/gluelog-1.0-r1.ebuild index c78fc96594f3..04c1b5d91052 100644 --- a/sys-apps/gluelog/gluelog-1.0-r1.ebuild +++ b/sys-apps/gluelog/gluelog-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 Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/gluelog/gluelog-1.0-r1.ebuild,v 1.2 2000/12/24 05:26:23 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/gluelog/gluelog-1.0-r1.ebuild,v 1.3 2001/01/13 20:07:52 achim Exp $ S=${WORKDIR}/${P} DESCRIPTION="Pipe and socket fittings for the system and kernel logs" @@ -22,15 +22,15 @@ src_install() { dodir /usr/sbin dosbin ${S}/gluelog ${S}/glueklog exeopts -m0750 -g wheel - install -d -m0750 -o root -g wheel ${D}/etc/supervise dodir /var/log local x for x in syslog klog do - exeinto /var/supervise/${x} + exeinto /var/lib/supervise/services/${x} newexe ${FILESDIR}/${x}-run run - ln -s /var/supervise/${x} ${D}/etc/supervise/${x} install -d -m0750 -o daemon -g wheel ${D}/var/log/${x}.d + exeinto /etc/rc.d/init.d + doexe ${FILESDIR}/svc-${x} done } diff --git a/sys-apps/tar/files/digest-tar-1.13.18-r1 b/sys-apps/tar/files/digest-tar-1.13.18-r1 new file mode 100644 index 000000000000..49952d6234f7 --- /dev/null +++ b/sys-apps/tar/files/digest-tar-1.13.18-r1 @@ -0,0 +1 @@ +MD5 fd76b10a8e57cb944f0b2c9cb8bf742b tar-1.13.18.tar.gz diff --git a/sys-apps/xinetd/files/svc-xinetd b/sys-apps/xinetd/files/svc-xinetd index 2fb309754ecd..4b0d40970012 100755 --- a/sys-apps/xinetd/files/svc-xinetd +++ b/sys-apps/xinetd/files/svc-xinetd @@ -3,7 +3,7 @@ . /etc/rc.d/config/functions -SERVICE=svc-xinetd +SERVICE=xinetd opts="start stop" prepconfig() { @@ -23,13 +23,14 @@ prepconfig() { } start() { - ebegin "Starting ${SERVICE}" + prepconfig + ebegin "Starting supervised ${SERVICE}" ln -sf ../services/${SERVICE} ${SVCDIR}/control/${SERVICE} eend $? } stop() { - ebegin "Stopping ${SERVICE}" + ebegin "Stopping supervised ${SERVICE}" if [ -e ${SVCDIR}/control/${SERVICE} ] then /usr/bin/svc -dx ${SVCDIR}/control/${SERVICE} diff --git a/sys-apps/xinetd/xinetd-2.1.8.8_p3-r4.ebuild b/sys-apps/xinetd/xinetd-2.1.8.8_p3-r4.ebuild index e96257a05aba..c39ed3ba68eb 100644 --- a/sys-apps/xinetd/xinetd-2.1.8.8_p3-r4.ebuild +++ b/sys-apps/xinetd/xinetd-2.1.8.8_p3-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/sys-apps/xinetd/xinetd-2.1.8.8_p3-r4.ebuild,v 1.1 2001/01/10 07:05:10 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/xinetd/xinetd-2.1.8.8_p3-r4.ebuild,v 1.2 2001/01/13 20:07:52 achim Exp $ P=xinetd-2.1.8.8p3 A=${P}.tar.gz @@ -29,7 +29,6 @@ src_install() { doexe ${FILESDIR}/xinetd ${FILESDIR}/svc-xinetd insinto /etc # doins ${FILESDIR}/xinetd.conf - dodir /etc/supervise exeinto /var/lib/supervise/services/xinetd newexe ${FILESDIR}/xinetd-run run } diff --git a/sys-libs/ncurses/files/digest-ncurses-5.2-r1 b/sys-libs/ncurses/files/digest-ncurses-5.2-r1 new file mode 100644 index 000000000000..c4e94d20cd91 --- /dev/null +++ b/sys-libs/ncurses/files/digest-ncurses-5.2-r1 @@ -0,0 +1 @@ +MD5 464d6a49010cf2a6eb9ce59a264d4d47 ncurses-5.2.tar.gz diff --git a/x11-libs/qt-x11/qt-x11-2.2.3.ebuild b/x11-libs/qt-x11/qt-x11-2.2.3.ebuild index e5c7169a9d30..68faf28935f5 100644 --- a/x11-libs/qt-x11/qt-x11-2.2.3.ebuild +++ b/x11-libs/qt-x11/qt-x11-2.2.3.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/x11-libs/qt-x11/qt-x11-2.2.3.ebuild,v 1.4 2001/01/04 08:16:02 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-x11/qt-x11-2.2.3.ebuild,v 1.5 2001/01/13 20:07:52 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/qt-${PV} @@ -53,7 +53,7 @@ src_install() { dolib.so lib/libqt.so.${PV} dolib.so lib/libqt-mt.so.${PV} dolib.so lib/libqutil.so.1.0.0 - preplib $QTBASE/lib/${P} + preplib $QTBASE/${P} dosym libqt.so.${PV} $QTBASE/${P}/lib/libqt.so dosym libqt-mt.so.${PV} $QTBASE/${P}/lib/libqt-mt.so dosym libqutil.so.1.0.0 $QTBASE/${P}/lib/libqutil.so |