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 | 32739fca8aca08201a7eb3c46b099d51fe98cbf2 (patch) | |
tree | 135ecd16c91e0a9a7c93d2752b1e2823492c9150 /net-mail/peephole | |
parent | sync IUSE; don't install COPYING; don't sleep; tidy (diff) | |
download | historical-32739fca8aca08201a7eb3c46b099d51fe98cbf2.tar.gz historical-32739fca8aca08201a7eb3c46b099d51fe98cbf2.tar.bz2 historical-32739fca8aca08201a7eb3c46b099d51fe98cbf2.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/Manifest | 4 | ||||
-rw-r--r-- | net-mail/peephole/peephole-1.3.ebuild | 17 |
3 files changed, 12 insertions, 14 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/Manifest b/net-mail/peephole/Manifest index 97c48a89b051..b6b8ecb8f152 100644 --- a/net-mail/peephole/Manifest +++ b/net-mail/peephole/Manifest @@ -1,4 +1,4 @@ -MD5 19484eb6d1b21cfe3bed90ac9a47b5f5 ChangeLog 442 +MD5 88904a9852b6991511fcb2a86393c548 ChangeLog 577 MD5 cdea77852f04c959b3fcb32779114752 metadata.xml 255 -MD5 6ff3559ad1b1ddaa638b06b1d055931e peephole-1.3.ebuild 905 +MD5 3ea9241c90208eeb69d869fc8bb90476 peephole-1.3.ebuild 797 MD5 8c46074132490df724fb07c9bd2f5b2e files/digest-peephole-1.3 64 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 } |