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 EB2B2138334 for ; Thu, 5 Sep 2019 10:27:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CF2B4E077F; Thu, 5 Sep 2019 10:27:04 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 B1FA0E077F for ; Thu, 5 Sep 2019 10:27:04 +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 2285034AC77 for ; Thu, 5 Sep 2019 10:27:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 97539763 for ; Thu, 5 Sep 2019 10:27:00 +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: <1567679199.8e31a7073b200241b9f243ea8e9a3e02731dfee4.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/quilt-el/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/quilt-el/Manifest app-emacs/quilt-el/quilt-el-0.66.ebuild X-VCS-Directories: app-emacs/quilt-el/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 8e31a7073b200241b9f243ea8e9a3e02731dfee4 X-VCS-Branch: master Date: Thu, 5 Sep 2019 10:27:00 +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: 24f61a94-fa29-4f10-a1ea-73f6a4be9a4c X-Archives-Hash: 9deada623aaaf5e88327d8580930db08 commit: 8e31a7073b200241b9f243ea8e9a3e02731dfee4 Author: Ulrich Müller gentoo org> AuthorDate: Thu Sep 5 09:04:46 2019 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Thu Sep 5 10:26:39 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e31a707 app-emacs/quilt-el: Bump to version 0.66. Package-Manager: Portage-2.3.75, Repoman-2.3.17 Signed-off-by: Ulrich Müller gentoo.org> app-emacs/quilt-el/Manifest | 1 + app-emacs/quilt-el/quilt-el-0.66.ebuild | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/app-emacs/quilt-el/Manifest b/app-emacs/quilt-el/Manifest index 334cb7d8ac3..7856ee28685 100644 --- a/app-emacs/quilt-el/Manifest +++ b/app-emacs/quilt-el/Manifest @@ -1 +1,2 @@ +DIST quilt-0.66.tar.gz 413069 BLAKE2B 41201d54cb26d4761413365fe19b65bd6971ada1e69198d2edbc346df6a3060ff3af4d80551d68ab4ffe003183bc0a28515ce1d070db95f2b1a04a0680ac4fb2 SHA512 c2cb75c0937612e1e0da25b713acf629b6b5aacbd8254d8bd17220b63c7b8ca996cd9d0315a32d67d54a4a7dc01b212cdda33afaacf3db063da757f1973306f4 DIST quilt-el-0.48.0.tar.gz 13147 BLAKE2B 595e7d12c24095df3c0d12de607b4e43e36345b53f9d89e6ea6ea781ed25f893d5100e3a023b4f5bc0aee11dcf93a7ef3862fabe28c8eda98a43dce634969444 SHA512 0a198ef0f8354c927c4527bb7a3e99fd6d12f17cbe65c736341c527de440d144581205337163912ce04f83749c31833221cc4153d5736ffec060ad4ade73c694 diff --git a/app-emacs/quilt-el/quilt-el-0.66.ebuild b/app-emacs/quilt-el/quilt-el-0.66.ebuild new file mode 100644 index 00000000000..4a2ffef3d55 --- /dev/null +++ b/app-emacs/quilt-el/quilt-el-0.66.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit elisp + +MY_P="quilt-${PV}" +DESCRIPTION="Quilt mode for Emacs" +HOMEPAGE="https://savannah.nongnu.org/projects/quilt + http://satoru-takeuchi.org/dev/quilt-el/" +SRC_URI="mirror://nongnu/quilt/${MY_P}.tar.gz" + +LICENSE="GPL-1+" +SLOT="0" +KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86" + +RDEPEND="dev-util/quilt" + +S="${WORKDIR}/${MY_P}/lib" +ELISP_PATCHES="${PN}-0.45.4-header-window.patch" +SITEFILE="50${PN}-gentoo.el" +DOCS="../doc/README.EMACS"