summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaik Schreiber <blizzy@gentoo.org>2002-08-13 21:19:32 +0000
committerMaik Schreiber <blizzy@gentoo.org>2002-08-13 21:19:32 +0000
commit957bf8b732a012e999c891dfdcb1eb2b2cc1ecba (patch)
tree193a55a415cc17197c6f0c59f566d0ec43fdc93d /net-mail/pinepgp
parentnew package net-mail/pinepgp (diff)
downloadhistorical-957bf8b732a012e999c891dfdcb1eb2b2cc1ecba.tar.gz
historical-957bf8b732a012e999c891dfdcb1eb2b2cc1ecba.tar.bz2
historical-957bf8b732a012e999c891dfdcb1eb2b2cc1ecba.zip
new package net-mail/pinepgp
Diffstat (limited to 'net-mail/pinepgp')
-rw-r--r--net-mail/pinepgp/ChangeLog8
-rw-r--r--net-mail/pinepgp/files/digest-pinepgp-0.18.01
-rw-r--r--net-mail/pinepgp/pinepgp-0.18.0.ebuild27
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
+}
+