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: Sat, 12 Oct 2019 10:39:12
Message-Id: 1570876740.66929c955dfd46e09cf314ed66d8400ecf651650.ulm@gentoo
1 commit: 66929c955dfd46e09cf314ed66d8400ecf651650
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 12 10:27:00 2019 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 12 10:39:00 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66929c95
7
8 app-emacs/xslide: Remove old.
9
10 Package-Manager: Portage-2.3.76, 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.ebuild | 25 -------------------------
15 2 files changed, 26 deletions(-)
16
17 diff --git a/app-emacs/xslide/Manifest b/app-emacs/xslide/Manifest
18 index 5745a152442..9279ffb5921 100644
19 --- a/app-emacs/xslide/Manifest
20 +++ b/app-emacs/xslide/Manifest
21 @@ -1,2 +1 @@
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.ebuild b/app-emacs/xslide/xslide-0.2.2.ebuild
26 deleted file mode 100644
27 index b24dd16862b..00000000000
28 --- a/app-emacs/xslide/xslide-0.2.2.ebuild
29 +++ /dev/null
30 @@ -1,25 +0,0 @@
31 -# Copyright 1999-2011 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=4
35 -
36 -inherit elisp
37 -
38 -DESCRIPTION="An Emacs major mode for editing XSL stylesheets and running XSL processes"
39 -HOMEPAGE="http://www.menteith.com/wiki/xslide"
40 -SRC_URI="mirror://sourceforge/xslide/${P}.zip"
41 -
42 -LICENSE="GPL-2"
43 -SLOT="0"
44 -KEYWORDS="alpha amd64 ppc x86"
45 -IUSE=""
46 -
47 -DEPEND="app-arch/unzip"
48 -RDEPEND=""
49 -
50 -SITEFILE="50${PN}-gentoo.el"
51 -DOCS="ChangeLog NEWS README.TXT TODO"
52 -
53 -src_compile() {
54 - emake EMACS=emacs
55 -}