summaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
authorMasatomo Nakano <nakano@gentoo.org>2005-10-17 16:39:01 +0000
committerMasatomo Nakano <nakano@gentoo.org>2005-10-17 16:39:01 +0000
commit734cc1161e0b0d0ba930229bc71b5313ae4bce79 (patch)
treec3bc5975d955dc204b70b24e3a5cff802cabdd35 /dev-db
parentMarking pmount-0.9.3-r3 ~ppc64 for gnome-volume-manager dep (diff)
downloadgentoo-2-734cc1161e0b0d0ba930229bc71b5313ae4bce79.tar.gz
gentoo-2-734cc1161e0b0d0ba930229bc71b5313ae4bce79.tar.bz2
gentoo-2-734cc1161e0b0d0ba930229bc71b5313ae4bce79.zip
removed old versions
(Portage version: 2.0.53_rc5)
Diffstat (limited to 'dev-db')
-rw-r--r--dev-db/libpq/ChangeLog7
-rw-r--r--dev-db/libpq/files/digest-libpq-8.1_beta11
-rw-r--r--dev-db/libpq/files/digest-libpq-8.1_beta21
-rw-r--r--dev-db/libpq/files/libpq-8.1_beta1-gentoo.patch43
-rw-r--r--dev-db/libpq/files/libpq-8.1_beta2-gentoo.patch43
-rw-r--r--dev-db/libpq/libpq-8.1_beta1.ebuild111
-rw-r--r--dev-db/libpq/libpq-8.1_beta2.ebuild111
7 files changed, 6 insertions, 311 deletions
diff --git a/dev-db/libpq/ChangeLog b/dev-db/libpq/ChangeLog
index cee4b671761a..8a19b63eb771 100644
--- a/dev-db/libpq/ChangeLog
+++ b/dev-db/libpq/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-db/libpq
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/libpq/ChangeLog,v 1.26 2005/10/15 19:46:04 nakano Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/libpq/ChangeLog,v 1.27 2005/10/17 16:39:01 nakano Exp $
+
+ 17 Oct 2005; Masatomo Nakano <nakano@gentoo.org>
+ -files/libpq-8.1_beta1-gentoo.patch, -files/libpq-8.1_beta2-gentoo.patch,
+ -libpq-8.1_beta1.ebuild, -libpq-8.1_beta2.ebuild:
+ removed old versions.
*libpq-8.1_beta3 (15 Oct 2005)
diff --git a/dev-db/libpq/files/digest-libpq-8.1_beta1 b/dev-db/libpq/files/digest-libpq-8.1_beta1
deleted file mode 100644
index 46dec206c2a4..000000000000
--- a/dev-db/libpq/files/digest-libpq-8.1_beta1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 052eff40054e2c9efd65f6a0482e67a1 postgresql-base-8.1beta1.tar.bz2 7942969
diff --git a/dev-db/libpq/files/digest-libpq-8.1_beta2 b/dev-db/libpq/files/digest-libpq-8.1_beta2
deleted file mode 100644
index a907b7abca52..000000000000
--- a/dev-db/libpq/files/digest-libpq-8.1_beta2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 0dd333d7bf38719fca393bad55c689de postgresql-base-8.1beta2.tar.bz2 7968635
diff --git a/dev-db/libpq/files/libpq-8.1_beta1-gentoo.patch b/dev-db/libpq/files/libpq-8.1_beta1-gentoo.patch
deleted file mode 100644
index 193282fb40f0..000000000000
--- a/dev-db/libpq/files/libpq-8.1_beta1-gentoo.patch
+++ /dev/null
@@ -1,43 +0,0 @@
-diff -Naur postgresql-8.1beta1.orig/src/Makefile.shlib postgresql-8.1beta1/src/Makefile.shlib
---- postgresql-8.1beta1.orig/src/Makefile.shlib 2004-11-21 06:13:04.000000000 +0900
-+++ postgresql-8.1beta1/src/Makefile.shlib 2005-05-15 13:30:59.000000000 +0900
-@@ -355,7 +355,7 @@
- install-lib: install-lib-static install-lib-shared
-
- install-lib-static: lib$(NAME).a
-- $(INSTALL_STLIB) $< $(DESTDIR)$(libdir)/lib$(NAME).a
-+ $(INSTALL_STLIB) $< $(DESTDIR)$(libdir)/lib$(NAME_STATIC_LIB).a
- ifeq ($(PORTNAME), darwin)
- cd $(DESTDIR)$(libdir) && \
- ranlib lib$(NAME).a
-diff -Naur postgresql-8.1beta1.orig/src/interfaces/libpq/Makefile postgresql-8.1beta1/src/interfaces/libpq/Makefile
---- postgresql-8.1beta1.orig/src/interfaces/libpq/Makefile 2005-04-29 23:07:34.000000000 +0900
-+++ postgresql-8.1beta1/src/interfaces/libpq/Makefile 2005-05-15 13:33:14.000000000 +0900
-@@ -20,6 +20,8 @@
- SO_MINOR_VERSION= 0
- DLTYPE= library
-
-+NAME_STATIC_LIB= pq-$(SO_MAJOR_VERSION)
-+
- override CPPFLAGS := -DFRONTEND -I$(srcdir) $(CPPFLAGS) -I$(top_builddir)/src/port
- override CFLAGS += $(PTHREAD_CFLAGS)
-
-@@ -136,7 +138,7 @@
- $(INSTALL_DATA) $(srcdir)/libpq-fe.h $(DESTDIR)$(includedir)
- $(INSTALL_DATA) $(srcdir)/libpq-int.h $(DESTDIR)$(includedir_internal)
- $(INSTALL_DATA) $(srcdir)/pqexpbuffer.h $(DESTDIR)$(includedir_internal)
-- $(INSTALL_DATA) $(srcdir)/pg_service.conf.sample $(DESTDIR)$(datadir)/pg_service.conf.sample
-+ $(INSTALL_DATA) $(srcdir)/pg_service.conf.sample $(DESTDIR)$(datadir)/pg_service-${SO_MAJOR_VERSION}.conf.sample
-
- installdirs:
- $(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(includedir) $(DESTDIR)$(includedir_internal)
-diff -Naur postgresql-8.1beta1.orig/src/interfaces/libpq/nls.mk postgresql-8.1beta1/src/interfaces/libpq/nls.mk
---- postgresql-8.1beta1.orig/src/interfaces/libpq/nls.mk 2005-01-14 17:57:06.000000000 +0900
-+++ postgresql-8.1beta1/src/interfaces/libpq/nls.mk 2005-05-15 13:30:32.000000000 +0900
-@@ -1,5 +1,5 @@
- # $PostgreSQL: pgsql/src/interfaces/libpq/nls.mk,v 1.20 2005/01/14 08:57:06 petere Exp $
--CATALOG_NAME := libpq
-+CATALOG_NAME := libpq-3
- AVAIL_LANGUAGES := af cs de es fr hr it ko nb pl pt_BR ru sk sl sv tr zh_CN zh_TW
- GETTEXT_FILES := fe-auth.c fe-connect.c fe-exec.c fe-lobj.c fe-misc.c fe-protocol2.c fe-protocol3.c fe-secure.c
- GETTEXT_TRIGGERS:= libpq_gettext pqInternalNotice:2
diff --git a/dev-db/libpq/files/libpq-8.1_beta2-gentoo.patch b/dev-db/libpq/files/libpq-8.1_beta2-gentoo.patch
deleted file mode 100644
index 5181f37c0b33..000000000000
--- a/dev-db/libpq/files/libpq-8.1_beta2-gentoo.patch
+++ /dev/null
@@ -1,43 +0,0 @@
-diff -Naur postgresql-8.1beta2.orig/src/Makefile.shlib postgresql-8.1beta2/src/Makefile.shlib
---- postgresql-8.1beta2.orig/src/Makefile.shlib 2004-11-21 06:13:04.000000000 +0900
-+++ postgresql-8.1beta2/src/Makefile.shlib 2005-05-15 13:30:59.000000000 +0900
-@@ -355,7 +355,7 @@
- install-lib: install-lib-static install-lib-shared
-
- install-lib-static: lib$(NAME).a
-- $(INSTALL_STLIB) $< $(DESTDIR)$(libdir)/lib$(NAME).a
-+ $(INSTALL_STLIB) $< $(DESTDIR)$(libdir)/lib$(NAME_STATIC_LIB).a
- ifeq ($(PORTNAME), darwin)
- cd $(DESTDIR)$(libdir) && \
- ranlib lib$(NAME).a
-diff -Naur postgresql-8.1beta2.orig/src/interfaces/libpq/Makefile postgresql-8.1beta2/src/interfaces/libpq/Makefile
---- postgresql-8.1beta2.orig/src/interfaces/libpq/Makefile 2005-04-29 23:07:34.000000000 +0900
-+++ postgresql-8.1beta2/src/interfaces/libpq/Makefile 2005-05-15 13:33:14.000000000 +0900
-@@ -20,6 +20,8 @@
- SO_MINOR_VERSION= 0
- DLTYPE= library
-
-+NAME_STATIC_LIB= pq-$(SO_MAJOR_VERSION)
-+
- override CPPFLAGS := -DFRONTEND -I$(srcdir) $(CPPFLAGS) -I$(top_builddir)/src/port
- override CFLAGS += $(PTHREAD_CFLAGS)
-
-@@ -136,7 +138,7 @@
- $(INSTALL_DATA) $(srcdir)/libpq-fe.h $(DESTDIR)$(includedir)
- $(INSTALL_DATA) $(srcdir)/libpq-int.h $(DESTDIR)$(includedir_internal)
- $(INSTALL_DATA) $(srcdir)/pqexpbuffer.h $(DESTDIR)$(includedir_internal)
-- $(INSTALL_DATA) $(srcdir)/pg_service.conf.sample $(DESTDIR)$(datadir)/pg_service.conf.sample
-+ $(INSTALL_DATA) $(srcdir)/pg_service.conf.sample $(DESTDIR)$(datadir)/pg_service-${SO_MAJOR_VERSION}.conf.sample
-
- installdirs:
- $(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(includedir) $(DESTDIR)$(includedir_internal)
-diff -Naur postgresql-8.1beta2.orig/src/interfaces/libpq/nls.mk postgresql-8.1beta2/src/interfaces/libpq/nls.mk
---- postgresql-8.1beta2.orig/src/interfaces/libpq/nls.mk 2005-01-14 17:57:06.000000000 +0900
-+++ postgresql-8.1beta2/src/interfaces/libpq/nls.mk 2005-05-15 13:30:32.000000000 +0900
-@@ -1,5 +1,5 @@
- # $PostgreSQL: pgsql/src/interfaces/libpq/nls.mk,v 1.20 2005/01/14 08:57:06 petere Exp $
--CATALOG_NAME := libpq
-+CATALOG_NAME := libpq-3
- AVAIL_LANGUAGES := af cs de es fr hr it ko nb pl pt_BR ru sk sl sv tr zh_CN zh_TW
- GETTEXT_FILES := fe-auth.c fe-connect.c fe-exec.c fe-lobj.c fe-misc.c fe-protocol2.c fe-protocol3.c fe-secure.c
- GETTEXT_TRIGGERS:= libpq_gettext pqInternalNotice:2
diff --git a/dev-db/libpq/libpq-8.1_beta1.ebuild b/dev-db/libpq/libpq-8.1_beta1.ebuild
deleted file mode 100644
index 97b93a93df7a..000000000000
--- a/dev-db/libpq/libpq-8.1_beta1.ebuild
+++ /dev/null
@@ -1,111 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/libpq/libpq-8.1_beta1.ebuild,v 1.1 2005/08/28 00:41:17 nakano Exp $
-
-inherit eutils gnuconfig flag-o-matic toolchain-funcs
-
-DESCRIPTION="Libraries of postgresql"
-HOMEPAGE="http://www.postgresql.org/"
-MY_PV=${PV/_/}
-MY_P="postgresql-${MY_PV}"
-SRC_URI="mirror://postgresql/source/v8.1beta/postgresql-base-${MY_PV}.tar.bz2"
-
-LICENSE="POSTGRESQL"
-SLOT="4"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
-IUSE="ssl nls pam readline zlib kerberos"
-
-S=${WORKDIR}/${MY_P}
-DEPEND="virtual/libc
- sys-devel/autoconf
- >=sys-libs/ncurses-5.2
- >=sys-devel/bison-1.875
- zlib? ( >=sys-libs/zlib-1.1.3 )
- readline? ( >=sys-libs/readline-4.1 )
- ssl? ( >=dev-libs/openssl-0.9.6-r1 )
- nls? ( sys-devel/gettext )
- kerberos? ( virtual/krb5 )"
-RDEPEND="virtual/libc
- zlib? ( >=sys-libs/zlib-1.1.3 )
- ssl? ( >=dev-libs/openssl-0.9.6-r1 )
- kerberos? ( virtual/krb5 )"
-
-MAKEOPTS="${MAKEOPTS} -j1"
-
-pkg_preinst() {
- # removing wrong symlink which is created by previous ebuild.
- if [ -L ${ROOT}/usr/include/libpq ]; then
- rm ${ROOT}/usr/include/libpq
- fi
-}
-
-src_unpack() {
- unpack ${A}
- epatch ${FILESDIR}/${P}-gentoo.patch
-}
-
-src_compile() {
- filter-flags -ffast-math -feliminate-dwarf2-dups
-
- local myconf
- use ssl && myconf="$myconf --with-openssl"
- use nls && myconf="$myconf --enable-nls"
- use pam && myconf="$myconf --with-pam"
- use readline || myconf="$myconf --without-readline"
- use zlib || myconf="$myconf --without-zlib"
- use kerberos && myconf="$myconf --with-krb5"
-
- # these are the only working CFLAGS I could get on ppc, so locking them
- # down, anything more aggressive fails (i.e. -mcpu or -Ox)
- # Gerk - Nov 26, 2002
- use ppc && CFLAGS="-pipe -fsigned-char"
-
- # Detect mips systems properly
- gnuconfig_update
-
- ./configure --prefix=/usr \
- --include=/usr/include/postgresql/libpq-${SLOT} \
- --mandir=/usr/share/man \
- --host=${CHOST} \
- --with-docdir=/usr/share/doc/${PF} \
- --libdir=/usr/$(get_libdir) \
- --enable-depend \
- --with-gnu-ld \
- $myconf || die
-
- cd ${S}/src/interfaces/libpq
- emake LD="$(tc-getLD) $(get_abi_LDFLAGS)" || die
-}
-
-src_install() {
- cd ${S}/src/interfaces/libpq
- make DESTDIR=${D} LIBDIR=${D}/usr/$(get_libdir) install || die
-
- cd ${S}/src/include
- make DESTDIR=${D} install || die
-
- cd ${S}
- dodoc README HISTORY COPYRIGHT INSTALL
-
- dosym libpq-${SLOT}.a /usr/$(get_libdir)/libpq.a
-
- for f in ${D}/usr/include/postgresql/libpq-${SLOT}/*.h
- do
- dosym postgresql/libpq-${SLOT}/$(basename $f) /usr/include/
- done
-
- dodir /usr/include/libpq
- for f in ${D}/usr/include/postgresql/libpq-${SLOT}/libpq/*.h
- do
- dosym ../postgresql/libpq-${SLOT}/libpq/$(basename $f) /usr/include/libpq/
- done
-
- cd ${D}/usr/include/postgresql/libpq-${SLOT}
- for f in $(find * -name '*.h' -print) ; do
- destdir=$(dirname $f)
- if [ ! -d "${D}/usr/include/postgresql/${destdir}" ]; then
- dodir /usr/include/postgresql/${destdir}
- fi
- dosym /usr/include/postgresql/libpq-${SLOT}/${f} /usr/include/postgresql/${destdir}/
- done
-}
diff --git a/dev-db/libpq/libpq-8.1_beta2.ebuild b/dev-db/libpq/libpq-8.1_beta2.ebuild
deleted file mode 100644
index 3183b34c396c..000000000000
--- a/dev-db/libpq/libpq-8.1_beta2.ebuild
+++ /dev/null
@@ -1,111 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/libpq/libpq-8.1_beta2.ebuild,v 1.1 2005/10/08 22:59:38 nakano Exp $
-
-inherit eutils gnuconfig flag-o-matic toolchain-funcs
-
-DESCRIPTION="Libraries of postgresql"
-HOMEPAGE="http://www.postgresql.org/"
-MY_PV=${PV/_/}
-MY_P="postgresql-${MY_PV}"
-SRC_URI="mirror://postgresql/source/v8.1beta/postgresql-base-${MY_PV}.tar.bz2"
-
-LICENSE="POSTGRESQL"
-SLOT="4"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
-IUSE="ssl nls pam readline zlib kerberos"
-
-S=${WORKDIR}/${MY_P}
-DEPEND="virtual/libc
- sys-devel/autoconf
- >=sys-libs/ncurses-5.2
- >=sys-devel/bison-1.875
- zlib? ( >=sys-libs/zlib-1.1.3 )
- readline? ( >=sys-libs/readline-4.1 )
- ssl? ( >=dev-libs/openssl-0.9.6-r1 )
- nls? ( sys-devel/gettext )
- kerberos? ( virtual/krb5 )"
-RDEPEND="virtual/libc
- zlib? ( >=sys-libs/zlib-1.1.3 )
- ssl? ( >=dev-libs/openssl-0.9.6-r1 )
- kerberos? ( virtual/krb5 )"
-
-MAKEOPTS="${MAKEOPTS} -j1"
-
-pkg_preinst() {
- # removing wrong symlink which is created by previous ebuild.
- if [ -L ${ROOT}/usr/include/libpq ]; then
- rm ${ROOT}/usr/include/libpq
- fi
-}
-
-src_unpack() {
- unpack ${A}
- epatch ${FILESDIR}/${P}-gentoo.patch
-}
-
-src_compile() {
- filter-flags -ffast-math -feliminate-dwarf2-dups
-
- local myconf
- use ssl && myconf="$myconf --with-openssl"
- use nls && myconf="$myconf --enable-nls"
- use pam && myconf="$myconf --with-pam"
- use readline || myconf="$myconf --without-readline"
- use zlib || myconf="$myconf --without-zlib"
- use kerberos && myconf="$myconf --with-krb5"
-
- # these are the only working CFLAGS I could get on ppc, so locking them
- # down, anything more aggressive fails (i.e. -mcpu or -Ox)
- # Gerk - Nov 26, 2002
- use ppc && CFLAGS="-pipe -fsigned-char"
-
- # Detect mips systems properly
- gnuconfig_update
-
- ./configure --prefix=/usr \
- --include=/usr/include/postgresql/libpq-${SLOT} \
- --mandir=/usr/share/man \
- --host=${CHOST} \
- --with-docdir=/usr/share/doc/${PF} \
- --libdir=/usr/$(get_libdir) \
- --enable-depend \
- --with-gnu-ld \
- $myconf || die
-
- cd ${S}/src/interfaces/libpq
- emake LD="$(tc-getLD) $(get_abi_LDFLAGS)" || die
-}
-
-src_install() {
- cd ${S}/src/interfaces/libpq
- make DESTDIR=${D} LIBDIR=${D}/usr/$(get_libdir) install || die
-
- cd ${S}/src/include
- make DESTDIR=${D} install || die
-
- cd ${S}
- dodoc README HISTORY COPYRIGHT INSTALL
-
- dosym libpq-${SLOT}.a /usr/$(get_libdir)/libpq.a
-
- for f in ${D}/usr/include/postgresql/libpq-${SLOT}/*.h
- do
- dosym postgresql/libpq-${SLOT}/$(basename $f) /usr/include/
- done
-
- dodir /usr/include/libpq
- for f in ${D}/usr/include/postgresql/libpq-${SLOT}/libpq/*.h
- do
- dosym ../postgresql/libpq-${SLOT}/libpq/$(basename $f) /usr/include/libpq/
- done
-
- cd ${D}/usr/include/postgresql/libpq-${SLOT}
- for f in $(find * -name '*.h' -print) ; do
- destdir=$(dirname $f)
- if [ ! -d "${D}/usr/include/postgresql/${destdir}" ]; then
- dodir /usr/include/postgresql/${destdir}
- fi
- dosym /usr/include/postgresql/libpq-${SLOT}/${f} /usr/include/postgresql/${destdir}/
- done
-}