summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2018-04-21 20:56:28 +0200
committerUlrich Müller <ulm@gentoo.org>2018-04-21 20:56:28 +0200
commit46a4fb6e6391891dd8f48b3692b5feba8d9470a4 (patch)
treedc8456fef406b291bb71819e259f9cdd377a68a8 /app-emacs/eselect-mode/eselect-mode-1.4.12.ebuild
parentapp-admin/eselect: Remove old. (diff)
downloadgentoo-46a4fb6e6391891dd8f48b3692b5feba8d9470a4.tar.gz
gentoo-46a4fb6e6391891dd8f48b3692b5feba8d9470a4.tar.bz2
gentoo-46a4fb6e6391891dd8f48b3692b5feba8d9470a4.zip
app-emacs/eselect-mode: Version bump.
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'app-emacs/eselect-mode/eselect-mode-1.4.12.ebuild')
-rw-r--r--app-emacs/eselect-mode/eselect-mode-1.4.12.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/app-emacs/eselect-mode/eselect-mode-1.4.12.ebuild b/app-emacs/eselect-mode/eselect-mode-1.4.12.ebuild
new file mode 100644
index 000000000000..4790d1f40699
--- /dev/null
+++ b/app-emacs/eselect-mode/eselect-mode-1.4.12.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit elisp
+
+MY_P="eselect-${PV}"
+DESCRIPTION="Emacs major mode for editing eselect files"
+HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Eselect"
+SRC_URI="https://dev.gentoo.org/~ulm/eselect/${MY_P}.tar.xz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+
+S="${WORKDIR}/${MY_P}/misc"
+SITEFILE="50${PN}-gentoo.el"