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-xemacs/ebuild-mode/
Date: Fri, 07 Apr 2017 17:15:44
Message-Id: 1491585197.0de54e79b93812ed614a9c1d4e948126ddeb753a.ulm@gentoo
1 commit: 0de54e79b93812ed614a9c1d4e948126ddeb753a
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 7 11:19:15 2017 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 7 17:13:17 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0de54e79
7
8 app-xemacs/ebuild-mode: Remove old.
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 app-xemacs/ebuild-mode/Manifest | 1 -
13 app-xemacs/ebuild-mode/ebuild-mode-1.19.ebuild | 26 --------------------------
14 2 files changed, 27 deletions(-)
15
16 diff --git a/app-xemacs/ebuild-mode/Manifest b/app-xemacs/ebuild-mode/Manifest
17 index 42d674c31c7..449d97b3b80 100644
18 --- a/app-xemacs/ebuild-mode/Manifest
19 +++ b/app-xemacs/ebuild-mode/Manifest
20 @@ -1,2 +1 @@
21 DIST ebuild-mode-1.24.tar.xz 28816 SHA256 366fa7602d32cda107b560e9a24540a3a5b90fdda58d84a1d108e8a4c6a488ff SHA512 0894ad452b64133c223a4f93755404657eed5cf86667e45ce5c808d2232755bcedd835f1bbab1bd719ce850d56c6d92e339c4262ab0d7cc8aa42e039023db99d WHIRLPOOL ff38c8736051a6f6c34d00103b8f1fa2fe40ce910cc14187e9d95b11d7aa665ba03497b52b324d2e7b0e7c29da1d99e267a1934d5e2434bf986e863afb925801
22 -DIST gentoo-syntax-1.19.tar.bz2 21385 SHA256 d20b5f13118d7823f5fed194c43decf322fb4ff3a05a7b63c46a9f001307b058 SHA512 ae745375cd4737fe4fa51be2d26c06b0579018b16963cad173af0721cd8a278f7c294fac4eeea9cdd57a41ca20892cdcf988da54049005a2e9aab13c58fdb9fd WHIRLPOOL 1d3883761bb1255021ba7fb2871b7d8edb75785e1a01ab0c5f1165827665dc58e41da6bd89a174c3c38adecd67d1ee6ffaee6648aab3f9c60e52a82b85b5d858
23
24 diff --git a/app-xemacs/ebuild-mode/ebuild-mode-1.19.ebuild b/app-xemacs/ebuild-mode/ebuild-mode-1.19.ebuild
25 deleted file mode 100644
26 index f9f45252515..00000000000
27 --- a/app-xemacs/ebuild-mode/ebuild-mode-1.19.ebuild
28 +++ /dev/null
29 @@ -1,26 +0,0 @@
30 -# Copyright 1999-2014 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -inherit xemacs-elisp eutils
34 -
35 -MY_PN="gentoo-syntax"
36 -DESCRIPTION="An Emacs mode for editing ebuilds and other Gentoo specific files"
37 -HOMEPAGE="https://www.gentoo.org/proj/en/lisp/emacs/index.xml"
38 -SRC_URI="mirror://gentoo/${MY_PN}-${PV}.tar.bz2"
39 -
40 -LICENSE="GPL-2+"
41 -SLOT="0"
42 -KEYWORDS="amd64 x86"
43 -IUSE=""
44 -
45 -RDEPEND=">=app-editors/xemacs-21.4.20-r5
46 - app-xemacs/sh-script"
47 -DEPEND="${RDEPEND}"
48 -
49 -S="${WORKDIR}/${MY_PN}-${PV}"
50 -
51 -src_compile() {
52 - ${XEMACS_BATCH_CLEAN} -eval "(add-to-list 'load-path \".\")" \
53 - -f batch-byte-compile gentoo-syntax.el || die
54 - xemacs-elisp-make-autoload-file *.el || die
55 -}