public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/keepassxc/
Date: Tue, 23 Feb 2021 19:53:29 +0000 (UTC)	[thread overview]
Message-ID: <1614109950.17436d9fa66f43028ca1117e23e72218e6b204d7.asturm@gentoo> (raw)

commit:     17436d9fa66f43028ca1117e23e72218e6b204d7
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 20 18:55:32 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Feb 23 19:52:30 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17436d9f

app-admin/keepassxc: Drop 2.6.4-r1

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

 app-admin/keepassxc/keepassxc-2.6.4-r1.ebuild | 93 ---------------------------
 1 file changed, 93 deletions(-)

diff --git a/app-admin/keepassxc/keepassxc-2.6.4-r1.ebuild b/app-admin/keepassxc/keepassxc-2.6.4-r1.ebuild
deleted file mode 100644
index 10b1cb7ce9d..00000000000
--- a/app-admin/keepassxc/keepassxc-2.6.4-r1.ebuild
+++ /dev/null
@@ -1,93 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake flag-o-matic xdg
-
-DESCRIPTION="KeePassXC - KeePass Cross-platform Community Edition"
-HOMEPAGE="https://keepassxc.org"
-
-if [[ "${PV}" != 9999 ]] ; then
-	if [[ "${PV}" == *_beta* ]] ; then
-		SRC_URI="https://github.com/keepassxreboot/keepassxc/archive/${PV/_/-}.tar.gz -> ${P}.tar.gz"
-		S="${WORKDIR}/${P/_/-}"
-	else
-		#SRC_URI="https://github.com/keepassxreboot/keepassxc/archive/${PV}.tar.gz -> ${P}.tar.gz"
-		SRC_URI="https://github.com/keepassxreboot/keepassxc/releases/download/${PV}/${P}-src.tar.xz"
-		KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-	fi
-else
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/keepassxreboot/${PN}"
-fi
-
-LICENSE="LGPL-2.1 GPL-2 GPL-3"
-SLOT="0"
-IUSE="autotype browser ccache keeshare +network test yubikey"
-
-RDEPEND="
-	app-crypt/argon2:=
-	dev-libs/libgcrypt:=
-	>=dev-libs/libsodium-1.0.12:=
-	dev-qt/qtconcurrent:5
-	dev-qt/qtcore:5
-	dev-qt/qtdbus:5
-	dev-qt/qtgui:5
-	dev-qt/qtnetwork:5
-	dev-qt/qtsvg:5
-	dev-qt/qtwidgets:5
-	media-gfx/qrencode:=
-	sys-libs/readline:0=
-	sys-libs/zlib:=
-	autotype? (
-		dev-qt/qtx11extras:5
-		x11-libs/libX11
-		x11-libs/libXi
-		x11-libs/libXtst
-	)
-	keeshare? ( dev-libs/quazip:0 )
-	yubikey? ( sys-auth/ykpers )
-"
-
-DEPEND="
-	${RDEPEND}
-	dev-qt/linguist-tools:5
-	dev-qt/qttest:5
-"
-BDEPEND="
-	ccache? ( dev-util/ccache )
-"
-
-RESTRICT="!test? ( test )"
-
-src_prepare() {
-	 use test || \
-		sed -e "/^find_package(Qt5Test/d" -i CMakeLists.txt || die
-
-	 cmake_src_prepare
-}
-
-src_configure() {
-	# https://github.com/keepassxreboot/keepassxc/issues/5801
-	filter-flags -flto*
-
-	local mycmakeargs=(
-		-DWITH_CCACHE="$(usex ccache)"
-		-DWITH_GUI_TESTS=OFF
-		-DWITH_TESTS="$(usex test)"
-		-DWITH_XC_AUTOTYPE="$(usex autotype)"
-		-DWITH_XC_DOCS=OFF
-		-DWITH_XC_BROWSER="$(usex browser)"
-		-DWITH_XC_FDOSECRETS=ON
-		-DWITH_XC_KEESHARE="$(usex keeshare)"
-		-DWITH_XC_NETWORKING="$(usex network)"
-		-DWITH_XC_SSHAGENT=ON
-		-DWITH_XC_UPDATECHECK=OFF
-		-DWITH_XC_YUBIKEY="$(usex yubikey)"
-	)
-	if [[ "${PV}" == *_beta* ]] ; then
-		mycmakeargs+=( -DOVERRIDE_VERSION="${PV/_/-}" )
-	fi
-	cmake_src_configure
-}


             reply	other threads:[~2021-02-23 19:53 UTC|newest]

Thread overview: 172+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-23 19:53 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-22  1:09 [gentoo-commits] repo/gentoo:master commit in: app-admin/keepassxc/ Sam James
2024-07-21 19:48 Arthur Zamarin
2024-06-20 14:05 Maciej Barć
2024-06-07 17:46 Arthur Zamarin
2024-06-07 16:46 Arthur Zamarin
2024-05-06 18:00 Maciej Barć
2024-05-06 18:00 Maciej Barć
2024-05-06 18:00 Maciej Barć
2024-04-17 23:29 Sam James
2024-04-17 22:35 Sam James
2024-03-12 17:03 Maciej Barć
2024-03-11  9:03 Maciej Barć
2024-03-11  9:03 Maciej Barć
2024-03-10 16:19 Maciej Barć
2023-10-26 13:13 Maciej Barć
2023-09-21  5:09 Sam James
2023-09-21  5:09 Sam James
2023-08-17 13:22 Maciej Barć
2023-08-17 13:22 Maciej Barć
2023-06-30 19:08 Maciej Barć
2023-06-24  2:59 Sam James
2023-06-20 16:48 Arthur Zamarin
2023-06-20 16:48 Arthur Zamarin
2023-05-19 14:18 Maciej Barć
2023-05-19  8:37 Marek Szuba
2023-05-19  8:37 Marek Szuba
2023-05-07 15:21 Maciej Barć
2022-11-30 22:34 Sam James
2022-11-30 21:15 Jakov Smolić
2022-11-29  6:58 Jakov Smolić
2022-11-01  0:36 Marek Szuba
2022-10-26 13:40 Maciej Barć
2022-09-26  8:03 Maciej Barć
2022-07-26 22:02 Maciej Barć
2022-07-25 22:15 Marek Szuba
2022-06-29 11:24 Marek Szuba
2022-06-29 11:08 Marek Szuba
2022-06-29 11:08 Marek Szuba
2022-06-29 11:01 Maciej Barć
2022-05-28  7:04 Agostino Sarubbo
2022-05-28  6:55 Agostino Sarubbo
2022-04-10 22:58 Sam James
2022-04-10 22:58 Sam James
2022-04-06  6:50 Lars Wendler
2022-03-23 14:40 Lars Wendler
2022-03-23 14:40 Lars Wendler
2022-03-23  8:40 Lars Wendler
2022-03-23  8:40 Lars Wendler
2022-03-22  1:59 Lars Wendler
2022-02-27 23:04 Lars Wendler
2022-02-27 23:04 Lars Wendler
2022-01-28 14:56 Lars Wendler
2022-01-28 14:56 Lars Wendler
2022-01-28 14:56 Lars Wendler
2021-09-28 17:48 Lars Wendler
2021-07-15  7:42 Agostino Sarubbo
2021-07-15  7:38 Agostino Sarubbo
2021-06-12 14:20 Lars Wendler
2021-06-12 10:35 Lars Wendler
2021-06-08  7:40 Lars Wendler
2021-06-08  7:20 Lars Wendler
2021-06-08  7:20 Lars Wendler
2021-04-11 21:46 Lars Wendler
2021-04-11 21:46 Lars Wendler
2021-03-08 10:26 Sam James
2021-03-08 10:25 Sam James
2021-02-23 19:53 Andreas Sturmlechner
2021-02-15  3:36 Sam James
2021-02-03  3:11 Sam James
2021-02-02 21:00 Sam James
2021-02-01  9:19 Lars Wendler
2021-02-01  9:19 Lars Wendler
2021-02-01  9:19 Lars Wendler
2021-01-13  9:18 Sam James
2021-01-13  9:17 Sam James
2021-01-13  1:28 Lars Wendler
2020-10-23 11:07 Lars Wendler
2020-10-22  7:02 Lars Wendler
2020-10-22  7:02 Lars Wendler
2020-10-14 19:22 Agostino Sarubbo
2020-10-14 19:08 Agostino Sarubbo
2020-09-07  7:35 Sergei Trofimovich
2020-08-20  2:42 Lars Wendler
2020-07-08 15:07 Lars Wendler
2020-07-08 15:07 Lars Wendler
2020-07-07  9:22 Lars Wendler
2020-07-07  9:22 Lars Wendler
2020-07-07  9:22 Lars Wendler
2020-06-21 16:54 Agostino Sarubbo
2020-06-20 15:45 Thomas Deutschmann
2020-06-15 12:00 Lars Wendler
2020-05-09  8:47 Mart Raudsepp
2020-04-10 14:37 Lars Wendler
2020-03-09 12:52 Lars Wendler
2020-03-09 12:48 Agostino Sarubbo
2020-03-09 12:39 Agostino Sarubbo
2020-01-19 23:06 Lars Wendler
2020-01-19 23:06 Lars Wendler
2020-01-04 15:09 Lars Wendler
2020-01-04 14:59 Lars Wendler
2020-01-04 14:59 Lars Wendler
2019-11-12  8:17 Lars Wendler
2019-11-04 12:53 Lars Wendler
2019-10-27 10:15 Lars Wendler
2019-10-27 10:15 Lars Wendler
2019-09-09  6:54 Agostino Sarubbo
2019-09-08 19:15 Thomas Deutschmann
2019-07-12  8:03 Lars Wendler
2019-07-12  8:03 Lars Wendler
2019-07-12  8:03 Lars Wendler
2019-06-12 10:45 Lars Wendler
2019-06-12 10:45 Lars Wendler
2019-06-11 11:12 Lars Wendler
2019-06-03 14:22 Lars Wendler
2019-06-03 12:22 Lars Wendler
2019-04-26 10:49 Lars Wendler
2019-04-13  9:18 Lars Wendler
2019-04-13  9:18 Lars Wendler
2019-04-13  9:18 Lars Wendler
2019-03-25 11:44 Lars Wendler
2019-03-25 11:44 Lars Wendler
2019-03-23 22:25 Lars Wendler
2019-03-20 12:44 Lars Wendler
2019-03-20 11:01 Lars Wendler
2019-03-11 15:28 Lars Wendler
2019-03-11 14:31 Lars Wendler
2019-03-10 17:49 Lars Wendler
2019-03-10 13:16 Mikle Kolyada
2019-03-09 19:18 Thomas Deutschmann
2019-03-07 22:43 Lars Wendler
2019-03-07 22:43 Lars Wendler
2019-03-07 22:43 Lars Wendler
2018-10-26  9:37 Lars Wendler
2018-08-30  8:45 Mikle Kolyada
2018-08-29  1:07 Thomas Deutschmann
2018-08-25 20:29 Lars Wendler
2018-08-25 20:29 Lars Wendler
2018-05-11 15:25 Lars Wendler
2018-03-13 19:41 Lars Wendler
2018-03-13 19:38 Mikle Kolyada
2018-03-08  9:19 Lars Wendler
2018-03-05  8:06 Lars Wendler
2018-03-04  6:51 Thomas Deutschmann
2018-03-01 15:06 Lars Wendler
2018-03-01 15:06 Lars Wendler
2018-03-01 15:06 Lars Wendler
2018-02-23 23:24 Matt Thode
2018-02-11 21:59 Matt Thode
2017-12-16 15:57 Lars Wendler
2017-12-16 15:57 Lars Wendler
2017-10-24  9:06 Lars Wendler
2017-10-20 11:07 Lars Wendler
2017-10-13  9:38 Lars Wendler
2017-10-13  9:38 Lars Wendler
2017-10-12  7:18 Lars Wendler
2017-10-03  9:38 Lars Wendler
2017-08-01  8:25 Lars Wendler
2017-08-01  8:25 Lars Wendler
2017-08-01  8:23 Lars Wendler
2017-06-28 11:26 Lars Wendler
2017-06-27 21:45 Lars Wendler
2017-06-27 21:45 Lars Wendler
2017-06-27 21:45 Lars Wendler
2017-04-10 13:49 Lars Wendler
2017-04-10 13:49 Lars Wendler
2017-03-03 12:59 Lars Wendler
2017-03-03 12:59 Lars Wendler
2017-02-20  9:00 Lars Wendler
2017-02-20  8:45 Lars Wendler
2017-02-20  8:45 Lars Wendler
2017-02-10  7:31 Lars Wendler

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=1614109950.17436d9fa66f43028ca1117e23e72218e6b204d7.asturm@gentoo \
    --to=asturm@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