diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2005-04-20 21:33:48 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2005-04-20 21:33:48 +0000 |
commit | 83f9d0da0e641b2c686486b3b67048c641090fe1 (patch) | |
tree | c1a0f230f70735090dd5cb1d4f7c0cae8e59a99c /net-mail/peephole | |
parent | stable (diff) | |
download | historical-83f9d0da0e641b2c686486b3b67048c641090fe1.tar.gz historical-83f9d0da0e641b2c686486b3b67048c641090fe1.tar.bz2 historical-83f9d0da0e641b2c686486b3b67048c641090fe1.zip |
Stable on ppc.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'net-mail/peephole')
-rw-r--r-- | net-mail/peephole/ChangeLog | 7 | ||||
-rw-r--r-- | net-mail/peephole/peephole-1.4.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-mail/peephole/ChangeLog b/net-mail/peephole/ChangeLog index 5b34cd322442..898e024a5e59 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.7 2004/11/25 05:32:18 weeve Exp $ +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/peephole/ChangeLog,v 1.8 2005/04/20 21:31:13 hansmi Exp $ + + 20 Apr 2005; Michael Hanselmann <hansmi@gentoo.org> peephole-1.4.ebuild: + Stable on ppc. 24 Nov 2004; Jason Wever <weeve@gentoo.org> peephole-1.4.ebuild: Added ~sparc keyword. diff --git a/net-mail/peephole/peephole-1.4.ebuild b/net-mail/peephole/peephole-1.4.ebuild index d710c00c651c..5105466a47ec 100644 --- a/net-mail/peephole/peephole-1.4.ebuild +++ b/net-mail/peephole/peephole-1.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 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.2 2004/11/25 05:32:18 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/peephole/peephole-1.4.ebuild,v 1.3 2005/04/20 21:31:13 hansmi Exp $ DESCRIPTION="A daemon that polls your POP servers, checking if there are messages from particular persons." HOMEPAGE="http://peephole.sourceforge.net/" @@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/peephole/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~ppc ~sparc" +KEYWORDS="x86 ppc ~sparc" IUSE="" DEPEND=">=dev-libs/openssl-0.9.7d-r1" |