diff options
author | Ulrich Müller <ulm@gentoo.org> | 2019-10-15 08:49:33 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2019-10-15 08:49:33 +0200 |
commit | cd1f36f868ca93bf44e4c025033ca9eac3d7676f (patch) | |
tree | d2105bfe096706d47fc1d48fb9af4a4bb0e16b5a /app-emacs/uptimes | |
parent | app-emacs/circe: Remove old. (diff) | |
download | gentoo-cd1f36f868ca93bf44e4c025033ca9eac3d7676f.tar.gz gentoo-cd1f36f868ca93bf44e4c025033ca9eac3d7676f.tar.bz2 gentoo-cd1f36f868ca93bf44e4c025033ca9eac3d7676f.zip |
app-emacs/uptimes: Remove old.
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-emacs/uptimes')
-rw-r--r-- | app-emacs/uptimes/Manifest | 1 | ||||
-rw-r--r-- | app-emacs/uptimes/uptimes-2.3-r2.ebuild | 19 |
2 files changed, 0 insertions, 20 deletions
diff --git a/app-emacs/uptimes/Manifest b/app-emacs/uptimes/Manifest index ec4a13287bb0..8b8bcac44111 100644 --- a/app-emacs/uptimes/Manifest +++ b/app-emacs/uptimes/Manifest @@ -1,2 +1 @@ -DIST uptimes-2.3.tar.bz2 3637 BLAKE2B 75517032993f8192c4985d6bb5793b90c828565495a4471845e3efb6fa939268c7b94751baa6b85f5462cfb2a944ea4f4904a75b950a071c0840bb21313bb751 SHA512 31a8e4da410c1c02e96b3aa910fb3afe99c924af0f8299465e1c1b4b22e925aeb427b1ad349df459f93d2efd8bbf66804186f26486957d9e8196eda1b50eb5ba DIST uptimes-3.7.tar.gz 3913 BLAKE2B 3148b17a8e61201027702891e0303870cddaace650770621bf7847cb86ba917c74aa5938f55fe2e6275180f9e66755f418dee47bc80b6fd7439276ff525ea9d8 SHA512 6e31cdacabc93a8f9d206d95eb4d16ad4a6b4a69f1032e93710693eebe8064446b19e4938eb342c8a66fac7e52e22da36b26bd3417216ab302c9c8e50dba27c3 diff --git a/app-emacs/uptimes/uptimes-2.3-r2.ebuild b/app-emacs/uptimes/uptimes-2.3-r2.ebuild deleted file mode 100644 index 334cda759b40..000000000000 --- a/app-emacs/uptimes/uptimes-2.3-r2.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit readme.gentoo elisp - -DESCRIPTION="Track and display emacs session uptimes" -HOMEPAGE="http://www.davep.org/emacs/" -SRC_URI="mirror://gentoo/${P}.tar.bz2" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86" - -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)" |