po-mode-0.19.8.1.ebuild 547 B

12345678910111213141516171819
  1. # Copyright 1999-2017 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=6
  4. inherit elisp
  5. DESCRIPTION="Major mode for GNU gettext PO files"
  6. HOMEPAGE="https://www.gnu.org/software/gettext/"
  7. SRC_URI="mirror://gnu/gettext/gettext-${PV}.tar.gz"
  8. LICENSE="GPL-3+"
  9. SLOT="0"
  10. KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
  11. S="${WORKDIR}/gettext-${PV}/gettext-tools/misc"
  12. ELISP_REMOVE="start-po.el"
  13. SITEFILE="50${PN}-gentoo.el"