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/template/
Date: Mon, 18 Nov 2019 12:32:18
Message-Id: 1574080297.d3a3331062e105ef26b0d414a0b8da3d53ef11c9.ulm@gentoo
1 commit: d3a3331062e105ef26b0d414a0b8da3d53ef11c9
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 18 12:28:45 2019 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 18 12:31:37 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3a33310
7
8 app-emacs/template: 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/template/Manifest | 1 -
14 app-emacs/template/template-3.1c-r1.ebuild | 30 ------------------------------
15 2 files changed, 31 deletions(-)
16
17 diff --git a/app-emacs/template/Manifest b/app-emacs/template/Manifest
18 index 131bffd624a..10da37fa83c 100644
19 --- a/app-emacs/template/Manifest
20 +++ b/app-emacs/template/Manifest
21 @@ -1,2 +1 @@
22 -DIST template-3.1c.tar.gz 37903 BLAKE2B c6bcd602727d6a6bd60c1b26694b98b28f4f7c752c8c31cd2ad9359297265579b1317effadad956e5aba455b22714985367e84f3295528a1dcc09ff50bf9882d SHA512 d9fee39b67ff986d7c2dccbd09af3ce208f0e1a616a406fefefe4a6399f69a3527fa5609e87d41f7ceec5bf95818a62cb8da62994b28945998f8a9074821914c
23 DIST template-3.3b.tar.gz 60370 BLAKE2B 7263faa93dee81f1a5214cebf20bef95dc13a69a8437438849c8377eec784881f952680b4ed52ebf6bbe7dc943a4e77aeb86722772698466aa76506e85ffd146 SHA512 7ca098e1be70ed75b78a7d5e0b216c1cf83d6b2873414cbd09af8aca09f275732ab811204094aed25bd03631590df2b9ddf614fc9df9b4e944ca8c62d6364c1c
24
25 diff --git a/app-emacs/template/template-3.1c-r1.ebuild b/app-emacs/template/template-3.1c-r1.ebuild
26 deleted file mode 100644
27 index 4de14534d3c..00000000000
28 --- a/app-emacs/template/template-3.1c-r1.ebuild
29 +++ /dev/null
30 @@ -1,30 +0,0 @@
31 -# Copyright 1999-2014 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=5
35 -
36 -inherit elisp
37 -
38 -DESCRIPTION="Use templates, decorate comments, auto-update buffers"
39 -HOMEPAGE="http://emacs-template.sourceforge.net/"
40 -SRC_URI="mirror://sourceforge/emacs-template/${P}.tar.gz"
41 -
42 -LICENSE="GPL-2+"
43 -SLOT="0"
44 -KEYWORDS="~amd64 ~x86"
45 -
46 -S="${WORKDIR}/${PN}"
47 -SITEFILE="50${PN}-gentoo.el"
48 -
49 -src_compile() {
50 - elisp-compile lisp/*.el
51 -}
52 -
53 -src_install() {
54 - elisp-install ${PN} lisp/*.{el,elc}
55 - elisp-site-file-install "${FILESDIR}/${SITEFILE}"
56 -
57 - insinto "${SITEETC}/${PN}"
58 - doins -r templates
59 - dodoc README lisp/ChangeLog
60 -}