diff options
author | Cristian Moldovan <cristian@crismblog.ro> | 2015-06-19 09:18:30 +0300 |
---|---|---|
committer | Cristian Moldovan <cristian@crismblog.ro> | 2015-06-19 09:18:30 +0300 |
commit | b81de13a45795842f4d296c2dfff6aab2a9dd97e (patch) | |
tree | 039b13059e556a8a7461281b623c903c616318d5 /app-crypt | |
parent | 975d01bc65f0f9190808c0d3cddf3131a790a8f6 (diff) | |
parent | 4772dd84c7144b95c0489f25f669006726af8cfe (diff) |
Merge pull request #1 from Rogentos/master
Database Update
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/pinentry-base/pinentry-base-0.9.0.ebuild | 2 | ||||
-rw-r--r-- | app-crypt/pinentry-gtk2/pinentry-gtk2-0.9.0.ebuild | 2 | ||||
-rw-r--r-- | app-crypt/pinentry-qt4/pinentry-qt4-0.9.0.ebuild | 2 | ||||
-rw-r--r-- | app-crypt/pinentry/pinentry-0.8.3.ebuild | 30 | ||||
-rw-r--r-- | app-crypt/pinentry/pinentry-0.9.0.ebuild | 2 |
5 files changed, 4 insertions, 34 deletions
diff --git a/app-crypt/pinentry-base/pinentry-base-0.9.0.ebuild b/app-crypt/pinentry-base/pinentry-base-0.9.0.ebuild index 787d2e92..636e06b9 100644 --- a/app-crypt/pinentry-base/pinentry-base-0.9.0.ebuild +++ b/app-crypt/pinentry-base/pinentry-base-0.9.0.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://gnupg/${MY_PN}/${MY_P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~arm ~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="gtk qt4 caps static" RDEPEND=" diff --git a/app-crypt/pinentry-gtk2/pinentry-gtk2-0.9.0.ebuild b/app-crypt/pinentry-gtk2/pinentry-gtk2-0.9.0.ebuild index 5abd1189..846e3fa9 100644 --- a/app-crypt/pinentry-gtk2/pinentry-gtk2-0.9.0.ebuild +++ b/app-crypt/pinentry-gtk2/pinentry-gtk2-0.9.0.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://gnupg/${MY_PN}/${MY_P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~arm ~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="caps" RDEPEND=" diff --git a/app-crypt/pinentry-qt4/pinentry-qt4-0.9.0.ebuild b/app-crypt/pinentry-qt4/pinentry-qt4-0.9.0.ebuild index a136f66d..380bea36 100644 --- a/app-crypt/pinentry-qt4/pinentry-qt4-0.9.0.ebuild +++ b/app-crypt/pinentry-qt4/pinentry-qt4-0.9.0.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://gnupg/${MY_PN}/${MY_P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~arm ~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="caps" RDEPEND=" diff --git a/app-crypt/pinentry/pinentry-0.8.3.ebuild b/app-crypt/pinentry/pinentry-0.8.3.ebuild deleted file mode 100644 index a9a93fb7..00000000 --- a/app-crypt/pinentry/pinentry-0.8.3.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -DESCRIPTION="Collection of simple PIN/passphrase entry dialogs which utilize the Assuan protocol (meta package)" -HOMEPAGE="http://gnupg.org/aegypten2/index.html" -SRC_URI="" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~arm ~amd64 ~x86" -# ncurses use flag is fake, used to mimic portage ebuild USE flags -IUSE="gtk ncurses qt4 caps static" - -RDEPEND=" - ~app-crypt/pinentry-base-${PV} - caps? ( ~app-crypt/pinentry-base-${PV}[caps] ) - gtk? ( ~app-crypt/pinentry-gtk2-${PV} ) - qt4? ( ~app-crypt/pinentry-qt4-${PV} ) - static? ( ~app-crypt/pinentry-base-${PV}[static] )" -DEPEND="" - -REQUIRED_USE=" - || ( ncurses gtk qt4 ) - gtk? ( !static ) - qt4? ( !static ) - static? ( ncurses ) -" diff --git a/app-crypt/pinentry/pinentry-0.9.0.ebuild b/app-crypt/pinentry/pinentry-0.9.0.ebuild index a9a93fb7..83b66515 100644 --- a/app-crypt/pinentry/pinentry-0.9.0.ebuild +++ b/app-crypt/pinentry/pinentry-0.9.0.ebuild @@ -10,7 +10,7 @@ SRC_URI="" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~arm ~amd64 ~x86" +KEYWORDS="amd64 x86" # ncurses use flag is fake, used to mimic portage ebuild USE flags IUSE="gtk ncurses qt4 caps static" |