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/xslide/
Date: Mon, 26 Aug 2019 14:21:03
Message-Id: 1566829238.da6c5eb81aca24e9748146aa54083fbc3d3dfac7.ulm@gentoo
1 commit: da6c5eb81aca24e9748146aa54083fbc3d3dfac7
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 26 14:18:13 2019 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 26 14:20:38 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da6c5eb8
7
8 app-emacs/xslide: Bump EAPI to 7.
9
10 Package-Manager: Portage-2.3.71, Repoman-2.3.17
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 app-emacs/xslide/Manifest | 1 +
14 app-emacs/xslide/xslide-0.2.2-r1.ebuild | 21 +++++++++++++++++++++
15 2 files changed, 22 insertions(+)
16
17 diff --git a/app-emacs/xslide/Manifest b/app-emacs/xslide/Manifest
18 index 7457aa21983..5745a152442 100644
19 --- a/app-emacs/xslide/Manifest
20 +++ b/app-emacs/xslide/Manifest
21 @@ -1 +1,2 @@
22 +DIST xslide-0.2.2.tar.gz 23469 BLAKE2B a7628267b45b1da9ba1cefef5b186ed0a01975546e0bd0f551dcac6810c59e7a75bd7d479c21e4199eb12725d8a0babb2e1ae1912ae53702ad72021b4775a7bf SHA512 e0cc7b42eddcaf9fe7860fad4eff14dd3c963578302884c9aa1caf09eaef08e73b7a3f60d15de7e31ce39d735751dbef33db2181531947ace9af25d0c5092697
23 DIST xslide-0.2.2.zip 29051 BLAKE2B d29bfb9b932c1370d51695ccc00d16e6d0c3ea5025f42281df51bed016cead5bdaef95dbc2fc538ba493641ca799b7a048f48b659692e975feaf5ae8b545f1ec SHA512 df658464517704289d2695faed02d733adea9f5858310b497d66bf103be5c3e1c3635aa1aa3c93f63c64cd2927b4948e53e7b2593622564f5292c583d6e245a8
24
25 diff --git a/app-emacs/xslide/xslide-0.2.2-r1.ebuild b/app-emacs/xslide/xslide-0.2.2-r1.ebuild
26 new file mode 100644
27 index 00000000000..f940babe7d8
28 --- /dev/null
29 +++ b/app-emacs/xslide/xslide-0.2.2-r1.ebuild
30 @@ -0,0 +1,21 @@
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 +DESCRIPTION="An Emacs major mode for editing XSL stylesheets and running XSL processes"
39 +HOMEPAGE="https://sourceforge.net/projects/xslide/"
40 +SRC_URI="mirror://sourceforge/xslide/${P}.tar.gz"
41 +
42 +LICENSE="GPL-2+"
43 +SLOT="0"
44 +KEYWORDS="~alpha ~amd64 ~ppc ~x86"
45 +
46 +SITEFILE="50${PN}-gentoo.el"
47 +DOCS="ChangeLog NEWS README.TXT TODO"
48 +
49 +src_compile() {
50 + default
51 +}