Gentoo Archives: gentoo-commits

From: Davide Pesavento <pesa@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: app-crypt/pinentry/
Date: Mon, 09 Jun 2014 19:51:01
Message-Id: 1402343100.598ae188c58a0cf8a41903658f019af50a15f2e5.pesa@gentoo
1 commit: 598ae188c58a0cf8a41903658f019af50a15f2e5
2 Author: Jim Porter <jameslporter <AT> gmail <DOT> com>
3 AuthorDate: Sun Jun 8 20:49:22 2014 +0000
4 Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 9 19:45:00 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=598ae188
7
8 [app-crypt/pinentry] Upstream has moved to git.
9
10 ---
11 app-crypt/pinentry/pinentry-9999.ebuild | 4 ++--
12 1 file changed, 2 insertions(+), 2 deletions(-)
13
14 diff --git a/app-crypt/pinentry/pinentry-9999.ebuild b/app-crypt/pinentry/pinentry-9999.ebuild
15 index 4a2c3d7..390de36 100644
16 --- a/app-crypt/pinentry/pinentry-9999.ebuild
17 +++ b/app-crypt/pinentry/pinentry-9999.ebuild
18 @@ -4,11 +4,11 @@
19
20 EAPI="2"
21
22 -inherit autotools multilib eutils flag-o-matic subversion
23 +inherit autotools multilib eutils flag-o-matic git-r3
24
25 DESCRIPTION="Collection of simple PIN or passphrase entry dialogs which utilize the Assuan protocol"
26 HOMEPAGE="http://www.gnupg.org/aegypten/"
27 -ESVN_REPO_URI="svn://cvs.gnupg.org/pinentry/trunk"
28 +EGIT_REPO_URI="git://git.gnupg.org/pinentry.git"
29
30 LICENSE="GPL-2"
31 KEYWORDS=""