Portage is a package management system used by Gentoo Linux
# ChangeLog for net-mail/queue-repair
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-mail/queue-repair/ChangeLog,v 1.10 2006/12/12 21:20:31 kloeri Exp $
12 Dec 2006; Bryan Østergaard
queue-repair-0.9.0.ebuild:
Stable on ia64, bug 155137.
23 Nov 2006;
stable on amd64
21 Oct 2006; Michael Hanselmann
queue-repair-0.9.0.ebuild:
Stable on ppc64.
19 Oct 2006; Bryan Østergaard
queue-repair-0.9.0.ebuild:
Add ~ia64 keyword, bug 145528.
29 Sep 2006; Thomas Cort
Stable on alpha.
31 Aug 2006; Thomas Cort
Added ~amd64 keyword.
30 Aug 2006; Markus Rothe
Added ~ppc64
17 Jun 2006; Michael Hanselmann
queue-repair-0.9.0.ebuild:
Stable on hppa, mips, ppc, sparc, x86.
13 Feb 2006; Michael Hanselmann
queue-repair-0.9.0.ebuild:
Added to ~x86. Tested by Frank Schmitt.
*queue-repair-0.9.0 (12 Feb 2006)
12 Feb 2006; Michael Hanselmann
+queue-repair-0.9.0.ebuild:
Imported, ebuild by me.
DIST queue-repair-0.9.0.tar.gz 13913 RMD160 7634105825299e5d2314c819d7eb3260a3bdb2b3 SHA1 123a9034c2fbbda7ca7c193153d67c4837909e56 SHA256 b1a863bbcfbedab348415425df8962a6f936c4ca3f3de72735d38f7d7471a96a
EBUILD queue-repair-0.9.0.ebuild 750 RMD160 3cdb257f5c16c6d52e1a2b315d965ab4373b4220 SHA1 aaf751b31e69dae8ad0907f2b7c7d7129c600922 SHA256 964765610692a4648fb791afb056cdea2d6a88b09c5010a3fa3b812e5ddd40c1
MISC ChangeLog 1323 RMD160 b2036c57699147531906162fc562fe4ffd8e9491 SHA1 0c574f8a3304d08573b5df912c502b7787b37be9 SHA256 57c3625ffd2b00297a4980d2ad34d934ca121298ebba9082e42a697921fc440b
MISC metadata.xml 458 RMD160 3e368ea64fbf69de47ce2ae49837d1087a77b009 SHA1 816aad168ac95789c2d9810c519b538e682c5af6 SHA256 ce4ecc35450a23afcbc7bf0be61a9257ef626cfc31a75ccf00ab17d8b2258fb4
A toolkit for dealing with the qmail queue directory structure; it can create a
new queue, move and properly rename a queue, dynamically change the conf-split
value, convert big-todo queues to non-big-todo and vice versa, and repair a
corrupted queue.
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-mail/queue-repair/queue-repair-0.9.0.ebuild,v 1.12 2006/12/12 21:20:31 kloeri Exp $
inherit eutils
DESCRIPTION="A toolkit for dealing with the qmail queue directory structure"
HOMEPAGE="http://pyropus.ca/software/queue-repair/"
SRC_URI="http://pyropus.ca/software/queue-repair/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86"
IUSE=""
src_compile() {
:
}
src_install () {
insinto /usr/bin
newbin queue_repair.py queue-repair.py || die
dosym /usr/bin/queue-repair.py /usr/bin/queue-repair || die
dodoc BLURB TODO CHANGELOG || die
}