diff options
author | Maciej Barć <xgqt@gentoo.org> | 2023-08-11 18:30:41 +0200 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2023-08-11 18:41:46 +0200 |
commit | 30c46a5a8d60fb0a5a9a62fb15985387f9632eaf (patch) | |
tree | 7c4a35a8de50ee5b00224665f4f5ac98afab562a /app-emacs/php-mode | |
parent | app-emacs/paredit: drop old 25 (diff) | |
download | gentoo-30c46a5a8d60fb0a5a9a62fb15985387f9632eaf.tar.gz gentoo-30c46a5a8d60fb0a5a9a62fb15985387f9632eaf.tar.bz2 gentoo-30c46a5a8d60fb0a5a9a62fb15985387f9632eaf.zip |
app-emacs/php-mode: drop old 1.24.2
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs/php-mode')
-rw-r--r-- | app-emacs/php-mode/Manifest | 1 | ||||
-rw-r--r-- | app-emacs/php-mode/php-mode-1.24.2.ebuild | 25 |
2 files changed, 0 insertions, 26 deletions
diff --git a/app-emacs/php-mode/Manifest b/app-emacs/php-mode/Manifest index 9597bd28a346..80fbf11f2f98 100644 --- a/app-emacs/php-mode/Manifest +++ b/app-emacs/php-mode/Manifest @@ -1,3 +1,2 @@ -DIST php-mode-1.24.2.tar.gz 133018 BLAKE2B d6d5da323f10ffd133b34e672576a1ac7c2c2284aba6bab6c628d5fb335327a9e7c73035f47a709046591e57ff4bd53d386e516f4004d000c4276cb341ac4783 SHA512 52c9770baea00a05a468e91d9af765cb1665980c7acb32220829e7920ae092996b017c396836b171f2affa61bdb6329e7460acde88dd788004750ca21f280a7a DIST php-mode-1.24.3.tar.gz 139037 BLAKE2B 07cd54f10f89a937481c523f1f6e4bbe0f006da80dabaf6ce245f9da89d8fc19a7703a6f05ac721eeec46c13e7ac2c6a7a754c731d4a4b7411030b7725c3b36c SHA512 50568799e894c6aafd07416680a3011406a0ef6e906cd5780684c327a696f13411bd01dc71919f12663a8dd7b000435dd8259248e4db56d0a6a7807d8387be29 DIST php-mode-1.25.0.tar.gz 139596 BLAKE2B 59eb3e7ab533e464a713f7c983acaf613678cbc6137b673c1d142abeb23db00748de579521fe6c729b890d0b59571b0538c4511df33c6e5aac6b039bd7ca45b3 SHA512 d49f3e8fccef271369f0b86cd7245adafa9a3a862349a19a407aa9ee41f10ec3bf519cb3db4792166adffe8125866dd6cff1c9f2e71bee9ddebedcd197c856a4 diff --git a/app-emacs/php-mode/php-mode-1.24.2.ebuild b/app-emacs/php-mode/php-mode-1.24.2.ebuild deleted file mode 100644 index 4604d192b893..000000000000 --- a/app-emacs/php-mode/php-mode-1.24.2.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit elisp - -DESCRIPTION="GNU Emacs major mode for editing PHP code" -HOMEPAGE="https://github.com/emacs-php/php-mode/" -SRC_URI="https://github.com/emacs-php/${PN}/archive/v${PV}.tar.gz - -> ${P}.tar.gz" -S="${WORKDIR}"/${P}/lisp - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos" - -DOCS=( ../AUTHORS.md ../CHANGELOG.md ../CONTRIBUTING.md ../README{,.ja}.md ../docs ) -SITEFILE="50${PN}-gentoo.el" - -src_test() { - touch ../tests/project/1/.git || die - ${EMACS} ${EMACSFLAGS} -L . -L ../tests -l ../tests/php-mode-test.el \ - -f ert-run-tests-batch-and-exit || die "tests run failed" -} |