diff options
author | Ulrich Müller <ulm@gentoo.org> | 2019-10-17 14:22:12 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2019-10-17 15:18:57 +0200 |
commit | 08df7267790434c174f9b9f0730bc8da6e5511cd (patch) | |
tree | 43d16de72f8a5145615bc17aa815439ce6c0e58b /app-emacs/po-mode/po-mode-0.20.1.ebuild | |
parent | app-emacs/po-mode: Remove old. (diff) | |
download | gentoo-08df7267790434c174f9b9f0730bc8da6e5511cd.tar.gz gentoo-08df7267790434c174f9b9f0730bc8da6e5511cd.tar.bz2 gentoo-08df7267790434c174f9b9f0730bc8da6e5511cd.zip |
app-emacs/po-mode: Bump to version 0.20.1.
Package-Manager: Portage-2.3.77, Repoman-2.3.17
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-emacs/po-mode/po-mode-0.20.1.ebuild')
-rw-r--r-- | app-emacs/po-mode/po-mode-0.20.1.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/app-emacs/po-mode/po-mode-0.20.1.ebuild b/app-emacs/po-mode/po-mode-0.20.1.ebuild new file mode 100644 index 000000000000..b74cb880bcb0 --- /dev/null +++ b/app-emacs/po-mode/po-mode-0.20.1.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit elisp + +DESCRIPTION="Major mode for GNU gettext PO files" +HOMEPAGE="https://www.gnu.org/software/gettext/" +SRC_URI="mirror://gnu/gettext/gettext-${PV}.tar.gz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos" + +S="${WORKDIR}/gettext-${PV}/gettext-tools/emacs" +ELISP_REMOVE="start-po.el" +SITEFILE="50${PN}-gentoo.el" |