diff options
author | 2006-03-01 17:48:24 +0000 | |
---|---|---|
committer | 2006-03-01 17:48:24 +0000 | |
commit | 22507a86c97804080c7e3ad62154e2ff315d1ceb (patch) | |
tree | 4ac10017098ea00df2829508cc991a78ca440b7b /net-mail | |
parent | Make tetex-2 use system libtool so that evince is happy with libkpathsea. Clo... (diff) | |
download | gentoo-2-22507a86c97804080c7e3ad62154e2ff315d1ceb.tar.gz gentoo-2-22507a86c97804080c7e3ad62154e2ff315d1ceb.tar.bz2 gentoo-2-22507a86c97804080c7e3ad62154e2ff315d1ceb.zip |
Stable on x86. Removed 0.5.1 ebuild.
(Portage version: 2.1_pre5-r1)
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/pfqueue/ChangeLog | 6 | ||||
-rw-r--r-- | net-mail/pfqueue/files/digest-pfqueue-0.5.1 | 1 | ||||
-rw-r--r-- | net-mail/pfqueue/pfqueue-0.5.1.ebuild | 27 | ||||
-rw-r--r-- | net-mail/pfqueue/pfqueue-0.5.2.ebuild | 4 |
4 files changed, 7 insertions, 31 deletions
diff --git a/net-mail/pfqueue/ChangeLog b/net-mail/pfqueue/ChangeLog index 1a0cfa962b5b..c443c2e9e157 100644 --- a/net-mail/pfqueue/ChangeLog +++ b/net-mail/pfqueue/ChangeLog @@ -1,6 +1,10 @@ # 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.30 2006/02/02 18:52:02 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/pfqueue/ChangeLog,v 1.31 2006/03/01 17:48:23 ticho Exp $ + + 01 Mar 2006; Andrej Kacian <ticho@gentoo.org> -pfqueue-0.5.1.ebuild, + pfqueue-0.5.2.ebuild: + Stable on x86. Removed 0.5.1 ebuild. *pfqueue-0.5.2 (02 Feb 2006) diff --git a/net-mail/pfqueue/files/digest-pfqueue-0.5.1 b/net-mail/pfqueue/files/digest-pfqueue-0.5.1 deleted file mode 100644 index 06480741b371..000000000000 --- a/net-mail/pfqueue/files/digest-pfqueue-0.5.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 3e69b58e950845d12172718abaa369fc pfqueue-0.5.1-src.tar.gz 327753 diff --git a/net-mail/pfqueue/pfqueue-0.5.1.ebuild b/net-mail/pfqueue/pfqueue-0.5.1.ebuild deleted file mode 100644 index 6d2a4e637f56..000000000000 --- a/net-mail/pfqueue/pfqueue-0.5.1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# 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.1.ebuild,v 1.1 2006/01/11 22:51:39 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}-src.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 -} diff --git a/net-mail/pfqueue/pfqueue-0.5.2.ebuild b/net-mail/pfqueue/pfqueue-0.5.2.ebuild index 636efd98d025..6357a6b24579 100644 --- a/net-mail/pfqueue/pfqueue-0.5.2.ebuild +++ b/net-mail/pfqueue/pfqueue-0.5.2.ebuild @@ -1,6 +1,6 @@ # 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.2.ebuild,v 1.1 2006/02/02 18:52:02 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/pfqueue/pfqueue-0.5.2.ebuild,v 1.2 2006/03/01 17:48:23 ticho Exp $ inherit eutils toolchain-funcs @@ -10,7 +10,7 @@ HOMEPAGE="http://pfqueue.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc x86" IUSE="" DEPEND="virtual/libc sys-devel/libtool |