You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-emacs/eselect-mode/eselect-mode-9999.ebuild

21 lines
459 B

# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
MY_PN="eselect"
EGIT_REPO_URI="git://anongit.gentoo.org/proj/eselect.git"
EGIT_CHECKOUT_DIR="${WORKDIR}/${MY_PN}"
inherit elisp git-r3
DESCRIPTION="Emacs major mode for editing eselect files"
HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Eselect"
LICENSE="GPL-2+"
SLOT="0"
S="${WORKDIR}/${MY_PN}/misc"
SITEFILE="50${PN}-gentoo.el"