diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2003-06-29 22:18:39 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2003-06-29 22:18:39 +0000 |
commit | 743916761101418f563ed42e0c0f5c3203f2e951 (patch) | |
tree | f3666429d1cf95c7f29833b2444b438164b5c26f /app-crypt/pinentry | |
parent | Added depend into initscript. Closes #20771. (diff) | |
download | historical-743916761101418f563ed42e0c0f5c3203f2e951.tar.gz historical-743916761101418f563ed42e0c0f5c3203f2e951.tar.bz2 historical-743916761101418f563ed42e0c0f5c3203f2e951.zip |
unmasking and changelog fixes
Diffstat (limited to 'app-crypt/pinentry')
-rw-r--r-- | app-crypt/pinentry/pinentry-0.6.7-r1.ebuild | 4 | ||||
-rw-r--r-- | app-crypt/pinentry/pinentry-0.6.7.ebuild | 4 | ||||
-rw-r--r-- | app-crypt/pinentry/pinentry-0.6.8.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/app-crypt/pinentry/pinentry-0.6.7-r1.ebuild b/app-crypt/pinentry/pinentry-0.6.7-r1.ebuild index 44cd88b4c8dd..55462d1ceb00 100644 --- a/app-crypt/pinentry/pinentry-0.6.7-r1.ebuild +++ b/app-crypt/pinentry/pinentry-0.6.7-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/pinentry-0.6.7-r1.ebuild,v 1.3 2003/03/05 04:40:15 darkspecter Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/pinentry-0.6.7-r1.ebuild,v 1.4 2003/06/29 22:18:39 aliz Exp $ DESCRIPTION="This is a collection of simple PIN or passphrase entry dialogs which utilize the Assuan protocol as described by the aegypten project." HOMEPAGE="http://www.gnupg.org/aegypten/" @@ -8,7 +8,7 @@ SRC_URI="ftp://ftp.gnupg.org/gcrypt/${PN}/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc" +KEYWORDS="x86 ~ppc" IUSE="qt gtk ncurses" diff --git a/app-crypt/pinentry/pinentry-0.6.7.ebuild b/app-crypt/pinentry/pinentry-0.6.7.ebuild index 4922132ce314..ded98c2f1a41 100644 --- a/app-crypt/pinentry/pinentry-0.6.7.ebuild +++ b/app-crypt/pinentry/pinentry-0.6.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/pinentry-0.6.7.ebuild,v 1.1 2003/02/06 11:50:54 jrray Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/pinentry-0.6.7.ebuild,v 1.2 2003/06/29 22:18:39 aliz Exp $ DESCRIPTION="This is a collection of simple PIN or passphrase entry dialogs which utilize the Assuan protocol as described by the aegypten project." HOMEPAGE="http://www.gnupg.org/aegypten/" @@ -8,7 +8,7 @@ SRC_URI="ftp://ftp.gnupg.org/gcrypt/${PN}/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86" +KEYWORDS="x86" # Note: qt support is currently broken, # this ebuild is hacked up to disable qt diff --git a/app-crypt/pinentry/pinentry-0.6.8.ebuild b/app-crypt/pinentry/pinentry-0.6.8.ebuild index a2e2219bed9d..b9f98549af62 100644 --- a/app-crypt/pinentry/pinentry-0.6.8.ebuild +++ b/app-crypt/pinentry/pinentry-0.6.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/pinentry-0.6.8.ebuild,v 1.1 2003/04/07 20:22:17 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/pinentry-0.6.8.ebuild,v 1.2 2003/06/29 22:18:39 aliz Exp $ DESCRIPTION="This is a collection of simple PIN or passphrase entry dialogs which utilize the Assuan protocol as described by the aegypten project." HOMEPAGE="http://www.gnupg.org/aegypten/" @@ -8,7 +8,7 @@ SRC_URI="ftp://ftp.gnupg.org/gcrypt/${PN}/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc" +KEYWORDS="x86 ~ppc" IUSE="qt gtk ncurses" |