ChangeLog

# ChangeLog for net-mail/queue-fix
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-mail/queue-fix/ChangeLog,v 1.17 2007/02/22 01:52:54 peper Exp $

22 Feb 2007; Piotr JaroszyƄski ChangeLog:
Transition to Manifest2.

20 Feb 2006; Michael Hanselmann
queue-fix-1.4-r2.ebuild:
Changed to virtual/qmail.

14 Feb 2006; Robin H. Johnson
queue-fix-1.4-r2.ebuild:
Move qmail depends to PDEPEND.

12 Feb 2006; Michael Hanselmann
queue-fix-1.4-r2.ebuild:
Replaced sed command with ht_fix_file.

20 Oct 2005; Michael Hanselmann
-queue-fix-1.4-r1.ebuild:
Removed old version.

30 May 2005; Sven Wegener queue-fix-1.4-r2.ebuild:
Moved from gcc.eclass to toolchain-funcs.eclass, bug #92745.

27 Apr 2004; Aron Griffis queue-fix-1.4-r1.ebuild,
queue-fix-1.4-r2.ebuild:
Add inherit eutils

10 Apr 2004; Joshua Kinard queue-fix-1.4-r2.ebuild:
Marked stable on mips.

01 Dec 2003; Robin H. Johnson queue-fix-1.4-r2.ebuild:
allow the qmail alternatives, and stable on many arches

31 Oct 2003; Robin H. Johnson queue-fix-1.4-r2.ebuild:
RDEPEND, not PDEPEND

31 Oct 2003; Robin H. Johnson queue-fix-1.4-r2.ebuild,
queue-fix-1.4.ebuild:
remove old ver

28 Aug 2003; Robin H. Johnson queue-fix-1.4-r2.ebuild:
compile fix for coreutils -1 mess

*queue-fix-1.4-r2 (11 Aug 2003)

11 Aug 2003; Robin H. Johnson queue-fix-1.4-r2.ebuild:
Ensure queue-fix is installed with execute permissions

*queue-fix-1.4-r1 (11 Aug 2003)

11 Aug 2003; Robin H. Johnson queue-fix-1.4-r1.ebuild:
Make this a PDEPEND instead of an RDEPEND for qmail.

*queue-fix-1.4 (05 Aug 2003)

05 Aug 2003; Robin H. Johnson metadata.xml,
queue-fix-1.4.ebuild:
initial commit

Manifest

DIST queue-fix-1.4.tar.gz 18486 RMD160 7babeb21844214779dc58b96129ab0ee555393f8 SHA1 ce42fcc4daf5076adcf8fea6a9a84f2e1716c67c SHA256 63da6360e3225a8fef38925b53a18e67a1197eea1f42fd41bbc928f20a0d0496
DIST queue-fix-todo.patch 3056 RMD160 96437e351c79c2b6cf4c8995c9a15d983cf630bf SHA1 f6a39faff965d43d034c8062bfa91f0d16724173 SHA256 911f84081d0fb68878a0744f5859ce7a45792606cd0af31945cccb41f0d01a7f
EBUILD queue-fix-1.4-r2.ebuild 1013 RMD160 ed0540331b1e3b71cd4fb363521e6f52e3a5ae95 SHA1 020dca98b686109bc06c492877fb3a986f126c28 SHA256 55ab531d4b545f4401685306d13aed79177993491fdebdadc70fd091ca3b7fce
MISC ChangeLog 2065 RMD160 ea380cdbf88888986b18b9648040c1811d2e44ad SHA1 df9ef08565d026be652bd411c31a605ef102671c SHA256 54bed4c130c99a06d0aed4b195a6991b1f827cfb43c867b519bd0ae979957be6
MISC metadata.xml 576 RMD160 319b99b11dcabec38ffe534f58b59fc73f7a691a SHA1 7b26d5eea189d0c905aa90350a153141856f5e0c SHA256 a8e76c8add730abe67fabc9992df726e888e1a52c737eaaba927149e95a58a0b

metadata.xml




qmail

robbat2@gentoo.org
Robin H. Johnson
Primary Maintainer

It repairs or generates a qmail queue structure. You can use
this to help move your queue location, or if you regenerate the file system
and the inode numbering changes. It will also fix permissions and
ownerships of the files.

queue-fix-1.4-r2.ebuild

# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-mail/queue-fix/queue-fix-1.4-r2.ebuild,v 1.17 2006/02/20 00:15:30 hansmi Exp $

inherit eutils toolchain-funcs fixheadtails

DESCRIPTION="Qmail Queue Repair Application with support for big-todo"
HOMEPAGE="http://www.netmeridian.com/e-huss/"
SRC_URI="http://www.netmeridian.com/e-huss/${P}.tar.gz
mirror://qmail/queue-fix-todo.patch"

LICENSE="as-is"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc s390 sh sparc x86"
IUSE=""

DEPEND="virtual/libc"
PDEPEND="virtual/qmail"

src_unpack() {
unpack ${P}.tar.gz
epatch "${DISTDIR}"/queue-fix-todo.patch
sed -i 's/^extern int errno;/#include /' ${S}/error.h
ht_fix_file "${S}"/Makefile*
}

src_compile() {
echo "$(tc-getCC) ${CFLAGS}" > conf-cc
echo "$(tc-getCC) ${LDFLAGS}" > conf-ld
emake || die
}

src_install () {
into /var/qmail
dobin queue-fix || die
into /usr
dodoc README CHANGES
}