diff options
author | Maik Schreiber <blizzy@gentoo.org> | 2002-08-13 21:19:32 +0000 |
---|---|---|
committer | Maik Schreiber <blizzy@gentoo.org> | 2002-08-13 21:19:32 +0000 |
commit | 0f53c90cbc14a80e75f5ea60147d79ec293826e8 (patch) | |
tree | 501b40a3e8d2fbaf587dbba3fd579b5ca1692fc2 /net-mail/pinepgp | |
parent | fix HOMEPAGE (diff) | |
download | gentoo-2-0f53c90cbc14a80e75f5ea60147d79ec293826e8.tar.gz gentoo-2-0f53c90cbc14a80e75f5ea60147d79ec293826e8.tar.bz2 gentoo-2-0f53c90cbc14a80e75f5ea60147d79ec293826e8.zip |
new package net-mail/pinepgp
Diffstat (limited to 'net-mail/pinepgp')
-rw-r--r-- | net-mail/pinepgp/ChangeLog | 8 | ||||
-rw-r--r-- | net-mail/pinepgp/files/digest-pinepgp-0.18.0 | 1 | ||||
-rw-r--r-- | net-mail/pinepgp/pinepgp-0.18.0.ebuild | 27 |
3 files changed, 36 insertions, 0 deletions
diff --git a/net-mail/pinepgp/ChangeLog b/net-mail/pinepgp/ChangeLog new file mode 100644 index 000000000000..0c70175ee333 --- /dev/null +++ b/net-mail/pinepgp/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for net-mail/pinepgp +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/pinepgp/ChangeLog,v 1.1 2002/08/13 21:19:32 blizzy Exp $ + +*pinepgp-0.18.0 (13 Aug 2002) + + 13 Aug 2002; Maik Schreiber <blizzy@gentoo.org> : Initial import. + ebuild submitted by Eric Stockbridge <stocke2@cox.net> diff --git a/net-mail/pinepgp/files/digest-pinepgp-0.18.0 b/net-mail/pinepgp/files/digest-pinepgp-0.18.0 new file mode 100644 index 000000000000..06060898d77e --- /dev/null +++ b/net-mail/pinepgp/files/digest-pinepgp-0.18.0 @@ -0,0 +1 @@ +MD5 b87eaea3c74429e8e83f68b1ed337120 pinepgp-0.18.0.tar.gz 38103 diff --git a/net-mail/pinepgp/pinepgp-0.18.0.ebuild b/net-mail/pinepgp/pinepgp-0.18.0.ebuild new file mode 100644 index 000000000000..4907ff744ca7 --- /dev/null +++ b/net-mail/pinepgp/pinepgp-0.18.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/net-mail/pinepgp/pinepgp-0.18.0.ebuild,v 1.1 2002/08/13 21:19:32 blizzy Exp $ + +DESCRIPTION="Use GPG/PGP with Pine" +HOMEPAGE="http://www.megaloman.com/~hany/software/pinepgp/" +SRC_URI="http://www.megaloman.com/~hany/_data/pinepgp/${P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86" + +RDEPEND="net-mail/pine" +DEPEND="${RDEPEND}" + +S="${WORKDIR}/${P}" + +src_compile() { + econf || die "configure problem" + emake || die "compile problem" +} + +src_install() { + exeinto /usr/bin + dobin pinegpg pinepgpgpg-install + dodoc ChangeLog COPYING README +} + |