summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2016-10-08 21:49:10 +0200
committerLars Wendler <polynomial-c@gentoo.org>2016-10-08 21:49:28 +0200
commitb7156cc4d4fb3f7643c4bc78423a8330af8bcf3a (patch)
tree81fabff0bca081de6fe625547ca3439e549073af
parentapp-admin/keepassx: Bump to version 2.0.3 (diff)
downloadgentoo-b7156cc4d4fb3f7643c4bc78423a8330af8bcf3a.tar.gz
gentoo-b7156cc4d4fb3f7643c4bc78423a8330af8bcf3a.tar.bz2
gentoo-b7156cc4d4fb3f7643c4bc78423a8330af8bcf3a.zip
app-admin/keepassx: Removed old.
Package-Manager: portage-2.3.1 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
-rw-r--r--app-admin/keepassx/keepassx-2.0.2.ebuild36
1 files changed, 0 insertions, 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 3f2b62730106..000000000000
--- 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
-}