diff options
Diffstat (limited to 'app-admin/keepassx')
-rw-r--r-- | app-admin/keepassx/keepassx-9999.ebuild | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/app-admin/keepassx/keepassx-9999.ebuild b/app-admin/keepassx/keepassx-9999.ebuild deleted file mode 100644 index 1367620d..00000000 --- a/app-admin/keepassx/keepassx-9999.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit cmake-utils git-r3 - -DESCRIPTION="Qt password manager compatible with its Win32 and Pocket PC versions" -HOMEPAGE="http://keepassx.sourceforge.net/" -EGIT_REPO_URI=( - "https://github.com/${PN}/${PN}" -) - -LICENSE="LGPL-2.1 GPL-2 GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="debug test" - -RDEPEND="dev-libs/libgcrypt:= - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 - sys-libs/zlib -" -DEPEND="${RDEPEND} - dev-qt/linguist-tools:5 - dev-qt/qtconcurrent:5 - test? ( dev-qt/qttest:5 ) -" - -src_prepare() { - use test || \ - sed -e "/^find_package(Qt5Test/d" -i CMakeLists.txt || die - - cmake-utils_src_prepare -} - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_with test TESTS) - -DWITH_GUI_TESTS=OFF - ) - cmake-utils_src_configure -} |