xrdb-mode-3.0.ebuild 504 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="An Emacs major mode for editing X resource database files"
  6. HOMEPAGE="https://launchpad.net/xrdb-mode
  7. http://www.emacswiki.org/emacs/ResourceFiles"
  8. # taken from https://launchpad.net/${PN}/trunk/3.0/+download/${PN}.el
  9. SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.el.xz"
  10. LICENSE="GPL-2+"
  11. SLOT="0"
  12. KEYWORDS="amd64 ~ppc x86"
  13. SITEFILE="50${PN}-gentoo.el"