Portage is a package management system used by Gentoo Linux
# ChangeLog for mail-filter/scmail
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/mail-filter/scmail/ChangeLog,v 1.8 2007/01/10 17:11:00 hkbst Exp $
10 Jan 2007;
Dependency update: dev-lang/gauche -> dev-scheme/gauche.
14 Jul 2006; Akinori Hattori
-scmail-1.2.ebuild, scmail-1.3.ebuild:
update HOMEPAGE and SRC_URI. remove old ebuilds.
09 Sep 2004; Akinori Hattori
stable on x86.
19 Aug 2004; Akinori Hattori
-files/scmail-0.2-gentoo.diff, -scmail-0.2.ebuild:
cleaned out old ebuild.
*scmail-1.3 (19 Aug 2004)
19 Aug 2004; Akinori Hattori
new upstream release.
11 Jul 2004; Akinori Hattori
scmail-1.1.ebuild, scmail-1.2.ebuild:
dev-lisp/gauche to dev-lang/gauche.
*scmail-1.1 (03 Jun 2004)
03 Jun 2004; Seemant Kulleen
+files/scmail-0.2-gentoo.diff, +scmail-0.2.ebuild, +scmail-1.1.ebuild,
+scmail-1.2.ebuild:
Moved from net-mail/scmail to mail-filter/scmail.
02 May 2004; David Holm
Added to ~ppc.
27 Apr 2004; Aron Griffis
Add inherit eutils
28 Mar 2004; Akinori Hattori
scmail-1.1.ebuild, scmail-1.2.ebuild:
removed unnecessary $S. mark 1.2 stable.
*scmail-1.2 (14 Mar 2004)
14 Mar 2004; Akinori Hattori
version bumped.
22 Feb 2004; Akinori Hattori
scmail-1.1.ebuild:
marked stable on x86.
*scmail-1.1 (08 Feb 2004)
08 Feb 2004; Akinori Hattori
Version bumped.
*scmail-0.2 (02 Feb 2004)
02 Feb 2004; Akinori Hattori
files/scmail-0.2-gentoo.diff:
Initial import.
DIST scmail-1.3.tar.gz 52744 RMD160 484d8ca291b970dd070680ece1ed155646b5fa96 SHA1 bb1b9cecdaa994b76307162fe2f4e67240c5d13d SHA256 04648e6d9d48e934b2324596d2b0b887cc6d8b324d4d6533e248ba511b6bb525
EBUILD scmail-1.3.ebuild 617 RMD160 a1f2ed485e87c0ed20f8b8483521b59e5239ce51 SHA1 7d1daa3764b3986aaa072ad23497b77a92436446 SHA256 50be35dd569e2f43af8d0b32f045edefced9942df20e04a4adbef26512186185
MISC ChangeLog 2042 RMD160 a29abafe2d49d453f6020ddd9ddc986b4a54d10e SHA1 f9cb7ad6cf8cb8c7adf5ee58743adc972ea24579 SHA256 8eaf7fecb1fe7b7396d2a9327f5f32fde793bb850d9e8711796708b55945d0fa
MISC metadata.xml 230 RMD160 8e45109dbaf3c193afdb318002c1def7cb62dfa1 SHA1 9bd7aea9376c216b3f55303d1334a337cd6f06a2 SHA256 87fc07a55ee7814a0505ae1c24a871ac29ae7691c5383550647382a2b26277ae
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/mail-filter/scmail/scmail-1.3.ebuild,v 1.4 2007/01/10 17:11:00 hkbst Exp $
IUSE=""
HOMEPAGE="http://0xcc.net/scmail/"
DESCRIPTION="a mail filter written in Scheme"
SRC_URI="http://0xcc.net/scmail/${P}.tar.gz"
LICENSE="BSD"
KEYWORDS="x86 ~ppc"
SLOT="0"
DEPEND=">=dev-scheme/gauche-0.7.4.1"
src_install() {
emake \
PREFIX="${D}/usr" \
SITELIBDIR="${D}$(gauche-config --sitelibdir)" \
DATADIR="${D}/usr/share/doc/${P}" \
install \
|| die
dohtml doc/*.html
}