summaryrefslogtreecommitdiff
blob: 53109835ee5453c90f0981c82cba98c8310427a5 (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
26
27
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=4

inherit elisp

DESCRIPTION="Library that implements user-interfaces for in-buffer completion"
HOMEPAGE="http://www.dr-qubit.org/emacs.php#completion"
SRC_URI="http://www.dr-qubit.org/predictive/${P}.tar.gz"

LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

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

pkg_postinst() {
	elisp-site-regen

	elog "This package ships completion for dabbrev, etags, elisp,"
	elog "files, semantic, and nxml.  You may want to bind the complete-?"
	elog "functions to a key in your .emacs file."
}