diff options
author | Aaron W. Swenson <titanofold@gentoo.org> | 2018-02-23 12:07:09 -0500 |
---|---|---|
committer | Aaron W. Swenson <titanofold@gentoo.org> | 2018-02-23 12:07:09 -0500 |
commit | a28a5b9e1f1b46531cf0e601e6f9f66739fd2f51 (patch) | |
tree | 8a79e1a361e1a165cfe36332d4b3ce0395976d65 /dev-db/psqlodbc | |
parent | dev-db/etcd: Add support to only install etcdctl (diff) | |
download | gentoo-a28a5b9e1f1b46531cf0e601e6f9f66739fd2f51.tar.gz gentoo-a28a5b9e1f1b46531cf0e601e6f9f66739fd2f51.tar.bz2 gentoo-a28a5b9e1f1b46531cf0e601e6f9f66739fd2f51.zip |
dev-db/psqlodbc: Clean old
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'dev-db/psqlodbc')
-rw-r--r-- | dev-db/psqlodbc/Manifest | 1 | ||||
-rw-r--r-- | dev-db/psqlodbc/psqlodbc-10.00.0000.ebuild | 32 |
2 files changed, 0 insertions, 33 deletions
diff --git a/dev-db/psqlodbc/Manifest b/dev-db/psqlodbc/Manifest index 8bcd49f79e9f..d4491ead0195 100644 --- a/dev-db/psqlodbc/Manifest +++ b/dev-db/psqlodbc/Manifest @@ -1,2 +1 @@ -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-10.00.0000.ebuild b/dev-db/psqlodbc/psqlodbc-10.00.0000.ebuild deleted file mode 100644 index 2f5a480ab1fb..000000000000 --- a/dev-db/psqlodbc/psqlodbc-10.00.0000.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2018 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} -} |