2014-02-15 22:13:02 +04:00
|
|
|
# Copyright 1999-2014 Gentoo Foundation
|
2011-11-09 11:33:19 +04:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
2014-02-15 22:13:02 +04:00
|
|
|
# $Header: /var/cvsroot/gentoo-x86/app-emacs/dropdown-list/dropdown-list-20120329.ebuild,v 1.1 2014/02/15 00:46:01 ulm Exp $
|
|
|
|
|
|
|
|
EAPI=5
|
2011-11-09 11:33:19 +04:00
|
|
|
|
|
|
|
inherit elisp
|
|
|
|
|
|
|
|
DESCRIPTION="Drop-down menu interface"
|
|
|
|
HOMEPAGE="http://www.emacswiki.org/cgi-bin/wiki/dropdown-list.el"
|
2014-02-15 22:13:02 +04:00
|
|
|
SRC_URI="http://dev.gentoo.org/~ulm/distfiles/${P}.el.xz"
|
2011-11-09 11:33:19 +04:00
|
|
|
|
2014-02-15 22:13:02 +04:00
|
|
|
LICENSE="GPL-3+"
|
2011-11-09 11:33:19 +04:00
|
|
|
SLOT="0"
|
|
|
|
KEYWORDS="~amd64 ~x86"
|
|
|
|
|
2014-02-15 22:13:02 +04:00
|
|
|
ELISP_PATCHES="${PN}-20090814-selection-face.patch"
|
2011-11-09 11:33:19 +04:00
|
|
|
SITEFILE="50${PN}-gentoo.el"
|