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 0F4591382C5 for ; Thu, 22 Feb 2018 17:34:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2302BE07FA; Thu, 22 Feb 2018 17:34:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 012F0E07FA for ; Thu, 22 Feb 2018 17:34:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 098DC335C0C for ; Thu, 22 Feb 2018 17:34:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8FFB9211 for ; Thu, 22 Feb 2018 17:34:53 +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: <1519320876.c45ceeea6c547c528ea4ac6b737596c58e6485ce.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.7.0.ebuild X-VCS-Directories: dev-libs/qtkeychain/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: c45ceeea6c547c528ea4ac6b737596c58e6485ce X-VCS-Branch: master Date: Thu, 22 Feb 2018 17:34:53 +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-Archives-Salt: 6b7ccf97-6d4d-4744-8657-5577e2764363 X-Archives-Hash: 66f14ca00ed8ee02c0386ccda3399a64 commit: c45ceeea6c547c528ea4ac6b737596c58e6485ce Author: Johannes Huber gentoo org> AuthorDate: Thu Feb 22 17:34:36 2018 +0000 Commit: Johannes Huber gentoo org> CommitDate: Thu Feb 22 17:34:36 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c45ceeea dev-libs/qtkeychain: Remove 0.7.0 Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-libs/qtkeychain/Manifest | 1 - dev-libs/qtkeychain/qtkeychain-0.7.0.ebuild | 35 ----------------------------- 2 files changed, 36 deletions(-) diff --git a/dev-libs/qtkeychain/Manifest b/dev-libs/qtkeychain/Manifest index d18fc768d97..54bd6db48e1 100644 --- a/dev-libs/qtkeychain/Manifest +++ b/dev-libs/qtkeychain/Manifest @@ -1,2 +1 @@ -DIST qtkeychain-0.7.0.tar.gz 18913 BLAKE2B df8d54b5436ee936ba9aa8b7613f035b8c23d7eb998565e5cffc68e286f1bd972b223968628d1bba008960bfb16a3451b2d83c7f412ba7140b53e150d4fb061d SHA512 b7e98fa6c7f6a8a5e4d79468366b30c859db4edf08984d685d2cd8d87c5ab60b5f4769b5af96c8d9ca306111e46a63e4d23be7c07d77d6c3492f2e81ae8cd88b DIST qtkeychain-0.8.0.tar.gz 34686 BLAKE2B bb20ace4393e04a8c8167ce112499fed75615ed165824bfcbba6a243e374523ff397aa85eb324ee8d742295a1bd4618a363fae6f92aae74caf09b9ca18d76c1e SHA512 be83ebc665a7916e96a2fd9990c72cd29373196591cf557fa6f9691f332ab67cc5475cab240c3e50e76cb37e0b7f189f0a1f2c3a70a6f655918e1d2465ed2f33 diff --git a/dev-libs/qtkeychain/qtkeychain-0.7.0.ebuild b/dev-libs/qtkeychain/qtkeychain-0.7.0.ebuild deleted file mode 100644 index bf34a98d3df..00000000000 --- a/dev-libs/qtkeychain/qtkeychain-0.7.0.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-utils - -DESCRIPTION="Qt API for storing passwords securely" -HOMEPAGE="https://github.com/frankosterfeld/qtkeychain" -SRC_URI="https://github.com/frankosterfeld/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/1" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND=" - dev-qt/qtcore:5 - dev-qt/qtdbus:5 -" -DEPEND="${RDEPEND} - dev-qt/linguist-tools:5 -" - -DOCS=( ChangeLog ReadMe.txt ) - -src_configure() { - local mycmakeargs=( - -DBUILD_WITH_QT4=OFF - -DQTKEYCHAIN_STATIC=OFF - -DBUILD_TRANSLATIONS=ON - ) - - cmake-utils_src_configure -}