+++ /dev/null
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils flag-o-matic versionator
-
-DESCRIPTION="Simple C-library to access Oracle databases via the OCI interface"
-SRC_URI="http://www.poitschke.de/libsqlora8/${P}.tar.gz"
-HOMEPAGE="http://www.poitschke.de/libsqlora8/index_noframe.html"
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="~x86"
-
-IUSE="orathreads static-libs +threads"
-
-RDEPEND="dev-db/oracle-instantclient"
-DEPEND="
- ${RDEPEND}
- virtual/pkgconfig
-"
-
-REQUIRED_USE="?? ( orathreads threads )"
-
-src_configure() {
- local myconf
-
- local ORACLE_VER="$(best_version dev-db/oracle-instantclient)"
- ORACLE_VER="${ORACLE_VER#*/*-*-}" #reduce it to ${PV}-${PR}
- ORACLE_VER="$(get_version_component_range 1-2 ${ORACLE_VER})"
- append-ldflags -L"/usr/lib/oracle/${ORACLE_VER}/client/lib"
-
- use threads && myconf="--with-threads=posix"
- use orathreads && myconf="--with-threads=oracle"
-
- econf \
- $(use_enable static-libs static) \
- ${myconf}
-}
-
-src_compile() {
- # Parallel compilation is not supported
- emake -j1
-}
-
-src_install () {
- default
- prune_libtool_files
- dodoc ChangeLog NEWS NEWS-2.2
-
- # TODO
- # Copy contents of doc and examples directory to proper place
- rm -r "${D}/usr/share/doc/packages"
-}
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<!-- maintainer-needed -->
-<longdescription>
- libsqlora8 is simple C-library to access Oracle databases via the OCI
- interface. Makes simple programming tasks much easier than with plain OCI.
-</longdescription>
-<use>
- <flag name="orathreads">Use Oracle threads</flag>
-</use>
-</pkgmetadata>
# Removal in 30 days. Bug #694204.
dev-libs/libtrain
-# Michał Górny <mgorny@gentoo.org> (2019-09-12)
-# Unmaintained. Last bumped in 2011. Homepage gone. No amd64 keyword.
-# No reverse dependencies.
-# Removal in 30 days. Bug #694202.
-dev-libs/libsqlora8
-
# Lars Wendler <polynomial-c@gentoo.org> (2019-09-04)
# Unofficial build. Superseded by official 2.49.5 release.
# Masked for removal.