summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Noberasco <s4t4n@gentoo.org>2004-11-02 08:55:33 +0000
committerMichele Noberasco <s4t4n@gentoo.org>2004-11-02 08:55:33 +0000
commit1048f8f637e3ed2be17806faf635d6d20b51fb19 (patch)
treed1384b6667b9b3e71eb7e3c2b475816c2b553747 /net-mail
parentclean old; digest fix (Manifest recommit) (diff)
downloadgentoo-2-1048f8f637e3ed2be17806faf635d6d20b51fb19.tar.gz
gentoo-2-1048f8f637e3ed2be17806faf635d6d20b51fb19.tar.bz2
gentoo-2-1048f8f637e3ed2be17806faf635d6d20b51fb19.zip
Bump net-mail/peephole to version 1.4
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/peephole/ChangeLog9
-rw-r--r--net-mail/peephole/Manifest6
-rw-r--r--net-mail/peephole/files/digest-peephole-1.41
-rw-r--r--net-mail/peephole/peephole-1.4.ebuild25
4 files changed, 38 insertions, 3 deletions
diff --git a/net-mail/peephole/ChangeLog b/net-mail/peephole/ChangeLog
index 230a85830e26..8b3585e4db04 100644
--- a/net-mail/peephole/ChangeLog
+++ b/net-mail/peephole/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for net-mail/peephole
# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/peephole/ChangeLog,v 1.5 2004/08/13 11:03:20 slarti Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/peephole/ChangeLog,v 1.6 2004/11/02 08:55:33 s4t4n Exp $
+
+*peephole-1.4 (02 Nov 2004)
+
+ 02 Nov 2004; Michele Noberasco <s4t4n@gentoo.org> peephole-1.4.ebuild:
+ Version bump. As this version fixes a serious bug in connection closing
+ handling, and this is the only change to the source code, I'm unmasking
+ directly for x86...
13 Aug 2004; Tom Martin <slarti@gentoo.org> metadata.xml:
Swapped around <name> and <email> tags in metadata.xml to comply with the DTD.
diff --git a/net-mail/peephole/Manifest b/net-mail/peephole/Manifest
index 2a105684ffb8..e66570456e5c 100644
--- a/net-mail/peephole/Manifest
+++ b/net-mail/peephole/Manifest
@@ -1,4 +1,6 @@
-MD5 a76f83628fda15d23b40a6b787f5e5ab ChangeLog 807
-MD5 e3b4cba7c3fac4c4e9672bc97d8bbca1 metadata.xml 255
MD5 5289f19c3c11312768b6e16fa57c2168 peephole-1.3.ebuild 794
+MD5 39a720501ab7e026bf30ceb913e712e3 ChangeLog 1080
+MD5 71411626a104d6aceed300408516b963 peephole-1.4.ebuild 694
+MD5 e3b4cba7c3fac4c4e9672bc97d8bbca1 metadata.xml 255
MD5 8c46074132490df724fb07c9bd2f5b2e files/digest-peephole-1.3 64
+MD5 c7677ae72547912e0a3e019897aed54d files/digest-peephole-1.4 64
diff --git a/net-mail/peephole/files/digest-peephole-1.4 b/net-mail/peephole/files/digest-peephole-1.4
new file mode 100644
index 000000000000..4e3b01d1c6e5
--- /dev/null
+++ b/net-mail/peephole/files/digest-peephole-1.4
@@ -0,0 +1 @@
+MD5 f2bc6004776cd98195d94a630e2d3f4b peephole-1.4.tar.gz 325165
diff --git a/net-mail/peephole/peephole-1.4.ebuild b/net-mail/peephole/peephole-1.4.ebuild
new file mode 100644
index 000000000000..fb83e2deb334
--- /dev/null
+++ b/net-mail/peephole/peephole-1.4.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/peephole/peephole-1.4.ebuild,v 1.1 2004/11/02 08:55:33 s4t4n Exp $
+
+DESCRIPTION="A daemon that polls your POP servers, checking if there are messages from particular persons."
+HOMEPAGE="http://peephole.sourceforge.net/"
+SRC_URI="mirror://sourceforge/peephole/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="x86 ~ppc"
+IUSE=""
+
+DEPEND=">=dev-libs/openssl-0.9.7d-r1"
+
+src_install() {
+ einstall || die "Installation failed"
+ dodoc AUTHORS README
+}
+
+pkg_postinst() {
+ einfo "Before you can use peephole you must copy"
+ einfo "/etc/skel/.peephole.providers and /etc/skel/.peepholerc"
+ einfo "to your home dir and edit them to suit your needs."
+}