From 31aebfbb406f3bf19ba91692e93f091dc0477501 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Mon, 12 Jan 2026 18:22:22 +0000 Subject: Bump postgresql-fdw-mysql to v2.9.3 --- dev-db/postgresql-fdw-mysql/Manifest | 4 +-- .../postgresql-fdw-mysql-2.6.0.ebuild | 31 ---------------------- .../postgresql-fdw-mysql-2.9.3.ebuild | 31 ++++++++++++++++++++++ 3 files changed, 33 insertions(+), 33 deletions(-) delete mode 100644 dev-db/postgresql-fdw-mysql/postgresql-fdw-mysql-2.6.0.ebuild create mode 100644 dev-db/postgresql-fdw-mysql/postgresql-fdw-mysql-2.9.3.ebuild diff --git a/dev-db/postgresql-fdw-mysql/Manifest b/dev-db/postgresql-fdw-mysql/Manifest index 466a3f1..ce18546 100644 --- a/dev-db/postgresql-fdw-mysql/Manifest +++ b/dev-db/postgresql-fdw-mysql/Manifest @@ -1,4 +1,4 @@ -DIST REL-2_6_0.tar.gz 112248 BLAKE2B 1cc10cf2f8774036115d00687f423bcfd1f5228ba20ddd8dd91b6fc97b96f17f2bbccd9fb2dd4a4e24554eb6454e53665f028ec6e1c19133d26153045b985222 SHA512 97ce86970d3f131bc7fff1cd8ac0dbad625cbdc7a0c7cd2627683b6eb4df789764a5305f1a66bc7cfb9f3be052dd7d14c1091659fc62c97119e11f7b495c2f6d DIST REL-2_9_1.tar.gz 168896 BLAKE2B bcc71e595903b595dff2f7444aa14f377c27592a19d4208f2aa6ffa3c504ee0a5a13127aadd4f8ecb7221224fcfca1fc6c1f51de5deca87f63ed56370a2629c7 SHA512 b32827baaf523d5b9ee307a44ec8753e040f88e39f87d7df8c6b85a0bd79eab95fab3a236edbe75296b8e603aa13dc4a85bc0750e000cc2b420065fa430fca0f -EBUILD postgresql-fdw-mysql-2.6.0.ebuild 594 BLAKE2B bfe9eeef574e3aa9f469fb22dd5fcdf65c85529bbab5dda008840c1d3e48a97fc6c9e1cfd24c54437eb5fdf60cad607c6013e1dc53b92e920fcc80e083619f54 SHA512 4cd380d2c08694157447f0861da6e9402ac513a7c19ebcc7242429568be436da79ee471d2eac0fed256f39b92512031c90a3f9046c2d0249c3734bd11688b6ce +DIST REL-2_9_3.tar.gz 173495 BLAKE2B 0233f901c12faf3c07676cb5acf746d449608362b51e39495bb02c0fc8fd0df678b6f642b98b96d53dc49667abb2ec23d5e16105fa0beba77fd2aa8cedd45118 SHA512 41400c67c6a3a301d024a15db86bf9a87d63a704c87703d59ab6a7e2afade4031e651b8726ab330ac7a4dbb23407d26504e06fb57792296e8f8d127a6e387c8f EBUILD postgresql-fdw-mysql-2.9.1.ebuild 594 BLAKE2B 454d8d82d019d9c19b4b5ad360eeef4e61aa68a5cceb1620ca7bb3b690e0c339d2c938bd158204e71758d609675e1a22ca1ceb7494fc2a943fb1b473af98a83e SHA512 e91e4bfd5d554ff4a4e59e5d3f403e1e556f1868a40d4b989e31a2d19a0e6eb90814409bcc6b8ab952e6809ab3a93c45ab839de65949880bd99b7cd18bdee942 +EBUILD postgresql-fdw-mysql-2.9.3.ebuild 594 BLAKE2B 454d8d82d019d9c19b4b5ad360eeef4e61aa68a5cceb1620ca7bb3b690e0c339d2c938bd158204e71758d609675e1a22ca1ceb7494fc2a943fb1b473af98a83e SHA512 e91e4bfd5d554ff4a4e59e5d3f403e1e556f1868a40d4b989e31a2d19a0e6eb90814409bcc6b8ab952e6809ab3a93c45ab839de65949880bd99b7cd18bdee942 diff --git a/dev-db/postgresql-fdw-mysql/postgresql-fdw-mysql-2.6.0.ebuild b/dev-db/postgresql-fdw-mysql/postgresql-fdw-mysql-2.6.0.ebuild deleted file mode 100644 index 197e5ce..0000000 --- a/dev-db/postgresql-fdw-mysql/postgresql-fdw-mysql-2.6.0.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="7" - -DESCRIPTION="PostgreSQL foreign data wrapper for MySQL" -HOMEPAGE="https://github.com/EnterpriseDB/mysql_fdw" -SRC_URI="https://github.com/EnterpriseDB/mysql_fdw/archive/REL-${PV//./_}.tar.gz" - -LICENSE="mysql_fdw" -SLOT="0" -KEYWORDS="amd64" -IUSE="" - -S="${WORKDIR}/mysql_fdw-REL-${PV//./_}" - -DEPEND=" - dev-db/mysql-connector-c - >=dev-db/postgresql-9.4 - " -RDEPEND="${DEPEND}" - -src_compile() { - emake USE_PGXS=1 -} - -src_install() { - emake USE_PGXS=1 install DESTDIR="${D}" -} - diff --git a/dev-db/postgresql-fdw-mysql/postgresql-fdw-mysql-2.9.3.ebuild b/dev-db/postgresql-fdw-mysql/postgresql-fdw-mysql-2.9.3.ebuild new file mode 100644 index 0000000..a38387f --- /dev/null +++ b/dev-db/postgresql-fdw-mysql/postgresql-fdw-mysql-2.9.3.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="7" + +DESCRIPTION="PostgreSQL foreign data wrapper for MySQL" +HOMEPAGE="https://github.com/EnterpriseDB/mysql_fdw" +SRC_URI="https://github.com/EnterpriseDB/mysql_fdw/archive/REL-${PV//./_}.tar.gz" + +LICENSE="mysql_fdw" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +S="${WORKDIR}/mysql_fdw-REL-${PV//./_}" + +DEPEND=" + dev-db/mysql-connector-c + >=dev-db/postgresql-11 + " +RDEPEND="${DEPEND}" + +src_compile() { + emake USE_PGXS=1 +} + +src_install() { + emake USE_PGXS=1 install DESTDIR="${D}" +} + -- cgit v1.2.3