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: Sat, 07 Mar 2020 22:51:18
Message-Id: 1583621379.dbdb5404689218161a45fb3bb3ba2e2ec78bcd2e.ulm@gentoo
1 commit: dbdb5404689218161a45fb3bb3ba2e2ec78bcd2e
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 7 22:45:45 2020 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 7 22:49:39 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbdb5404
7
8 app-xemacs/ebuild-mode: Remove old.
9
10 Package-Manager: Portage-2.3.92, Repoman-2.3.20
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 app-xemacs/ebuild-mode/Manifest | 2 --
14 app-xemacs/ebuild-mode/ebuild-mode-1.47.ebuild | 36 --------------------------
15 app-xemacs/ebuild-mode/ebuild-mode-1.48.ebuild | 36 --------------------------
16 3 files changed, 74 deletions(-)
17
18 diff --git a/app-xemacs/ebuild-mode/Manifest b/app-xemacs/ebuild-mode/Manifest
19 index 58bb8928426..2d26203dd22 100644
20 --- a/app-xemacs/ebuild-mode/Manifest
21 +++ b/app-xemacs/ebuild-mode/Manifest
22 @@ -1,3 +1 @@
23 -DIST ebuild-mode-1.47.tar.xz 34812 BLAKE2B abbc3be110239f9e1765d4f1293856a7fc616d497ac5256a28b7d78fc57c8d725abccbf7b9e5908cb85f9a684dc1be26ab88152d836c2ec3a481802091729717 SHA512 13ee756ef914a314f6705df78735a3926a50d156f4abeff917bed68298aec81f072d53a60f7b985d9bb2caddcdbf65fd26f6c9189e6c5c1822674d9142b7db17
24 -DIST ebuild-mode-1.48.tar.xz 34764 BLAKE2B cd54e8a1b65232538924aafd10f6dcadd457634313ccf08c97b841d0255f02496a0e3308a4d9cdcd5cbbc41f9f5c373e14641fa31202cfa369fd10f8562cf5da SHA512 d37d7951030877454416dca761c9775eadaa514f29bba8745f61c0f3a5ecb42675c230301286d5a8cce76d8ef7082f5db76151f69b35f6a999118c5e60a5f9c0
25 DIST ebuild-mode-1.49.tar.xz 34632 BLAKE2B 3e7814363aedbb5a05193faccc0815a7f4b0f56eacb03fb720fa270ac69faa163bd8164639390b1703bb0a82341975e9bfea143c651b5b0ba2825b2bbb3b3329 SHA512 440e23aa6f63307955a9c970f5cbcc175eb14cca4ff4035da4f10fa22d9c6766b29ca7842b800a43c46063f3045c2ff3b2d6b8e27026f47bd0ed0959a8f2d0e9
26
27 diff --git a/app-xemacs/ebuild-mode/ebuild-mode-1.47.ebuild b/app-xemacs/ebuild-mode/ebuild-mode-1.47.ebuild
28 deleted file mode 100644
29 index 9ed99b9368d..00000000000
30 --- a/app-xemacs/ebuild-mode/ebuild-mode-1.47.ebuild
31 +++ /dev/null
32 @@ -1,36 +0,0 @@
33 -# Copyright 1999-2019 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
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 -BDEPEND="${RDEPEND}"
49 -
50 -src_compile() {
51 - local XEMACS="${EPREFIX}/usr/bin/xemacs"
52 -
53 - "${XEMACS}" -batch -q --no-site-file \
54 - -eval "(add-to-list 'load-path \".\")" \
55 - -f batch-byte-compile \
56 - ebuild-mode.el gentoo-newsitem-mode.el || die
57 -
58 - "${XEMACS}" -batch -q --no-site-file \
59 - -eval "(setq autoload-package-name \"${PN}\")" \
60 - -eval "(setq generated-autoload-file \"${S}/auto-autoloads.el\")" \
61 - -l autoload -f batch-update-autoloads \
62 - ebuild-mode.el gentoo-newsitem-mode.el || die
63 -}
64 -
65 -src_install() {
66 - insinto /usr/share/xemacs/site-packages/lisp/${PN}
67 - doins *.el *.elc
68 -}
69
70 diff --git a/app-xemacs/ebuild-mode/ebuild-mode-1.48.ebuild b/app-xemacs/ebuild-mode/ebuild-mode-1.48.ebuild
71 deleted file mode 100644
72 index d329637b970..00000000000
73 --- a/app-xemacs/ebuild-mode/ebuild-mode-1.48.ebuild
74 +++ /dev/null
75 @@ -1,36 +0,0 @@
76 -# Copyright 1999-2019 Gentoo Authors
77 -# Distributed under the terms of the GNU General Public License v2
78 -
79 -EAPI=7
80 -
81 -DESCRIPTION="Emacs modes for editing ebuilds and other Gentoo specific files"
82 -HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Emacs"
83 -SRC_URI="https://dev.gentoo.org/~ulm/emacs/${P}.tar.xz"
84 -
85 -LICENSE="GPL-2+"
86 -SLOT="0"
87 -KEYWORDS="~amd64 ~hppa ~x86"
88 -
89 -RDEPEND=">=app-editors/xemacs-21.4.20-r5
90 - app-xemacs/sh-script"
91 -BDEPEND="${RDEPEND}"
92 -
93 -src_compile() {
94 - local XEMACS="${EPREFIX}/usr/bin/xemacs"
95 -
96 - "${XEMACS}" -batch -q --no-site-file \
97 - -eval "(add-to-list 'load-path \".\")" \
98 - -f batch-byte-compile \
99 - ebuild-mode.el gentoo-newsitem-mode.el || die
100 -
101 - "${XEMACS}" -batch -q --no-site-file \
102 - -eval "(setq autoload-package-name \"${PN}\")" \
103 - -eval "(setq generated-autoload-file \"${S}/auto-autoloads.el\")" \
104 - -l autoload -f batch-update-autoloads \
105 - ebuild-mode.el gentoo-newsitem-mode.el || die
106 -}
107 -
108 -src_install() {
109 - insinto /usr/share/xemacs/site-packages/lisp/${PN}
110 - doins *.el *.elc
111 -}