Diff uptimes-3.7 with a uptimes-3.8

/usr/portage/app-emacs/uptimes/uptimes-3.8.ebuild 2023-10-09 14:52:28.716368331 +0300
1
# Copyright 1999-2019 Gentoo Authors
1
# Copyright 1999-2022 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=7
4
EAPI=8
5 5

  
6 6
inherit elisp readme.gentoo-r1
7 7

  
......
9 9
DESCRIPTION="Track and display emacs session uptimes"
10 10
HOMEPAGE="http://www.davep.org/emacs/"
11 11
SRC_URI="https://github.com/davep/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
12
S="${WORKDIR}/${MY_PN}-${PV}"
12 13

  
13 14
LICENSE="GPL-3+"
14 15
SLOT="0"
15 16
KEYWORDS="amd64 ppc ppc64 x86"
16 17

  
17
S="${WORKDIR}/${MY_PN}-${PV}"
18 18
SITEFILE="50${PN}-gentoo.el"
19
DOCS="README.md"
19 20
DOC_CONTENTS="Uptimes is not enabled as a site default. Add the following
20 21
	line to your ~/.emacs file to enable tracking of session uptimes:
21 22
	\n(require 'uptimes)"
Thank you!