public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/libsqlora8/, profiles/
@ 2019-10-12  8:20 Michał Górny
  0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2019-10-12  8:20 UTC (permalink / raw
  To: gentoo-commits

commit:     6c0681ba640aeb7ca70480654fb5e2b103132911
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 12 08:18:08 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Oct 12 08:18:08 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c0681ba

dev-libs/libsqlora8: Remove last-rited pkg

Closes: https://bugs.gentoo.org/694202
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-libs/libsqlora8/Manifest                   |  1 -
 dev-libs/libsqlora8/libsqlora8-2.3.3-r1.ebuild | 55 --------------------------
 dev-libs/libsqlora8/metadata.xml               | 12 ------
 profiles/package.mask                          |  6 ---
 4 files changed, 74 deletions(-)

diff --git a/dev-libs/libsqlora8/Manifest b/dev-libs/libsqlora8/Manifest
deleted file mode 100644
index e98e0b417ba..00000000000
--- a/dev-libs/libsqlora8/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST libsqlora8-2.3.3.tar.gz 1130458 BLAKE2B 7205c808c3e3064bf4aedad62e8cd4685cf6e7eda73e2bb8a13888a81cd0532081de889fd02408633e2df31a522e845b7fec3bee2ececcf39a689b75b75382fc SHA512 5c62387f11cc8b901d99c2981f7e7099d255203aa11a071fc53b22d770db3485f0f23e054b88b3b0f281546a5e92fd5a7bd46b4f0e5f51a8914894c54f222c6e

diff --git a/dev-libs/libsqlora8/libsqlora8-2.3.3-r1.ebuild b/dev-libs/libsqlora8/libsqlora8-2.3.3-r1.ebuild
deleted file mode 100644
index 7e8df7fae21..00000000000
--- a/dev-libs/libsqlora8/libsqlora8-2.3.3-r1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# 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"
-}

diff --git a/dev-libs/libsqlora8/metadata.xml b/dev-libs/libsqlora8/metadata.xml
deleted file mode 100644
index 60a8019dbd9..00000000000
--- a/dev-libs/libsqlora8/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?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>

diff --git a/profiles/package.mask b/profiles/package.mask
index 29a2acc7ca2..e70ec03c0c5 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -660,12 +660,6 @@ dev-libs/libucl
 # 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.


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-10-12  8:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-12  8:20 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libsqlora8/, profiles/ Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox