Use https by default
[gentoo.git] / app-emacs / circe / circe-1.3.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="A great IRC client for Emacs"
10 HOMEPAGE="http://www.jorgenschaefer.de/software/circe/
11         http://www.emacswiki.org/emacs/Circe"
12 SRC_URI="https://github.com/jorgenschaefer/${PN}/archive/${P}.tar.gz"
13
14 LICENSE="GPL-3+"
15 SLOT="0"
16 KEYWORDS="amd64 ~ppc sparc x86"
17
18 S="${WORKDIR}/${PN}-${P}/lisp"
19 SITEFILE="50${PN}-gentoo.el"
20 DOCS="../README.md"