diff options
author | J Robert Ray <jrray@gentoo.org> | 2003-01-31 02:56:52 +0000 |
---|---|---|
committer | J Robert Ray <jrray@gentoo.org> | 2003-01-31 02:56:52 +0000 |
commit | 0155e9c7ae02113bd119928ecde9e4bdd8ea43f2 (patch) | |
tree | 60c99ed66db5249686c4b96a3889cb2aabc16644 /app-crypt/cryptplug | |
parent | and the GNOME 2.2RC2 masks finishing touch (diff) | |
download | gentoo-2-0155e9c7ae02113bd119928ecde9e4bdd8ea43f2.tar.gz gentoo-2-0155e9c7ae02113bd119928ecde9e4bdd8ea43f2.tar.bz2 gentoo-2-0155e9c7ae02113bd119928ecde9e4bdd8ea43f2.zip |
New ebuild
Diffstat (limited to 'app-crypt/cryptplug')
-rw-r--r-- | app-crypt/cryptplug/ChangeLog | 9 | ||||
-rw-r--r-- | app-crypt/cryptplug/cryptplug-0.3.15.ebuild | 22 | ||||
-rw-r--r-- | app-crypt/cryptplug/files/digest-cryptplug-0.3.15 | 1 |
3 files changed, 32 insertions, 0 deletions
diff --git a/app-crypt/cryptplug/ChangeLog b/app-crypt/cryptplug/ChangeLog new file mode 100644 index 000000000000..4ef6b4821ef3 --- /dev/null +++ b/app-crypt/cryptplug/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for app-crypt/cryptplug +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/cryptplug/ChangeLog,v 1.1 2003/01/31 02:56:52 jrray Exp $ + +*cryptplug-0.3.15 (30 Jan 2003) + + 30 Jan 2003; J Robert Ray <jrray@gentoo.org> : New ebuild, provides the + functionality of "gpgmeplug" from earlier versions of gpgme, now separated + out into a separate package and renamed to "cryptplug". diff --git a/app-crypt/cryptplug/cryptplug-0.3.15.ebuild b/app-crypt/cryptplug/cryptplug-0.3.15.ebuild new file mode 100644 index 000000000000..5e4a5254e7eb --- /dev/null +++ b/app-crypt/cryptplug/cryptplug-0.3.15.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2002 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.1 2003/01/31 02:56:52 jrray Exp $ + +DESCRIPTION="cryptplug is required for GnuPG and S/MIME support under KDE 3.1" +HOMEPAGE="http://www.gnupg.org/" +SRC_URI="ftp://ftp.gnupg.org/gcrypt/alpha/${PN}/${P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" +DEPEND="=app-crypt/gpgme-0.3.14" +S=${WORKDIR}/${P} + +src_compile() { + econf || die + emake || die +} + +src_install() { + einstall || die +} diff --git a/app-crypt/cryptplug/files/digest-cryptplug-0.3.15 b/app-crypt/cryptplug/files/digest-cryptplug-0.3.15 new file mode 100644 index 000000000000..7a01774db51d --- /dev/null +++ b/app-crypt/cryptplug/files/digest-cryptplug-0.3.15 @@ -0,0 +1 @@ +MD5 2cbb9ef9a76f3619610c0abf12aba485 cryptplug-0.3.15.tar.gz 218464 |