Use https by default
[gentoo.git] / app-emacs / graphviz-dot-mode / graphviz-dot-mode-0.3.7.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="Emacs mode for editing and previewing Graphviz dot graphs"
10 HOMEPAGE="http://users.skynet.be/ppareit/projects/graphviz-dot-mode/graphviz-dot-mode.html
11         http://www.graphviz.org/"
12 # taken from http://users.skynet.be/ppareit/projects/${PN}/${PN}.el
13 SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.el.xz"
14
15 LICENSE="GPL-2+"
16 SLOT="0"
17 KEYWORDS="amd64 ~ppc x86 ~x86-fbsd"
18
19 SITEFILE="50${PN}-gentoo.el"