diff options
author | Achim Gottinger <achim@gentoo.org> | 2000-12-11 18:20:17 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2000-12-11 18:20:17 +0000 |
commit | 6d89d478e341b112ae382c68409d7a291a385cf3 (patch) | |
tree | 66ee2286824c0157678ee4014887854ebae27fbc /dev-db | |
parent | *** empty log message *** (diff) | |
download | historical-6d89d478e341b112ae382c68409d7a291a385cf3.tar.gz historical-6d89d478e341b112ae382c68409d7a291a385cf3.tar.bz2 historical-6d89d478e341b112ae382c68409d7a291a385cf3.zip |
*** empty log message ***
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/mysql/files/digest-mysql-3.23.26 | 1 | ||||
-rw-r--r-- | dev-db/mysql/files/digest-mysql-3.23.27 | 1 | ||||
-rw-r--r-- | dev-db/mysql/mysql-3.23.26.ebuild | 105 | ||||
-rw-r--r-- | dev-db/mysql/mysql-3.23.27.ebuild | 104 |
4 files changed, 0 insertions, 211 deletions
diff --git a/dev-db/mysql/files/digest-mysql-3.23.26 b/dev-db/mysql/files/digest-mysql-3.23.26 deleted file mode 100644 index 38782a94013c..000000000000 --- a/dev-db/mysql/files/digest-mysql-3.23.26 +++ /dev/null @@ -1 +0,0 @@ -MD5 b24fa6bb945d53f739b2dfa815abc992 mysql-3.23.26-beta.tar.gz diff --git a/dev-db/mysql/files/digest-mysql-3.23.27 b/dev-db/mysql/files/digest-mysql-3.23.27 deleted file mode 100644 index d3db1308c9ad..000000000000 --- a/dev-db/mysql/files/digest-mysql-3.23.27 +++ /dev/null @@ -1 +0,0 @@ -MD5 0d3bce5029cb3cb8c04e33b026a4f475 mysql-3.23.27-beta.tar.gz diff --git a/dev-db/mysql/mysql-3.23.26.ebuild b/dev-db/mysql/mysql-3.23.26.ebuild deleted file mode 100644 index cb158d3866da..000000000000 --- a/dev-db/mysql/mysql-3.23.26.ebuild +++ /dev/null @@ -1,105 +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/dev-db/mysql/mysql-3.23.26.ebuild,v 1.2 2000/11/01 04:44:14 achim Exp $ - -P=mysql-3.23.26-beta -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="The MySQL Database" -SRC_URI="ftp://mysql.valueclick.com/mysql/Downloads/MySQL-3.23/${A} - http://www.mysql.com/Downloads/MySQL-3.23/${A}" -HOMEPAGE="http://www.mysql.com/" - -DEPEND=">=sys-apps/bash-2.04 - >=sys-apps/tcp-wrappers-7.6 - >=sys-libs/glibc-2.1.3 - >=sys-libs/gpm-1.19.3 - >=sys-libs/ncurses-5.1" - -src_compile() { - if [ "$PLATFORM" = "i686-pc-linux-gnu" ] - then - export CFLAGS="-mpentium" - export CXXFLAGS="-mpentium" - fi - # Patch for qmail-mysql - cd ${S}/include - cp nisam.h nisam.h.orig - sed -e "s/define N_MAX_KEY_LENGTH 256/define N_MAX_KEY_LENGTH 500/" nisam.h.orig > nisam.h - - cd ${S} - CXX=gcc ./configure --prefix=/usr --host=${CHOST} \ - --enable-shared \ - --enable-static \ - --enable-assembler \ - --enable-thread-safe-client \ - --with-raid \ - --with-low-memory \ - --with-libwrap \ - --with-berkley-db \ - --libdir=/usr/lib \ - --libexecdir=/usr/sbin \ - --sysconfdir=/etc/mysql \ - --localstatedir=/var/mysql \ - --infodir=/usr/info \ - --mandir=/usr/man \ - --without-debug \ - --with-mysql-user=mysql - try make benchdir=/usr/share/mysql-bench -} - -src_install() { - - cd ${S} - - # Install MySQL - - try make install prefix=${D}/usr \ - libdir=${D}/usr/lib \ - libexecdir=${D}/usr/sbin \ - sysconfdir=${D}/etc/mysql \ - localstatedir=${D}/var/mysql \ - infodir=${D}/usr/info \ - mandir=${D}/usr/man \ - benchdir=${D}/usr/share/mysql-bench - - prepman - prepinfo - - # Move Client Libs - mv ${D}/usr/lib/mysql/libmysqlclient.so* ${D}/usr/lib - - into / - dodir /etc/mysql - cp scripts/mysqlaccess.conf ${D}/etc/mysql - cp ${O}/files/my.cnf ${D}/etc/mysql - - dodir /etc/rc.d/init.d - cp ${O}/files/mysql ${D}/etc/rc.d/init.d/mysql - - # MySQL Docs - - cd ${S} - into /usr - dodoc INSTALL-SOURCE README MIRRORS - cd ${S}/Docs - dodoc INSTALL-BINARY manual.ps manual.txt - docinto html - dodoc manual.html manual_toc.html - -} - -pkg_config () { - - echo "Setting up symlinks..." - ${ROOT}/usr/sbin/rc-update add mysql - -} - - - - - - - diff --git a/dev-db/mysql/mysql-3.23.27.ebuild b/dev-db/mysql/mysql-3.23.27.ebuild deleted file mode 100644 index 8d23d1b1ed79..000000000000 --- a/dev-db/mysql/mysql-3.23.27.ebuild +++ /dev/null @@ -1,104 +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/dev-db/mysql/mysql-3.23.27.ebuild,v 1.1 2000/11/17 09:35:03 achim Exp $ - -P=${PN}-${PV}-beta -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="The MySQL Database" -SRC_URI="ftp://mysql.valueclick.com/mysql/Downloads/MySQL-3.23/${A} - http://www.mysql.com/Downloads/MySQL-3.23/${A}" -HOMEPAGE="http://www.mysql.com/" - -DEPEND=">=sys-apps/bash-2.04 - >=sys-apps/tcp-wrappers-7.6 - >=sys-libs/glibc-2.1.3 - >=sys-libs/gpm-1.19.3 - >=sys-libs/ncurses-5.1" - -src_compile() { - if [ "$PLATFORM" = "i686-pc-linux-gnu" ] - then - export CFLAGS="-mpentium" - export CXXFLAGS="-mpentium" - fi - # Patch for qmail-mysql - cd ${S}/include - cp nisam.h nisam.h.orig - sed -e "s/define N_MAX_KEY_LENGTH 256/define N_MAX_KEY_LENGTH 500/" nisam.h.orig > nisam.h - - cd ${S} - CXX=gcc ./configure --prefix=/usr --host=${CHOST} \ - --enable-shared \ - --enable-static \ - --enable-assembler \ - --enable-thread-safe-client \ - --with-raid \ - --with-low-memory \ - --with-libwrap \ - --with-berkley-db \ - --libdir=/usr/lib \ - --libexecdir=/usr/sbin \ - --sysconfdir=/etc/mysql \ - --localstatedir=/var/mysql \ - --infodir=/usr/info \ - --mandir=/usr/man \ - --without-debug \ - --with-mysql-user=mysql - try make benchdir=/usr/share/mysql-bench -} - -src_install() { - - cd ${S} - - # Install MySQL - - try make install prefix=${D}/usr \ - libdir=${D}/usr/lib \ - libexecdir=${D}/usr/sbin \ - sysconfdir=${D}/etc/mysql \ - localstatedir=${D}/var/mysql \ - infodir=${D}/usr/info \ - mandir=${D}/usr/man \ - benchdir=${D}/usr/share/mysql-bench - - - # Move Client Libs - mv ${D}/usr/lib/mysql/libmysqlclient.so* ${D}/usr/lib - - insinto /usr/include/mysql - doins include/my_config.h include/my_dir.h - dodir /etc/mysql - cp scripts/mysqlaccess.conf ${D}/etc/mysql - cp ${O}/files/my.cnf ${D}/etc/mysql - - dodir /etc/rc.d/init.d - cp ${O}/files/mysql ${D}/etc/rc.d/init.d/mysql - - # MySQL Docs - - cd ${S} - into /usr - dodoc INSTALL-SOURCE README MIRRORS - cd ${S}/Docs - dodoc INSTALL-BINARY manual.ps manual.txt - docinto html - dodoc manual.html manual_toc.html - -} - -pkg_config () { - - echo "Setting up symlinks..." - ${ROOT}/usr/sbin/rc-update add mysql - -} - - - - - - - |