Portage is a package management system used by Gentoo Linux
# ChangeLog for net-mail/ixbiff
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-mail/ixbiff/ChangeLog,v 1.6 2007/06/12 12:31:41 genone Exp $
12 Jun 2007; Marius Mauch
Replacing einfo with elog
28 Apr 2007; Sven Wegener
Fix *initd, *confd and *envd calls (#173884, #174266)
08 Feb 2007; Diego Pettenò
Regenerate digest in Manifest2 format.
08 Feb 2007; Diego Pettenò
Regenerate digest in Manifest2 format.
14 Jan 2005; Andrej Kacian
Stable on x86.
*ixbiff-0.03b (15 Dec 2004)
15 Dec 2004; Andrej Kacian
+files/ixbiff_0.03b-config-gentoo.patch,
+files/ixbiff_0.03b-main.c-gentoo.patch, +ixbiff-0.03b.ebuild:
Initial import. Closes #70584, reported by Joe Sapp
who also submitted the ebuild and both patches.
AUX ixbiff_0.03b-config-gentoo.patch 877 RMD160 0cc75594274cf04c2b755359c0b21e79551a0ef7 SHA1 d7b8fb5b6cbe5bc5fcf454a275b64d4546dd1dac SHA256 7eaa67c947d0583f55f1410bbf6951faef650d0cc4e67af615bfd190fcf2b8e9
AUX ixbiff_0.03b-main.c-gentoo.patch 200 RMD160 902ca98b1f68f451ebf0882e9c91782cb4b505f6 SHA1 ed44adfca64a584873b0ca6f7482fbebf4a22346 SHA256 aea4fcd5791c09fb178287465c7ceb9da6378102c945606b1cc5eb5589853226
DIST ixbiff_0.03b.tar.gz 25805 RMD160 01e48ffb5fb68c27d0bf080ba6311614f311ccd8 SHA1 833a249e8244b05f22d9cb59862c9df0c50003d9 SHA256 ce552dec3b63b979101be2924b043d9e92db8ef092def39d232e010788887ea4
EBUILD ixbiff-0.03b.ebuild 1198 RMD160 c2a36933b34158f49d882ec8aa257aa9472049a3 SHA1 7368a9b785c3d61c10743216751441d0449f536e SHA256 3e0d3c7152a3c9cc801200a8be6d14223385b6c81418f1f7c4f7e6aea59a4c47
MISC ChangeLog 1056 RMD160 0fc159d0ecd22b2850447cb77956fb6a69235840 SHA1 433952debf89384cadcd29c730f723e54845ac37 SHA256 8de5df9b0f9932e665d238e01b799e25010900104f4f38dae679e9a0d9778636
MISC metadata.xml 162 RMD160 abf52565a91179c1c96b1773f4d25a922378732e SHA1 1e27a9ad2e29b90fdf7570204bbc8388494af3d7 SHA256 695c027de029888b144fe16e34639042d39776f28c2e5400d750f00414d16c72
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-mail/ixbiff/ixbiff-0.03b.ebuild,v 1.4 2007/06/12 12:31:41 genone Exp $
inherit eutils
DESCRIPTION="Ixbiff blinks the keyboard LEDs on new mail"
HOMEPAGE="http://ixbiff.sourceforge.net"
SRC_URI="mirror://sourceforge/${PN}/${PN}_${PV}.tar.gz"
IUSE=""
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86"
DEPEND=""
src_compile() {
# This first one is to set the configuration correctly
# The init script installed later also needs to be configured
# for a gentoo system
epatch ${FILESDIR}/ixbiff_0.03b-config-gentoo.patch
# This second one is because gcc was complaining about the
# default case in a switch statement
epatch ${FILESDIR}/ixbiff_0.03b-main.c-gentoo.patch
make || die
}
src_install () {
# Building in "default" mode means that these variables have to be overriden
# if we don't want sandbox violations
make prefix=${D} sysconfdir=${D}/etc localstatedir=${D}/var install || die
newinitd src/ixbiff.sh ixbiff
doman man/*.1 man/*.5
dohtml doc/*.html
}
pkg_postinst () {
elog "Use rc-update to add ixbiff to the startup sequence."
}