fff-20050517.ebuild 381 B

12345678910111213141516171819
  1. # Copyright 1999-2014 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. inherit elisp
  5. DESCRIPTION="Fast file finder for Emacs"
  6. HOMEPAGE="http://www.splode.com/~friedman/software/emacs-lisp/"
  7. SRC_URI="mirror://gentoo/${P}.tar.bz2"
  8. LICENSE="GPL-2+"
  9. SLOT="0"
  10. KEYWORDS="amd64 x86"
  11. RDEPEND="sys-apps/mlocate"
  12. SITEFILE="50${PN}-gentoo.el"