ChangeLog

# ChangeLog for app-emacs/mailcrypt
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-emacs/mailcrypt/ChangeLog,v 1.17 2007/07/04 23:07:57 opfer Exp $

04 Jul 2007; Christian Faulhammer
mailcrypt-3.5.8-r1.ebuild:
removed pkg_postrm(); reordered KEYWORDS; manual make call to emake; removed
virtual/emacs from DEPEND; added some quotes; added some die comments;
prettied up SITEFILE handling

29 May 2007; Ulrich Mueller -mailcrypt-3.5.8.ebuild:
Remove old.

28 May 2007; Christian Faulhammer
mailcrypt-3.5.8-r1.ebuild:
really stable it and RESTRICT=test

28 May 2007; Christian Faulhammer
mailcrypt-3.5.8-r1.ebuild:
stable amd64, bug 180027. Removed test suite (will not work in sandbox).
Quoted some variables

08 Mar 2007; Christian Faulhammer
files/50mailcrypt-gentoo.el:
add load path correctly, fixes bug 169588, reported by Ulrich Mueller


28 Jan 2007; Marius Mauch mailcrypt-3.5.8.ebuild,
mailcrypt-3.5.8-r1.ebuild:
Replacing einfo with elog

*mailcrypt-3.5.8-r1 (24 Nov 2006)

24 Nov 2006; Christian Faulhammer
+mailcrypt-3.5.8-r1.ebuild:
added test USE flag to pull in dev-python/py-gnupg and modified src_test().
Reverted amd64 to ~amd64 as they don't have dev-python/py-gnupg in stable,
all other arches stay

31 Oct 2004; Jason Wever mailcrypt-3.5.8.ebuild:
Stable on sparc.

10 Oct 2004; Mamoru KOMACHI -mailcrypt-3.5.7.ebuild,
mailcrypt-3.5.8.ebuild:
Stable on ppc.

10 May 2004; Jason Wever mailcrypt-3.5.8.ebuild:
Added ~sparc keyword to help resolve bug #50695.

26 Apr 2004; David Holm mailcrypt-3.5.8.ebuild:
Added to ~ppc.

26 Apr 2004; Mamoru KOMACHI mailcrypt-3.5.7.ebuild,
mailcrypt-3.5.8.ebuild:
Marked stable on x86. Don't assign default to S

*mailcrypt-3.5.8 (01 Nov 2003)

01 Nov 2003; Mamoru KOMACHI mailcrypt-3.5.8.ebuild:
Version bumped

*mailcrypt-3.5.7 (31 Oct 2002)

31 Oct 2002; Matthew Kennedy ChangeLog,
mailcrypt-3.5.7.ebuild, files/50mailcrypt-gentoo.el,
files/digest-mailcrypt-3.5.7 :

Initial import.

Manifest

AUX 50mailcrypt-gentoo.el 78 RMD160 8f6a6c8b9390f579e42f91c130e2be639a401021 SHA1 1c057b65ef37cb38159838108dd75589d9ff0145 SHA256 25917739f5d343a8e79f6d07a5ca42e7625922ed50ee7128da62d4224ef5ae44
DIST mailcrypt-3.5.8.tar.gz 213415 RMD160 95b6d90f0747d970407cf8ad7d6ba613fab7b4bd SHA1 5c107c74150113bdb9ddd76dccf1ad62eec3c296 SHA256 b0b79eefa9d00b0e794d7423476cd63c19d48e1bf0196a175e8b67c5ab8a9fe7
EBUILD mailcrypt-3.5.8-r1.ebuild 1015 RMD160 ef2373c4b8d6e91f8906a21642a543331d1c7d83 SHA1 d9f981039a621fee4ce50f48ea92ea75e86f063f SHA256 c356c41b68489018729e2407126082714be6a4473ce76f7998b6b16b54d4d40c
MISC ChangeLog 2381 RMD160 ed23c993a42897b9be87e66e8d2c3cf38399d433 SHA1 e0862e1575c9b2321c0ab8c0abbbf3d2ce375cc0 SHA256 88f51b9dcd7cb535bef20762a500904902a14e5521675fd4125dacc105769a83
MISC metadata.xml 158 RMD160 415d172437ca754d24fc5ab186ba8e77934d96e4 SHA1 61f6eff9729cd87a725c2a70c81aca4270a17fc4 SHA256 1393bdef3a74343fdb40a112c7096a1af16f67e7a43413250de28dfe73810eab

files

mailcrypt-3.5.8-r1.ebuild

# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emacs/mailcrypt/mailcrypt-3.5.8-r1.ebuild,v 1.5 2007/07/04 23:07:57 opfer Exp $

inherit elisp

DESCRIPTION="Provides a simple interface to public key cryptography with OpenPGP."
HOMEPAGE="http://mailcrypt.sourceforge.net/"
SRC_URI="mirror://sourceforge/mailcrypt/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
IUSE=""

KEYWORDS="amd64 ppc sparc x86"

RDEPEND="${DEPEND}
app-crypt/gnupg"
RESTRICT="test"
SITEFILE=50${PN}-gentoo.el

src_compile() {
export EMACS=/usr/bin/emacs
econf || die "econf failed"
emake || die "emake failed"
}

src_install() {
einstall lispdir="${D}/${SITELISP}/${PN}" || die "einstall failed"
elisp-site-file-install "${FILESDIR}/${SITEFILE}"
dodoc ANNOUNCE ChangeLog* INSTALL LCD-entry mailcrypt.dvi NEWS ONEWS README*
}

pkg_postinst() {
elisp-site-regen
elog
elog "See /usr/share/doc/${P}/INSTALL.gz for how to customize mailcrypt"
elog
}

metadata.xml




emacs