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 F0488138335 for ; Tue, 15 Oct 2019 09:16:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4180FE08AE; Tue, 15 Oct 2019 09:16:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 2ABDCE08AE for ; Tue, 15 Oct 2019 09:16:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 D441034BD74 for ; Tue, 15 Oct 2019 09:16:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0D71083E for ; Tue, 15 Oct 2019 09:16:28 +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: <1571130977.51a3a3653d4c6b2dd7ca75ca40f44994325b7e89.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/csv-mode/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/csv-mode/Manifest app-emacs/csv-mode/csv-mode-1.9.ebuild X-VCS-Directories: app-emacs/csv-mode/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 51a3a3653d4c6b2dd7ca75ca40f44994325b7e89 X-VCS-Branch: master Date: Tue, 15 Oct 2019 09:16:28 +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: be60c1a4-253c-4428-aa43-ba592b39598f X-Archives-Hash: 2020f1687fe9e085e45ecb01b2b3578f commit: 51a3a3653d4c6b2dd7ca75ca40f44994325b7e89 Author: Ulrich Müller gentoo org> AuthorDate: Tue Oct 15 09:16:03 2019 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Tue Oct 15 09:16:17 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51a3a365 app-emacs/csv-mode: Version bump. Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Ulrich Müller gentoo.org> app-emacs/csv-mode/Manifest | 1 + app-emacs/csv-mode/csv-mode-1.9.ebuild | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) diff --git a/app-emacs/csv-mode/Manifest b/app-emacs/csv-mode/Manifest index 52c31991371..22777c4ae7d 100644 --- a/app-emacs/csv-mode/Manifest +++ b/app-emacs/csv-mode/Manifest @@ -1 +1,2 @@ DIST csv-mode-1.50.tar.gz 14379 BLAKE2B 8b3b60414aa8d6c54f18a0452c1f0d7ea4cb85311392f928e3ec99555b91cd9e7a47e4315b07df3970acf4c05b05b85e1a4e2e7b87b3bb8527904003f89ade75 SHA512 f62e9561f3ec9c14d0fc44de92f83b733ab86e45ba4b8919e5dbbee05d25a346cf7f1412aa0c5be7e88079d219dd4c22d6e198f4e53f801ae1b137e014a7943c +DIST csv-mode-1.9.el.xz 17392 BLAKE2B f49ca9612857f8723d6bec35309fa8c357cfb62589404718141e1fa1cf9a7188c759441e7993dc8e2af5424055d2f68f99d7cff8bba80cf0a1ead9785213f0a8 SHA512 fcf008ba30589a57c362f8501a20bcb494ce9e971ff9e2d3833436658295c94af3bc55be8a32e83deed407c19143ca421a33b3a93d7457a272de34f1d758969b diff --git a/app-emacs/csv-mode/csv-mode-1.9.ebuild b/app-emacs/csv-mode/csv-mode-1.9.ebuild new file mode 100644 index 00000000000..e5de26a88e1 --- /dev/null +++ b/app-emacs/csv-mode/csv-mode-1.9.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit elisp + +DESCRIPTION="A major mode for editing comma-separated value files" +HOMEPAGE="https://elpa.gnu.org/packages/csv-mode.html + https://www.emacswiki.org/emacs/CsvMode" +# Taken from https://elpa.gnu.org/packages/${P}.el +SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.el.xz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" + +SITEFILE="50${PN}-gentoo.el"