diff options
author | Kristian Fiskerstrand <k_f@gentoo.org> | 2015-07-01 15:50:00 +0000 |
---|---|---|
committer | Kristian Fiskerstrand <k_f@gentoo.org> | 2015-07-01 15:50:00 +0000 |
commit | bcd59764c41af605a8c53f32206390f97a838447 (patch) | |
tree | 1fd68d26566c9558c84dd3d51698fffc43b5f1db /app-crypt/pinentry | |
parent | Remove incorrect mask (diff) | |
download | gentoo-2-bcd59764c41af605a8c53f32206390f97a838447.tar.gz gentoo-2-bcd59764c41af605a8c53f32206390f97a838447.tar.bz2 gentoo-2-bcd59764c41af605a8c53f32206390f97a838447.zip |
Version bump to pinentry 0.9.5
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x250B7AFED6379D85!)
Diffstat (limited to 'app-crypt/pinentry')
-rw-r--r-- | app-crypt/pinentry/ChangeLog | 8 | ||||
-rw-r--r-- | app-crypt/pinentry/pinentry-0.9.5.ebuild (renamed from app-crypt/pinentry/pinentry-0.9.4-r1.ebuild) | 7 |
2 files changed, 11 insertions, 4 deletions
diff --git a/app-crypt/pinentry/ChangeLog b/app-crypt/pinentry/ChangeLog index 4336f43174fc..156fbc20dd1a 100644 --- a/app-crypt/pinentry/ChangeLog +++ b/app-crypt/pinentry/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-crypt/pinentry # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/ChangeLog,v 1.177 2015/06/07 15:31:46 k_f Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/ChangeLog,v 1.178 2015/07/01 15:50:00 k_f Exp $ + +*pinentry-0.9.5 (01 Jul 2015) + + 01 Jul 2015; Kristian Fiskerstrand <k_f@gentoo.org> +pinentry-0.9.5.ebuild, + -pinentry-0.9.4-r1.ebuild: + Version bump to pinentry 0.9.5 07 Jun 2015; Kristian Fiskerstrand <k_f@gentoo.org> -files/pinentry-0.9.1-memleak.patch: diff --git a/app-crypt/pinentry/pinentry-0.9.4-r1.ebuild b/app-crypt/pinentry/pinentry-0.9.5.ebuild index 0cca1c4a486c..fadb6a865f65 100644 --- a/app-crypt/pinentry/pinentry-0.9.4-r1.ebuild +++ b/app-crypt/pinentry/pinentry-0.9.5.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/pinentry-0.9.4-r1.ebuild,v 1.1 2015/06/07 14:39:23 k_f Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/pinentry-0.9.5.ebuild,v 1.1 2015/07/01 15:50:00 k_f Exp $ EAPI=5 -inherit qmake-utils autotools multilib eutils flag-o-matic toolchain-funcs +inherit qmake-utils multilib eutils flag-o-matic toolchain-funcs DESCRIPTION="Collection of simple PIN or passphrase entry dialogs which utilize the Assuan protocol" HOMEPAGE="http://gnupg.org/aegypten2/index.html" @@ -16,6 +16,8 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~spa IUSE="clipboard gtk ncurses qt4 caps gnome-keyring static" RDEPEND=" + >=dev-libs/libgpg-error-1.17 + >=dev-libs/libassuan-2 app-eselect/eselect-pinentry caps? ( sys-libs/libcap ) gtk? ( x11-libs/gtk+:2 ) @@ -40,7 +42,6 @@ DOCS=( AUTHORS ChangeLog NEWS README THANKS TODO ) src_prepare() { epatch "${FILESDIR}/${PN}-0.8.2-ncurses.patch" - epatch "${FILESDIR}/${P}-actually_respect_users_pm.patch" } src_configure() { |