summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Noberasco <s4t4n@gentoo.org>2004-06-29 09:03:55 +0000
committerMichele Noberasco <s4t4n@gentoo.org>2004-06-29 09:03:55 +0000
commitbecf3cae4eb962cef252f662b28de86a071e7c6a (patch)
tree0653691c6030fe00a9bff155ed4f89c247297736 /net-mail/peephole
parentStable on sparc, bug #55441 (Manifest recommit) (diff)
downloadgentoo-2-becf3cae4eb962cef252f662b28de86a071e7c6a.tar.gz
gentoo-2-becf3cae4eb962cef252f662b28de86a071e7c6a.tar.bz2
gentoo-2-becf3cae4eb962cef252f662b28de86a071e7c6a.zip
initial import of net-mail/peephole, needed by x11-plugins/wmpeople
Diffstat (limited to 'net-mail/peephole')
-rw-r--r--net-mail/peephole/ChangeLog8
-rw-r--r--net-mail/peephole/Manifest4
-rw-r--r--net-mail/peephole/files/digest-peephole-1.31
-rw-r--r--net-mail/peephole/metadata.xml9
-rw-r--r--net-mail/peephole/peephole-1.3.ebuild30
5 files changed, 52 insertions, 0 deletions
diff --git a/net-mail/peephole/ChangeLog b/net-mail/peephole/ChangeLog
new file mode 100644
index 000000000000..bf62243eadfe
--- /dev/null
+++ b/net-mail/peephole/ChangeLog
@@ -0,0 +1,8 @@
+# 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.1 2004/06/29 09:03:55 s4t4n Exp $
+
+*peephole-1.3 (29 Jun 2004)
+
+ 29 Jun 2004; Michele Noberasco <s4t4n@gentoo.org> peephole-1.3.ebuild:
+ Initial import. Needed by x11-plugins/wmpeople.
diff --git a/net-mail/peephole/Manifest b/net-mail/peephole/Manifest
new file mode 100644
index 000000000000..92f70197eba0
--- /dev/null
+++ b/net-mail/peephole/Manifest
@@ -0,0 +1,4 @@
+MD5 a4fbbdf004bf89554d988fcbc1b28f8f peephole-1.3.ebuild 802
+MD5 6a86e9b156987335fa9048a5bff8985b ChangeLog 271
+MD5 cdea77852f04c959b3fcb32779114752 metadata.xml 255
+MD5 8c46074132490df724fb07c9bd2f5b2e files/digest-peephole-1.3 64
diff --git a/net-mail/peephole/files/digest-peephole-1.3 b/net-mail/peephole/files/digest-peephole-1.3
new file mode 100644
index 000000000000..c21dfc4377a2
--- /dev/null
+++ b/net-mail/peephole/files/digest-peephole-1.3
@@ -0,0 +1 @@
+MD5 bed5a0a199852a316282ca58edc5d348 peephole-1.3.tar.gz 242562
diff --git a/net-mail/peephole/metadata.xml b/net-mail/peephole/metadata.xml
new file mode 100644
index 000000000000..f2e78c117115
--- /dev/null
+++ b/net-mail/peephole/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>
+ <name>Michele Noberasco</name>
+ <email>s4t4n@gentoo.org</email>
+</maintainer>
+</pkgmetadata>
diff --git a/net-mail/peephole/peephole-1.3.ebuild b/net-mail/peephole/peephole-1.3.ebuild
new file mode 100644
index 000000000000..505632cc26a2
--- /dev/null
+++ b/net-mail/peephole/peephole-1.3.ebuild
@@ -0,0 +1,30 @@
+# 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.3.ebuild,v 1.1 2004/06/29 09:03:55 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"
+
+# This program supports the nptl, but there is no need
+# for ebuild code to enable them...
+IUSE="nptl"
+
+DEPEND=">=dev-libs/openssl-0.9.7d-r1"
+
+src_install()
+{
+ einstall || die "Installation failed"
+ dodoc AUTHORS COPYING 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."
+ sleep 5
+}