diff options
author | Ulrich Müller <ulm@gentoo.org> | 2019-09-04 16:37:02 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2019-09-04 16:38:00 +0200 |
commit | d45c117dbc795b5e1e37090cb45bb1a53e8492e7 (patch) | |
tree | f48fdf37e0d1c50ecd137c3631ec004414d76f0a /app-emacs/eselect-mode | |
parent | app-emacs/org-mode: Bump to version 9.2.6. (diff) | |
download | gentoo-d45c117dbc795b5e1e37090cb45bb1a53e8492e7.tar.gz gentoo-d45c117dbc795b5e1e37090cb45bb1a53e8492e7.tar.bz2 gentoo-d45c117dbc795b5e1e37090cb45bb1a53e8492e7.zip |
app-emacs/eselect-mode: Bump to version 1.4.15.
Package-Manager: Portage-2.3.75, Repoman-2.3.17
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-emacs/eselect-mode')
-rw-r--r-- | app-emacs/eselect-mode/Manifest | 1 | ||||
-rw-r--r-- | app-emacs/eselect-mode/eselect-mode-1.4.15.ebuild | 18 |
2 files changed, 19 insertions, 0 deletions
diff --git a/app-emacs/eselect-mode/Manifest b/app-emacs/eselect-mode/Manifest index 6bb8ec91754a..22906bad0d16 100644 --- a/app-emacs/eselect-mode/Manifest +++ b/app-emacs/eselect-mode/Manifest @@ -1 +1,2 @@ DIST eselect-1.4.14.tar.xz 177492 BLAKE2B 236ddb09231283a153c20be779d012979a25d42a7043c75af866e777731761406d92896bfef399c3bc63e529af4e36cf538801302dc4bb719f065d6bab8ad9e4 SHA512 b17fb63039577f20515056fae1b0f7e86fa2d96f38a5eec22e637cee0b25f4d68087ef8a5bd4043893db5be66ea201bc8ae6437bb049d208b81e76a57612d658 +DIST eselect-1.4.15.tar.xz 178996 BLAKE2B 4354d975c8af2e1de0f0c6efe2badc92584e947f9b73c05aac144caf8f9d74c850d366c7c225112322a504262b5f285f6e2e8d32223f1b2d4bac87db740a148c SHA512 ceb55fecc2bf70e816679af9b20653b29aa9ce24ca2d4cd0c6e02ab214689459bc2ccd5b3968ac49249b8fb6613c6055e7e76598b86c6a114a9abf847c4a2b58 diff --git a/app-emacs/eselect-mode/eselect-mode-1.4.15.ebuild b/app-emacs/eselect-mode/eselect-mode-1.4.15.ebuild new file mode 100644 index 000000000000..b342275247a8 --- /dev/null +++ b/app-emacs/eselect-mode/eselect-mode-1.4.15.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2019 Gentoo Authors +# 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 ~m68k ~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" |