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/circe/
Date: Sat, 03 Feb 2018 09:57:15
Message-Id: 1517651818.e2deec1b0cf577a603e41c1ddcbb1362f6a6cb82.ulm@gentoo
1 commit: e2deec1b0cf577a603e41c1ddcbb1362f6a6cb82
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 3 09:56:28 2018 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 3 09:56:58 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2deec1b
7
8 app-emacs/circe: Version bump.
9
10 Bug: https://bugs.gentoo.org/646148
11 Package-Manager: Portage-2.3.24, Repoman-2.3.6
12
13 app-emacs/circe/Manifest | 1 +
14 app-emacs/circe/circe-2.7.ebuild | 20 ++++++++++++++++++++
15 2 files changed, 21 insertions(+)
16
17 diff --git a/app-emacs/circe/Manifest b/app-emacs/circe/Manifest
18 index 54ce733d6d8..e57ce3ea8d1 100644
19 --- a/app-emacs/circe/Manifest
20 +++ b/app-emacs/circe/Manifest
21 @@ -1 +1,2 @@
22 DIST circe-1.3.tar.gz 118776 BLAKE2B 61ffc7df022be50beaba29a4025fde6d7cbde5cab28d0661e2e3388f712281f8d9370b92e8c56b4eb49984573d5a2f7edff308a7d1fe74ff630620f0867b1441 SHA512 60bbd752c73e875f2306877591ad8de324db0a7446bbfebf460e44ef19c0c28d40d08c8ed9e0caa4062859b07545d310d86380377a479eb6bc38c72decfaa213
23 +DIST circe-2.7.tar.gz 237375 BLAKE2B d9978cc3e0c6431dace919efbd323f90e36ce40debb6e03c955b8cdfbed60ac0bbe27c68dcebfe2df9aabd2e7198d2d6da993c2ad41b5ede0b5d1b142217ec8f SHA512 6f4e0925381ad051e4680b5413eed000a6796d2e9bef35a052464a07968f67edb19d99f74be93620359e061c044a910e35afd1f88608453d264bf37826e10af3
24
25 diff --git a/app-emacs/circe/circe-2.7.ebuild b/app-emacs/circe/circe-2.7.ebuild
26 new file mode 100644
27 index 00000000000..447bd4da3a0
28 --- /dev/null
29 +++ b/app-emacs/circe/circe-2.7.ebuild
30 @@ -0,0 +1,20 @@
31 +# Copyright 1999-2018 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=6
35 +NEED_EMACS=24
36 +
37 +inherit elisp
38 +
39 +DESCRIPTION="A great IRC client for Emacs"
40 +HOMEPAGE="https://github.com/jorgenschaefer/circe
41 + http://www.emacswiki.org/emacs/Circe"
42 +SRC_URI="https://github.com/jorgenschaefer/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
43 +
44 +LICENSE="GPL-3+"
45 +SLOT="0"
46 +KEYWORDS="~amd64 ~ppc ~sparc ~x86"
47 +
48 +ELISP_REMOVE="circe-pkg.el"
49 +SITEFILE="50${PN}-gentoo.el"
50 +DOCS="AUTHORS.md CONTRIBUTING.md NEWS.md README.md"