From 79aff06f15b374d0da9d48a409ac2a1da9402d85 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sat, 4 Jan 2020 12:54:14 +0000 Subject: Big EAPI update and misc build fixes --- dev-db/postgresql-fdw-tds/Manifest | 4 +-- .../postgresql-fdw-tds-1.0.7.ebuild | 31 ---------------------- .../postgresql-fdw-tds-2.0.1.ebuild | 31 ++++++++++++++++++++++ 3 files changed, 33 insertions(+), 33 deletions(-) delete mode 100644 dev-db/postgresql-fdw-tds/postgresql-fdw-tds-1.0.7.ebuild create mode 100644 dev-db/postgresql-fdw-tds/postgresql-fdw-tds-2.0.1.ebuild (limited to 'dev-db/postgresql-fdw-tds') diff --git a/dev-db/postgresql-fdw-tds/Manifest b/dev-db/postgresql-fdw-tds/Manifest index 1d1d9d9..d882135 100644 --- a/dev-db/postgresql-fdw-tds/Manifest +++ b/dev-db/postgresql-fdw-tds/Manifest @@ -1,2 +1,2 @@ -DIST v1.0.7.tar.gz 22290 BLAKE2B 95df7f8aa68a99f70025c4e404a2f99d13bf58fd4cf215384ccba7034207a817540e609172701d0e0650ef240de416d60b3f6961a67c571968a67e4330fa19f0 SHA512 55ec6cb5028055851170e9409b268ae2b23bddd38d0e4227b034b086384bfc4621f88219c6f9482203785600993bcfb4b132e1e3dca1e6a2222cb79ed65da4be -EBUILD postgresql-fdw-tds-1.0.7.ebuild 554 BLAKE2B 2a67c0118d5ada8db7205cc5f3347910395c9e178d783778868e14938fcbc3edd28a6468237d537c355b189aad835d09524db524b20baf76c9152dded4d02077 SHA512 5f30554dece3f6cc1d2ce3af685e515530cbbdd732a7d27469b9f024283c3bbb5eda965bffc505a0585c5aaa6a71a1c838f76ed9d755ea17c55564ba8a9955d8 +DIST v2.0.1.tar.gz 62848 BLAKE2B 842ef665ab2f88eb16dfc4463d1cc1821a86b366030d68b7d216ebb7a05259c02f42b00ac349f360b5934af778e2ecd0ec2d83eaaee6ffb82ede8bb62b80618f SHA512 f76d0e226a2b783067f48c52c8c4489d889075395050ab3bed6f1050b8e5bf2361caf918d93673bd7b476f15643a24519e066f92cb1fee114f0bf162dc755fb6 +EBUILD postgresql-fdw-tds-2.0.1.ebuild 558 BLAKE2B fd23356e15d6a56bbd85e90ae3b42e7e208d787edb16aeb660954ba34e95b74a59c86ac8c2e67610919d671afea5ff82cc178e291cf3a4627cd96b14ac172ab3 SHA512 20c918ca6555ef7ea9dc35d1df6a646fc64217ea0070f68f853fe982fd4ea3abe5d39272ec9daed7b8cfc6d4a5460da93c9c9f393b062270082fe5a0333e5657 diff --git a/dev-db/postgresql-fdw-tds/postgresql-fdw-tds-1.0.7.ebuild b/dev-db/postgresql-fdw-tds/postgresql-fdw-tds-1.0.7.ebuild deleted file mode 100644 index 435d032..0000000 --- a/dev-db/postgresql-fdw-tds/postgresql-fdw-tds-1.0.7.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 TDS" -HOMEPAGE="https://github.com/GeoffMontee/tds_fdw" -SRC_URI="https://github.com/GeoffMontee/tds_fdw/archive/v${PV}.tar.gz" - -LICENSE="mysql_fdw" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -S="${WORKDIR}/tds_fdw-${PV}" - -DEPEND=" - dev-db/freetds - >=dev-db/postgresql-9.1 - " -RDEPEND="${DEPEND}" - -src_compile() { - make USE_PGXS=1 -} - -src_install() { - make USE_PGXS=1 install DESTDIR="${D}" -} - diff --git a/dev-db/postgresql-fdw-tds/postgresql-fdw-tds-2.0.1.ebuild b/dev-db/postgresql-fdw-tds/postgresql-fdw-tds-2.0.1.ebuild new file mode 100644 index 0000000..37a2f4b --- /dev/null +++ b/dev-db/postgresql-fdw-tds/postgresql-fdw-tds-2.0.1.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 TDS" +HOMEPAGE="https://github.com/GeoffMontee/tds_fdw" +SRC_URI="https://github.com/GeoffMontee/tds_fdw/archive/v${PV}.tar.gz" + +LICENSE="mysql_fdw" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +S="${WORKDIR}/tds_fdw-${PV}" + +DEPEND=" + dev-db/freetds + >=dev-db/postgresql-9.2 + " +RDEPEND="${DEPEND}" + +src_compile() { + emake USE_PGXS=1 +} + +src_install() { + emake USE_PGXS=1 install DESTDIR="${D}" +} + -- cgit v1.2.3