commit:     7105ba4afa3b272cb2029372cbd80d6332da4eab
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 14 21:46:12 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Feb 14 23:06:32 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7105ba4a

dev-db/sqlitebrowser: Drop 3.10.1

Dropping stable keywords - package unmaintained, runtime was broken anyway.

Package-Manager: Portage-2.3.60, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-db/sqlitebrowser/sqlitebrowser-3.10.1.ebuild | 68 ------------------------
 1 file changed, 68 deletions(-)

diff --git a/dev-db/sqlitebrowser/sqlitebrowser-3.10.1.ebuild 
b/dev-db/sqlitebrowser/sqlitebrowser-3.10.1.ebuild
deleted file mode 100644
index fb9278c2822..00000000000
--- a/dev-db/sqlitebrowser/sqlitebrowser-3.10.1.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils eutils gnome2-utils xdg-utils
-
-DESCRIPTION="SQLite Database Browser"
-HOMEPAGE="http://sqlitebrowser.org";
-SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3 MPL-2.0"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="test"
-
-RDEPEND="
-       dev-cpp/antlr-cpp:2
-       dev-db/sqlite:3
-       >=dev-libs/qcustomplot-2.0.0[qt5(+)]
-       dev-qt/qtcore:5
-       dev-qt/qtgui:5
-       dev-qt/qtnetwork:5
-       dev-qt/qtwidgets:5
-       >=x11-libs/qscintilla-2.10.1:=[qt5(+)]
-"
-DEPEND="${RDEPEND}
-       dev-qt/linguist-tools:5
-       test? ( dev-qt/qttest:5 )
-"
-
-PATCHES=(
-       "${FILESDIR}"/${PN}-3.10.1-unbundle.patch
-)
-
-src_prepare() {
-       cmake-utils_src_prepare
-       # https://github.com/qingfengxia/qhexedit still bundled
-       find libs/{antlr-2.7.7,qcustomplot-source,qscintilla} -delete || die
-
-       sed -e "/^project/ s/\".*\"/sqlitebrowser/" -i CMakeLists.txt || die
-
-       if ! use test; then
-               sed -e "/qt5_use_modules/ s/ Test//" -i CMakeLists.txt || die
-       fi
-}
-
-src_configure() {
-       local mycmakeargs=(
-               -DENABLE_TESTING=$(usex test)
-       )
-       cmake-utils_src_configure
-}
-
-src_install() {
-       cmake-utils_src_install
-       doicon images/sqlitebrowser.svg
-}
-
-pkg_postinst() {
-       gnome2_icon_cache_update
-       xdg_desktop_database_update
-}
-
-pkg_postrm() {
-       gnome2_icon_cache_update
-       xdg_desktop_database_update
-}

Reply via email to