diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-04-30 09:39:24 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-04-30 09:39:24 +0000 |
commit | 1a6fbb0e3b0026d97f32f9d76e2a372736545916 (patch) | |
tree | a0fbad241eadfe171d01c405062870474f985c72 /dev-db/postgresql | |
parent | Cleanup (diff) | |
download | gentoo-2-1a6fbb0e3b0026d97f32f9d76e2a372736545916.tar.gz gentoo-2-1a6fbb0e3b0026d97f32f9d76e2a372736545916.tar.bz2 gentoo-2-1a6fbb0e3b0026d97f32f9d76e2a372736545916.zip |
Cleanup
Diffstat (limited to 'dev-db/postgresql')
-rw-r--r-- | dev-db/postgresql/files/digest-postgresql-7.0.3 | 1 | ||||
-rw-r--r-- | dev-db/postgresql/files/digest-postgresql-7.0.3-r1 | 1 | ||||
-rw-r--r-- | dev-db/postgresql/files/digest-postgresql-7.0.3-r3 | 1 | ||||
-rw-r--r-- | dev-db/postgresql/files/digest-postgresql-7.1_beta3 | 1 | ||||
-rw-r--r-- | dev-db/postgresql/postgresql-7.0.3-r1.ebuild | 50 | ||||
-rw-r--r-- | dev-db/postgresql/postgresql-7.0.3.ebuild | 35 | ||||
-rw-r--r-- | dev-db/postgresql/postgresql-7.1_beta3.ebuild | 36 |
7 files changed, 0 insertions, 125 deletions
diff --git a/dev-db/postgresql/files/digest-postgresql-7.0.3 b/dev-db/postgresql/files/digest-postgresql-7.0.3 deleted file mode 100644 index 2fa7e81e47a2..000000000000 --- a/dev-db/postgresql/files/digest-postgresql-7.0.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 b416c04e6c91967160dfde866293ee6f postgresql-7.0.3.tar.gz diff --git a/dev-db/postgresql/files/digest-postgresql-7.0.3-r1 b/dev-db/postgresql/files/digest-postgresql-7.0.3-r1 deleted file mode 100644 index 2fa7e81e47a2..000000000000 --- a/dev-db/postgresql/files/digest-postgresql-7.0.3-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 b416c04e6c91967160dfde866293ee6f postgresql-7.0.3.tar.gz diff --git a/dev-db/postgresql/files/digest-postgresql-7.0.3-r3 b/dev-db/postgresql/files/digest-postgresql-7.0.3-r3 deleted file mode 100644 index 2fa7e81e47a2..000000000000 --- a/dev-db/postgresql/files/digest-postgresql-7.0.3-r3 +++ /dev/null @@ -1 +0,0 @@ -MD5 b416c04e6c91967160dfde866293ee6f postgresql-7.0.3.tar.gz diff --git a/dev-db/postgresql/files/digest-postgresql-7.1_beta3 b/dev-db/postgresql/files/digest-postgresql-7.1_beta3 deleted file mode 100644 index b9ec4395fc3d..000000000000 --- a/dev-db/postgresql/files/digest-postgresql-7.1_beta3 +++ /dev/null @@ -1 +0,0 @@ -MD5 ad2b3b181753e902c4857fada6c01158 postgresql-7.1beta3.tar.gz diff --git a/dev-db/postgresql/postgresql-7.0.3-r1.ebuild b/dev-db/postgresql/postgresql-7.0.3-r1.ebuild deleted file mode 100644 index 3307f58d3e73..000000000000 --- a/dev-db/postgresql/postgresql-7.0.3-r1.ebuild +++ /dev/null @@ -1,50 +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/postgresql/postgresql-7.0.3-r1.ebuild,v 1.5 2001/01/27 14:41:33 achim Exp $ - -#P= -A=${P}.tar.gz -S=${WORKDIR}/${P}/src -DESCRIPTION="PostgreSQL is a sophisticated Object-Relational DBMS" -SRC_URI="ftp://ftp.postgresql.org/pub/v7.0.3/${A}" -HOMEPAGE="http://postgresql.readysetnet.com/" - -DEPEND=">=dev-lang/tcl-tk-8" - -src_unpack() { - unpack ${A} - cd ${S}/backend/catalog - cp genbki.sh.in genbki.sh.orig - sed -e 's:\\name:name:' genbki.sh.orig > genbki.sh.in -} - -src_compile() { - - cd ${S} - try ./configure --prefix=/usr --host=${CHOST} \ - --enable-locale --with-tcl --enable-syslog - cp Makefile.global Makefile.orig - sed -e "s:^TEMPLATEDIR=.*:TEMPLATEDIR=\$(POSTGRESDIR)/lib/postgres:" \ - -e "s:^HEADERDIR=.*:HEADERDIR=\$(POSTGRESDIR)/include/postgres:" \ - -e "s:-O2:${CFLAGS}:" \ - Makefile.orig > Makefile.global - try make - -} - -src_install () { - - cd ${S} - dodir /usr/include/postgres - try make POSTGRESDIR=${D}/usr install - dosed "s:/usr/pgaccess:/usr/lib/pgaccess:" /usr/bin/pgaccess - cd ${D}/usr - mv pgaccess lib - cd lib/postgres - cd ${S}/../doc - dodoc FAQ* KNOWN_BUGS MISSING_FEATURES README* - dodoc TODO* internals.ps bug.template - dodoc *.tar.gz -} - diff --git a/dev-db/postgresql/postgresql-7.0.3.ebuild b/dev-db/postgresql/postgresql-7.0.3.ebuild deleted file mode 100644 index 03649f23a146..000000000000 --- a/dev-db/postgresql/postgresql-7.0.3.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# 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/postgresql/postgresql-7.0.3.ebuild,v 1.2 2000/11/27 15:12:34 achim Exp $ - -#P= -A=${P}.tar.gz -S=${WORKDIR}/${P}/src -DESCRIPTION="PostgreSQL is a sophisticated Object-Relational DBMS" -SRC_URI="ftp://ftp.postgresql.org/pub/v7.0.3/${A}" -HOMEPAGE="http://postgresql.readysetnet.com/" - - -src_compile() { - - cd ${S} - try ./configure --prefix=/usr --host=${CHOST} \ - --enable-locale --with-tcl --enable-syslog - cp Makefile.global Makefile.orig - sed -e "s:^TEMPLATEDIR=.*:TEMPLATEDIR=\$(POSTGRESDIR)/lib/postgres:" \ - -e "s:^HEADERDIR=.*:HEADERDIR=\$(POSTGRESDIR)/include/postgres:" \ - -e "s:-O2:${CFLAGS}:" \ - Makefile.orig > Makefile.global - try make - -} - -src_install () { - - cd ${S} - dodir /usr/include/postgres - try make POSTGRESDIR=${D}/usr install - -} - diff --git a/dev-db/postgresql/postgresql-7.1_beta3.ebuild b/dev-db/postgresql/postgresql-7.1_beta3.ebuild deleted file mode 100644 index 7cadc9af31ab..000000000000 --- a/dev-db/postgresql/postgresql-7.1_beta3.ebuild +++ /dev/null @@ -1,36 +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> -# /home/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-7.0.3-r1.ebuild,v 1.4 2001/01/23 19:54:43 achim Exp - -P=postgresql-7.1beta3 -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="PostgreSQL is a sophisticated Object-Relational DBMS" -SRC_URI="ftp://ftp.postgresql.org/pub/dev/${A}" -HOMEPAGE="http://postgresql.readysetnet.com/" - -DEPEND=">=dev-lang/tcl-tk-8" - -src_unpack() { - unpack ${A} - cd ${S}/src/backend/catalog - cp genbki.sh genbki.sh.orig - sed -e 's:\\name:\\ name:' genbki.sh.orig > genbki.sh -} - -src_compile() { - - try ./configure --prefix=/usr --host=${CHOST} \ - --datadir=/usr/share/postgres --includedir=/usr/include/postgres \ - --enable-locale --with-tcl --enable-syslog - try make - -} - -src_install () { - - try make prefix=${D}/usr includedir=${D}/usr/include/postgres \ - datadir=${D}/usr/share/postgres install -} - |