# ChangeLog for net-mail/pfqueue
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/pfqueue/ChangeLog,v 1.33 2006/04/27 22:00:48 antarus Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/pfqueue/ChangeLog,v 1.34 2006/12/09 10:32:46 ticho Exp $
+
+*pfqueue-0.5.3 (09 Dec 2006)
+
+ 09 Dec 2006; Andrej Kacian <ticho@gentoo.org> -pfqueue-0.4.2.ebuild,
+ +pfqueue-0.5.3.ebuild:
+ Version bump. Bug #157330, by Daniel Webert <rockoo at gmail.com>. Removed
+ ebuild for 0.4.2.
27 Apr 2006; Alec Warner <antarus@gentoo.org> files/digest-pfqueue-0.4.2,
files/digest-pfqueue-0.5.0, Manifest:
--- /dev/null
+MD5 7700198871f91cf28e0164f8e776dd55 pfqueue-0.5.3.tar.gz 292616
+RMD160 63c815e0c9d2e621f8cbe2c04af0fb2e7f60434f pfqueue-0.5.3.tar.gz 292616
+SHA256 05dc8d02fc40a2b666147a4c3a69f5f7c94d86445f9c6a059dc0b0baff60a7e1 pfqueue-0.5.3.tar.gz 292616
--- /dev/null
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/pfqueue/pfqueue-0.5.3.ebuild,v 1.1 2006/12/09 10:32:46 ticho Exp $
+
+inherit eutils toolchain-funcs
+
+DESCRIPTION="pfqueue is an ncurses console-based tool for managing Postfix
+queued messages"
+HOMEPAGE="http://pfqueue.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+DEPEND="virtual/libc
+ sys-devel/libtool
+ sys-libs/ncurses"
+
+src_compile() {
+ econf || die "econf failed"
+ emake || die "make failed"
+}
+
+src_install() {
+ make DESTDIR=${D} install || die
+ dodoc README ChangeLog NEWS TODO AUTHORS
+}