From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 44983138334 for ; Mon, 18 Nov 2019 12:32:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 347F0E0869; Mon, 18 Nov 2019 12:32:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1EC53E0869 for ; Mon, 18 Nov 2019 12:32:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2D88B34CA6F for ; Mon, 18 Nov 2019 12:32:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 363F08B9 for ; Mon, 18 Nov 2019 12:32:13 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1574080297.d3a3331062e105ef26b0d414a0b8da3d53ef11c9.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/template/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/template/Manifest app-emacs/template/template-3.1c-r1.ebuild X-VCS-Directories: app-emacs/template/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: d3a3331062e105ef26b0d414a0b8da3d53ef11c9 X-VCS-Branch: master Date: Mon, 18 Nov 2019 12:32:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4f6a8608-2fb2-4760-ad53-06bb18c2ca4e X-Archives-Hash: 7f65eb62b78395a53016af58e3228365 commit: d3a3331062e105ef26b0d414a0b8da3d53ef11c9 Author: Ulrich Müller gentoo org> AuthorDate: Mon Nov 18 12:28:45 2019 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Mon Nov 18 12:31:37 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3a33310 app-emacs/template: Remove old. Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Ulrich Müller gentoo.org> app-emacs/template/Manifest | 1 - app-emacs/template/template-3.1c-r1.ebuild | 30 ------------------------------ 2 files changed, 31 deletions(-) diff --git a/app-emacs/template/Manifest b/app-emacs/template/Manifest index 131bffd624a..10da37fa83c 100644 --- a/app-emacs/template/Manifest +++ b/app-emacs/template/Manifest @@ -1,2 +1 @@ -DIST template-3.1c.tar.gz 37903 BLAKE2B c6bcd602727d6a6bd60c1b26694b98b28f4f7c752c8c31cd2ad9359297265579b1317effadad956e5aba455b22714985367e84f3295528a1dcc09ff50bf9882d SHA512 d9fee39b67ff986d7c2dccbd09af3ce208f0e1a616a406fefefe4a6399f69a3527fa5609e87d41f7ceec5bf95818a62cb8da62994b28945998f8a9074821914c DIST template-3.3b.tar.gz 60370 BLAKE2B 7263faa93dee81f1a5214cebf20bef95dc13a69a8437438849c8377eec784881f952680b4ed52ebf6bbe7dc943a4e77aeb86722772698466aa76506e85ffd146 SHA512 7ca098e1be70ed75b78a7d5e0b216c1cf83d6b2873414cbd09af8aca09f275732ab811204094aed25bd03631590df2b9ddf614fc9df9b4e944ca8c62d6364c1c diff --git a/app-emacs/template/template-3.1c-r1.ebuild b/app-emacs/template/template-3.1c-r1.ebuild deleted file mode 100644 index 4de14534d3c..00000000000 --- a/app-emacs/template/template-3.1c-r1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit elisp - -DESCRIPTION="Use templates, decorate comments, auto-update buffers" -HOMEPAGE="http://emacs-template.sourceforge.net/" -SRC_URI="mirror://sourceforge/emacs-template/${P}.tar.gz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -S="${WORKDIR}/${PN}" -SITEFILE="50${PN}-gentoo.el" - -src_compile() { - elisp-compile lisp/*.el -} - -src_install() { - elisp-install ${PN} lisp/*.{el,elc} - elisp-site-file-install "${FILESDIR}/${SITEFILE}" - - insinto "${SITEETC}/${PN}" - doins -r templates - dodoc README lisp/ChangeLog -}