* [gentoo-commits] gentoo-x86 commit in dev-db/pgpool2: pgpool2-3.0.4.ebuild ChangeLog pgpool2-3.0.7.ebuild pgpool2-9999.ebuild pgpool2-3.1.3.ebuild
@ 2012-04-23 15:00 Aaron Swenson (titanofold)
0 siblings, 0 replies; only message in thread
From: Aaron Swenson (titanofold) @ 2012-04-23 15:00 UTC (permalink / raw
To: gentoo-commits
titanofold 12/04/23 15:00:45
Modified: pgpool2-3.0.4.ebuild ChangeLog pgpool2-9999.ebuild
Added: pgpool2-3.0.7.ebuild pgpool2-3.1.3.ebuild
Log:
Version bump. Fixes bug 410059. Fixed minor syntax.
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Revision Changes Path
1.2 dev-db/pgpool2/pgpool2-3.0.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgpool2/pgpool2-3.0.4.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgpool2/pgpool2-3.0.4.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgpool2/pgpool2-3.0.4.ebuild?r1=1.1&r2=1.2
Index: pgpool2-3.0.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/pgpool2/pgpool2-3.0.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pgpool2-3.0.4.ebuild 19 Jun 2011 18:50:43 -0000 1.1
+++ pgpool2-3.0.4.ebuild 23 Apr 2012 15:00:44 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/pgpool2/pgpool2-3.0.4.ebuild,v 1.1 2011/06/19 18:50:43 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/pgpool2/pgpool2-3.0.4.ebuild,v 1.2 2012/04/23 15:00:44 titanofold Exp $
EAPI=4
@@ -58,7 +58,7 @@
src_configure() {
econf \
- --sysconfdir=${EROOT}/etc/${PN} \
+ --sysconfdir="${EROOT}/etc/${PN}" \
--disable-rpath \
$(use_enable static-libs static) \
$(use_with ssl openssl) \
1.9 dev-db/pgpool2/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgpool2/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgpool2/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgpool2/ChangeLog?r1=1.8&r2=1.9
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/pgpool2/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog 19 Jun 2011 18:50:43 -0000 1.8
+++ ChangeLog 23 Apr 2012 15:00:44 -0000 1.9
@@ -1,6 +1,13 @@
# ChangeLog for dev-db/pgpool2
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/pgpool2/ChangeLog,v 1.8 2011/06/19 18:50:43 scarabeus Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-db/pgpool2/ChangeLog,v 1.9 2012/04/23 15:00:44 titanofold Exp $
+
+*pgpool2-3.1.3 (23 Apr 2012)
+*pgpool2-3.0.7 (23 Apr 2012)
+
+ 23 Apr 2012; Aaron W. Swenson <titanofold@gentoo.org> pgpool2-3.0.4.ebuild,
+ +pgpool2-3.0.7.ebuild, +pgpool2-3.1.3.ebuild, pgpool2-9999.ebuild:
+ Version bump. Fixes bug 410059. Fixed minor syntax.
*pgpool2-3.0.4 (19 Jun 2011)
1.4 dev-db/pgpool2/pgpool2-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgpool2/pgpool2-9999.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgpool2/pgpool2-9999.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgpool2/pgpool2-9999.ebuild?r1=1.3&r2=1.4
Index: pgpool2-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/pgpool2/pgpool2-9999.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pgpool2-9999.ebuild 19 Jun 2011 18:50:43 -0000 1.3
+++ pgpool2-9999.ebuild 23 Apr 2012 15:00:45 -0000 1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/pgpool2/pgpool2-9999.ebuild,v 1.3 2011/06/19 18:50:43 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/pgpool2/pgpool2-9999.ebuild,v 1.4 2012/04/23 15:00:45 titanofold Exp $
EAPI=4
@@ -58,7 +58,7 @@
src_configure() {
econf \
- --sysconfdir=${EROOT}/etc/${PN} \
+ --sysconfdir="${EROOT}/etc/${PN}" \
--disable-rpath \
$(use_enable static-libs static) \
$(use_with ssl openssl) \
1.1 dev-db/pgpool2/pgpool2-3.0.7.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgpool2/pgpool2-3.0.7.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgpool2/pgpool2-3.0.7.ebuild?rev=1.1&content-type=text/plain
Index: pgpool2-3.0.7.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/pgpool2/pgpool2-3.0.7.ebuild,v 1.1 2012/04/23 15:00:45 titanofold Exp $
EAPI=4
[[ ${PV} == 9999 ]] && MY_P=${PN/2/-II} || MY_P="${PN/2/-II}-${PV}"
ECVS_SERVER="cvs.pgfoundry.org:/cvsroot/pgpool"
ECVS_MODULE="pgpool-II"
[[ ${PV} == 9999 ]] && SCM_ECLASS="cvs"
inherit base autotools ${SCM_ECLASS}
unset SCM_ECLASS
DESCRIPTION="Connection pool server for PostgreSQL"
HOMEPAGE="http://pgpool.projects.postgresql.org/"
[[ ${PV} == 9999 ]] || SRC_URI="http://pgfoundry.org/frs/download.php/3076/${MY_P}.tar.gz"
LICENSE="BSD"
SLOT="0"
[[ ${PV} == 9999 ]] || KEYWORDS="~amd64 ~x86"
IUSE="pam ssl static-libs"
RDEPEND="
dev-db/postgresql-base
pam? ( sys-auth/pambase )
ssl? ( dev-libs/openssl )
"
DEPEND="${DEPEND}
sys-devel/bison
!!dev-db/pgpool
"
AUTOTOOLS_IN_SOURCE_BUILD="1"
DOCS=(
"NEWS"
"doc/where_to_send_queries.pdf"
)
HTML_DOCS=(
"doc/pgpool-en.html"
"doc/pgpool.css"
"doc/tutorial-en.html"
)
# Those turkeys didn't update the directory name!'
#S=${WORKDIR}/${MY_P}
S="${WORKDIR}/pgpool-II-3.0.4"
src_prepare() {
sed -i \
-e 's:/tmp/:/var/run/postgresql:g' \
pgpool.conf.sample pool.h || die
sed -i \
-e '/ACLOCAL_AMFLAGS/ d' \
Makefile.am || die
base_src_prepare
eautoreconf
}
src_configure() {
econf \
--sysconfdir="${EROOT}/etc/${PN}" \
--disable-rpath \
$(use_enable static-libs static) \
$(use_with ssl openssl) \
$(use_with pam)
}
src_install() {
base_src_install
find "${ED}" -name '*.la' -exec rm -f {} +
# move misc data to proper folder
mv "${ED}/usr/share/${PN/2/-II}" "${ED}/usr/share/${PN}" || die
newinitd "${FILESDIR}/${PN}.initd" ${PN}
}
1.1 dev-db/pgpool2/pgpool2-3.1.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgpool2/pgpool2-3.1.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgpool2/pgpool2-3.1.3.ebuild?rev=1.1&content-type=text/plain
Index: pgpool2-3.1.3.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/pgpool2/pgpool2-3.1.3.ebuild,v 1.1 2012/04/23 15:00:45 titanofold Exp $
EAPI=4
[[ ${PV} == 9999 ]] && MY_P=${PN/2/-II} || MY_P="${PN/2/-II}-${PV}"
ECVS_SERVER="cvs.pgfoundry.org:/cvsroot/pgpool"
ECVS_MODULE="pgpool-II"
[[ ${PV} == 9999 ]] && SCM_ECLASS="cvs"
inherit base autotools ${SCM_ECLASS}
unset SCM_ECLASS
DESCRIPTION="Connection pool server for PostgreSQL"
HOMEPAGE="http://pgpool.projects.postgresql.org/"
[[ ${PV} == 9999 ]] || SRC_URI="http://pgfoundry.org/frs/download.php/3076/${MY_P}.tar.gz"
LICENSE="BSD"
SLOT="0"
[[ ${PV} == 9999 ]] || KEYWORDS="~amd64 ~x86"
IUSE="pam ssl static-libs"
RDEPEND="
dev-db/postgresql-base
pam? ( sys-auth/pambase )
ssl? ( dev-libs/openssl )
"
DEPEND="${DEPEND}
sys-devel/bison
!!dev-db/pgpool
"
AUTOTOOLS_IN_SOURCE_BUILD="1"
DOCS=(
"NEWS"
"doc/where_to_send_queries.pdf"
)
HTML_DOCS=(
"doc/pgpool-en.html"
"doc/pgpool.css"
"doc/tutorial-en.html"
)
# Those turkeys didn't update the directory name!'
#S=${WORKDIR}/${MY_P}
S="${WORKDIR}/pgpool-II-3.0.4"
src_prepare() {
sed -i \
-e 's:/tmp/:/var/run/postgresql:g' \
pgpool.conf.sample pool.h || die
sed -i \
-e '/ACLOCAL_AMFLAGS/ d' \
Makefile.am || die
base_src_prepare
eautoreconf
}
src_configure() {
econf \
--sysconfdir="${EROOT}/etc/${PN}" \
--disable-rpath \
$(use_enable static-libs static) \
$(use_with ssl openssl) \
$(use_with pam)
}
src_install() {
base_src_install
find "${ED}" -name '*.la' -exec rm -f {} +
# move misc data to proper folder
mv "${ED}/usr/share/${PN/2/-II}" "${ED}/usr/share/${PN}" || die
newinitd "${FILESDIR}/${PN}.initd" ${PN}
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-04-23 15:00 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-23 15:00 [gentoo-commits] gentoo-x86 commit in dev-db/pgpool2: pgpool2-3.0.4.ebuild ChangeLog pgpool2-3.0.7.ebuild pgpool2-9999.ebuild pgpool2-3.1.3.ebuild Aaron Swenson (titanofold)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox