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: Thu, 06 Jun 2019 21:32:02
Message-Id: 1559856710.8453282ac61b4524963f9ae66de20ba94b4b3cbb.ulm@gentoo
1 commit: 8453282ac61b4524963f9ae66de20ba94b4b3cbb
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 6 21:28:17 2019 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 6 21:31:50 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8453282a
7
8 app-xemacs/ebuild-mode: Remove old.
9
10 Package-Manager: Portage-2.3.67, Repoman-2.3.14
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 app-xemacs/ebuild-mode/Manifest | 1 -
14 app-xemacs/ebuild-mode/ebuild-mode-1.45.ebuild | 25 -------------------------
15 2 files changed, 26 deletions(-)
16
17 diff --git a/app-xemacs/ebuild-mode/Manifest b/app-xemacs/ebuild-mode/Manifest
18 index 4642f676cbb..607da136ec3 100644
19 --- a/app-xemacs/ebuild-mode/Manifest
20 +++ b/app-xemacs/ebuild-mode/Manifest
21 @@ -1,2 +1 @@
22 -DIST ebuild-mode-1.45.tar.xz 34520 BLAKE2B 15246a7b0a85d05270e3c4db8dc30c7e7ea704fa62644c11320fad8f25dcae8c17dbae86be5245b6ed9dd7650f247616c7a1fbd07536386ef2841b2351287f7a SHA512 b5842696bd548c11bf6164694c9d0bbd3cbfaa77b8f34cf27544033f39986610a6ec2e030c72da68f7645e851e6e377eb557d3eb721b8ad1b6b920dc8bf80750
23 DIST ebuild-mode-1.46.tar.xz 34928 BLAKE2B ee2686f3862fc7aa5f820311a6e45d62b153426134422c56a2a6222795163f454291da5510e86c52edee1b22b7bec641ceb132147b29243ee647774a8e91342b SHA512 e7a81c9a3692db1c6db41e138b382e3027094529d4ad3244ecde5a245340f911f8a63ce8ce8bbd7910116c704bcf8fcce90142b8863ecc1b543760ef1411833e
24
25 diff --git a/app-xemacs/ebuild-mode/ebuild-mode-1.45.ebuild b/app-xemacs/ebuild-mode/ebuild-mode-1.45.ebuild
26 deleted file mode 100644
27 index 4256bc8371e..00000000000
28 --- a/app-xemacs/ebuild-mode/ebuild-mode-1.45.ebuild
29 +++ /dev/null
30 @@ -1,25 +0,0 @@
31 -# Copyright 1999-2018 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -inherit xemacs-elisp
37 -
38 -DESCRIPTION="Emacs modes for editing ebuilds and other Gentoo specific files"
39 -HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Emacs"
40 -SRC_URI="https://dev.gentoo.org/~ulm/emacs/${P}.tar.xz"
41 -
42 -LICENSE="GPL-2+"
43 -SLOT="0"
44 -KEYWORDS="amd64 hppa x86"
45 -
46 -RDEPEND=">=app-editors/xemacs-21.4.20-r5
47 - app-xemacs/sh-script"
48 -DEPEND="${RDEPEND}"
49 -
50 -src_compile() {
51 - ${XEMACS_BATCH_CLEAN} -eval "(add-to-list 'load-path \".\")" \
52 - -f batch-byte-compile ebuild-mode.el gentoo-newsitem-mode.el || die
53 - xemacs-elisp-make-autoload-file \
54 - ebuild-mode.el gentoo-newsitem-mode.el || die
55 -}