1 | # Copyright 1999-2012 Gentoo Foundation |
1 | # Copyright 1999-2012 Gentoo Foundation |
2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
3 | # $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/Attic/gnupg-2.0.19.ebuild,v 1.9 2012/06/28 12:55:13 ranger Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/Attic/gnupg-2.0.19.ebuild,v 1.10 2012/06/29 14:27:20 jer Exp $ |
4 | |
4 | |
5 | EAPI="4" |
5 | EAPI="4" |
6 | |
6 | |
7 | inherit eutils flag-o-matic toolchain-funcs |
7 | inherit eutils flag-o-matic toolchain-funcs |
8 | |
8 | |
… | |
… | |
11 | SRC_URI="mirror://gnupg/gnupg/${P}.tar.bz2" |
11 | SRC_URI="mirror://gnupg/gnupg/${P}.tar.bz2" |
12 | # SRC_URI="ftp://ftp.gnupg.org/gcrypt/${PN}/${P}.tar.bz2" |
12 | # SRC_URI="ftp://ftp.gnupg.org/gcrypt/${PN}/${P}.tar.bz2" |
13 | |
13 | |
14 | LICENSE="GPL-3" |
14 | LICENSE="GPL-3" |
15 | SLOT="0" |
15 | SLOT="0" |
16 | KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" |
16 | KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" |
17 | IUSE="adns bzip2 doc ldap nls readline static selinux smartcard usb" |
17 | IUSE="adns bzip2 doc ldap nls readline static selinux smartcard usb" |
18 | |
18 | |
19 | COMMON_DEPEND_LIBS=" |
19 | COMMON_DEPEND_LIBS=" |
20 | >=dev-libs/libassuan-2 |
20 | >=dev-libs/libassuan-2 |
21 | >=dev-libs/libgcrypt-1.4 |
21 | >=dev-libs/libgcrypt-1.4 |