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: Tue, 18 Apr 2017 15:22:23
Message-Id: 1492528924.6786cdd16e45f6ff1f71358a6fb5d6fae8707a1e.titanofold@gentoo
1 commit: 6786cdd16e45f6ff1f71358a6fb5d6fae8707a1e
2 Author: Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 18 15:22:04 2017 +0000
4 Commit: Aaron Swenson <titanofold <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 18 15:22:04 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6786cdd1
7
8 dev-db/psqlodbc: clean out old
9
10 Package-Manager: portage-2.3.0
11
12 dev-db/psqlodbc/Manifest | 2 --
13 dev-db/psqlodbc/psqlodbc-09.02.0100.ebuild | 41 ------------------------------
14 dev-db/psqlodbc/psqlodbc-09.03.0210.ebuild | 41 ------------------------------
15 3 files changed, 84 deletions(-)
16
17 diff --git a/dev-db/psqlodbc/Manifest b/dev-db/psqlodbc/Manifest
18 index 0dfd41e103e..34170bff1f9 100644
19 --- a/dev-db/psqlodbc/Manifest
20 +++ b/dev-db/psqlodbc/Manifest
21 @@ -1,3 +1 @@
22 -DIST psqlodbc-09.02.0100.tar.gz 738231 SHA256 6701525030a8c927059f972ebd65e83a41f7f177228cd8e894654893d86cb93c SHA512 5d2eae82596b3a120b00c140441c47af065a201236fef9aa086372f2207bab2f2bffee7d0db177a64c370118eaa4348509dcb3e99a40f564d26d4e938c57cc68 WHIRLPOOL e300672c7608e28af52befbb62a16c8584a709b75fc12edeadf37b2d26a8cdd64a390af026ec752408818d053d51202c829b6ad62d82a543dbce21ce6624d3c0
23 -DIST psqlodbc-09.03.0210.tar.gz 784548 SHA256 42f2a57ec65c8a2edb0736f57b03c510986f33a9178d3d695616734dcc5e96d9 SHA512 da6b8da28c8ddd0912c57b7c1b8a2b494446b07ef7c6db8b56006b0c26705f64d413bdfed64b99e8baf6db70f1b578e818ad9ead357d16a8765deff7121c0a44 WHIRLPOOL 03f191421d95ab7b7da3c7806fc0081d66588bf5d860097fd9a239219d59ebdbe56790bf62786fb145f6378b60fdeb37ac74196f41de7e6ae7ac5551ba6f47c2
24 DIST psqlodbc-09.06.0200.tar.gz 887807 SHA256 aaa44027f98478635b4ab512a4f90c1aaf56a710276a482b3b0ef6740e20e415 SHA512 d8e3b6c13e657b4a3435ace94e6e1265a5a1a7bcd3a1f81348ca4edcb532b66036e3595ecd7224d3104f6a3f2e02704f73c1b62d94e9879528933edef7764552 WHIRLPOOL 398386f79928e65d29a493fa7d293e9adf2e6352c95c21d9e474675f0a5562128f7f514c834f444659222ebabc84402e5b9abc7a4832728468eb6e4b79c0e609
25
26 diff --git a/dev-db/psqlodbc/psqlodbc-09.02.0100.ebuild b/dev-db/psqlodbc/psqlodbc-09.02.0100.ebuild
27 deleted file mode 100644
28 index a31c49b93b1..00000000000
29 --- a/dev-db/psqlodbc/psqlodbc-09.02.0100.ebuild
30 +++ /dev/null
31 @@ -1,41 +0,0 @@
32 -# Copyright 1999-2014 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI="4"
36 -
37 -inherit multilib versionator
38 -
39 -MY_MAJOR=$(get_major_version)
40 -MY_MINOR=$(get_version_component_range 2)
41 -PGSLOT="${MY_MAJOR#0}.${MY_MINOR#0}"
42 -
43 -DESCRIPTION="Official ODBC driver for PostgreSQL"
44 -HOMEPAGE="http://www.postgresql.org/"
45 -SRC_URI="mirror://postgresql/odbc/versions/src/${P}.tar.gz"
46 -SLOT="0"
47 -LICENSE="LGPL-2"
48 -KEYWORDS="~x86 ~amd64"
49 -IUSE="doc iodbc ssl threads unicode"
50 -
51 -DEPEND="dev-db/postgresql:${PGSLOT}
52 - !iodbc? ( dev-db/unixODBC )
53 - iodbc? ( dev-db/libiodbc )
54 - ssl? ( dev-libs/openssl )
55 -"
56 -RDEPEND="${DEPEND}"
57 -
58 -src_configure() {
59 - econf --with-libpq="${EROOT%/}/usr/$(get_libdir)/postgresql-${PGSLOT}/bin/pg_config" \
60 - $(use_with iodbc) \
61 - $(use_with !iodbc unixodbc) \
62 - $(use_enable ssl openssl) \
63 - $(use_enable threads pthreads) \
64 - $(use_enable unicode)
65 -}
66 -
67 -src_install() {
68 - emake DESTDIR="${D}" install
69 -
70 - dodoc readme.txt
71 - use doc && dohtml docs/*
72 -}
73
74 diff --git a/dev-db/psqlodbc/psqlodbc-09.03.0210.ebuild b/dev-db/psqlodbc/psqlodbc-09.03.0210.ebuild
75 deleted file mode 100644
76 index a31c49b93b1..00000000000
77 --- a/dev-db/psqlodbc/psqlodbc-09.03.0210.ebuild
78 +++ /dev/null
79 @@ -1,41 +0,0 @@
80 -# Copyright 1999-2014 Gentoo Foundation
81 -# Distributed under the terms of the GNU General Public License v2
82 -
83 -EAPI="4"
84 -
85 -inherit multilib versionator
86 -
87 -MY_MAJOR=$(get_major_version)
88 -MY_MINOR=$(get_version_component_range 2)
89 -PGSLOT="${MY_MAJOR#0}.${MY_MINOR#0}"
90 -
91 -DESCRIPTION="Official ODBC driver for PostgreSQL"
92 -HOMEPAGE="http://www.postgresql.org/"
93 -SRC_URI="mirror://postgresql/odbc/versions/src/${P}.tar.gz"
94 -SLOT="0"
95 -LICENSE="LGPL-2"
96 -KEYWORDS="~x86 ~amd64"
97 -IUSE="doc iodbc ssl threads unicode"
98 -
99 -DEPEND="dev-db/postgresql:${PGSLOT}
100 - !iodbc? ( dev-db/unixODBC )
101 - iodbc? ( dev-db/libiodbc )
102 - ssl? ( dev-libs/openssl )
103 -"
104 -RDEPEND="${DEPEND}"
105 -
106 -src_configure() {
107 - econf --with-libpq="${EROOT%/}/usr/$(get_libdir)/postgresql-${PGSLOT}/bin/pg_config" \
108 - $(use_with iodbc) \
109 - $(use_with !iodbc unixodbc) \
110 - $(use_enable ssl openssl) \
111 - $(use_enable threads pthreads) \
112 - $(use_enable unicode)
113 -}
114 -
115 -src_install() {
116 - emake DESTDIR="${D}" install
117 -
118 - dodoc readme.txt
119 - use doc && dohtml docs/*
120 -}