Gentoo Archives: gentoo-commits

From: "Maciej Barć" <xgqt@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/php-mode/
Date: Sun, 19 Mar 2023 14:18:21
Message-Id: 1679233989.c9fc2f69b35f2f022a2c9c5b921f4bfa6d5bacb3.xgqt@gentoo
1 commit: c9fc2f69b35f2f022a2c9c5b921f4bfa6d5bacb3
2 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 19 12:35:42 2023 +0000
4 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 19 13:53:09 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9fc2f69
7
8 app-emacs/php-mode: drop old 1.24.1
9
10 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
11
12 app-emacs/php-mode/Manifest | 1 -
13 app-emacs/php-mode/php-mode-1.24.1.ebuild | 27 ---------------------------
14 2 files changed, 28 deletions(-)
15
16 diff --git a/app-emacs/php-mode/Manifest b/app-emacs/php-mode/Manifest
17 index ae382cb94f27..9c2a15401877 100644
18 --- a/app-emacs/php-mode/Manifest
19 +++ b/app-emacs/php-mode/Manifest
20 @@ -1,4 +1,3 @@
21 DIST php-mode-1.23.0.tar.gz 94451 BLAKE2B 324eda995ba8d93ca9bec691c88b05caac3d6786b2d1caac39dc34f513e8a026b3803ad3712729b147a8ee839fe337bf11ebaa1b718cb4c741997a9e1c9279a3 SHA512 051adf317ac1dc4ae14b3aaad9aa15ef650a74c7c1ff134ff9a26664cc7494b522957d9cbed981ec398e9bdc6ccae4437c628b2fe3535e8f2a95da34363ec88a
22 DIST php-mode-1.24.0.tar.gz 94715 BLAKE2B 226dfe72153f541d8a7ee396dc3cb49c2b0a26c084a3ea36f812f4e923cf364d3ddca0192b87b5a068a9a19a9cfa1227a91f0793374e513b957764b0c867df3f SHA512 fd26f1f022d20bf3dffb772f3735b244cf7e2b4fe51ed35c6ead4f7a7b21686cecd2db54f882a6622a34e3265b4af68d71b589d5adc79b15be3c5e4019ea026a
23 -DIST php-mode-1.24.1.tar.gz 98595 BLAKE2B f9f6e6812e7239eb9ec9dfdbb932dc74b85df46d0d4001a745a6ff297d060a5bcb835200b02e0bfb09f2d35b20d0c72e273d84e16ed3e7d95d235a369a0c54cc SHA512 e6459637874aef457b856c8730d6b761de38e251b49a44a51cecbb08ae092d383a59adc77997f2ebe27066cb050db588f0037cf9554a071d4834089e14acd9ac
24 DIST php-mode-1.24.2.tar.gz 133018 BLAKE2B d6d5da323f10ffd133b34e672576a1ac7c2c2284aba6bab6c628d5fb335327a9e7c73035f47a709046591e57ff4bd53d386e516f4004d000c4276cb341ac4783 SHA512 52c9770baea00a05a468e91d9af765cb1665980c7acb32220829e7920ae092996b017c396836b171f2affa61bdb6329e7460acde88dd788004750ca21f280a7a
25
26 diff --git a/app-emacs/php-mode/php-mode-1.24.1.ebuild b/app-emacs/php-mode/php-mode-1.24.1.ebuild
27 deleted file mode 100644
28 index d8261dee74fe..000000000000
29 --- a/app-emacs/php-mode/php-mode-1.24.1.ebuild
30 +++ /dev/null
31 @@ -1,27 +0,0 @@
32 -# Copyright 1999-2022 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=8
36 -
37 -NEED_EMACS=24
38 -
39 -inherit elisp
40 -
41 -DESCRIPTION="GNU Emacs major mode for editing PHP code"
42 -HOMEPAGE="https://github.com/emacs-php/php-mode/"
43 -SRC_URI="https://github.com/emacs-php/${PN}/archive/v${PV}.tar.gz
44 - -> ${P}.tar.gz"
45 -S="${WORKDIR}"/${P}/lisp
46 -
47 -LICENSE="GPL-3+"
48 -SLOT="0"
49 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
50 -
51 -DOCS=( ../AUTHORS.md ../CHANGELOG.md ../CONTRIBUTING.md ../README{,.ja}.md ../docs )
52 -SITEFILE="50${PN}-gentoo.el"
53 -
54 -src_test() {
55 - touch ../tests/project/1/.git || die
56 - ${EMACS} ${EMACSFLAGS} -L . -L ../tests -l ../tests/php-mode-test.el \
57 - -f ert-run-tests-batch-and-exit || die "tests run failed"
58 -}