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/howm/
Date: Mon, 18 Nov 2019 11:56:56
Message-Id: 1574078125.0b1c45493c7ae1d56a6393dead94b724a4e714c7.ulm@gentoo
1 commit: 0b1c45493c7ae1d56a6393dead94b724a4e714c7
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 18 11:46:20 2019 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 18 11:55:25 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b1c4549
7
8 app-emacs/howm: Remove old.
9
10 Package-Manager: Portage-2.3.79, Repoman-2.3.18
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 app-emacs/howm/Manifest | 1 -
14 app-emacs/howm/howm-1.4.3.ebuild | 30 ------------------------------
15 2 files changed, 31 deletions(-)
16
17 diff --git a/app-emacs/howm/Manifest b/app-emacs/howm/Manifest
18 index 19078f659de..b28a12732bf 100644
19 --- a/app-emacs/howm/Manifest
20 +++ b/app-emacs/howm/Manifest
21 @@ -1,2 +1 @@
22 -DIST howm-1.4.3.tar.gz 552747 BLAKE2B 26ddf709fcbcefb962a3cf447c1ccaef61b2407cb875be49a7a207159db5c2425fff953859c2c77ec36250e73d9da17647667d2e0a4448ed0dc40bb25ded0635 SHA512 da6eec498545dced3bad3c6968bb31a24b01b85220dd80c6e1ee312a0cf1a0b883dc77744f5052261e4bf0d536da057fbe05040fbb429b61a8580330750ce189
23 DIST howm-1.4.5.tar.gz 565221 BLAKE2B a28e98e9b955c6172c7b9e51d8f157e22e87846cb2a2955d956f434c2a36fad7e0692c951ef3d37f57363d500d118c2eeaad55276656a8e543b72b8276317fa4 SHA512 b448bf8caeaf21bf1980862ed12541bd793369494a3e321bc5b77bb99ef63cc5ed2f70c54eaa60b427489e9b3fa9b0037d5cbe06449f87af924f245b7f8f2615
24
25 diff --git a/app-emacs/howm/howm-1.4.3.ebuild b/app-emacs/howm/howm-1.4.3.ebuild
26 deleted file mode 100644
27 index 345562c1563..00000000000
28 --- a/app-emacs/howm/howm-1.4.3.ebuild
29 +++ /dev/null
30 @@ -1,30 +0,0 @@
31 -# Copyright 1999-2016 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -
36 -inherit elisp
37 -
38 -DESCRIPTION="Note-taking tool on Emacs"
39 -HOMEPAGE="http://howm.sourceforge.jp/"
40 -SRC_URI="http://howm.sourceforge.jp/a/${P}.tar.gz"
41 -
42 -LICENSE="GPL-1+ GPL-2+"
43 -SLOT="0"
44 -KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
45 -
46 -SITEFILE="50${PN}-gentoo.el"
47 -
48 -src_configure() {
49 - default
50 -}
51 -
52 -src_compile() {
53 - emake -j1 </dev/null
54 -}
55 -
56 -src_install() {
57 - emake -j1 DESTDIR="${D}" install </dev/null
58 - elisp-site-file-install "${FILESDIR}/${SITEFILE}"
59 - dodoc ChangeLog
60 -}