Use https by default
[gentoo.git] / app-emacs / eselect-mode / eselect-mode-1.4.4.ebuild
1 # Copyright 1999-2015 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 MY_P="eselect-${PV}"
10 DESCRIPTION="Emacs major mode for editing eselect files"
11 HOMEPAGE="http://wiki.gentoo.org/wiki/Project:Eselect"
12 SRC_URI="https://dev.gentoo.org/~ulm/eselect/${MY_P}.tar.xz"
13
14 LICENSE="GPL-2+"
15 SLOT="0"
16 KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
17
18 S="${WORKDIR}/${MY_P}/misc"
19 SITEFILE="50${PN}-gentoo.el"