diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-07-04 23:42:47 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-07-04 23:42:47 +0000 |
commit | 7963dd29a3088267d358bdffcaa8a05a22c9286a (patch) | |
tree | 1665a0eebfa63ba1512fdee5d528af7e87d4c0f3 /net-mail/peephole | |
parent | repoman: whitespace cleanup (Manifest recommit) (diff) | |
download | gentoo-2-7963dd29a3088267d358bdffcaa8a05a22c9286a.tar.gz gentoo-2-7963dd29a3088267d358bdffcaa8a05a22c9286a.tar.bz2 gentoo-2-7963dd29a3088267d358bdffcaa8a05a22c9286a.zip |
sync IUSE; don't install COPYING; don't sleep; tidy
Diffstat (limited to 'net-mail/peephole')
-rw-r--r-- | net-mail/peephole/ChangeLog | 5 | ||||
-rw-r--r-- | net-mail/peephole/peephole-1.3.ebuild | 17 |
2 files changed, 10 insertions, 12 deletions
diff --git a/net-mail/peephole/ChangeLog b/net-mail/peephole/ChangeLog index e946a4aa7ef9..9ce551a70f67 100644 --- a/net-mail/peephole/ChangeLog +++ b/net-mail/peephole/ChangeLog @@ -1,6 +1,9 @@ # 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.2 2004/06/30 07:43:57 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/peephole/ChangeLog,v 1.3 2004/07/04 23:42:47 mr_bones_ Exp $ + + 04 Jul 2004; Michael Sterrett <mr_bones_@gentoo.org> peephole-1.3.ebuild: + sync IUSE; don't install COPYING; don't sleep; tidy 30 Jun 2004; David Holm <dholm@gentoo.org> peephole-1.3.ebuild: Added to ~ppc. diff --git a/net-mail/peephole/peephole-1.3.ebuild b/net-mail/peephole/peephole-1.3.ebuild index 1c8a18cef476..f407dbef9541 100644 --- a/net-mail/peephole/peephole-1.3.ebuild +++ b/net-mail/peephole/peephole-1.3.ebuild @@ -1,30 +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.3.ebuild,v 1.2 2004/06/30 07:43:57 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/peephole/peephole-1.3.ebuild,v 1.3 2004/07/04 23:42:47 mr_bones_ 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" - -# This program supports the nptl, but there is no need -# for ebuild code to enable them... -IUSE="nptl" +IUSE="" DEPEND=">=dev-libs/openssl-0.9.7d-r1" -src_install() -{ +src_install() { einstall || die "Installation failed" - dodoc AUTHORS COPYING README + dodoc AUTHORS README } -pkg_postinst() -{ +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 } |