summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2019-09-07 10:16:15 +0200
committerUlrich Müller <ulm@gentoo.org>2019-09-07 11:04:24 +0200
commit5903fb3f3b2d44b84c8299f4b5c4ca4faf54e89f (patch)
tree631c77ad07b995d068e04f00bc89f765ba1721eb /app-emacs/uptimes/uptimes-3.7.ebuild
parentmedia-sound/teamspeak-client: drop old version (diff)
downloadgentoo-5903fb3f3b2d44b84c8299f4b5c4ca4faf54e89f.tar.gz
gentoo-5903fb3f3b2d44b84c8299f4b5c4ca4faf54e89f.tar.bz2
gentoo-5903fb3f3b2d44b84c8299f4b5c4ca4faf54e89f.zip
app-emacs/uptimes: Bump version to 3.7.
Package-Manager: Portage-2.3.73, Repoman-2.3.17 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-emacs/uptimes/uptimes-3.7.ebuild')
-rw-r--r--app-emacs/uptimes/uptimes-3.7.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/app-emacs/uptimes/uptimes-3.7.ebuild b/app-emacs/uptimes/uptimes-3.7.ebuild
new file mode 100644
index 000000000000..224e4265609f
--- /dev/null
+++ b/app-emacs/uptimes/uptimes-3.7.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit elisp readme.gentoo-r1
+
+MY_PN="${PN}.el"
+DESCRIPTION="Track and display emacs session uptimes"
+HOMEPAGE="http://www.davep.org/emacs/"
+SRC_URI="https://github.com/davep/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+SITEFILE="50${PN}-gentoo.el"
+DOC_CONTENTS="Uptimes is not enabled as a site default. Add the following
+ line to your ~/.emacs file to enable tracking of session uptimes:
+ \n(require 'uptimes)"