+++ /dev/null
---- odbtp-1.1.4/odbtp.h.old 2006-11-05 21:29:33.000000000 +0100
-+++ odbtp-1.1.4/odbtp.h 2006-11-05 21:29:44.000000000 +0100
-@@ -22,7 +22,7 @@
- #define _ODBTP_H_
-
- /* The below line must be uncommented for 64-bit systems, such as Tru64. */
--/* #define _C_LONG_64_ 1 */
-+#define _C_LONG_64_ 1
-
- #define ODBTP_LIB_VERSION "1.1.4"
-
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <upstream>
- <remote-id type="sourceforge">odbtp</remote-id>
- </upstream>
-</pkgmetadata>
+++ /dev/null
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Fast, efficient TCP/IP protocol for connecting to Win32-based databases"
-HOMEPAGE="http://odbtp.sourceforge.net/"
-SRC_URI="mirror://sourceforge/odbtp/${P}.tar.gz"
-
-LICENSE="GPL-2 LGPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- # Patch according to the README.64bitOS
- use amd64 && epatch "${FILESDIR}/${P}-amd64.patch"
-}
-
-src_compile() {
- # respect $CC (bug #243768)
- tc-export CC
- econf || die "econf failed"
- emake -j1 || die "emake failed"
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "make install failed"
-
- # Install various documentation
- dodoc AUTHORS INSTALL NEWS README*
- if use doc ; then
- dohtml -r docs/*
- fi
-}
# Michał Górny <mgorny@gentoo.org> (2019-09-17)
# Unmaintained libraries with no reverse dependencies.
# Removal in 30 days. Bug #694602.
-dev-db/odbtp
dev-db/soci
dev-db/xbase
dev-db/xbsql