diff options
Diffstat (limited to 'app-crypt/gpgme/gpgme-0.9.0-r1.ebuild')
-rw-r--r-- | app-crypt/gpgme/gpgme-0.9.0-r1.ebuild | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/app-crypt/gpgme/gpgme-0.9.0-r1.ebuild b/app-crypt/gpgme/gpgme-0.9.0-r1.ebuild index 38a80fc060a6..83326f0c5b6b 100644 --- a/app-crypt/gpgme/gpgme-0.9.0-r1.ebuild +++ b/app-crypt/gpgme/gpgme-0.9.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/gpgme/gpgme-0.9.0-r1.ebuild,v 1.1 2004/08/07 08:18:25 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/gpgme/gpgme-0.9.0-r1.ebuild,v 1.2 2004/08/08 03:12:19 dragonheart Exp $ DESCRIPTION="GnuPG Made Easy is a library for making GnuPG easier to use" HOMEPAGE="http://www.gnupg.org/(en)/related_software/gpgme/index.html" @@ -8,22 +8,22 @@ SRC_URI="ftp://ftp.gnupg.org/gcrypt/alpha/gpgme/${P}.tar.gz" LICENSE="GPL-2" SLOT="1" -KEYWORDS="-*" -IUSE="nls smime" +KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~amd64 ~ia64" +IUSE="" +#IUSE="smime" -DEPEND=">=sys-libs/zlib-1.1.3 - >=app-crypt/gnupg-1.2.2 +DEPEND=">=app-crypt/gnupg-1.2.4 sys-apps/gawk sys-devel/libtool sys-devel/gcc dev-libs/libgpg-error - dev-libs/libgpg-error - nls? ( sys-devel/gettext ) dev-libs/libgcrypt - >=app-crypt/gnupg-1.2.2 - smime? ( >=app-crypt/newpg-1.9.6 ) !<=app-crypt/gpgme-0.3.14" +# For when gnupg-1.9+ gets unmasked +# !smime? ( >=app-crypt/gnupg-1.2.5 ) +# smime? ( >=app-crypt/gnupg-1.9.10 ) + RDEPEND="virtual/libc dev-libs/libgpg-error" @@ -34,10 +34,11 @@ src_compile() { GPGBIN=/usr/bin/gpg fi + # For when gnupg-1.9+ gets unmasked + # $(use_with smime gpgsm /usr/bin/gpgsm) \ + econf \ --includedir=/usr/include/gpgme \ - $(use_with smime gpgsm /usr/bin/gpgsm) \ - `use_enable nls` \ --with-gpg=$GPGBIN \ || die "econf failed" emake || die |