Gentoo Archives: gentoo-commits

From: Aaron Swenson <titanofold@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/psqlodbc/
Date: Fri, 23 Feb 2018 17:07:22
Message-Id: 1519405629.a28a5b9e1f1b46531cf0e601e6f9f66739fd2f51.titanofold@gentoo
1 commit: a28a5b9e1f1b46531cf0e601e6f9f66739fd2f51
2 Author: Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 23 17:07:09 2018 +0000
4 Commit: Aaron Swenson <titanofold <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 23 17:07:09 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a28a5b9e
7
8 dev-db/psqlodbc: Clean old
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 dev-db/psqlodbc/Manifest | 1 -
13 dev-db/psqlodbc/psqlodbc-10.00.0000.ebuild | 32 ------------------------------
14 2 files changed, 33 deletions(-)
15
16 diff --git a/dev-db/psqlodbc/Manifest b/dev-db/psqlodbc/Manifest
17 index 8bcd49f79e9..d4491ead019 100644
18 --- a/dev-db/psqlodbc/Manifest
19 +++ b/dev-db/psqlodbc/Manifest
20 @@ -1,2 +1 @@
21 -DIST psqlodbc-10.00.0000.tar.gz 914115 BLAKE2B 3f1753a43b4707c0cb723df756b3d9a0177452231fd950a7bec4e5fc35bcd03012f64d2e0b64c1f7cdae375d2ff9211272537c6a76e044fcb3ac277752dff9a5 SHA512 95898b0030778f2f002b0820180de7261387cd7161231a000523ab84f3aa106436a4e6598b40936ab313a5cf578657548f833f58791eba50160c40be4ef3d275
22 DIST psqlodbc-10.01.0000.tar.gz 915109 BLAKE2B a09de8218dbfbacf7972fc02c02863891ed65d19b86217a646aa0176ad7a8b962da83bb5036ad11b819a583409e4d1f3ce257a0457838000bc9cc060753c67b3 SHA512 1c5b9732a9c7e7bff0fd0a04cc7f0b45db9150486a2c3a8a96d85fb55e9296a80f12ee652cfb7ff54700e7dfc10accf9e5420b7ca798df31be51f997bbda88aa
23
24 diff --git a/dev-db/psqlodbc/psqlodbc-10.00.0000.ebuild b/dev-db/psqlodbc/psqlodbc-10.00.0000.ebuild
25 deleted file mode 100644
26 index 2f5a480ab1f..00000000000
27 --- a/dev-db/psqlodbc/psqlodbc-10.00.0000.ebuild
28 +++ /dev/null
29 @@ -1,32 +0,0 @@
30 -# Copyright 1999-2018 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI="6"
34 -
35 -DESCRIPTION="Official ODBC driver for PostgreSQL"
36 -HOMEPAGE="http://www.postgresql.org/"
37 -SRC_URI="mirror://postgresql/odbc/versions/src/${P}.tar.gz"
38 -SLOT="0"
39 -LICENSE="LGPL-2"
40 -KEYWORDS="amd64 x86"
41 -IUSE="doc iodbc ssl threads"
42 -
43 -DEPEND="dev-db/postgresql:*[ssl?]
44 - !iodbc? ( dev-db/unixODBC )
45 - iodbc? ( dev-db/libiodbc )
46 -"
47 -RDEPEND="${DEPEND}"
48 -
49 -src_configure() {
50 - econf \
51 - $(use_with iodbc) \
52 - $(use_with !iodbc unixodbc) \
53 - $(use_enable threads pthreads)
54 -}
55 -
56 -src_install() {
57 - emake DESTDIR="${D}" install
58 -
59 - dodoc readme.txt
60 - use doc && dodoc docs/*{html,jpg,txt}
61 -}