Portage is a package management system used by Gentoo Linux
# ChangeLog for net-mail/qmail-qsanity
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-mail/qmail-qsanity/ChangeLog,v 1.5 2007/02/22 01:51:57 peper Exp $
22 Feb 2007; Piotr JaroszyĆski
Transition to Manifest2.
20 Feb 2006; Michael Hanselmann
qmail-qsanity-0.52.ebuild:
Changed to virtual/qmail, stable on x86, added to ~hppa and ~ppc.
04 Aug 2003; Robin H. Johnson
fix metadata.xml
*qmail-qsanity-0.52 (04 Aug 2003)
04 Aug 2003; Robin H. Johnson
qmail-qsanity-0.52.ebuild:
Initial Commit.
DIST qmail-qsanity-0.52 3888 RMD160 eb8ab5295ff0808f9016c84e39bbf4c782669357 SHA1 ea767081c4b6ec1437bc4fa866cafc1a23837f26 SHA256 37fae10ed955c6c46e520a5097773569bf66ae0aa09bd7ede9e9aa762f248154
EBUILD qmail-qsanity-0.52.ebuild 669 RMD160 3316ebba9a6b7e241aac7c82526bffda493b48f0 SHA1 f7a54f57e7d027fe024b0b2bebbfeed42839b8ba SHA256 81609f1476ef5c29402c61317d957b182382ed214241e4e84c96a46d930af1da
MISC ChangeLog 697 RMD160 d67bf3fbb0674ad14010ef49563a967b87027cf2 SHA1 af83aef0e49c8c58a01917a299b2221007e33bda SHA256 0399bb7e9a677040436980720b5426431ae4818b1ef96a431bb6f0643b7669da
MISC metadata.xml 562 RMD160 53501c1d4a2ac985b2bab2c482076673f6052ac7 SHA1 d4c933adefaafa98ab86c2253e7c1fa1cc9f5497 SHA256 04f45238b3089d166182c10790826b90a046f577a09ddc69da5961cb3c52ae97
consistency. If it finds any problems, it prints a warning to stderr. Plans
are to change it to generate shell commands which will correct the
problems.
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-mail/qmail-qsanity/qmail-qsanity-0.52.ebuild,v 1.4 2006/02/20 21:08:27 hansmi Exp $
DESCRIPTION="qmail-qsanity checks your queue data structures for internal consistency."
HOMEPAGE="http://www.qmail.org/"
SRC_URI="mirror://qmail/${P}"
LICENSE="as-is"
SLOT="0"
# Should run on all platforms without issue
KEYWORDS="x86 ~ppc ~hppa"
IUSE=""
DEPEND=""
RDEPEND="virtual/qmail dev-lang/perl"
S=${WORKDIR}
src_unpack() {
cp ${DISTDIR}/${P} ${PN}
}
src_compile() {
einfo "Nothing to compile"
}
src_install() {
dobin ${PN}
}