From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/sqlitebrowser/
Date: Tue, 15 Nov 2016 22:29:05 +0000 (UTC) [thread overview]
Message-ID: <1479248928.6132ca3e55391934dd387291bcdcc3c9292e1a2d.soap@gentoo> (raw)
commit: 6132ca3e55391934dd387291bcdcc3c9292e1a2d
Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Wed Nov 9 18:55:53 2016 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Tue Nov 15 22:28:48 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6132ca3e
dev-db/sqlitebrowser: Drop old
3.8.0 is already stable while 3.7.0 wasn't.
Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/2793
Signed-off-by: David Seifert <soap <AT> gentoo.org>
dev-db/sqlitebrowser/Manifest | 1 -
dev-db/sqlitebrowser/sqlitebrowser-3.7.0-r1.ebuild | 60 ----------------------
2 files changed, 61 deletions(-)
diff --git a/dev-db/sqlitebrowser/Manifest b/dev-db/sqlitebrowser/Manifest
index 8b97346..0a3fc3b 100644
--- a/dev-db/sqlitebrowser/Manifest
+++ b/dev-db/sqlitebrowser/Manifest
@@ -1,3 +1,2 @@
-DIST sqlitebrowser-3.7.0.tar.gz 1509766 SHA256 3093a1dcf5b3138c1adf29857d62249ab2b068e70b001869a31151763e28cc3a SHA512 f4c2f517a0b04fb74d8ec656e34f93d467a233040b36fab8f6f172681eb213be5c08131ecdaaa542d833bf24ef564d8e6f800e861b9a20d53de7a585aa104533 WHIRLPOOL 3bbfaa99f179c10f542d344ce6fe55656aa750a52925b2de590e2ba24bcafa95604646e6b218bca4f461390268de2bc2fb29d0de1deaf06438b33cb660e614e8
DIST sqlitebrowser-3.8.0.tar.gz 1538043 SHA256 f638a751bccde4bf0305a75685e2a72d26fc3e3a69d7e15fd84573f88c1a4d92 SHA512 6e262e3bd3b26a1574a69cc9f306774cc9fe69f87c3253aba6b40c35f2491bc0636b6d5e705526e039ee9d8ed27d21a4529a624d62e8879a3917cfb502a65589 WHIRLPOOL 35d3594643a65e6b69bec816430dab3017c3ba197a12ab56ed9f027525db02a635789fda723bbd823d2f66b3933ee2381181ea7e95151be515cf1ddceeb9c8f9
DIST sqlitebrowser-3.9.1.tar.gz 1704713 SHA256 d0d2e06a69927ba1d0b955f3261ce70c61befc5bd5ddaa06752dae8bb4219ed8 SHA512 c1e88063fac864f60a9802ae378e13d6f3a09e2f4e71e50c6abca4967a941c444a64617bad2dfc743cf9a6be554af9c73e4c61533300ed9a51652234ffdbd225 WHIRLPOOL 50c27ef3405573806e3c8939b69652f25896b9281b59d609cd3210faeb793d707d11ecdea4dada045eb4aa4da375327669566f71ecdbd151f669be1c2419a197
diff --git a/dev-db/sqlitebrowser/sqlitebrowser-3.7.0-r1.ebuild b/dev-db/sqlitebrowser/sqlitebrowser-3.7.0-r1.ebuild
deleted file mode 100644
index 3ebd2cb..00000000
--- a/dev-db/sqlitebrowser/sqlitebrowser-3.7.0-r1.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-CMAKE_MAKEFILE_GENERATOR=ninja
-
-inherit eutils cmake-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="qt4 qt5 test"
-
-REQUIRED_USE="^^ ( qt4 qt5 )"
-
-RDEPEND="
- dev-cpp/antlr-cpp:2=
- dev-db/sqlite:3
- dev-libs/qcustomplot[qt5=]
- x11-libs/qscintilla
- qt4? (
- dev-qt/qtcore:4
- dev-qt/qtgui:4
- )
- qt5? (
- dev-qt/qtnetwork:5
- dev-qt/qttest:5
- dev-qt/qtwidgets:5
- )"
-DEPEND="${RDEPEND}
- qt5? ( dev-qt/linguist-tools:5 )
-"
-
-PATCHES=( "${FILESDIR}"/${P}-unbundle.patch )
-
-src_prepare() {
- # https://github.com/qingfengxia/qhexedit still bundled
- # x11-libs/qscintilla[qt4?,qt5?] still bundled
- find libs/{antlr-2.7.7,qcustomplot-source} -delete || die
- cmake-utils_src_prepare
-}
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_use qt5)
- $(cmake-utils_use_enable test TESTING)
- )
- cmake-utils_src_configure
-}
-
-src_install() {
- cmake-utils_src_install
- doicon images/sqlitebrowser.svg
-}
next reply other threads:[~2016-11-15 22:29 UTC|newest]
Thread overview: 42+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-11-15 22:29 David Seifert [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-05-25 20:27 [gentoo-commits] repo/gentoo:master commit in: dev-db/sqlitebrowser/ Sam James
2025-05-25 16:39 Sam James
2025-05-03 7:53 Andreas Sturmlechner
2025-05-03 7:53 Andreas Sturmlechner
2025-01-27 23:22 Andreas Sturmlechner
2025-01-23 20:32 Andreas Sturmlechner
2025-01-08 17:03 Andreas Sturmlechner
2025-01-06 1:37 Sam James
2025-01-06 1:37 Sam James
2024-12-01 12:04 Sam James
2024-09-04 20:30 Jakov Smolić
2024-09-04 20:30 Jakov Smolić
2024-08-04 7:03 Joonas Niilola
2024-04-16 16:30 Jimi Huotari
2024-03-07 10:54 Andreas Sturmlechner
2024-03-02 18:23 Arthur Zamarin
2024-03-02 18:23 Arthur Zamarin
2024-01-20 12:23 Sam James
2022-12-20 21:07 Andreas Sturmlechner
2021-07-15 21:39 Sam James
2021-07-15 21:33 Sam James
2021-06-17 6:49 Joonas Niilola
2021-02-17 11:36 Joonas Niilola
2019-10-17 4:52 Joonas Niilola
2019-03-25 17:41 Rick Farina
2019-02-28 17:37 Rick Farina
2019-02-14 23:06 Andreas Sturmlechner
2019-02-14 23:06 Andreas Sturmlechner
2018-04-11 20:43 Thomas Deutschmann
2018-04-06 15:58 Aaron Bauman
2017-12-11 9:11 Michael Weber
2017-09-23 2:27 Michael Palimaka
2017-06-04 22:52 Michael Weber
2017-06-01 7:41 Agostino Sarubbo
2016-12-22 18:26 David Seifert
2016-11-15 22:29 David Seifert
2016-03-15 11:26 Agostino Sarubbo
2016-01-10 18:41 Michael Weber
2015-12-06 21:50 James Le Cuirot
2015-12-06 21:50 James Le Cuirot
2015-10-01 14:21 Michael Palimaka
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1479248928.6132ca3e55391934dd387291bcdcc3c9292e1a2d.soap@gentoo \
--to=soap@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox