alonbl 15/07/18 08:18:39 Modified: pinentry-0.9.5.ebuild ChangeLog Log: Add emacs USE (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key BF20DC51)
Revision Changes Path 1.3 app-crypt/pinentry/pinentry-0.9.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/pinentry/pinentry-0.9.5.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/pinentry/pinentry-0.9.5.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/pinentry/pinentry-0.9.5.ebuild?r1=1.2&r2=1.3 Index: pinentry-0.9.5.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-crypt/pinentry/pinentry-0.9.5.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- pinentry-0.9.5.ebuild 18 Jul 2015 07:21:06 -0000 1.2 +++ pinentry-0.9.5.ebuild 18 Jul 2015 08:18:39 -0000 1.3 @@ -1,6 +1,6 @@ # 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.5.ebuild,v 1.2 2015/07/18 07:21:06 alonbl Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/pinentry-0.9.5.ebuild,v 1.3 2015/07/18 08:18:39 alonbl Exp $ EAPI=5 @@ -13,7 +13,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="clipboard gtk ncurses qt4 caps gnome-keyring static" +IUSE="clipboard emacs gtk ncurses qt4 caps gnome-keyring static" RDEPEND=" >=dev-libs/libgpg-error-1.17 @@ -54,6 +54,7 @@ econf \ --enable-pinentry-tty \ + $(use_enable emacs pinentry-emacs) \ $(use_enable gtk pinentry-gtk2) \ $(use_enable ncurses pinentry-curses) \ $(use_enable ncurses fallback-curses) \ 1.182 app-crypt/pinentry/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/pinentry/ChangeLog?rev=1.182&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/pinentry/ChangeLog?rev=1.182&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/pinentry/ChangeLog?r1=1.181&r2=1.182 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-crypt/pinentry/ChangeLog,v retrieving revision 1.181 retrieving revision 1.182 diff -u -r1.181 -r1.182 --- ChangeLog 18 Jul 2015 08:16:33 -0000 1.181 +++ ChangeLog 18 Jul 2015 08:18:39 -0000 1.182 @@ -1,6 +1,9 @@ # 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.181 2015/07/18 08:16:33 alonbl Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/ChangeLog,v 1.182 2015/07/18 08:18:39 alonbl Exp $ + + 18 Jul 2015; Alon Bar-Lev <[email protected]> pinentry-0.9.5.ebuild: + Add emacs USE 18 Jul 2015; Alon Bar-Lev <[email protected]> files/pinentry-0.9.5-build.patch:
