diff options
author | 2004-12-08 09:59:10 +0000 | |
---|---|---|
committer | 2004-12-08 09:59:10 +0000 | |
commit | 37f9d944716293228df84eff8f3d4a0ad328b3a3 (patch) | |
tree | 62bb767ccf2e62d4c31a1aae4e3b7a277dd1e95b /net-mail/t-prot | |
parent | Fix cs46xx note. (diff) | |
download | historical-37f9d944716293228df84eff8f3d4a0ad328b3a3.tar.gz historical-37f9d944716293228df84eff8f3d4a0ad328b3a3.tar.bz2 historical-37f9d944716293228df84eff8f3d4a0ad328b3a3.zip |
Initial commit.
Diffstat (limited to 'net-mail/t-prot')
-rw-r--r-- | net-mail/t-prot/ChangeLog | 10 | ||||
-rw-r--r-- | net-mail/t-prot/Manifest | 14 | ||||
-rw-r--r-- | net-mail/t-prot/files/digest-t-prot-1.47 | 1 | ||||
-rw-r--r-- | net-mail/t-prot/metadata.xml | 9 | ||||
-rw-r--r-- | net-mail/t-prot/t-prot-1.47.ebuild | 31 |
5 files changed, 65 insertions, 0 deletions
diff --git a/net-mail/t-prot/ChangeLog b/net-mail/t-prot/ChangeLog new file mode 100644 index 000000000000..96f7f67cc984 --- /dev/null +++ b/net-mail/t-prot/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for net-mail/t-prot +# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/t-prot/ChangeLog,v 1.1 2004/12/08 09:59:10 tove Exp $ + +*t-prot-1.47 (08 Dec 2004) + + 08 Dec 2004; Torsten Veller <tove@gentoo.org> +metadata.xml, + +t-prot-1.47.ebuild: + Initial commit. + diff --git a/net-mail/t-prot/Manifest b/net-mail/t-prot/Manifest new file mode 100644 index 000000000000..2c51df68dc21 --- /dev/null +++ b/net-mail/t-prot/Manifest @@ -0,0 +1,14 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 5318c1aa74c397d8d691c77f8aee5318 ChangeLog 334 +MD5 9d7120f9b92852e129ad7428da4971ba metadata.xml 251 +MD5 68953c87623646a4fcf221184a5b4b62 t-prot-1.47.ebuild 783 +MD5 cbdb80feacde060bdb517793c43c44fe files/digest-t-prot-1.47 62 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.2.6 (GNU/Linux) + +iD8DBQFBttCDV3J2n04EauwRAuJ+AKCSkey/RVVJpLpALM2z9YBXn4YZcQCgoa3B +j3OGOyV55frnHZjGegrgLb4= +=rLLK +-----END PGP SIGNATURE----- diff --git a/net-mail/t-prot/files/digest-t-prot-1.47 b/net-mail/t-prot/files/digest-t-prot-1.47 new file mode 100644 index 000000000000..579fff6c9635 --- /dev/null +++ b/net-mail/t-prot/files/digest-t-prot-1.47 @@ -0,0 +1 @@ +MD5 9061db126976d25457a87f8dcbc5afb8 t-prot-1.47.tar.gz 45325 diff --git a/net-mail/t-prot/metadata.xml b/net-mail/t-prot/metadata.xml new file mode 100644 index 000000000000..e9da6ec8436a --- /dev/null +++ b/net-mail/t-prot/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>net-mail</herd> +<maintainer> + <email>tove@gentoo.org</email> + <name>Torsten Veller</name> +</maintainer> +</pkgmetadata> diff --git a/net-mail/t-prot/t-prot-1.47.ebuild b/net-mail/t-prot/t-prot-1.47.ebuild new file mode 100644 index 000000000000..7b05b7d26518 --- /dev/null +++ b/net-mail/t-prot/t-prot-1.47.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/t-prot/t-prot-1.47.ebuild,v 1.1 2004/12/08 09:59:10 tove Exp $ + +inherit eutils + +DESCRIPTION="TOFU protection - display filter for RFC822 messages" +HOMEPAGE="http://www.escape.de/users/tolot/mutt/" +SRC_URI="http://www.escape.de/users/tolot/mutt/t-prot/downloads/${P}.tar.gz" + +LICENSE="as-is" + +SLOT="0" +KEYWORDS="~x86" +IUSE="" +RDEPEND="dev-lang/perl + dev-perl/Getopt-Mixed" + +src_unpack() { + unpack ${A} + cd ${S} + epatch ${S}/contrib/t-prot-r1.???-mutt156.diff +} + +src_install() { + dobin t-prot + doman t-prot.1 + dodoc BUGS ChangeLog README TODO + docinto contrib + dodoc contrib/{README.examples,muttrc.t-prot,t-prot.sl,filter_innd.pl} +} |