Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libsqlora8/, profiles/
Date: Sat, 12 Oct 2019 08:20:25
Message-Id: 1570868288.6c0681ba640aeb7ca70480654fb5e2b103132911.mgorny@gentoo
1 commit: 6c0681ba640aeb7ca70480654fb5e2b103132911
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 12 08:18:08 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 12 08:18:08 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c0681ba
7
8 dev-libs/libsqlora8: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/694202
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-libs/libsqlora8/Manifest | 1 -
14 dev-libs/libsqlora8/libsqlora8-2.3.3-r1.ebuild | 55 --------------------------
15 dev-libs/libsqlora8/metadata.xml | 12 ------
16 profiles/package.mask | 6 ---
17 4 files changed, 74 deletions(-)
18
19 diff --git a/dev-libs/libsqlora8/Manifest b/dev-libs/libsqlora8/Manifest
20 deleted file mode 100644
21 index e98e0b417ba..00000000000
22 --- a/dev-libs/libsqlora8/Manifest
23 +++ /dev/null
24 @@ -1 +0,0 @@
25 -DIST libsqlora8-2.3.3.tar.gz 1130458 BLAKE2B 7205c808c3e3064bf4aedad62e8cd4685cf6e7eda73e2bb8a13888a81cd0532081de889fd02408633e2df31a522e845b7fec3bee2ececcf39a689b75b75382fc SHA512 5c62387f11cc8b901d99c2981f7e7099d255203aa11a071fc53b22d770db3485f0f23e054b88b3b0f281546a5e92fd5a7bd46b4f0e5f51a8914894c54f222c6e
26
27 diff --git a/dev-libs/libsqlora8/libsqlora8-2.3.3-r1.ebuild b/dev-libs/libsqlora8/libsqlora8-2.3.3-r1.ebuild
28 deleted file mode 100644
29 index 7e8df7fae21..00000000000
30 --- a/dev-libs/libsqlora8/libsqlora8-2.3.3-r1.ebuild
31 +++ /dev/null
32 @@ -1,55 +0,0 @@
33 -# Copyright 1999-2016 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -
38 -inherit eutils flag-o-matic versionator
39 -
40 -DESCRIPTION="Simple C-library to access Oracle databases via the OCI interface"
41 -SRC_URI="http://www.poitschke.de/libsqlora8/${P}.tar.gz"
42 -HOMEPAGE="http://www.poitschke.de/libsqlora8/index_noframe.html"
43 -
44 -LICENSE="ISC"
45 -SLOT="0"
46 -KEYWORDS="~x86"
47 -
48 -IUSE="orathreads static-libs +threads"
49 -
50 -RDEPEND="dev-db/oracle-instantclient"
51 -DEPEND="
52 - ${RDEPEND}
53 - virtual/pkgconfig
54 -"
55 -
56 -REQUIRED_USE="?? ( orathreads threads )"
57 -
58 -src_configure() {
59 - local myconf
60 -
61 - local ORACLE_VER="$(best_version dev-db/oracle-instantclient)"
62 - ORACLE_VER="${ORACLE_VER#*/*-*-}" #reduce it to ${PV}-${PR}
63 - ORACLE_VER="$(get_version_component_range 1-2 ${ORACLE_VER})"
64 - append-ldflags -L"/usr/lib/oracle/${ORACLE_VER}/client/lib"
65 -
66 - use threads && myconf="--with-threads=posix"
67 - use orathreads && myconf="--with-threads=oracle"
68 -
69 - econf \
70 - $(use_enable static-libs static) \
71 - ${myconf}
72 -}
73 -
74 -src_compile() {
75 - # Parallel compilation is not supported
76 - emake -j1
77 -}
78 -
79 -src_install () {
80 - default
81 - prune_libtool_files
82 - dodoc ChangeLog NEWS NEWS-2.2
83 -
84 - # TODO
85 - # Copy contents of doc and examples directory to proper place
86 - rm -r "${D}/usr/share/doc/packages"
87 -}
88
89 diff --git a/dev-libs/libsqlora8/metadata.xml b/dev-libs/libsqlora8/metadata.xml
90 deleted file mode 100644
91 index 60a8019dbd9..00000000000
92 --- a/dev-libs/libsqlora8/metadata.xml
93 +++ /dev/null
94 @@ -1,12 +0,0 @@
95 -<?xml version="1.0" encoding="UTF-8"?>
96 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
97 -<pkgmetadata>
98 -<!-- maintainer-needed -->
99 -<longdescription>
100 - libsqlora8 is simple C-library to access Oracle databases via the OCI
101 - interface. Makes simple programming tasks much easier than with plain OCI.
102 -</longdescription>
103 -<use>
104 - <flag name="orathreads">Use Oracle threads</flag>
105 -</use>
106 -</pkgmetadata>
107
108 diff --git a/profiles/package.mask b/profiles/package.mask
109 index 29a2acc7ca2..e70ec03c0c5 100644
110 --- a/profiles/package.mask
111 +++ b/profiles/package.mask
112 @@ -660,12 +660,6 @@ dev-libs/libucl
113 # Removal in 30 days. Bug #694204.
114 dev-libs/libtrain
115
116 -# Michał Górny <mgorny@g.o> (2019-09-12)
117 -# Unmaintained. Last bumped in 2011. Homepage gone. No amd64 keyword.
118 -# No reverse dependencies.
119 -# Removal in 30 days. Bug #694202.
120 -dev-libs/libsqlora8
121 -
122 # Lars Wendler <polynomial-c@g.o> (2019-09-04)
123 # Unofficial build. Superseded by official 2.49.5 release.
124 # Masked for removal.