From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 08068138350 for ; Tue, 18 Feb 2020 16:58:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4E9ECE0829; Tue, 18 Feb 2020 16:58:45 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 399D1E0829 for ; Tue, 18 Feb 2020 16:58:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4807534ED27 for ; Tue, 18 Feb 2020 16:58:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 28476147 for ; Tue, 18 Feb 2020 16:58:42 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1582045083.b7de8276b2878f6c093200b63a77fc2a8ee91d15.johu@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/qtkeychain/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/qtkeychain/Manifest dev-libs/qtkeychain/qtkeychain-0.9.0.ebuild X-VCS-Directories: dev-libs/qtkeychain/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: b7de8276b2878f6c093200b63a77fc2a8ee91d15 X-VCS-Branch: master Date: Tue, 18 Feb 2020 16:58:42 +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: 3f5d7906-b3a4-4c4e-8b0e-9ac8e866bc54 X-Archives-Hash: 813bb84adbdb6116970544ce1c33e41e commit: b7de8276b2878f6c093200b63a77fc2a8ee91d15 Author: Johannes Huber gentoo org> AuthorDate: Tue Feb 18 16:58:03 2020 +0000 Commit: Johannes Huber gentoo org> CommitDate: Tue Feb 18 16:58:03 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7de8276 dev-libs/qtkeychain: Remove 0.9.0 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Johannes Huber gentoo.org> dev-libs/qtkeychain/Manifest | 1 - dev-libs/qtkeychain/qtkeychain-0.9.0.ebuild | 45 ----------------------------- 2 files changed, 46 deletions(-) diff --git a/dev-libs/qtkeychain/Manifest b/dev-libs/qtkeychain/Manifest index e3c45d989b2..3197a0391a1 100644 --- a/dev-libs/qtkeychain/Manifest +++ b/dev-libs/qtkeychain/Manifest @@ -1,2 +1 @@ DIST qtkeychain-0.10.0.tar.gz 38488 BLAKE2B 229270158f08a17e391a68bb6eaf6a1924fd1e5caa9ba026e15619dd159d1514894000a74301a2f2dda706f0629b5bc06afeb38191700e834d412c9cff505263 SHA512 de35d1a39c717db5c8c3b8a59571e96ed8925836a7043dd9f236c284bf92de4875c4b53686ba73244bbc84b55a88d44316a16da3012e50cbc7594fbf0b1140b6 -DIST qtkeychain-0.9.0.tar.gz 35614 BLAKE2B b8fbcc3737808f8415f703cd92dd1f036fd6d1d83c056562e0142f67a234ddc29ad7f029ce9f520c8bcf179d8b99b5cf8b702ad010763956ff0fb8ce3f030934 SHA512 d8e7895169e9746c234a156e00edb939926d14da1a5eadab7cb1e67790958973bfd11c9c04c6fa5cf776aafbd0af40dcd50c683f1c80bef60d47d1465bb350df diff --git a/dev-libs/qtkeychain/qtkeychain-0.9.0.ebuild b/dev-libs/qtkeychain/qtkeychain-0.9.0.ebuild deleted file mode 100644 index 3272ffda360..00000000000 --- a/dev-libs/qtkeychain/qtkeychain-0.9.0.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-utils - -HOMEPAGE="https://github.com/frankosterfeld/qtkeychain" -DESCRIPTION="Qt API for storing passwords securely" - -if [[ ${PV} != *9999* ]]; then - SRC_URI="https://github.com/frankosterfeld/qtkeychain/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 ~arm64 x86" -else - inherit git-r3 - EGIT_REPO_URI="${HOMEPAGE}.git" -fi - -LICENSE="BSD" -SLOT="0/1" -IUSE="gnome-keyring" - -RDEPEND=" - dev-qt/qtcore:5 - dev-qt/qtdbus:5 - gnome-keyring? ( dev-libs/glib:2 ) -" -DEPEND="${RDEPEND} - dev-qt/linguist-tools:5 - gnome-keyring? ( gnome-base/libgnome-keyring ) -" - -DOCS=( ChangeLog ReadMe.txt ) - -src_configure() { - local mycmakeargs=( - -DBUILD_WITH_QT4=OFF - -DQTKEYCHAIN_STATIC=OFF - -DBUILD_TEST_APPLICATION=OFF - -DBUILD_TRANSLATIONS=ON - -DLIBSECRET_SUPPORT=$(usex gnome-keyring) - ) - - cmake-utils_src_configure -}