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/binclock/
Date: Fri, 23 Aug 2019 12:30:26
Message-Id: 1566563389.cc799b932a00005b6e70a4beffa188df4beb84cc.ulm@gentoo
1 commit: cc799b932a00005b6e70a4beffa188df4beb84cc
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 23 12:09:31 2019 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 23 12:29:49 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc799b93
7
8 app-emacs/binclock: Bump to version 1.11.
9
10 Package-Manager: Portage-2.3.71, Repoman-2.3.17
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 app-emacs/binclock/Manifest | 1 +
14 app-emacs/binclock/binclock-1.11.ebuild | 17 +++++++++++++++++
15 2 files changed, 18 insertions(+)
16
17 diff --git a/app-emacs/binclock/Manifest b/app-emacs/binclock/Manifest
18 index f5df7ffc8fb..97544ae7bb1 100644
19 --- a/app-emacs/binclock/Manifest
20 +++ b/app-emacs/binclock/Manifest
21 @@ -1 +1,2 @@
22 +DIST binclock-1.11.tar.gz 9594 BLAKE2B d5de646996cfeecde9000dcd20545005ff036eca24230cb847f4b21a3f458884f955dcb85cedfa21b8c01d60e030f95d426fa8ebbd8e66a61f2e02c0d64d9e62 SHA512 94ddc4a653a1ca119ff86b1c66cf74c3a1b3b15da32d56b4c0080d5226111b0ac31cf4262078ec40488172b14a6b37e66ba16c4bf7b7932293cb1e2a6199c0cd
23 DIST binclock-1.7.tar.bz2 2734 BLAKE2B 57d872b2dc4259ca8cb033b8ff5359dd9f57fa2c7469b1ab6f2d0871cae74efef3f4874fac712b63ff783f50e0722e1959586a2e194426e0098c4e3bf16d8b5a SHA512 fe7d69605dc72777236930368e2900b71717a0a96655afa939c9cfcf76fb6cccc8c21cd81e933eed210a9e948b6d3681eb60f494f4aef276a1026a6dfe186354
24
25 diff --git a/app-emacs/binclock/binclock-1.11.ebuild b/app-emacs/binclock/binclock-1.11.ebuild
26 new file mode 100644
27 index 00000000000..7746cd1d12c
28 --- /dev/null
29 +++ b/app-emacs/binclock/binclock-1.11.ebuild
30 @@ -0,0 +1,17 @@
31 +# Copyright 1999-2019 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +
36 +inherit elisp
37 +
38 +DESCRIPTION="Display the current time using a binary clock"
39 +HOMEPAGE="http://www.davep.org/emacs/"
40 +SRC_URI="https://github.com/davep/${PN}.el/archive/v${PV}.tar.gz -> ${P}.tar.gz"
41 +
42 +LICENSE="GPL-2" # v2 only
43 +SLOT="0"
44 +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
45 +
46 +S="${WORKDIR}/${PN}.el-${PV}"
47 +SITEFILE="50${PN}-gentoo.el"