ChangeLog

# ChangeLog for mail-client/hap
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/mail-client/hap/ChangeLog,v 1.11 2007/04/24 18:40:58 dertobi123 Exp $

24 Apr 2007; Tobias Scherbaum hap-3.7-r1.ebuild:
ppc stable, bug #173771

09 Apr 2007; Bryan Østergaard hap-3.7-r1.ebuild:
Stable on Alpha, bug 173771.

09 Apr 2007; Raúl Porcel hap-3.7-r1.ebuild:
x86 stable wrt bug 173771

08 Feb 2007; Diego Pettenò ChangeLog:
Regenerate digest in Manifest2 format.

18 Oct 2005; Aron Griffis hap-3.7.ebuild:
Mark 3.7 stable on alpha

*hap-3.7-r1 (21 Aug 2005)

21 Aug 2005; Fernando J. Pereda +hap-3.7-r1.ebuild:
fix to use our CFLAGS and fix to not use libtermcap wrt bug #103105

05 Jun 2005; Michael Hanselmann hap-3.7.ebuild:
Stable on ppc.

24 Nov 2004; Andrej Kacian hap-3.7.ebuild:
Stable on x86.

02 Nov 2004; Aron Griffis hap-3.7.ebuild:
add ~alpha

17 Oct 2004; David Holm hap-3.7.ebuild:
Added to ~ppc.

*hap-3.7 (23 Sep 2004)

23 Sep 2004; Andrej Kacian +metadata.xml,
+hap-3.7.ebuild:
Initial version. Closes #59158, ebuild submitted by Martin Bays
.

Manifest

DIST hap-3.7.tar 194560 RMD160 09a18bb042171155b30a03c0aa6236d76845a6b7 SHA1 bc142ce79976575cf320cd5288a2d47354c1e979 SHA256 ae2aa6fbc2d95bcdc0a58cb8e51e458eff868241bd6576123bc291a55d8c4de2
EBUILD hap-3.7-r1.ebuild 1066 RMD160 c8b12d48786cd602348edb3b32efbb7c56bdf5a9 SHA1 a52caf651d11c3d82a8cf5ad9fda498a557e9bc4 SHA256 f58af00d2f32ced05dd73a44c14ac18bde3641cb8bd4226fed76f2d621e479c8
EBUILD hap-3.7.ebuild 758 RMD160 089e067ba2a857cdd88f68a5f2ed9b02fce485e7 SHA1 af09cb707958ac9bbff9049eb8fff837f5d81dbe SHA256 035ae28ea96757c5a6d039549a34fa7756a3eccac3baf4358721ff505106a9d7
MISC ChangeLog 1420 RMD160 a146648b4f73f3e4987ec2117428ec70f2011a2c SHA1 b6fa35fbfe315d8d46cf4cf387d7425ee6c38f05 SHA256 58dd3730f6d3914188c88bc0bff036a8a3f20542218a98524772b11af4875ded
MISC metadata.xml 161 RMD160 273e570423fa3cd9d3f15f7967a43307c8ee9661 SHA1 a1fecd2f7b169d621b88c6ccab9d758209fc8f19 SHA256 4ebf9a8f60040bfb95f13790c1d146a49c69f791f9c421e02a5d96fd6fcb2b32

hap-3.7-r1.ebuild

# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/mail-client/hap/hap-3.7-r1.ebuild,v 1.4 2007/04/24 18:40:58 dertobi123 Exp $

IUSE=""

DESCRIPTION="A terminal mail notification program (replacement for biff)"
HOMEPAGE="http://www.transbay.net/~enf/sw.html"
SRC_URI="http://www.transbay.net/~enf/hap-3.7.tar"

DEPEND="sys-libs/ncurses
sys-devel/autoconf"

SLOT="0"
LICENSE="GPL-2"
KEYWORDS="alpha ppc x86"

# untars to 'hap/'
S="${WORKDIR}/${PN}"

src_compile() {
# Fix configure to use ncurses instead of termcap (bug #103105)
sed -i -e '/AC_CHECK_LIB/s~termcap~ncurses~' configure.in

# Fix Makefile.in to use our CFLAGS
sed -i -e "/^CFLAGS=-O/s//CFLAGS=${CFLAGS}/" Makefile.in

# Rebuild the compilation framework
autoconf || die "autoconf failed"

# The configure script doesn't like --mandir etc., so we call it directly
# rather than via econf
./configure || die "configure failed"

emake || die "emake failed"
}

src_install() {
dobin hap
doman hap.1
}

hap-3.7.ebuild

# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/mail-client/hap/hap-3.7.ebuild,v 1.6 2005/10/18 00:27:33 agriffis Exp $

IUSE=""

DESCRIPTION="A terminal mail notification program (replacement for biff)"
HOMEPAGE="http://www.transbay.net/~enf/sw.html"
SRC_URI="http://www.transbay.net/~enf/hap-3.7.tar"

DEPEND="sys-libs/libtermcap-compat"

SLOT="0"
LICENSE="GPL-2"
KEYWORDS="alpha ppc x86"

# untars to 'hap/'
S="${WORKDIR}/${PN}"

src_compile() {

# The configure script doesn't like --mandir etc., so we call it directly
# rather than via econf
./configure || die "configure failed"

emake || die "emake failed"
}

src_install() {
dobin hap
doman hap.1
}

metadata.xml




net-mail