From 2a5df6a3260268f846c6269ecacca25d0f873246 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Mon, 7 Oct 2019 11:22:33 +0100 Subject: Fix postgresql-fdw-mysql deps --- dev-db/postgresql-fdw-mysql/Manifest | 2 +- .../postgresql-fdw-mysql-2.5.3-r1.ebuild | 31 ++++++++++++++++++++++ .../postgresql-fdw-mysql-2.5.3.ebuild | 31 ---------------------- 3 files changed, 32 insertions(+), 32 deletions(-) create mode 100644 dev-db/postgresql-fdw-mysql/postgresql-fdw-mysql-2.5.3-r1.ebuild delete mode 100644 dev-db/postgresql-fdw-mysql/postgresql-fdw-mysql-2.5.3.ebuild (limited to 'dev-db') diff --git a/dev-db/postgresql-fdw-mysql/Manifest b/dev-db/postgresql-fdw-mysql/Manifest index 38a0829..e89e751 100644 --- a/dev-db/postgresql-fdw-mysql/Manifest +++ b/dev-db/postgresql-fdw-mysql/Manifest @@ -1,4 +1,4 @@ DIST REL-2_5_1.tar.gz 42615 BLAKE2B 54e7162a2740ee15bf060e443317d23954b9ed7809c782dc8953982fcbad815aa08876340e4c5085cbecab551116bd297b2894575f6d81633f1cae60b5d26d0d SHA512 a3b10f165b15ca4bfdefabb4f4d173b7fc94012278fb718737e18d6d7a5bcc1be6fb9e0f97626e0ab444e33f3b2426b35f7b9986c625c09977535d8e5fcb6951 DIST REL-2_5_3.tar.gz 42804 BLAKE2B abefcaf890453ec842e80ace850b0faaf1468bda3717c50a4ef6e39324bc9c1a4a6997a6f057a33bfe4db313b84011ebc8a9e7b581678128676b57c6991ae58a SHA512 d9e74ac98003215d8a2e27e955c2d82faca6d1bf22884c9b3ed998fe88513d4a9003a8fe6e2eafb9d6df4e99a5a92db9612426afae27f1692d8807d478cfc912 EBUILD postgresql-fdw-mysql-2.5.1-r1.ebuild 592 BLAKE2B d6b33c57d39450b3b45a9c77f893863cda6f9443649ce3690aef1bbac97ab0013867a13fb5a31738efc96f3788071c098de56fbc01440e808b846cc3a5958927 SHA512 1c65d9ef97f3642e42ac05f2152661b68321de395a946c93b23c1950b078a0e6d8b6105ba6725ecac3d01c6a07edcf5d317f0ccaa0e2497ef1916209d4a8c3a2 -EBUILD postgresql-fdw-mysql-2.5.3.ebuild 588 BLAKE2B 064b8a52c6146ce3ae5517289142ce94a8d839c3b6bdcbd60ca443e95c320ee6d2957488f47e633b5834749ee5dbdae79d43d96d02462119d7af2ff2f6406259 SHA512 e0316048b05d961fe7112868dd68890c4fcb769a2c8d75e66afcb3fec80699668a534beae073f2a6ab4d6c8fb2d123d1e99952e1004c3dfca7da1544649d52e1 +EBUILD postgresql-fdw-mysql-2.5.3-r1.ebuild 590 BLAKE2B 57f92e2c28ed557a3a4d39bd6838e3ee959612e5c629d155b1b2908da4e411639488d6e00e26635c2e08f4c4917d4b7b448083f4b261bc094b2e40feae8459cd SHA512 c599e32b17564b192dbaf5346bc08df0114d098172f29abdc61577f4b36223c2c063a317475303070f44728022e80e8c63db881446b16b293c18ab8134506049 diff --git a/dev-db/postgresql-fdw-mysql/postgresql-fdw-mysql-2.5.3-r1.ebuild b/dev-db/postgresql-fdw-mysql/postgresql-fdw-mysql-2.5.3-r1.ebuild new file mode 100644 index 0000000..94d3017 --- /dev/null +++ b/dev-db/postgresql-fdw-mysql/postgresql-fdw-mysql-2.5.3-r1.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +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() { + make USE_PGXS=1 +} + +src_install() { + make USE_PGXS=1 install DESTDIR="${D}" +} + diff --git a/dev-db/postgresql-fdw-mysql/postgresql-fdw-mysql-2.5.3.ebuild b/dev-db/postgresql-fdw-mysql/postgresql-fdw-mysql-2.5.3.ebuild deleted file mode 100644 index b2b81ca..0000000 --- a/dev-db/postgresql-fdw-mysql/postgresql-fdw-mysql-2.5.3.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=5 - -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=" - virtual/libmysqlclient - >=dev-db/postgresql-9.4 - " -RDEPEND="${DEPEND}" - -src_compile() { - make USE_PGXS=1 -} - -src_install() { - make USE_PGXS=1 install DESTDIR="${D}" -} - -- cgit v1.2.3