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 84250138330 for ; Sat, 8 Oct 2016 19:49:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 02071E0A72; Sat, 8 Oct 2016 19:49:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DA750E0A72 for ; Sat, 8 Oct 2016 19:49:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BE387341563 for ; Sat, 8 Oct 2016 19:49:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7CA4E246C for ; Sat, 8 Oct 2016 19:49:32 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1475956168.b7156cc4d4fb3f7643c4bc78423a8330af8bcf3a.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/keepassx/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/keepassx/keepassx-2.0.2.ebuild X-VCS-Directories: app-admin/keepassx/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: b7156cc4d4fb3f7643c4bc78423a8330af8bcf3a X-VCS-Branch: master Date: Sat, 8 Oct 2016 19:49:32 +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: 906058ac-be3f-4fc1-b0bb-b79cd3a2600a X-Archives-Hash: 3834597c5aaac024de2384108f6db2a5 commit: b7156cc4d4fb3f7643c4bc78423a8330af8bcf3a Author: Lars Wendler gentoo org> AuthorDate: Sat Oct 8 19:49:10 2016 +0000 Commit: Lars Wendler gentoo org> CommitDate: Sat Oct 8 19:49:28 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7156cc4 app-admin/keepassx: Removed old. Package-Manager: portage-2.3.1 Signed-off-by: Lars Wendler gentoo.org> app-admin/keepassx/keepassx-2.0.2.ebuild | 36 -------------------------------- 1 file changed, 36 deletions(-) diff --git a/app-admin/keepassx/keepassx-2.0.2.ebuild b/app-admin/keepassx/keepassx-2.0.2.ebuild deleted file mode 100644 index 3f2b627..00000000 --- a/app-admin/keepassx/keepassx-2.0.2.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 - -inherit cmake-utils vcs-snapshot - -DESCRIPTION="Qt password manager compatible with its Win32 and Pocket PC versions" -HOMEPAGE="http://www.keepassx.org/" -SRC_URI="https://www.keepassx.org/releases/${PV}/${P}.tar.gz" - -LICENSE="|| ( GPL-2 GPL-3 ) BSD GPL-2 LGPL-2.1 LGPL-3+ CC0-1.0 public-domain || ( LGPL-2.1 GPL-3 )" -SLOT="0" -KEYWORDS="amd64 ~arm ppc x86 ~amd64-linux ~x86-linux" -IUSE="test" - -DEPEND=" - dev-libs/libgcrypt:0= - dev-qt/qtcore:4 - dev-qt/qtgui:4 - dev-qt/qttest:4 - sys-libs/zlib - x11-libs/libX11 - x11-libs/libXtst -" -RDEPEND="${DEPEND}" - -DOCS=(CHANGELOG) - -src_configure() { - local mycmakeargs=( - -DWITH_TESTS="$(usex test)" - ) - cmake-utils_src_configure -}