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/uptimes/
Date: Sat, 07 Sep 2019 09:05:09
Message-Id: 1567847064.5903fb3f3b2d44b84c8299f4b5c4ca4faf54e89f.ulm@gentoo
1 commit: 5903fb3f3b2d44b84c8299f4b5c4ca4faf54e89f
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 7 08:16:15 2019 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 7 09:04:24 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5903fb3f
7
8 app-emacs/uptimes: Bump version to 3.7.
9
10 Package-Manager: Portage-2.3.73, Repoman-2.3.17
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 app-emacs/uptimes/Manifest | 1 +
14 app-emacs/uptimes/metadata.xml | 8 ++++++++
15 app-emacs/uptimes/uptimes-3.7.ebuild | 21 +++++++++++++++++++++
16 3 files changed, 30 insertions(+)
17
18 diff --git a/app-emacs/uptimes/Manifest b/app-emacs/uptimes/Manifest
19 index fc5ae50f32d..ec4a13287bb 100644
20 --- a/app-emacs/uptimes/Manifest
21 +++ b/app-emacs/uptimes/Manifest
22 @@ -1 +1,2 @@
23 DIST uptimes-2.3.tar.bz2 3637 BLAKE2B 75517032993f8192c4985d6bb5793b90c828565495a4471845e3efb6fa939268c7b94751baa6b85f5462cfb2a944ea4f4904a75b950a071c0840bb21313bb751 SHA512 31a8e4da410c1c02e96b3aa910fb3afe99c924af0f8299465e1c1b4b22e925aeb427b1ad349df459f93d2efd8bbf66804186f26486957d9e8196eda1b50eb5ba
24 +DIST uptimes-3.7.tar.gz 3913 BLAKE2B 3148b17a8e61201027702891e0303870cddaace650770621bf7847cb86ba917c74aa5938f55fe2e6275180f9e66755f418dee47bc80b6fd7439276ff525ea9d8 SHA512 6e31cdacabc93a8f9d206d95eb4d16ad4a6b4a69f1032e93710693eebe8064446b19e4938eb342c8a66fac7e52e22da36b26bd3417216ab302c9c8e50dba27c3
25
26 diff --git a/app-emacs/uptimes/metadata.xml b/app-emacs/uptimes/metadata.xml
27 index c918cdef959..bb9b255aed7 100644
28 --- a/app-emacs/uptimes/metadata.xml
29 +++ b/app-emacs/uptimes/metadata.xml
30 @@ -5,5 +5,13 @@
31 <email>gnu-emacs@g.o</email>
32 <name>Gentoo GNU Emacs project</name>
33 </maintainer>
34 +<longdescription>
35 + uptimes.el provides a simple system for tracking and displaying the
36 + uptimes of your Emacs sessions. Simply loading uptimes.el from your
37 + ~/.emacs file will start the tracking of any session.
38 +</longdescription>
39 <stabilize-allarches/>
40 +<upstream>
41 + <remote-id type="github">davep/uptimes.el</remote-id>
42 +</upstream>
43 </pkgmetadata>
44
45 diff --git a/app-emacs/uptimes/uptimes-3.7.ebuild b/app-emacs/uptimes/uptimes-3.7.ebuild
46 new file mode 100644
47 index 00000000000..224e4265609
48 --- /dev/null
49 +++ b/app-emacs/uptimes/uptimes-3.7.ebuild
50 @@ -0,0 +1,21 @@
51 +# Copyright 1999-2019 Gentoo Authors
52 +# Distributed under the terms of the GNU General Public License v2
53 +
54 +EAPI=7
55 +
56 +inherit elisp readme.gentoo-r1
57 +
58 +MY_PN="${PN}.el"
59 +DESCRIPTION="Track and display emacs session uptimes"
60 +HOMEPAGE="http://www.davep.org/emacs/"
61 +SRC_URI="https://github.com/davep/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
62 +
63 +LICENSE="GPL-3+"
64 +SLOT="0"
65 +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
66 +
67 +S="${WORKDIR}/${MY_PN}-${PV}"
68 +SITEFILE="50${PN}-gentoo.el"
69 +DOC_CONTENTS="Uptimes is not enabled as a site default. Add the following
70 + line to your ~/.emacs file to enable tracking of session uptimes:
71 + \n(require 'uptimes)"