diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-06-09 02:10:54 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-06-09 02:10:54 +0000 |
commit | 3b85f6dfe5c5a53951d993f35d74fe88597ee623 (patch) | |
tree | b0ddc2a1d67e12d8db8eeca758d016248d77d1a8 /sys-libs | |
parent | Some cleanup (diff) | |
download | gentoo-2-3b85f6dfe5c5a53951d993f35d74fe88597ee623.tar.gz gentoo-2-3b85f6dfe5c5a53951d993f35d74fe88597ee623.tar.bz2 gentoo-2-3b85f6dfe5c5a53951d993f35d74fe88597ee623.zip |
*** empty log message ***
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/db/db-3.2.3h-r2.ebuild | 69 | ||||
-rw-r--r-- | sys-libs/db/files/digest-db-3.2.3h-r1 | 1 | ||||
-rw-r--r-- | sys-libs/db/files/digest-db-3.2.3h-r2 | 1 | ||||
-rw-r--r-- | sys-libs/glibc/files/digest-glibc-2.2.3 | 2 | ||||
-rw-r--r-- | sys-libs/glibc/glibc-2.2.3.ebuild | 162 | ||||
-rw-r--r-- | sys-libs/gpm/files/digest-gpm-1.19.3-r2 | 2 | ||||
-rw-r--r-- | sys-libs/gpm/gpm-1.19.3-r2.ebuild | 62 |
7 files changed, 0 insertions, 299 deletions
diff --git a/sys-libs/db/db-3.2.3h-r2.ebuild b/sys-libs/db/db-3.2.3h-r2.ebuild deleted file mode 100644 index 4bbeb7b7c73a..000000000000 --- a/sys-libs/db/db-3.2.3h-r2.ebuild +++ /dev/null @@ -1,69 +0,0 @@ -# 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-r2.ebuild,v 1.1 2001/04/29 02:15:57 drobbins 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="virtual/glibc" -DEPEND="$RDEPEND - =sys-libs/db-1.85-r1" - -src_compile() { - - try ../dist/configure \ - --enable-compat185 --enable-dump185 \ - --prefix=/usr --host=${CHOST} --target=${CHOST} --build=${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 () { - - 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 - - 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.so libdb.so.3 - - cd ${S}/.. - dodoc README LICENSE - if [ -d ${D}/usr/share/doc/${PF} ] - then - mv ${D}/usr/docs ${D}/usr/share/doc/${PF}/html - else - mv ${D}/usr/docs ${D}/usr/doc/${PF}/html - fi - prepalldocs - -} - diff --git a/sys-libs/db/files/digest-db-3.2.3h-r1 b/sys-libs/db/files/digest-db-3.2.3h-r1 deleted file mode 100644 index 42617da0179b..000000000000 --- a/sys-libs/db/files/digest-db-3.2.3h-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 7a4a88daa29268eebb57ff2ed58dff53 db-3.2.3h.tar.gz diff --git a/sys-libs/db/files/digest-db-3.2.3h-r2 b/sys-libs/db/files/digest-db-3.2.3h-r2 deleted file mode 100644 index 42617da0179b..000000000000 --- a/sys-libs/db/files/digest-db-3.2.3h-r2 +++ /dev/null @@ -1 +0,0 @@ -MD5 7a4a88daa29268eebb57ff2ed58dff53 db-3.2.3h.tar.gz diff --git a/sys-libs/glibc/files/digest-glibc-2.2.3 b/sys-libs/glibc/files/digest-glibc-2.2.3 deleted file mode 100644 index 7261ba16aa7d..000000000000 --- a/sys-libs/glibc/files/digest-glibc-2.2.3 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 dce1d6d0b210c5a8c74918982341799b glibc-2.2.3.tar.gz -MD5 46e9e722fbac89f0a94a8de872d3d39f glibc-linuxthreads-2.2.3.tar.gz diff --git a/sys-libs/glibc/glibc-2.2.3.ebuild b/sys-libs/glibc/glibc-2.2.3.ebuild deleted file mode 100644 index f2fec70b4b6e..000000000000 --- a/sys-libs/glibc/glibc-2.2.3.ebuild +++ /dev/null @@ -1,162 +0,0 @@ -# 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.2.3.ebuild,v 1.2 2001/05/08 07:23:45 achim Exp $ - -A="$P.tar.gz glibc-linuxthreads-${PV}.tar.gz" -S=${WORKDIR}/${P} -DESCRIPTION="GNU libc6 (also called glibc2) C library" -SRC_URI="ftp://sourceware.cygnus.com/pub/glibc/releases/glibc-${PV}.tar.gz - ftp://sourceware.cygnus.com/pub/glibc/releases/glibc-linuxthreads-${PV}.tar.gz - ftp://ftp.unina.it/pub/Unix/cygnus/glibc/releases/glibc-${PV}.tar.gz - ftp://ftp.unina.it/pub/Unix/cygnus/glibc/releases/glibc-linuxthreads-${PV}.tar.gz - ftp://ftp.gnu.org/pub/gnu/glibc/glibc-${PV}.tar.gz - ftp://ftp.gnu.org/pub/gnu/glibc/glibc-linuxthreads-${PV}.tar.gz" -HOMEPAGE="http://www.gnu.org/software/libc/libc.html" - -DEPEND="nls? ( sys-devel/gettext ) gd? ( media-libs/libgd )" - -RDEPEND="gd? ( sys-libs/zlib media-libs/libpng )" - -PROVIDE="virtual/glibc" - -src_unpack() { - - unpack glibc-${PV}.tar.gz - cd ${S} - unpack glibc-linuxthreads-${PV}.tar.gz - for i in mtrace-intl-perl - do - echo "Applying $i patch..." - patch -p0 < ${FILESDIR}/glibc-2.2.2-${i}.diff - done - patch -p0 < ${FILESDIR}/glibc-2.2.3-libnss.diff - cd io - patch -p0 < ${FILESDIR}/glibc-2.2.2-test-lfs-timeout.patch - - -} - -src_compile() { - - local myconf - if [ "`use build`" ] - then - # If we build for the build system we use the kernel headers from the target - myconf="--with-header=${ROOT}usr/include" - fi - if [ "`use gd`" ] - then - myconf="${myconf} --with-gd=yes" - else - myconf="${myconf} --with-gd=no" - fi - if [ -z "`use nls`" ] - then - myconf="${myconf} --disable-nls" - fi - rm -rf buildhere - mkdir buildhere - cd buildhere - try ../configure --host=${CHOST} --without-cvs \ - --enable-add-ons=linuxthreads \ - --disable-profile --prefix=/usr \ - --mandir=/usr/share/man --infodir=/usr/share/info \ - --libexecdir=/usr/lib/misc \ - --enable-kernel=2.4.0 ${myconf} - try make - make check -} - - -src_install() { - - rm -rf ${D} - mkdir ${D} - dodir /etc/rc.d/init.d - export LC_ALL=C - try make PARALELLMFLAGS=${MAKEOPTS} install_root=${D} install -C buildhere - try make PARALELLMFLAGS=${MAKEOPTS} install_root=${D} info -C buildhere - if [ -z "`use build`" ] - then - try make PARALELLMFLAGS=${MAKEOPTS} install_root=${D} localedata/install-locales -C buildhere - - # I commented out linuxthreads man pages because I don't want - # glibc to build depend on perl - # dodir /usr/share/man/man3 - # try make MANDIR=${D}/usr/share/man/man3 install -C linuxthreads/man - # cd ${D}/usr/share/man/man3 - # for i in *.3thr - # do - # mv ${i} ${i%.3thr}.3 - # done - - install -m 644 nscd/nscd.conf ${D}/etc - install -m 755 ${FILESDIR}/nscd ${D}/etc/rc.d/init.d/nscd - dodoc BUGS ChangeLog* CONFORMANCE COPYING* FAQ INTERFACE NEWS NOTES \ - PROJECTS README* - else - rm -rf ${D}/usr/share/{man,info,zoneinfo} - fi - - if [ "`use pic`" ] - then - find ${S}/buildhere -name "*_pic.a" -exec cp {} ${D}/lib \; - find ${S}/buildhere -name "*.map" -exec cp {} ${D}/lib \; - for i in ${D}/lib/*.map - do - mv ${i} ${i%.map}_pic.map - done - fi - rm ${D}/lib/ld-linux.so.2 - rm ${D}/lib/libc.so.6 - rm ${D}/lib/libpthread.so.0 - chmod 755 ${D}/usr/lib/misc/pt_chown - -} - -pkg_preinst() -{ - # Check if we run under X - if [ -e /usr/X11R6/bin/X ] ; then - if [ "`/sbin/pidof /usr/X11R6/bin/X`" ] ; then - echo "glibc can not be installed wHile X is running!!" - exit 1 - fi - fi - echo "Saving ld-linux,libc6 and libpthread" - - /bin/cp ${ROOT}lib/ld-linux.so.2 ${ROOT}tmp - /sbin/sln ${ROOT}tmp/ld-linux.so.2 ${ROOT}lib/ld-linux.so.2 - /bin/cp ${ROOT}lib/libc.so.6 ${ROOT}tmp - /sbin/sln ${ROOT}tmp/libc.so.6 ${ROOT}lib/libc.so.6 - /bin/cp ${ROOT}lib/libpthread.so.0 ${ROOT}tmp - /sbin/sln ${ROOT}tmp/libpthread.so.0 ${ROOT}lib/libpthread.so.0 - - if [ -e ${ROOT}etc/localtime ] - then - #keeping old timezone - if [ -e ${D}/etc/localtime ] ; then - /bin/rm ${D}/etc/localtime - fi - else - echo "Please remember to set your timezone using the zic command." - fi -} - -pkg_postinst() -{ - echo "Setting ld-linux,libc6 and libpthread" - - /sbin/sln ${ROOT}lib/ld-${PV}.so ${ROOT}lib/ld-linux.so.2 - /sbin/sln ${ROOT}lib/libc-${PV}.so ${ROOT}lib/libc.so.6 - /sbin/sln ${ROOT}lib/libpthread-0.9.so ${ROOT}lib/libpthread.so.0 - /bin/rm ${ROOT}tmp/ld-linux.so.2 - /bin/rm ${ROOT}tmp/libc.so.6 - /bin/rm ${ROOT}tmp/libpthread.so.0 - /sbin/ldconfig -r ${ROOT} - -} - - - diff --git a/sys-libs/gpm/files/digest-gpm-1.19.3-r2 b/sys-libs/gpm/files/digest-gpm-1.19.3-r2 deleted file mode 100644 index 77933740e92e..000000000000 --- a/sys-libs/gpm/files/digest-gpm-1.19.3-r2 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 dbfc33e0d52d008eeec1c8f93885e3f9 gpm-1.19.3.tar.gz -MD5 69337348611578f680dc8e2224296878 devfs.patch diff --git a/sys-libs/gpm/gpm-1.19.3-r2.ebuild b/sys-libs/gpm/gpm-1.19.3-r2.ebuild deleted file mode 100644 index 41156b98fd20..000000000000 --- a/sys-libs/gpm/gpm-1.19.3-r2.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# 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/gpm/gpm-1.19.3-r2.ebuild,v 1.4 2001/05/29 17:28:19 achim Exp $ - -P=gpm-1.19.3 -A="${P}.tar.gz devfs.patch" -S=${WORKDIR}/${P} -DESCRIPTION="Console-based mouse driver" -SRC_URI="ftp://metalab.unc.edu/pub/Linux/system/mouse/${A} - ftp://ftp.prosa.it/pub/gpm/patches/devfs.patch" - -DEPEND="virtual/glibc - >=sys-libs/ncurses-5.2 - tex? ( app-text/tetex )" - -RDEPEND="virtual/glibc >=sys-libs/ncurses-5.2" - -src_unpack() { - - unpack ${P}.tar.gz - cd ${S} - cp ${FILESDIR}/gpmInt.h . - patch -p1 < ${DISTDIR}/devfs.patch - -} - -src_compile() { - - try ./configure --prefix=/usr --sysconfdir=/etc/gpm - # without-curses is required to avoid cyclic dependencies to ncurses - cp Makefile Makefile.orig - if [ -z "`use tex`" ] - then - sed -e "s/doc//" Makefile.orig > Makefile - fi - try make ${MAKEOPTS} -} - -src_install() { - - try make prefix=${D}/usr install - - chmod 755 ${D}/usr/lib/libgpm.so.1.18.0 - - dodoc Announce COPYING ChangeLog FAQ MANIFEST README.* - docinto txt - dodoc doc/gpmdoc.txt - - if [ "`use tex`" ] - then - docinto ps - dodoc doc/*.ps - fi - - insinto /etc/gpm - doins gpm-root.conf - -} - - - |