diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-02-14 09:08:29 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-02-14 09:08:29 +0000 |
commit | 80aa6d899a4152880c235729539744b19650754a (patch) | |
tree | affbda689d6aada86877ec290957d194e3726964 /app-crypt/cryptplug | |
parent | ~hppa (diff) | |
download | historical-80aa6d899a4152880c235729539744b19650754a.tar.gz historical-80aa6d899a4152880c235729539744b19650754a.tar.bz2 historical-80aa6d899a4152880c235729539744b19650754a.zip |
~hppa
Diffstat (limited to 'app-crypt/cryptplug')
-rw-r--r-- | app-crypt/cryptplug/cryptplug-0.3.15.ebuild | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/app-crypt/cryptplug/cryptplug-0.3.15.ebuild b/app-crypt/cryptplug/cryptplug-0.3.15.ebuild index 7778c08fd069..cd4daca7ccb4 100644 --- a/app-crypt/cryptplug/cryptplug-0.3.15.ebuild +++ b/app-crypt/cryptplug/cryptplug-0.3.15.ebuild @@ -1,21 +1,16 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/cryptplug/cryptplug-0.3.15.ebuild,v 1.9 2004/02/10 06:06:08 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/cryptplug/cryptplug-0.3.15.ebuild,v 1.10 2004/02/14 09:08:29 vapier Exp $ DESCRIPTION="GPG and S/MIME encryption plugins. Use by KMail v1.5 (KDE 3.1) and Mutt" HOMEPAGE="http://www.gnupg.org/" SRC_URI="ftp://ftp.gnupg.org/gcrypt/alpha/cryptplug/${P}.tar.gz" + LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ppc ~sparc ~amd64" -IUSE="" -DEPEND="=app-crypt/gpgme-0.3.14" -S=${WORKDIR}/${P} +KEYWORDS="x86 ppc ~sparc ~hppa ~amd64" -src_compile() { - econf || die - emake || die -} +DEPEND="=app-crypt/gpgme-0.3.14" src_install() { einstall || die |