From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B353A1584AD for ; Sat, 03 May 2025 07:53:31 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 9BFB93430ED for ; Sat, 03 May 2025 07:53:31 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 2B7AC11036D; Sat, 03 May 2025 07:53:28 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 20FB011036D for ; Sat, 03 May 2025 07:53:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C7B573430AC for ; Sat, 03 May 2025 07:53:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6CE21183E for ; Sat, 03 May 2025 07:53:26 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1746258798.67137c869a2e1fd1dd95c865b256ec8a6e4b2977.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/sqlitebrowser/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/sqlitebrowser/sqlitebrowser-3.13.1_p20250502.ebuild X-VCS-Directories: dev-db/sqlitebrowser/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 67137c869a2e1fd1dd95c865b256ec8a6e4b2977 X-VCS-Branch: master Date: Sat, 03 May 2025 07:53:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 30edc5c8-ba6d-4f9d-a405-543cbc6a99cc X-Archives-Hash: 4296fd225dfe507c73fb1b69b3609af5 commit: 67137c869a2e1fd1dd95c865b256ec8a6e4b2977 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat May 3 07:52:25 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat May 3 07:53:18 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67137c86 dev-db/sqlitebrowser: drop 3.13.1_p20250502 Signed-off-by: Andreas Sturmlechner gentoo.org> .../sqlitebrowser-3.13.1_p20250502.ebuild | 64 ---------------------- 1 file changed, 64 deletions(-) diff --git a/dev-db/sqlitebrowser/sqlitebrowser-3.13.1_p20250502.ebuild b/dev-db/sqlitebrowser/sqlitebrowser-3.13.1_p20250502.ebuild deleted file mode 100644 index 810272f31666..000000000000 --- a/dev-db/sqlitebrowser/sqlitebrowser-3.13.1_p20250502.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -COMMIT=03be1c69c40c74f08e880e754ce30d7af647c020 -inherit cmake flag-o-matic xdg - -DESCRIPTION="Light GUI editor for SQLite databases" -HOMEPAGE="https://sqlitebrowser.org/" - -if [[ ${PV} == *9999* ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/sqlitebrowser/sqlitebrowser.git" -else - SRC_URI="https://github.com/sqlitebrowser/sqlitebrowser/archive/${COMMIT}.tar.gz -> ${P}-${COMMIT:0:8}.tar.gz" - S="${WORKDIR}/${PN}-${COMMIT}" - KEYWORDS="~amd64 ~x86" -fi - -LICENSE="GPL-3+ MPL-2.0" -SLOT="0" -IUSE="sqlcipher test" -RESTRICT="!test? ( test )" - -RDEPEND=" - >=app-editors/qhexedit2-0.8.10 - dev-db/sqlite:3 - >=dev-libs/qcustomplot-2.1.1-r10 - dev-qt/qtbase:6[gui,network,ssl,widgets,xml] - >=x11-libs/qscintilla-2.14.1-r1:=[qt6(+)] - sqlcipher? ( dev-db/sqlcipher ) -" -DEPEND="${RDEPEND} - dev-qt/qtbase:6[concurrent] -" -BDEPEND="dev-qt/qttools:6[linguist]" - -DOCS=( images/ {BUILDING,CHANGELOG,README}.md ) - -PATCHES=( "${FILESDIR}/${P}-no-git.patch" ) - -src_configure() { - local mycmakeargs=( - -DQT_MAJOR=Qt6 - -DFORCE_INTERNAL_QSCINTILLA=OFF - -DFORCE_INTERNAL_QCUSTOMPLOT=OFF - -DFORCE_INTERNAL_QHEXEDIT=OFF - -Dsqlcipher=$(usex sqlcipher) - -DENABLE_TESTING=$(usex test) - ) - [[ -n ${COMMIT} ]] && mycmakeargs+=( -DGIT_COMMIT_HASH=${COMMIT:0:8} ) - - # https://bugs.gentoo.org/855254 - append-flags -fno-strict-aliasing - filter-lto - - cmake_src_configure -} - -src_install() { - [[ ${PV} == *9999* ]] && DOCS+=( SECURITY.md ) - cmake_src_install -}