Use https by default
[gentoo.git] / app-emacs / cldoc / cldoc-1.16.ebuild
1 # Copyright 1999-2014 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Id$
4
5 EAPI=5
6
7 inherit elisp
8
9 DESCRIPTION="Show Common Lisp operators and variables information in echo area"
10 HOMEPAGE="http://homepage1.nifty.com/bmonkey/lisp/index-en.html"
11 # taken from http://homepage1.nifty.com/bmonkey/emacs/elisp/cldoc.el
12 SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.el.bz2"
13
14 LICENSE="GPL-2+"
15 SLOT="0"
16 KEYWORDS="amd64 x86"
17
18 RDEPEND="app-emacs/slime"
19
20 SITEFILE="50${PN}-gentoo.el"