* [gentoo-commits] gentoo-x86 commit in dev-db/postgresql-base: postgresql-base-7.4.28.ebuild postgresql-base-8.0.24.ebuild postgresql-base-8.3.10.ebuild postgresql-base-8.1.20.ebuild postgresql-base-8.2.16.ebuild ChangeLog postgresql-base-8.4.3.ebuild postgresql-base-9.0_alpha4.ebuild postgresql-base-7.3.21.ebuild postgresql-base-8.5_alpha3.ebuild
@ 2010-03-16 22:49 Patrick Lauer (patrick)
0 siblings, 0 replies; only message in thread
From: Patrick Lauer (patrick) @ 2010-03-16 22:49 UTC (permalink / raw
To: gentoo-commits
patrick 10/03/16 22:49:47
Modified: ChangeLog postgresql-base-9.0_alpha4.ebuild
Added: postgresql-base-7.4.28.ebuild
postgresql-base-8.0.24.ebuild
postgresql-base-8.3.10.ebuild
postgresql-base-8.1.20.ebuild
postgresql-base-8.2.16.ebuild
postgresql-base-8.4.3.ebuild
Removed: postgresql-base-7.3.21.ebuild
postgresql-base-8.5_alpha3.ebuild
Log:
Bump, remove 7.3 and 8.5, eapi2, many fixes thanks to Aaron W. Swenson
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.47 dev-db/postgresql-base/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/postgresql-base/ChangeLog?rev=1.47&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/postgresql-base/ChangeLog?rev=1.47&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/postgresql-base/ChangeLog?r1=1.46&r2=1.47
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/postgresql-base/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog 26 Feb 2010 15:47:40 -0000 1.46
+++ ChangeLog 16 Mar 2010 22:49:44 -0000 1.47
@@ -1,6 +1,25 @@
# ChangeLog for dev-db/postgresql-base
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-base/ChangeLog,v 1.46 2010/02/26 15:47:40 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-base/ChangeLog,v 1.47 2010/03/16 22:49:44 patrick Exp $
+
+*postgresql-base-8.4.3 (16 Mar 2010)
+*postgresql-base-8.3.10 (16 Mar 2010)
+*postgresql-base-8.2.16 (16 Mar 2010)
+*postgresql-base-8.1.20 (16 Mar 2010)
+*postgresql-base-8.0.24 (16 Mar 2010)
+*postgresql-base-7.4.28 (16 Mar 2010)
+
+ 16 Mar 2010; Patrick Lauer <patrick@gentoo.org>
+ -postgresql-base-7.3.21.ebuild, -files/postgresql-7.3.21-autoconf.patch,
+ -files/postgresql-7.3-base.patch, +postgresql-base-7.4.28.ebuild,
+ +files/postgresql-7.4.28-autoconf.patch, +postgresql-base-8.0.24.ebuild,
+ +postgresql-base-8.1.20.ebuild, +postgresql-base-8.2.16.ebuild,
+ +postgresql-base-8.3.10.ebuild, +postgresql-base-8.4.3.ebuild,
+ -postgresql-base-8.5_alpha3.ebuild, -files/postgresql-8.5-base.patch,
+ -files/postgresql-8.5-common.patch, -files/postgresql-8.5-makefile.patch,
+ postgresql-base-9.0_alpha4.ebuild:
+ Bump, remove 7.3 (unsupported upstream) and 8.5alpha (9.0 now). EAPI2.
+ Thanks to Aaron W. Swenson
*postgresql-base-9.0_alpha4 (26 Feb 2010)
1.2 dev-db/postgresql-base/postgresql-base-9.0_alpha4.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/postgresql-base/postgresql-base-9.0_alpha4.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/postgresql-base/postgresql-base-9.0_alpha4.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/postgresql-base/postgresql-base-9.0_alpha4.ebuild?r1=1.1&r2=1.2
Index: postgresql-base-9.0_alpha4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/postgresql-base/postgresql-base-9.0_alpha4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- postgresql-base-9.0_alpha4.ebuild 26 Feb 2010 15:47:40 -0000 1.1
+++ postgresql-base-9.0_alpha4.ebuild 16 Mar 2010 22:49:44 -0000 1.2
@@ -1,10 +1,9 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-base/postgresql-base-9.0_alpha4.ebuild,v 1.1 2010/02/26 15:47:40 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-base/postgresql-base-9.0_alpha4.ebuild,v 1.2 2010/03/16 22:49:44 patrick Exp $
EAPI="2"
-WANT_AUTOCONF="latest"
WANT_AUTOMAKE="none"
inherit eutils multilib toolchain-funcs versionator autotools
@@ -50,7 +49,7 @@
sys-devel/flex
>=sys-devel/bison-1.875
nls? ( sys-devel/gettext )"
-PDEPEND="doc? ( dev-db/postgresql-docs:${SLOT} )"
+PDEPEND="doc? ( ~dev-db/postgresql-docs-${PV} )"
src_prepare() {
epatch "${FILESDIR}/postgresql-${SLOT}-common.patch" \
1.1 dev-db/postgresql-base/postgresql-base-7.4.28.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/postgresql-base/postgresql-base-7.4.28.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/postgresql-base/postgresql-base-7.4.28.ebuild?rev=1.1&content-type=text/plain
Index: postgresql-base-7.4.28.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-base/postgresql-base-7.4.28.ebuild,v 1.1 2010/03/16 22:49:44 patrick Exp $
EAPI="2"
WANT_AUTOMAKE="none"
inherit eutils multilib toolchain-funcs versionator autotools
KEYWORDS="~amd64 ~hppa ~ppc ~x86"
DESCRIPTION="PostgreSQL libraries and clients"
HOMEPAGE="http://www.postgresql.org/"
SRC_URI="mirror://postgresql/source/v${PV}/postgresql-${PV}.tar.bz2"
LICENSE="POSTGRESQL"
SLOT="$(get_version_component_range 1-2)"
IUSE_LINGUAS="
linguas_cs linguas_de linguas_es linguas_fr linguas_hr linguas_hu
linguas_it linguas_nb linguas_pt_BR linguas_ru linguas_sl linguas_sv
linguas_tr linguas_zh_CN linguas_zh_TW"
IUSE="doc kerberos nls pam pg-intdatetime readline ssl threads zlib ${IUSE_LINGUAS}"
RESTRICT="test"
wanted_languages() {
for u in ${IUSE_LINGUAS} ; do
use $u && echo -n "${u#linguas_} "
done
}
RDEPEND="kerberos? ( virtual/krb5 )
pam? ( virtual/pam )
readline? ( >=sys-libs/readline-4.1 )
ssl? ( >=dev-libs/openssl-0.9.6-r1 )
zlib? ( >=sys-libs/zlib-1.1.3 )
>=app-admin/eselect-postgresql-0.3
virtual/libintl
!dev-db/postgresql-libs
!dev-db/postgresql-client
!dev-db/libpq
!dev-db/postgresql"
DEPEND="${RDEPEND}
sys-devel/flex
>=sys-devel/bison-1.875
nls? ( sys-devel/gettext )"
PDEPEND="doc? ( ~dev-db/postgresql-docs-${PV} )"
S="${WORKDIR}/postgresql-${PV}"
src_prepare() {
epatch "${FILESDIR}/postgresql-${PV}-autoconf.patch" \
"${FILESDIR}/postgresql-${SLOT}-hppa.patch" \
"${FILESDIR}/postgresql-${SLOT}-base.patch" \
"${FILESDIR}/postgresql-${SLOT}-com_err.patch"
# to avoid collision - it only should be installed by server
rm "${S}/src/backend/nls.mk"
# because psql/help.c includes the file
ln -s "${S}/src/include/libpq/pqsignal.h" "${S}/src/bin/psql/"
eautoreconf
}
src_configure() {
econf --prefix=/usr/$(get_libdir)/postgresql-${SLOT} \
--datadir=/usr/share/postgresql-${SLOT} \
--sysconfdir=/etc/postgresql-${SLOT} \
--includedir=/usr/include/postgresql-${SLOT} \
--with-locale-dir=/usr/share/postgresql-${SLOT}/locale \
--mandir=/usr/share/postgresql-${SLOT}/man \
--host=${CHOST} \
--docdir=/usr/share/doc/${PF} \
--without-tcl \
--without-perl \
--without-python \
$(use_with kerberos krb5) \
"$(use_enable nls nls "$(wanted_languages)")" \
$(use_with pam) \
$(use_enable pg-intdatetime integer-datetimes ) \
$(use_with readline) \
$(use_with ssl openssl) \
$(use_enable threads thread-safety ) \
$(use_with zlib) \
|| die "configure failed"
}
src_compile() {
emake LD="$(tc-getLD) $(get_abi_LDFLAGS)" || die "emake failed"
cd "${S}/contrib"
emake LD="$(tc-getLD) $(get_abi_LDFLAGS)" || die "emake failed"
}
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
insinto /usr/include/postgresql-${SLOT}/postmaster
doins "${S}"/src/include/postmaster/*.h
# Install missing libpgport.a
insinto /usr/$(get_libdir)/postgresql-${SLOT}/$(get_libdir)
doins "${S}/src/port/libpgport.a"
dodir /usr/share/postgresql-${SLOT}/man/man1
tar -zxf "${S}/doc/man.tar.gz" -C "${D}"/usr/share/postgresql-${SLOT}/man man1/{ecpg,pg_config}.1
rm -rf "${D}/usr/share/doc/${PF}/html"
rm "${D}/usr/share/postgresql-${SLOT}/man/man1"/{initdb,initlocation,ipcclean,pg_controldata,pg_ctl,pg_resetxlog,pg_restore,postgres,postmaster}.1
dodoc README HISTORY doc/{README.*,TODO,bug.template}
cd "${S}/contrib"
emake DESTDIR="${D}" install || die "emake install failed"
cd "${S}"
dodir /etc/eselect/postgresql/slots/${SLOT}
IDIR="/usr/include/postgresql-${SLOT}"
cat > "${D}/etc/eselect/postgresql/slots/${SLOT}/base" <<-__EOF__
postgres_ebuilds="\${postgres_ebuilds} ${PF}"
postgres_prefix=/usr/$(get_libdir)/postgresql-${SLOT}
postgres_datadir=/usr/share/postgresql-${SLOT}
postgres_bindir=/usr/$(get_libdir)/postgresql-${SLOT}/bin
postgres_symlinks=(
${IDIR} /usr/include/postgresql
${IDIR}/libpq-fe.h /usr/include/libpq-fe.h
${IDIR}/libpq /usr/include/libpq
${IDIR}/postgres_ext.h /usr/include/postgres_ext.h
)
__EOF__
cat >"${T}/50postgresql-98-${SLOT}" <<-__EOF__
LDPATH=/usr/$(get_libdir)/postgresql-${SLOT}/$(get_libdir)
MANPATH=/usr/share/postgresql-${SLOT}/man
__EOF__
doenvd "${T}/50postgresql-98-${SLOT}"
keepdir /etc/postgresql-${SLOT}
}
pkg_postinst() {
eselect postgresql update
[[ "$(eselect postgresql show)" = "(none)" ]] && eselect postgresql set ${SLOT}
elog "If you need a global psqlrc-file, you can place it in '${ROOT}/etc/postgresql-${SLOT}/'."
}
pkg_postrm() {
eselect postgresql update
}
1.1 dev-db/postgresql-base/postgresql-base-8.0.24.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/postgresql-base/postgresql-base-8.0.24.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/postgresql-base/postgresql-base-8.0.24.ebuild?rev=1.1&content-type=text/plain
Index: postgresql-base-8.0.24.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-base/postgresql-base-8.0.24.ebuild,v 1.1 2010/03/16 22:49:44 patrick Exp $
EAPI="2"
WANT_AUTOMAKE="none"
inherit eutils multilib toolchain-funcs versionator autotools
KEYWORDS="~amd64 ~hppa ~ppc ~x86"
DESCRIPTION="PostgreSQL libraries and clients"
HOMEPAGE="http://www.postgresql.org/"
SRC_URI="mirror://postgresql/source/v${PV}/postgresql-${PV}.tar.bz2"
LICENSE="POSTGRESQL"
SLOT="$(get_version_component_range 1-2)"
IUSE_LINGUAS="
linguas_af linguas_cs linguas_de linguas_es linguas_fa linguas_fr
linguas_hr linguas_hu linguas_it linguas_ko linguas_nb linguas_pl
linguas_pt_BR linguas_ro linguas_ru linguas_sk linguas_sl linguas_sv
linguas_tr linguas_zh_CN linguas_zh_TW"
IUSE="doc kerberos nls pam pg-intdatetime readline ssl threads zlib ${IUSE_LINGUAS}"
RESTRICT="test"
wanted_languages() {
for u in ${IUSE_LINGUAS} ; do
use $u && echo -n "${u#linguas_} "
done
}
RDEPEND="kerberos? ( virtual/krb5 )
pam? ( virtual/pam )
readline? ( >=sys-libs/readline-4.1 )
ssl? ( >=dev-libs/openssl-0.9.6-r1 )
zlib? ( >=sys-libs/zlib-1.1.3 )
>=app-admin/eselect-postgresql-0.3
virtual/libintl
!dev-db/postgresql-libs
!dev-db/postgresql-client
!dev-db/libpq
!dev-db/postgresql"
DEPEND="${RDEPEND}
sys-devel/flex
>=sys-devel/bison-1.875
nls? ( sys-devel/gettext )"
PDEPEND="doc? ( ~dev-db/postgresql-docs-${PV} )"
S="${WORKDIR}/postgresql-${PV}"
src_prepare() {
epatch "${FILESDIR}/postgresql-${SLOT}-common.patch" \
"${FILESDIR}/postgresql-${SLOT}-base.patch" \
"${FILESDIR}/postgresql-8.x-relax_ssl_perms.patch"
# to avoid collision - it only should be installed by server
rm "${S}/src/backend/nls.mk"
# because psql/help.c includes the file
ln -s "${S}/src/include/libpq/pqsignal.h" "${S}/src/bin/psql/"
eautoconf
}
src_configure() {
econf --prefix=/usr/$(get_libdir)/postgresql-${SLOT} \
--datadir=/usr/share/postgresql-${SLOT} \
--sysconfdir=/etc/postgresql-${SLOT} \
--includedir=/usr/include/postgresql-${SLOT} \
--with-locale-dir=/usr/share/postgresql-${SLOT}/locale \
--mandir=/usr/share/postgresql-${SLOT}/man \
--without-docdir \
--without-tcl \
--without-perl \
--without-python \
$(use_with kerberos krb5) \
"$(use_enable nls nls "$(wanted_languages)")" \
$(use_with pam) \
$(use_enable pg-intdatetime integer-datetimes ) \
$(use_with readline) \
$(use_with ssl openssl) \
$(use_enable threads thread-safety) \
$(use_enable threads thread-safety-force) \
$(use_with zlib) \
|| die "configure failed"
}
src_compile() {
emake LD="$(tc-getLD) $(get_abi_LDFLAGS)" || die "emake failed"
cd "${S}/contrib"
emake LD="$(tc-getLD) $(get_abi_LDFLAGS)" || die "emake failed"
}
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
insinto /usr/include/postgresql-${SLOT}/postmaster
doins "${S}"/src/include/postmaster/*.h
dodir /usr/share/postgresql-${SLOT}/man/man1
tar -zxf "${S}/doc/man.tar.gz" -C "${D}"/usr/share/postgresql-${SLOT}/man man1/{ecpg,pg_config}.1
rm "${D}/usr/share/postgresql-${SLOT}/man/man1"/{initdb,ipcclean,pg_controldata,pg_ctl,pg_resetxlog,pg_restore,postgres,postmaster}.1
dodoc README HISTORY doc/{README.*,TODO,bug.template}
cd "${S}/contrib"
emake DESTDIR="${D}" install || die "emake install failed"
cd "${S}"
dodir /etc/eselect/postgresql/slots/${SLOT}
IDIR="/usr/include/postgresql-${SLOT}"
cat > "${D}/etc/eselect/postgresql/slots/${SLOT}/base" <<-__EOF__
postgres_ebuilds="\${postgres_ebuilds} ${PF}"
postgres_prefix=/usr/$(get_libdir)/postgresql-${SLOT}
postgres_datadir=/usr/share/postgresql-${SLOT}
postgres_bindir=/usr/$(get_libdir)/postgresql-${SLOT}/bin
postgres_symlinks=(
${IDIR} /usr/include/postgresql
${IDIR}/libpq-fe.h /usr/include/libpq-fe.h
${IDIR}/libpq /usr/include/libpq
${IDIR}/postgres_ext.h /usr/include/postgres_ext.h
)
__EOF__
cat >"${T}/50postgresql-97-${SLOT}" <<-__EOF__
LDPATH=/usr/$(get_libdir)/postgresql-${SLOT}/$(get_libdir)
MANPATH=/usr/share/postgresql-${SLOT}/man
__EOF__
doenvd "${T}/50postgresql-97-${SLOT}"
keepdir /etc/postgresql-${SLOT}
}
pkg_postinst() {
eselect postgresql update
[[ "$(eselect postgresql show)" = "(none)" ]] && eselect postgresql set ${SLOT}
elog "If you need a global psqlrc-file, you can place it in '${ROOT}/etc/postgresql-${SLOT}/'."
}
pkg_postrm() {
eselect postgresql update
}
1.1 dev-db/postgresql-base/postgresql-base-8.3.10.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/postgresql-base/postgresql-base-8.3.10.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/postgresql-base/postgresql-base-8.3.10.ebuild?rev=1.1&content-type=text/plain
Index: postgresql-base-8.3.10.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-base/postgresql-base-8.3.10.ebuild,v 1.1 2010/03/16 22:49:44 patrick Exp $
EAPI="2"
WANT_AUTOMAKE="none"
inherit eutils multilib toolchain-funcs versionator autotools
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
DESCRIPTION="PostgreSQL libraries and clients"
HOMEPAGE="http://www.postgresql.org/"
SRC_URI="mirror://postgresql/source/v${PV}/postgresql-${PV}.tar.bz2"
LICENSE="POSTGRESQL"
SLOT="$(get_version_component_range 1-2)"
IUSE_LINGUAS="
linguas_af linguas_cs linguas_de linguas_es linguas_fa linguas_fr
linguas_hr linguas_hu linguas_it linguas_ko linguas_nb linguas_pl
linguas_pt_BR linguas_ro linguas_ru linguas_sk linguas_sl linguas_sv
linguas_tr linguas_zh_CN linguas_zh_TW"
IUSE="doc kerberos nls pam pg-intdatetime readline ssl threads zlib ldap ${IUSE_LINGUAS}"
RESTRICT="test"
wanted_languages() {
for u in ${IUSE_LINGUAS} ; do
use $u && echo -n "${u#linguas_} "
done
}
RDEPEND="kerberos? ( virtual/krb5 )
pam? ( virtual/pam )
readline? ( >=sys-libs/readline-4.1 )
ssl? ( >=dev-libs/openssl-0.9.6-r1 )
zlib? ( >=sys-libs/zlib-1.1.3 )
>=app-admin/eselect-postgresql-0.3
virtual/libintl
!dev-db/postgresql-libs
!dev-db/postgresql-client
!dev-db/libpq
!dev-db/postgresql
ldap? ( net-nds/openldap )"
DEPEND="${RDEPEND}
sys-devel/flex
>=sys-devel/bison-1.875
nls? ( sys-devel/gettext )"
PDEPEND="doc? ( ~dev-db/postgresql-docs-${PV} )"
S="${WORKDIR}/postgresql-${PV}"
src_prepare() {
epatch "${FILESDIR}/postgresql-${SLOT}-common.patch" \
"${FILESDIR}/postgresql-${SLOT}-base.patch" \
"${FILESDIR}/postgresql-8.x-relax_ssl_perms.patch"
# to avoid collision - it only should be installed by server
rm "${S}/src/backend/nls.mk"
# because psql/help.c includes the file
ln -s "${S}/src/include/libpq/pqsignal.h" "${S}/src/bin/psql/"
eautoconf
}
src_configure() {
econf --prefix=/usr/$(get_libdir)/postgresql-${SLOT} \
--datadir=/usr/share/postgresql-${SLOT} \
--sysconfdir=/etc/postgresql-${SLOT} \
--includedir=/usr/include/postgresql-${SLOT} \
--with-locale-dir=/usr/share/postgresql-${SLOT}/locale \
--mandir=/usr/share/postgresql-${SLOT}/man \
--without-docdir \
--enable-depend \
--without-tcl \
--without-perl \
--without-python \
$(use_with readline) \
$(use_with kerberos krb5) \
$(use_with kerberos gssapi) \
"$(use_enable nls nls "$(wanted_languages)")" \
$(use_with pam) \
$(use_enable pg-intdatetime integer-datetimes ) \
$(use_with ssl openssl) \
$(use_enable threads thread-safety) \
$(use_enable threads thread-safety-force) \
$(use_with zlib) \
$(use_with ldap) \
${myconf} \
|| die "configure failed"
}
src_compile() {
emake LD="$(tc-getLD) $(get_abi_LDFLAGS)" || die "emake failed"
cd "${S}/contrib"
emake LD="$(tc-getLD) $(get_abi_LDFLAGS)" || die "emake failed"
}
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
insinto /usr/include/postgresql-${SLOT}/postmaster
doins "${S}"/src/include/postmaster/*.h
dodir /usr/share/postgresql-${SLOT}/man/man1
tar -zxf "${S}/doc/man.tar.gz" -C "${D}"/usr/share/postgresql-${SLOT}/man man1/{ecpg,pg_config}.1
rm "${D}/usr/share/postgresql-${SLOT}/man/man1"/{initdb,ipcclean,pg_controldata,pg_ctl,pg_resetxlog,pg_restore,postgres,postmaster}.1
dodoc README HISTORY doc/{README.*,TODO,bug.template}
cd "${S}/contrib"
emake DESTDIR="${D}" install || die "emake install failed"
cd "${S}"
dodir /etc/eselect/postgresql/slots/${SLOT}
IDIR="/usr/include/postgresql-${SLOT}"
cat > "${D}/etc/eselect/postgresql/slots/${SLOT}/base" <<-__EOF__
postgres_ebuilds="\${postgres_ebuilds} ${PF}"
postgres_prefix=/usr/$(get_libdir)/postgresql-${SLOT}
postgres_datadir=/usr/share/postgresql-${SLOT}
postgres_bindir=/usr/$(get_libdir)/postgresql-${SLOT}/bin
postgres_symlinks=(
${IDIR} /usr/include/postgresql
${IDIR}/libpq-fe.h /usr/include/libpq-fe.h
${IDIR}/libpq /usr/include/libpq
${IDIR}/postgres_ext.h /usr/include/postgres_ext.h
)
__EOF__
cat >"${T}/50postgresql-94-${SLOT}" <<-__EOF__
LDPATH=/usr/$(get_libdir)/postgresql-${SLOT}/$(get_libdir)
MANPATH=/usr/share/postgresql-${SLOT}/man
__EOF__
doenvd "${T}/50postgresql-94-${SLOT}"
keepdir /etc/postgresql-${SLOT}
}
pkg_postinst() {
eselect postgresql update
[[ "$(eselect postgresql show)" = "(none)" ]] && eselect postgresql set ${SLOT}
elog "If you need a global psqlrc-file, you can place it in '${ROOT}/etc/postgresql-${SLOT}/'."
}
pkg_postrm() {
eselect postgresql update
}
1.1 dev-db/postgresql-base/postgresql-base-8.1.20.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/postgresql-base/postgresql-base-8.1.20.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/postgresql-base/postgresql-base-8.1.20.ebuild?rev=1.1&content-type=text/plain
Index: postgresql-base-8.1.20.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-base/postgresql-base-8.1.20.ebuild,v 1.1 2010/03/16 22:49:44 patrick Exp $
EAPI="2"
WANT_AUTOMAKE="none"
inherit eutils multilib toolchain-funcs versionator autotools
KEYWORDS="~amd64 ~hppa ~ppc ~x86"
DESCRIPTION="PostgreSQL libraries and clients"
HOMEPAGE="http://www.postgresql.org/"
SRC_URI="mirror://postgresql/source/v${PV}/postgresql-${PV}.tar.bz2"
LICENSE="POSTGRESQL"
SLOT="$(get_version_component_range 1-2)"
IUSE_LINGUAS="
linguas_af linguas_cs linguas_de linguas_es linguas_fa linguas_fr
linguas_hr linguas_hu linguas_it linguas_ko linguas_nb linguas_pl
linguas_pt_BR linguas_ro linguas_ru linguas_sk linguas_sl linguas_sv
linguas_tr linguas_zh_CN linguas_zh_TW"
IUSE="doc kerberos nls pam pg-intdatetime readline ssl threads zlib ${IUSE_LINGUAS}"
RESTRICT="test"
wanted_languages() {
for u in ${IUSE_LINGUAS} ; do
use $u && echo -n "${u#linguas_} "
done
}
RDEPEND="kerberos? ( virtual/krb5 )
pam? ( virtual/pam )
readline? ( >=sys-libs/readline-4.1 )
ssl? ( >=dev-libs/openssl-0.9.6-r1 )
zlib? ( >=sys-libs/zlib-1.1.3 )
>=app-admin/eselect-postgresql-0.3
virtual/libintl
!dev-db/postgresql-libs
!dev-db/postgresql-client
!dev-db/libpq
!dev-db/postgresql"
DEPEND="${RDEPEND}
sys-devel/flex
>=sys-devel/bison-1.875
nls? ( sys-devel/gettext )"
PDEPEND="doc? ( ~dev-db/postgresql-docs-${PV} )"
S="${WORKDIR}/postgresql-${PV}"
src_prepare() {
epatch "${FILESDIR}/postgresql-${SLOT}-common.patch" \
"${FILESDIR}/postgresql-${SLOT}-base.patch" \
"${FILESDIR}/postgresql-8.x-relax_ssl_perms.patch"
# to avoid collision - it only should be installed by server
rm "${S}/src/backend/nls.mk"
# because psql/help.c includes the file
ln -s "${S}/src/include/libpq/pqsignal.h" "${S}/src/bin/psql/"
eautoconf
}
src_configure() {
econf --prefix=/usr/$(get_libdir)/postgresql-${SLOT} \
--datadir=/usr/share/postgresql-${SLOT} \
--sysconfdir=/etc/postgresql-${SLOT} \
--includedir=/usr/include/postgresql-${SLOT} \
--with-locale-dir=/usr/share/postgresql-${SLOT}/locale \
--mandir=/usr/share/postgresql-${SLOT}/man \
--without-docdir \
--without-tcl \
--without-perl \
--without-python \
$(use_with kerberos krb5) \
"$(use_enable nls nls "$(wanted_languages)")" \
$(use_with pam) \
$(use_enable pg-intdatetime integer-datetimes ) \
$(use_with readline) \
$(use_with ssl openssl) \
$(use_enable threads thread-safety) \
$(use_enable threads thread-safety-force) \
$(use_with zlib) \
|| die "configure failed"
}
src_compile() {
emake LD="$(tc-getLD) $(get_abi_LDFLAGS)" || die "emake failed"
cd "${S}/contrib"
emake LD="$(tc-getLD) $(get_abi_LDFLAGS)" || die "emake failed"
}
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
insinto /usr/include/postgresql-${SLOT}/postmaster
doins "${S}"/src/include/postmaster/*.h
dodir /usr/share/postgresql-${SLOT}/man/man1
tar -zxf "${S}/doc/man.tar.gz" -C "${D}"/usr/share/postgresql-${SLOT}/man man1/{ecpg,pg_config}.1
rm "${D}/usr/share/postgresql-${SLOT}/man/man1"/{initdb,ipcclean,pg_controldata,pg_ctl,pg_resetxlog,pg_restore,postgres,postmaster}.1
dodoc README HISTORY doc/{README.*,TODO,bug.template}
cd "${S}/contrib"
emake DESTDIR="${D}" install || die "emake install failed"
cd "${S}"
dodir /etc/eselect/postgresql/slots/${SLOT}
IDIR="/usr/include/postgresql-${SLOT}"
cat > "${D}/etc/eselect/postgresql/slots/${SLOT}/base" <<-__EOF__
postgres_ebuilds="\${postgres_ebuilds} ${PF}"
postgres_prefix=/usr/$(get_libdir)/postgresql-${SLOT}
postgres_datadir=/usr/share/postgresql-${SLOT}
postgres_bindir=/usr/$(get_libdir)/postgresql-${SLOT}/bin
postgres_symlinks=(
${IDIR} /usr/include/postgresql
${IDIR}/libpq-fe.h /usr/include/libpq-fe.h
${IDIR}/libpq /usr/include/libpq
${IDIR}/postgres_ext.h /usr/include/postgres_ext.h
)
__EOF__
cat >"${T}/50postgresql-96-${SLOT}" <<-__EOF__
LDPATH=/usr/$(get_libdir)/postgresql-${SLOT}/$(get_libdir)
MANPATH=/usr/share/postgresql-${SLOT}/man
__EOF__
doenvd "${T}/50postgresql-96-${SLOT}"
keepdir /etc/postgresql-${SLOT}
}
pkg_postinst() {
eselect postgresql update
[[ "$(eselect postgresql show)" = "(none)" ]] && eselect postgresql set ${SLOT}
elog "If you need a global psqlrc-file, you can place it in '${ROOT}/etc/postgresql-${SLOT}/'."
}
pkg_postrm() {
eselect postgresql update
}
1.1 dev-db/postgresql-base/postgresql-base-8.2.16.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/postgresql-base/postgresql-base-8.2.16.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/postgresql-base/postgresql-base-8.2.16.ebuild?rev=1.1&content-type=text/plain
Index: postgresql-base-8.2.16.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-base/postgresql-base-8.2.16.ebuild,v 1.1 2010/03/16 22:49:44 patrick Exp $
EAPI="2"
WANT_AUTOMAKE="none"
inherit eutils multilib toolchain-funcs versionator autotools
KEYWORDS="~amd64 ~hppa ~ppc ~x86"
DESCRIPTION="PostgreSQL libraries and clients"
HOMEPAGE="http://www.postgresql.org/"
SRC_URI="mirror://postgresql/source/v${PV}/postgresql-${PV}.tar.bz2"
LICENSE="POSTGRESQL"
SLOT="$(get_version_component_range 1-2)"
IUSE_LINGUAS="
linguas_af linguas_cs linguas_de linguas_es linguas_fa linguas_fr
linguas_hr linguas_hu linguas_it linguas_ko linguas_nb linguas_pl
linguas_pt_BR linguas_ro linguas_ru linguas_sk linguas_sl linguas_sv
linguas_tr linguas_zh_CN linguas_zh_TW"
IUSE="doc kerberos nls pam pg-intdatetime readline ssl threads zlib ldap ${IUSE_LINGUAS}"
RESTRICT="test"
wanted_languages() {
for u in ${IUSE_LINGUAS} ; do
use $u && echo -n "${u#linguas_} "
done
}
RDEPEND="kerberos? ( virtual/krb5 )
pam? ( virtual/pam )
readline? ( >=sys-libs/readline-4.1 )
ssl? ( >=dev-libs/openssl-0.9.6-r1 )
zlib? ( >=sys-libs/zlib-1.1.3 )
>=app-admin/eselect-postgresql-0.3
virtual/libintl
!dev-db/postgresql-libs
!dev-db/postgresql-client
!dev-db/libpq
!dev-db/postgresql
ldap? ( net-nds/openldap )"
DEPEND="${RDEPEND}
sys-devel/flex
>=sys-devel/bison-1.875
nls? ( sys-devel/gettext )"
PDEPEND="doc? ( ~dev-db/postgresql-docs-${PV} )"
S="${WORKDIR}/postgresql-${PV}"
src_prepare() {
epatch "${FILESDIR}/postgresql-${SLOT}-common.patch" \
"${FILESDIR}/postgresql-${SLOT}-base.patch" \
"${FILESDIR}/postgresql-8.x-relax_ssl_perms.patch"
# to avoid collision - it only should be installed by server
rm "${S}/src/backend/nls.mk"
# because psql/help.c includes the file
ln -s "${S}/src/include/libpq/pqsignal.h" "${S}/src/bin/psql/"
eautoconf
}
src_configure() {
econf --prefix=/usr/$(get_libdir)/postgresql-${SLOT} \
--datadir=/usr/share/postgresql-${SLOT} \
--sysconfdir=/etc/postgresql-${SLOT} \
--includedir=/usr/include/postgresql-${SLOT} \
--with-locale-dir=/usr/share/postgresql-${SLOT}/locale \
--mandir=/usr/share/postgresql-${SLOT}/man \
--without-docdir \
--enable-depend \
--without-tcl \
--without-perl \
--without-python \
--without-libedit \
$(use_with readline) \
$(use_with kerberos krb5) \
"$(use_enable nls nls "$(wanted_languages)")" \
$(use_with pam) \
$(use_enable pg-intdatetime integer-datetimes ) \
$(use_with ssl openssl) \
$(use_enable threads thread-safety) \
$(use_enable threads thread-safety-force) \
$(use_with zlib) \
$(use_with ldap) \
${myconf} \
|| die "configure failed"
}
src_compile() {
emake LD="$(tc-getLD) $(get_abi_LDFLAGS)" || die "emake failed"
cd "${S}/contrib"
emake LD="$(tc-getLD) $(get_abi_LDFLAGS)" || die "emake failed"
}
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
insinto /usr/include/postgresql-${SLOT}/postmaster
doins "${S}"/src/include/postmaster/*.h
dodir /usr/share/postgresql-${SLOT}/man/man1
tar -zxf "${S}/doc/man.tar.gz" -C "${D}"/usr/share/postgresql-${SLOT}/man man1/{ecpg,pg_config}.1
rm "${D}/usr/share/postgresql-${SLOT}/man/man1"/{initdb,ipcclean,pg_controldata,pg_ctl,pg_resetxlog,pg_restore,postgres,postmaster}.1
dodoc README HISTORY doc/{README.*,TODO,bug.template}
cd "${S}/contrib"
emake DESTDIR="${D}" install || die "emake install failed"
cd "${S}"
dodir /etc/eselect/postgresql/slots/${SLOT}
IDIR="/usr/include/postgresql-${SLOT}"
cat > "${D}/etc/eselect/postgresql/slots/${SLOT}/base" <<-__EOF__
postgres_ebuilds="\${postgres_ebuilds} ${PF}"
postgres_prefix=/usr/$(get_libdir)/postgresql-${SLOT}
postgres_datadir=/usr/share/postgresql-${SLOT}
postgres_bindir=/usr/$(get_libdir)/postgresql-${SLOT}/bin
postgres_symlinks=(
${IDIR} /usr/include/postgresql
${IDIR}/libpq-fe.h /usr/include/libpq-fe.h
${IDIR}/libpq /usr/include/libpq
${IDIR}/postgres_ext.h /usr/include/postgres_ext.h
)
__EOF__
cat >"${T}/50postgresql-95-${SLOT}" <<-__EOF__
LDPATH=/usr/$(get_libdir)/postgresql-${SLOT}/$(get_libdir)
MANPATH=/usr/share/postgresql-${SLOT}/man
__EOF__
doenvd "${T}/50postgresql-95-${SLOT}"
keepdir /etc/postgresql-${SLOT}
}
pkg_postinst() {
eselect postgresql update
[[ "$(eselect postgresql show)" = "(none)" ]] && eselect postgresql set ${SLOT}
elog "If you need a global psqlrc-file, you can place it in '${ROOT}/etc/postgresql-${SLOT}/'."
}
pkg_postrm() {
eselect postgresql update
}
1.1 dev-db/postgresql-base/postgresql-base-8.4.3.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/postgresql-base/postgresql-base-8.4.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/postgresql-base/postgresql-base-8.4.3.ebuild?rev=1.1&content-type=text/plain
Index: postgresql-base-8.4.3.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-base/postgresql-base-8.4.3.ebuild,v 1.1 2010/03/16 22:49:44 patrick Exp $
EAPI="2"
WANT_AUTOMAKE="none"
inherit eutils multilib toolchain-funcs versionator autotools
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
DESCRIPTION="PostgreSQL libraries and clients"
HOMEPAGE="http://www.postgresql.org/"
SRC_URI="mirror://postgresql/source/v${PV}/postgresql-${PV}.tar.bz2"
LICENSE="POSTGRESQL"
SLOT="$(get_version_component_range 1-2)"
IUSE_LINGUAS="
linguas_af linguas_cs linguas_de linguas_es linguas_fa linguas_fr
linguas_hr linguas_hu linguas_it linguas_ko linguas_nb linguas_pl
linguas_pt_BR linguas_ro linguas_ru linguas_sk linguas_sl linguas_sv
linguas_tr linguas_zh_CN linguas_zh_TW"
IUSE="doc kerberos nls pam readline ssl threads zlib ldap pg_legacytimestamp ${IUSE_LINGUAS}"
RESTRICT="test"
wanted_languages() {
for u in ${IUSE_LINGUAS} ; do
use $u && echo -n "${u#linguas_} "
done
}
RDEPEND="kerberos? ( virtual/krb5 )
pam? ( virtual/pam )
readline? ( >=sys-libs/readline-4.1 )
ssl? ( >=dev-libs/openssl-0.9.6-r1 )
zlib? ( >=sys-libs/zlib-1.1.3 )
>=app-admin/eselect-postgresql-0.3
virtual/libintl
!dev-db/postgresql-libs
!dev-db/postgresql-client
!dev-db/libpq
!dev-db/postgresql
ldap? ( net-nds/openldap )"
DEPEND="${RDEPEND}
sys-devel/flex
>=sys-devel/bison-1.875
nls? ( sys-devel/gettext )"
PDEPEND="doc? ( ~dev-db/postgresql-docs-${PV} )"
S="${WORKDIR}/postgresql-${PV}"
src_prepare() {
epatch "${FILESDIR}/postgresql-${SLOT}-common.patch" \
"${FILESDIR}/postgresql-${SLOT}-base.patch"
# to avoid collision - it only should be installed by server
rm "${S}/src/backend/nls.mk"
# because psql/help.c includes the file
ln -s "${S}/src/include/libpq/pqsignal.h" "${S}/src/bin/psql/"
eautoconf
}
src_configure() {
econf --prefix=/usr/$(get_libdir)/postgresql-${SLOT} \
--datadir=/usr/share/postgresql-${SLOT} \
--docdir=/usr/share/doc/postgresql-${SLOT} \
--sysconfdir=/etc/postgresql-${SLOT} \
--includedir=/usr/include/postgresql-${SLOT} \
--mandir=/usr/share/postgresql-${SLOT}/man \
--enable-depend \
--without-tcl \
--without-perl \
--without-python \
$(use_with readline) \
$(use_with kerberos krb5) \
$(use_with kerberos gssapi) \
"$(use_enable nls nls "$(wanted_languages)")" \
$(use_with pam) \
$(use_enable !pg_legacytimestamp integer-datetimes ) \
$(use_with ssl openssl) \
$(use_enable threads thread-safety) \
$(use_enable threads thread-safety-force) \
$(use_with zlib) \
$(use_with ldap) \
${myconf} \
|| die "configure failed"
}
src_compile() {
emake LD="$(tc-getLD) $(get_abi_LDFLAGS)" || die "emake failed"
cd "${S}/contrib"
emake LD="$(tc-getLD) $(get_abi_LDFLAGS)" || die "emake failed"
}
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
insinto /usr/include/postgresql-${SLOT}/postmaster
doins "${S}"/src/include/postmaster/*.h
dodir /usr/share/postgresql-${SLOT}/man/man1
tar -zxf "${S}/doc/man.tar.gz" -C "${D}"/usr/share/postgresql-${SLOT}/man man1/{ecpg,pg_config}.1
rm -r "${D}/usr/share/doc/postgresql-${SLOT}/html"
rm "${D}/usr/share/postgresql-${SLOT}/man/man1"/{initdb,ipcclean,pg_controldata,pg_ctl,pg_resetxlog,pg_restore,postgres,postmaster}.1
dodoc README HISTORY doc/{README.*,TODO,bug.template}
cd "${S}/contrib"
emake DESTDIR="${D}" install || die "emake install failed"
cd "${S}"
dodir /etc/eselect/postgresql/slots/${SLOT}
IDIR="/usr/include/postgresql-${SLOT}"
cat > "${D}/etc/eselect/postgresql/slots/${SLOT}/base" <<-__EOF__
postgres_ebuilds="\${postgres_ebuilds} ${PF}"
postgres_prefix=/usr/$(get_libdir)/postgresql-${SLOT}
postgres_datadir=/usr/share/postgresql-${SLOT}
postgres_bindir=/usr/$(get_libdir)/postgresql-${SLOT}/bin
postgres_symlinks=(
${IDIR} /usr/include/postgresql
${IDIR}/libpq-fe.h /usr/include/libpq-fe.h
${IDIR}/libpq /usr/include/libpq
${IDIR}/postgres_ext.h /usr/include/postgres_ext.h
)
__EOF__
cat >"${T}/50postgresql-94-${SLOT}" <<-__EOF__
LDPATH=/usr/$(get_libdir)/postgresql-${SLOT}/$(get_libdir)
MANPATH=/usr/share/postgresql-${SLOT}/man
__EOF__
doenvd "${T}/50postgresql-94-${SLOT}"
keepdir /etc/postgresql-${SLOT}
}
pkg_postinst() {
eselect postgresql update
[[ "$(eselect postgresql show)" = "(none)" ]] && eselect postgresql set ${SLOT}
elog "If you need a global psqlrc-file, you can place it in '${ROOT}/etc/postgresql-${SLOT}/'."
}
pkg_postrm() {
eselect postgresql update
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-03-16 22:49 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-16 22:49 [gentoo-commits] gentoo-x86 commit in dev-db/postgresql-base: postgresql-base-7.4.28.ebuild postgresql-base-8.0.24.ebuild postgresql-base-8.3.10.ebuild postgresql-base-8.1.20.ebuild postgresql-base-8.2.16.ebuild ChangeLog postgresql-base-8.4.3.ebuild postgresql-base-9.0_alpha4.ebuild postgresql-base-7.3.21.ebuild postgresql-base-8.5_alpha3.ebuild Patrick Lauer (patrick)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox