summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron W. Swenson <titanofold@gentoo.org>2018-01-11 05:35:18 -0500
committerAaron W. Swenson <titanofold@gentoo.org>2018-01-11 05:35:18 -0500
commite356093e53794c2751ff6a4fd2e58643487e5c70 (patch)
tree7dd8e5f5c8926971e9d5760e2c8b7b31631523b9
parentdev-db/psqlodbc: Bump to 10.01.0000 (diff)
downloadgentoo-e356093e53794c2751ff6a4fd2e58643487e5c70.tar.gz
gentoo-e356093e53794c2751ff6a4fd2e58643487e5c70.tar.bz2
gentoo-e356093e53794c2751ff6a4fd2e58643487e5c70.zip
dev-db/psqlodbc: Cleanup
Package-Manager: Portage-2.3.13, Repoman-2.3.3
-rw-r--r--dev-db/psqlodbc/Manifest3
-rw-r--r--dev-db/psqlodbc/psqlodbc-09.06.0200.ebuild33
-rw-r--r--dev-db/psqlodbc/psqlodbc-09.06.0300.ebuild32
-rw-r--r--dev-db/psqlodbc/psqlodbc-09.06.0310.ebuild32
4 files changed, 0 insertions, 100 deletions
diff --git a/dev-db/psqlodbc/Manifest b/dev-db/psqlodbc/Manifest
index 9997feabe5e6..8bcd49f79e9f 100644
--- a/dev-db/psqlodbc/Manifest
+++ b/dev-db/psqlodbc/Manifest
@@ -1,5 +1,2 @@
-DIST psqlodbc-09.06.0200.tar.gz 887807 BLAKE2B e9f022189f3bf8484dbdb6ced330f288b5f2776be696531c97a121f78123032b1f16687ef9b0f76dacbd6d80da87529a0184abb7e43b18a9c39101256c0dee2c SHA512 d8e3b6c13e657b4a3435ace94e6e1265a5a1a7bcd3a1f81348ca4edcb532b66036e3595ecd7224d3104f6a3f2e02704f73c1b62d94e9879528933edef7764552
-DIST psqlodbc-09.06.0300.tar.gz 898065 BLAKE2B 736a718ddc207a136dc443141ddca0b8bb341b495bd6e9d395b6ebac84edd8f0d131b9addf57413390f378eb785ee7706e321bc9f84b586612d1192e4f74300e SHA512 c7e31138888307bd25ff80c0796deb653a1e8f57af85ff91f9f307c2b3b683d9d8bc4b18a837dc604a9f896f85ee489a6678a2a69782258b17bdb9d2911e968c
-DIST psqlodbc-09.06.0310.tar.gz 898154 BLAKE2B 305c6aedd445f5e1aedadc08e875479eaebc90d60b2210a5afe9f4d224b495f98896e7131c543683200b04ace5d8ffbede15b9dee19c557995116378ff3d5aac SHA512 ccd6536a4065428d906be74c4381471c01b386668be3746daabaa9a9b8ef6fb09c42e400fe1207b6e3336b8625716b6bd9a61e9b88080f4f7cd233e96cb55f8a
DIST psqlodbc-10.00.0000.tar.gz 914115 BLAKE2B 3f1753a43b4707c0cb723df756b3d9a0177452231fd950a7bec4e5fc35bcd03012f64d2e0b64c1f7cdae375d2ff9211272537c6a76e044fcb3ac277752dff9a5 SHA512 95898b0030778f2f002b0820180de7261387cd7161231a000523ab84f3aa106436a4e6598b40936ab313a5cf578657548f833f58791eba50160c40be4ef3d275
DIST psqlodbc-10.01.0000.tar.gz 915109 BLAKE2B a09de8218dbfbacf7972fc02c02863891ed65d19b86217a646aa0176ad7a8b962da83bb5036ad11b819a583409e4d1f3ce257a0457838000bc9cc060753c67b3 SHA512 1c5b9732a9c7e7bff0fd0a04cc7f0b45db9150486a2c3a8a96d85fb55e9296a80f12ee652cfb7ff54700e7dfc10accf9e5420b7ca798df31be51f997bbda88aa
diff --git a/dev-db/psqlodbc/psqlodbc-09.06.0200.ebuild b/dev-db/psqlodbc/psqlodbc-09.06.0200.ebuild
deleted file mode 100644
index 1b84488b8768..000000000000
--- a/dev-db/psqlodbc/psqlodbc-09.06.0200.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-DESCRIPTION="Official ODBC driver for PostgreSQL"
-HOMEPAGE="http://www.postgresql.org/"
-SRC_URI="mirror://postgresql/odbc/versions/src/${P}.tar.gz"
-SLOT="0"
-LICENSE="LGPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc iodbc ssl threads unicode"
-
-DEPEND="dev-db/postgresql:*[ssl?]
- !iodbc? ( dev-db/unixODBC )
- iodbc? ( dev-db/libiodbc )
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- econf \
- $(use_with iodbc) \
- $(use_with !iodbc unixodbc) \
- $(use_enable threads pthreads) \
- $(use_enable unicode)
-}
-
-src_install() {
- emake DESTDIR="${D}" install
-
- dodoc readme.txt
- use doc && dodoc docs/*{html,jpg,txt}
-}
diff --git a/dev-db/psqlodbc/psqlodbc-09.06.0300.ebuild b/dev-db/psqlodbc/psqlodbc-09.06.0300.ebuild
deleted file mode 100644
index 0db49481b159..000000000000
--- a/dev-db/psqlodbc/psqlodbc-09.06.0300.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-DESCRIPTION="Official ODBC driver for PostgreSQL"
-HOMEPAGE="http://www.postgresql.org/"
-SRC_URI="mirror://postgresql/odbc/versions/src/${P}.tar.gz"
-SLOT="0"
-LICENSE="LGPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc iodbc ssl threads"
-
-DEPEND="dev-db/postgresql:*[ssl?]
- !iodbc? ( dev-db/unixODBC )
- iodbc? ( dev-db/libiodbc )
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- econf \
- $(use_with iodbc) \
- $(use_with !iodbc unixodbc) \
- $(use_enable threads pthreads)
-}
-
-src_install() {
- emake DESTDIR="${D}" install
-
- dodoc readme.txt
- use doc && dodoc docs/*{html,jpg,txt}
-}
diff --git a/dev-db/psqlodbc/psqlodbc-09.06.0310.ebuild b/dev-db/psqlodbc/psqlodbc-09.06.0310.ebuild
deleted file mode 100644
index 0db49481b159..000000000000
--- a/dev-db/psqlodbc/psqlodbc-09.06.0310.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-DESCRIPTION="Official ODBC driver for PostgreSQL"
-HOMEPAGE="http://www.postgresql.org/"
-SRC_URI="mirror://postgresql/odbc/versions/src/${P}.tar.gz"
-SLOT="0"
-LICENSE="LGPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc iodbc ssl threads"
-
-DEPEND="dev-db/postgresql:*[ssl?]
- !iodbc? ( dev-db/unixODBC )
- iodbc? ( dev-db/libiodbc )
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- econf \
- $(use_with iodbc) \
- $(use_with !iodbc unixodbc) \
- $(use_enable threads pthreads)
-}
-
-src_install() {
- emake DESTDIR="${D}" install
-
- dodoc readme.txt
- use doc && dodoc docs/*{html,jpg,txt}
-}