dropdown-list-20120329.ebuild 420 B

123456789101112131415161718
  1. # Copyright 1999-2015 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. inherit elisp
  5. DESCRIPTION="Drop-down menu interface"
  6. HOMEPAGE="http://www.emacswiki.org/emacs/dropdown-list.el"
  7. SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.el.xz"
  8. LICENSE="GPL-3+"
  9. SLOT="0"
  10. KEYWORDS="~amd64 ~x86"
  11. ELISP_PATCHES="${PN}-20090814-selection-face.patch"
  12. SITEFILE="50${PN}-gentoo.el"