diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2015-09-08 17:38:57 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2015-09-08 17:39:51 +0200 |
commit | b0668354cb73f14bc488407306314b40f58a118d (patch) | |
tree | 8ffe028f6bd5207ac48af24fc611a1af17c1687a /app-admin/keepassx | |
parent | app-admin/keepassx: Bump to version 2.0_beta2 (diff) | |
download | gentoo-b0668354cb73f14bc488407306314b40f58a118d.tar.gz gentoo-b0668354cb73f14bc488407306314b40f58a118d.tar.bz2 gentoo-b0668354cb73f14bc488407306314b40f58a118d.zip |
app-admin/keepassx: Removed old.
Package-Manager: portage-2.2.20.1
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'app-admin/keepassx')
-rw-r--r-- | app-admin/keepassx/Manifest | 1 | ||||
-rw-r--r-- | app-admin/keepassx/files/keepassx-2.0_alpha5-libgcrypt-1.6.0.patch | 39 | ||||
-rw-r--r-- | app-admin/keepassx/keepassx-2.0_alpha5.ebuild | 42 |
3 files changed, 0 insertions, 82 deletions
diff --git a/app-admin/keepassx/Manifest b/app-admin/keepassx/Manifest index 5fcd9cccb108..af1ab374b504 100644 --- a/app-admin/keepassx/Manifest +++ b/app-admin/keepassx/Manifest @@ -1,4 +1,3 @@ DIST keepassx-0.4.3.tar.gz 1368766 SHA256 cd901a0611ce57e62cf6df7eeeb1b690b5232302bdad8626994eb54adcfa1e85 SHA512 8ce1bc252694e11a8b0da94bb00a4e5ca2837fe099f2f992aa9a93bacc4d94f33970cec687bd73a7a7762e86220a0541fe85a6708a2d4ad1bb3aef5f19935ccc WHIRLPOOL e2f54832eeb8eb3c7b7874e2deb97843a9ef1a92f027ec540fd197cf850d313be5d8959595e122b24a286973747d3b71bd33537de601b31ba3d45a16a095747b -DIST keepassx-2.0_alpha5.tar.gz 1052454 SHA256 d5554d98666c7e0ea14d868ea837a3bc83661e95770faf77452367f80d18b2ef SHA512 864b56b35c768cf084d1934909c8f1aca474c0586ed644c3d5fef6d4eaffb550eeb14b1ac93d01e26a1319ad38144130ccdcf9f0c5634c395afed9f560173e79 WHIRLPOOL 92a0d9b653ea63c5abb5dde0ff2e92f92221e8b7f877da042b70f3a517ba9ac3c3e220c7014bc2da6cdb8a309f9c9575efce62de5026b281df2899ac756c21ec DIST keepassx-2.0_alpha6.tar.gz 1366929 SHA256 592f9995b13c4f84724fb24a0078162246397eedccd467daaf0fd3608151f2b0 SHA512 76cf2e9617217b4f38ecd0027a88768c5a06c51e796f32e4939ba3a4506583ce6793c107293ee87c0ff1d18eaf6030096cab4da644cf0bef35ff09d5a46cd5ca WHIRLPOOL 37283e66bb285656ff2992552ce6e745603f27685a8a2e87fec42e391b484b2bf1697da011ec0ef86ff1ba5053abd803f38ad8ba77f0d295d901bd5ecf38d1e3 DIST keepassx-2.0_beta2.tar.gz 1479599 SHA256 5828261226c441856bd12e2f4f73af1a5fc3b1981b2cff40fbc2403e344f4e52 SHA512 e63431a55536fccc8dd4e441863081f533cac6608ce393ad4d641fc57fce815232aff1fdf777374464b3ad6bedb16392d578ff39bf9230d4cb0cd62b11869a5f WHIRLPOOL 69e1de023b5090640747b332642559ea0d0fdbe04bffdf4805475f29eb100c2e8d2744c3b9222c3c63a938e33e470ad9b5a6812d09c249eb09af7006728c7866 diff --git a/app-admin/keepassx/files/keepassx-2.0_alpha5-libgcrypt-1.6.0.patch b/app-admin/keepassx/files/keepassx-2.0_alpha5-libgcrypt-1.6.0.patch deleted file mode 100644 index c2734c83e45d..000000000000 --- a/app-admin/keepassx/files/keepassx-2.0_alpha5-libgcrypt-1.6.0.patch +++ /dev/null @@ -1,39 +0,0 @@ -commit 8c7e6552742d11b13bc381fb39c00f9d57ce70ba -Author: Felix Geyer <debfx@fobos.de> -Date: Sun Jan 12 12:39:39 2014 +0100 - - Add compatibility with libgcrypt 1.6. - - Closes #129 - -diff --git a/src/crypto/Crypto.cpp b/src/crypto/Crypto.cpp -index 6ad7fb0..1e28002 100644 ---- a/src/crypto/Crypto.cpp -+++ b/src/crypto/Crypto.cpp -@@ -23,6 +23,7 @@ - - bool Crypto::m_initalized(false); - -+#if !defined(GCRYPT_VERSION_NUMBER) || (GCRYPT_VERSION_NUMBER < 0x010600) - static int gcry_qt_mutex_init(void** p_sys) - { - *p_sys = new QMutex(); -@@ -57,6 +58,7 @@ static const struct gcry_thread_cbs gcry_threads_qt = - gcry_qt_mutex_unlock, - 0, 0, 0, 0, 0, 0, 0, 0 - }; -+#endif - - Crypto::Crypto() - { -@@ -69,7 +71,10 @@ void Crypto::init() - return; - } - -+ // libgcrypt >= 1.6 doesn't allow custom thread callbacks anymore. -+#if !defined(GCRYPT_VERSION_NUMBER) || (GCRYPT_VERSION_NUMBER < 0x010600) - gcry_control(GCRYCTL_SET_THREAD_CBS, &gcry_threads_qt); -+#endif - gcry_check_version(0); - gcry_control(GCRYCTL_INITIALIZATION_FINISHED, 0); - diff --git a/app-admin/keepassx/keepassx-2.0_alpha5.ebuild b/app-admin/keepassx/keepassx-2.0_alpha5.ebuild deleted file mode 100644 index 0eec23fe1ad5..000000000000 --- a/app-admin/keepassx/keepassx-2.0_alpha5.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -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= - 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_prepare() { - epatch "${FILESDIR}"/${P}-libgcrypt-1.6.0.patch - cmake-utils_src_prepare -} - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_with test TESTS) - ) - cmake-utils_src_configure -} |