Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/sqliteman/
Date: Tue, 05 Apr 2022 07:49:45
Message-Id: 1649144834.8b972afb0c2cc2392f7ec298cdab0db7b805e976.asturm@gentoo
1 commit: 8b972afb0c2cc2392f7ec298cdab0db7b805e976
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 5 07:47:14 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 5 07:47:14 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b972afb
7
8 dev-db/sqliteman: Drop 1.2.2-r4, cmake-utils--
9
10 Closes: https://bugs.gentoo.org/834312
11 Package-Manager: Portage-3.0.30, Repoman-3.0.3
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 dev-db/sqliteman/sqliteman-1.2.2-r4.ebuild | 45 ------------------------------
15 1 file changed, 45 deletions(-)
16
17 diff --git a/dev-db/sqliteman/sqliteman-1.2.2-r4.ebuild b/dev-db/sqliteman/sqliteman-1.2.2-r4.ebuild
18 deleted file mode 100644
19 index 979ce3516bed..000000000000
20 --- a/dev-db/sqliteman/sqliteman-1.2.2-r4.ebuild
21 +++ /dev/null
22 @@ -1,45 +0,0 @@
23 -# Copyright 1999-2017 Gentoo Foundation
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=6
27 -
28 -QT_VER=5.7.1
29 -inherit cmake-utils flag-o-matic xdg-utils
30 -
31 -DESCRIPTION="Powerful GUI manager for the Sqlite3 database"
32 -HOMEPAGE="https://sourceforge.net/projects/sqliteman/"
33 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
34 -
35 -LICENSE="GPL-2"
36 -SLOT="0"
37 -KEYWORDS="amd64 ~arm x86"
38 -IUSE=""
39 -
40 -RDEPEND="
41 - >=dev-qt/qtcore-${QT_VER}:5
42 - >=dev-qt/qtgui-${QT_VER}:5
43 - >=dev-qt/qtsql-${QT_VER}:5[sqlite]
44 - >=dev-qt/qtwidgets-${QT_VER}:5
45 - >=x11-libs/qscintilla-2.9.4:=[qt5(+)]"
46 -DEPEND="${RDEPEND}"
47 -
48 -PATCHES=(
49 - "${FILESDIR}/${P}-lpthread.patch"
50 - "${FILESDIR}/${P}-qt5.patch"
51 -)
52 -
53 -src_prepare() {
54 - # remove bundled lib
55 - rm -rf "${S}"/${PN}/qscintilla2 || die
56 -
57 - append-flags -fPIC
58 - cmake-utils_src_prepare
59 -}
60 -
61 -pkg_postinst() {
62 - xdg_desktop_database_update
63 -}
64 -
65 -pkg_postrm() {
66 - xdg_desktop_database_update
67 -}