hexrgb-0_p957.ebuild 402 B

1234567891011121314151617
  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="Functions to manipulate colors, including RGB hex strings"
  6. HOMEPAGE="http://www.emacswiki.org/emacs/hexrgb.el"
  7. SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.el.xz"
  8. LICENSE="GPL-2+"
  9. SLOT="0"
  10. KEYWORDS="amd64 ppc sparc x86"
  11. SITEFILE="50${PN}-gentoo.el"