summaryrefslogtreecommitdiff
blob: a63354f6cd5ea1c6b85ddecc339dc0d0245dd6d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emacs/mairix/mairix-0.2.ebuild,v 1.1 2009/04/08 11:03:45 ulm Exp $

inherit elisp

MY_P=${PN}-el_${PV}
DESCRIPTION="Mairix interface for Emacs"
HOMEPAGE="http://randomsample.de/mairix-el-doc/"
SRC_URI="http://randomsample.de/${MY_P}.tar.gz"

LICENSE="GPL-3 FDL-1.2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="net-mail/mairix"

S="${WORKDIR}/${MY_P}"
SITEFILE="50${PN}-gentoo.el"

src_install() {
	elisp_src_install
	doinfo mairix-el.info || die
}