From 5fac433e926bbdd512942ebc85003be18f994932 Mon Sep 17 00:00:00 2001 From: Davide Pesavento Date: Thu, 26 Dec 2013 03:44:08 +0000 Subject: Version bump wrt bug 470584. (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 17A85C72) --- app-admin/keepassx/ChangeLog | 7 ++++- app-admin/keepassx/keepassx-2.0_alpha5.ebuild | 37 +++++++++++++++++++++++++++ 2 files changed, 43 insertions(+), 1 deletion(-) create mode 100644 app-admin/keepassx/keepassx-2.0_alpha5.ebuild (limited to 'app-admin/keepassx') diff --git a/app-admin/keepassx/ChangeLog b/app-admin/keepassx/ChangeLog index 19ccadc44a3a..a2da0d2a4b09 100644 --- a/app-admin/keepassx/ChangeLog +++ b/app-admin/keepassx/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-admin/keepassx # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/keepassx/ChangeLog,v 1.59 2013/03/02 19:06:31 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/keepassx/ChangeLog,v 1.60 2013/12/26 03:44:08 pesa Exp $ + +*keepassx-2.0_alpha5 (26 Dec 2013) + + 26 Dec 2013; Davide Pesavento +keepassx-2.0_alpha5.ebuild: + Version bump wrt bug 470584. 02 Mar 2013; Markos Chandras keepassx-0.4.3.ebuild: Move Qt dependencies to the new category diff --git a/app-admin/keepassx/keepassx-2.0_alpha5.ebuild b/app-admin/keepassx/keepassx-2.0_alpha5.ebuild new file mode 100644 index 000000000000..7e73b3d10fb5 --- /dev/null +++ b/app-admin/keepassx/keepassx-2.0_alpha5.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/keepassx/keepassx-2.0_alpha5.ebuild,v 1.1 2013/12/26 03:44:08 pesa Exp $ + +EAPI=5 + +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://github.com/${PN}/${PN}/archive/${PV/_/-}.tar.gz -> ${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 ~ppc ~x86 ~amd64-linux ~x86-linux" +IUSE="test" + +DEPEND=" + dev-libs/libgcrypt:0/11 + dev-qt/qtcore:4 + dev-qt/qtdbus: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=( + $(cmake-utils_use_with test TESTS) + ) + cmake-utils_src_configure +} -- cgit v1.2.3-65-gdbad