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/quilt-el/
Date: Thu, 05 Sep 2019 10:27:05
Message-Id: 1567679199.8e31a7073b200241b9f243ea8e9a3e02731dfee4.ulm@gentoo
1 commit: 8e31a7073b200241b9f243ea8e9a3e02731dfee4
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 5 09:04:46 2019 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 5 10:26:39 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e31a707
7
8 app-emacs/quilt-el: Bump to version 0.66.
9
10 Package-Manager: Portage-2.3.75, Repoman-2.3.17
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 app-emacs/quilt-el/Manifest | 1 +
14 app-emacs/quilt-el/quilt-el-0.66.ebuild | 23 +++++++++++++++++++++++
15 2 files changed, 24 insertions(+)
16
17 diff --git a/app-emacs/quilt-el/Manifest b/app-emacs/quilt-el/Manifest
18 index 334cb7d8ac3..7856ee28685 100644
19 --- a/app-emacs/quilt-el/Manifest
20 +++ b/app-emacs/quilt-el/Manifest
21 @@ -1 +1,2 @@
22 +DIST quilt-0.66.tar.gz 413069 BLAKE2B 41201d54cb26d4761413365fe19b65bd6971ada1e69198d2edbc346df6a3060ff3af4d80551d68ab4ffe003183bc0a28515ce1d070db95f2b1a04a0680ac4fb2 SHA512 c2cb75c0937612e1e0da25b713acf629b6b5aacbd8254d8bd17220b63c7b8ca996cd9d0315a32d67d54a4a7dc01b212cdda33afaacf3db063da757f1973306f4
23 DIST quilt-el-0.48.0.tar.gz 13147 BLAKE2B 595e7d12c24095df3c0d12de607b4e43e36345b53f9d89e6ea6ea781ed25f893d5100e3a023b4f5bc0aee11dcf93a7ef3862fabe28c8eda98a43dce634969444 SHA512 0a198ef0f8354c927c4527bb7a3e99fd6d12f17cbe65c736341c527de440d144581205337163912ce04f83749c31833221cc4153d5736ffec060ad4ade73c694
24
25 diff --git a/app-emacs/quilt-el/quilt-el-0.66.ebuild b/app-emacs/quilt-el/quilt-el-0.66.ebuild
26 new file mode 100644
27 index 00000000000..4a2ffef3d55
28 --- /dev/null
29 +++ b/app-emacs/quilt-el/quilt-el-0.66.ebuild
30 @@ -0,0 +1,23 @@
31 +# Copyright 1999-2019 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +
36 +inherit elisp
37 +
38 +MY_P="quilt-${PV}"
39 +DESCRIPTION="Quilt mode for Emacs"
40 +HOMEPAGE="https://savannah.nongnu.org/projects/quilt
41 + http://satoru-takeuchi.org/dev/quilt-el/"
42 +SRC_URI="mirror://nongnu/quilt/${MY_P}.tar.gz"
43 +
44 +LICENSE="GPL-1+"
45 +SLOT="0"
46 +KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86"
47 +
48 +RDEPEND="dev-util/quilt"
49 +
50 +S="${WORKDIR}/${MY_P}/lib"
51 +ELISP_PATCHES="${PN}-0.45.4-header-window.patch"
52 +SITEFILE="50${PN}-gentoo.el"
53 +DOCS="../doc/README.EMACS"