diff options
author | Andrej Kacian <ticho@gentoo.org> | 2005-02-01 06:57:44 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2005-02-01 06:57:44 +0000 |
commit | 6f677b75ebbe0db2cddec0c2f5191f46e1f0c5ae (patch) | |
tree | a6875e2d419af829723898f0a581d24b882f3235 /net-mail | |
parent | dont know when george bailed on me, but i am not taking this package on solo (diff) | |
download | historical-6f677b75ebbe0db2cddec0c2f5191f46e1f0c5ae.tar.gz historical-6f677b75ebbe0db2cddec0c2f5191f46e1f0c5ae.tar.bz2 historical-6f677b75ebbe0db2cddec0c2f5191f46e1f0c5ae.zip |
Version bump. Bug #80258.
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/pfqueue/ChangeLog | 7 | ||||
-rw-r--r-- | net-mail/pfqueue/Manifest | 10 | ||||
-rw-r--r-- | net-mail/pfqueue/files/digest-pfqueue-0.3.0 | 1 | ||||
-rw-r--r-- | net-mail/pfqueue/pfqueue-0.3.0.ebuild | 27 |
4 files changed, 40 insertions, 5 deletions
diff --git a/net-mail/pfqueue/ChangeLog b/net-mail/pfqueue/ChangeLog index 7f0da37fbe1f..77f3ef36624e 100644 --- a/net-mail/pfqueue/ChangeLog +++ b/net-mail/pfqueue/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-mail/pfqueue # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/pfqueue/ChangeLog,v 1.3 2005/01/22 21:45:40 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/pfqueue/ChangeLog,v 1.4 2005/02/01 06:57:44 ticho Exp $ + +*pfqueue-0.3.0 (01 Feb 2005) + + 01 Feb 2005; Andrej Kacian <ticho@gentoo.org> +pfqueue-0.3.0.ebuild: + Version bump. Closes #80258, reported by eGore <egore@gmx.de>. 22 Jan 2005; Andrej Kacian <ticho@gentoo.org> pfqueue-0.2.0.ebuild: Install into /usr/sbin too. diff --git a/net-mail/pfqueue/Manifest b/net-mail/pfqueue/Manifest index b014b9cbbd59..ce1b69255eaa 100644 --- a/net-mail/pfqueue/Manifest +++ b/net-mail/pfqueue/Manifest @@ -1,16 +1,18 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 29a21640760350ba80acd97e56a5021d ChangeLog 648 +MD5 a9fffdbe3305ccf7d51c1e9dc5c1cb83 ChangeLog 815 +MD5 0af509f3571287a4de162a0953c762a6 pfqueue-0.3.0.ebuild 748 MD5 24aa54e8d650d998661c7ed2512d0433 metadata.xml 342 MD5 02c1c4ad42e8bdccf6cbe8083f9e800b pfqueue-0.2.1.ebuild 748 MD5 7e6654198e82d9f5995e50313d66c990 pfqueue-0.2.0.ebuild 748 MD5 cf94d6a3c0cbe0951c32087b21b34795 files/digest-pfqueue-0.2.0 65 MD5 cecff46d0e2fdc06f1355cd96626fffb files/digest-pfqueue-0.2.1 65 +MD5 ede58b8b39f085ade991617aec19edf4 files/digest-pfqueue-0.3.0 65 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) -iD8DBQFB8smTQlM6RnzZP+IRAidoAJ9qoYObCpNLNIEQvoo7sWX06DuK/QCfZj+7 -8GZ9iM/+a1+onFzH0JygXYI= -=b/h8 +iD8DBQFB/yhwQlM6RnzZP+IRAhorAJ4/Zv3kXeBz5p0OShEkvsTtFl0g6QCfTPwf +Dq0kawz+hkoSKzOYjsjwHb4= +=Yp4W -----END PGP SIGNATURE----- diff --git a/net-mail/pfqueue/files/digest-pfqueue-0.3.0 b/net-mail/pfqueue/files/digest-pfqueue-0.3.0 new file mode 100644 index 000000000000..0d8034f3bd4d --- /dev/null +++ b/net-mail/pfqueue/files/digest-pfqueue-0.3.0 @@ -0,0 +1 @@ +MD5 f2d3e271259b80dad7ea215a69f7b487 pfqueue-0.3.0.tar.gz 107169 diff --git a/net-mail/pfqueue/pfqueue-0.3.0.ebuild b/net-mail/pfqueue/pfqueue-0.3.0.ebuild new file mode 100644 index 000000000000..49db5d3db961 --- /dev/null +++ b/net-mail/pfqueue/pfqueue-0.3.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/pfqueue/pfqueue-0.3.0.ebuild,v 1.1 2005/02/01 06:57:44 ticho Exp $ + +inherit eutils +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="~x86" +IUSE="" +DEPEND="virtual/libc" +RDEPEND="mail-mta/postfix" + +src_install() { + dosbin pfqueue + dodoc README ChangeLog +} + +pkg_postinst() { + einfo "Start this program (as root) with pfqueue" + einfo "" + einfo "To delete messages from the queue press 'd' and then 'y'" + einfo "To quit type 'q'" +} |