diff options
author | Andrej Kacian <ticho@gentoo.org> | 2008-03-16 16:09:27 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2008-03-16 16:09:27 +0000 |
commit | eca4208b6c7d9a5e8150d3f4fdaba9fc4c7fd068 (patch) | |
tree | 0bcfe6097b1cf5d9dcc7689d70ef8cea6bdcbc87 /net-mail/pfqueue | |
parent | alpha/ia64/sparc/x86 stable (diff) | |
download | gentoo-2-eca4208b6c7d9a5e8150d3f4fdaba9fc4c7fd068.tar.gz gentoo-2-eca4208b6c7d9a5e8150d3f4fdaba9fc4c7fd068.tar.bz2 gentoo-2-eca4208b6c7d9a5e8150d3f4fdaba9fc4c7fd068.zip |
Cleanup.
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-mail/pfqueue')
-rw-r--r-- | net-mail/pfqueue/ChangeLog | 9 | ||||
-rw-r--r-- | net-mail/pfqueue/pfqueue-0.5.0.ebuild | 29 | ||||
-rw-r--r-- | net-mail/pfqueue/pfqueue-0.5.2.ebuild | 27 | ||||
-rw-r--r-- | net-mail/pfqueue/pfqueue-0.5.3.ebuild | 27 | ||||
-rw-r--r-- | net-mail/pfqueue/pfqueue-0.5.4.ebuild | 27 | ||||
-rw-r--r-- | net-mail/pfqueue/pfqueue-0.5.5.1.ebuild | 27 | ||||
-rw-r--r-- | net-mail/pfqueue/pfqueue-0.5.6.ebuild | 4 |
7 files changed, 9 insertions, 141 deletions
diff --git a/net-mail/pfqueue/ChangeLog b/net-mail/pfqueue/ChangeLog index 18f532afda53..d5cba69601a7 100644 --- a/net-mail/pfqueue/ChangeLog +++ b/net-mail/pfqueue/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-mail/pfqueue -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/pfqueue/ChangeLog,v 1.40 2007/08/13 21:43:20 dertobi123 Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/pfqueue/ChangeLog,v 1.41 2008/03/16 16:09:27 ticho Exp $ + + 16 Mar 2008; Andrej Kacian <ticho@gentoo.org> -pfqueue-0.5.0.ebuild, + -pfqueue-0.5.2.ebuild, -pfqueue-0.5.3.ebuild, -pfqueue-0.5.4.ebuild, + -pfqueue-0.5.5.1.ebuild: + Cleanup. 13 Aug 2007; Tobias Scherbaum <dertobi123@gentoo.org> pfqueue-0.5.6.ebuild: diff --git a/net-mail/pfqueue/pfqueue-0.5.0.ebuild b/net-mail/pfqueue/pfqueue-0.5.0.ebuild deleted file mode 100644 index d1fbbaa8657c..000000000000 --- a/net-mail/pfqueue/pfqueue-0.5.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# 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.5.0.ebuild,v 1.3 2005/10/06 19:04:00 hansmi 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" - - # final linking fails with multiple jobs - emake -j1 || 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 deleted file mode 100644 index a26563164249..000000000000 --- a/net-mail/pfqueue/pfqueue-0.5.2.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.2.ebuild,v 1.3 2006/03/10 19:37:22 hansmi 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 -} diff --git a/net-mail/pfqueue/pfqueue-0.5.3.ebuild b/net-mail/pfqueue/pfqueue-0.5.3.ebuild deleted file mode 100644 index fb15a0ceffe6..000000000000 --- a/net-mail/pfqueue/pfqueue-0.5.3.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.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 -} diff --git a/net-mail/pfqueue/pfqueue-0.5.4.ebuild b/net-mail/pfqueue/pfqueue-0.5.4.ebuild deleted file mode 100644 index e2c706320b98..000000000000 --- a/net-mail/pfqueue/pfqueue-0.5.4.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/pfqueue/pfqueue-0.5.4.ebuild,v 1.1 2007/01/19 15:43:30 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 -} diff --git a/net-mail/pfqueue/pfqueue-0.5.5.1.ebuild b/net-mail/pfqueue/pfqueue-0.5.5.1.ebuild deleted file mode 100644 index fa5b982cc066..000000000000 --- a/net-mail/pfqueue/pfqueue-0.5.5.1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/pfqueue/pfqueue-0.5.5.1.ebuild,v 1.1 2007/02/02 16:34:13 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 -} diff --git a/net-mail/pfqueue/pfqueue-0.5.6.ebuild b/net-mail/pfqueue/pfqueue-0.5.6.ebuild index 06dabfb9e73f..719eca5af8c4 100644 --- a/net-mail/pfqueue/pfqueue-0.5.6.ebuild +++ b/net-mail/pfqueue/pfqueue-0.5.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/pfqueue/pfqueue-0.5.6.ebuild,v 1.4 2007/08/13 21:43:20 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/pfqueue/pfqueue-0.5.6.ebuild,v 1.5 2008/03/16 16:09:27 ticho Exp $ inherit eutils toolchain-funcs @@ -22,6 +22,6 @@ src_compile() { } src_install() { - make DESTDIR=${D} install || die + make DESTDIR="${D}" install || die dodoc README ChangeLog NEWS TODO AUTHORS } |