Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/eselect-mode/
Date: Wed, 04 Sep 2019 14:38:42
Message-Id: 1567607880.d45c117dbc795b5e1e37090cb45bb1a53e8492e7.ulm@gentoo
1 commit: d45c117dbc795b5e1e37090cb45bb1a53e8492e7
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 4 14:37:02 2019 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 4 14:38:00 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d45c117d
7
8 app-emacs/eselect-mode: Bump to version 1.4.15.
9
10 Package-Manager: Portage-2.3.75, Repoman-2.3.17
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 app-emacs/eselect-mode/Manifest | 1 +
14 app-emacs/eselect-mode/eselect-mode-1.4.15.ebuild | 18 ++++++++++++++++++
15 2 files changed, 19 insertions(+)
16
17 diff --git a/app-emacs/eselect-mode/Manifest b/app-emacs/eselect-mode/Manifest
18 index 6bb8ec91754..22906bad0d1 100644
19 --- a/app-emacs/eselect-mode/Manifest
20 +++ b/app-emacs/eselect-mode/Manifest
21 @@ -1 +1,2 @@
22 DIST eselect-1.4.14.tar.xz 177492 BLAKE2B 236ddb09231283a153c20be779d012979a25d42a7043c75af866e777731761406d92896bfef399c3bc63e529af4e36cf538801302dc4bb719f065d6bab8ad9e4 SHA512 b17fb63039577f20515056fae1b0f7e86fa2d96f38a5eec22e637cee0b25f4d68087ef8a5bd4043893db5be66ea201bc8ae6437bb049d208b81e76a57612d658
23 +DIST eselect-1.4.15.tar.xz 178996 BLAKE2B 4354d975c8af2e1de0f0c6efe2badc92584e947f9b73c05aac144caf8f9d74c850d366c7c225112322a504262b5f285f6e2e8d32223f1b2d4bac87db740a148c SHA512 ceb55fecc2bf70e816679af9b20653b29aa9ce24ca2d4cd0c6e02ab214689459bc2ccd5b3968ac49249b8fb6613c6055e7e76598b86c6a114a9abf847c4a2b58
24
25 diff --git a/app-emacs/eselect-mode/eselect-mode-1.4.15.ebuild b/app-emacs/eselect-mode/eselect-mode-1.4.15.ebuild
26 new file mode 100644
27 index 00000000000..b342275247a
28 --- /dev/null
29 +++ b/app-emacs/eselect-mode/eselect-mode-1.4.15.ebuild
30 @@ -0,0 +1,18 @@
31 +# Copyright 1999-2019 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=6
35 +
36 +inherit elisp
37 +
38 +MY_P="eselect-${PV}"
39 +DESCRIPTION="Emacs major mode for editing eselect files"
40 +HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Eselect"
41 +SRC_URI="https://dev.gentoo.org/~ulm/eselect/${MY_P}.tar.xz"
42 +
43 +LICENSE="GPL-2+"
44 +SLOT="0"
45 +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"
46 +
47 +S="${WORKDIR}/${MY_P}/misc"
48 +SITEFILE="50${PN}-gentoo.el"