commit: 76bf8fe854dd4543c61a60ae01c298b0e699c5ad Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Thu Jan 23 09:21:38 2025 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Thu Jan 23 10:17:33 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76bf8fe8
app-emacs/php-mode: drop old 1.26.1 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> app-emacs/php-mode/Manifest | 1 - app-emacs/php-mode/php-mode-1.26.1.ebuild | 36 ------------------------------- 2 files changed, 37 deletions(-) diff --git a/app-emacs/php-mode/Manifest b/app-emacs/php-mode/Manifest index d8e4114bc3d9..9cbe71c79fe3 100644 --- a/app-emacs/php-mode/Manifest +++ b/app-emacs/php-mode/Manifest @@ -1,2 +1 @@ -DIST php-mode-1.26.1.tar.gz 132347 BLAKE2B aa860304e8772e7b4f0eda98711acb1fced279fda16fe491477deaf47e79ef4a841686906783633a7eedd2d19e1569bd1fb17b693588f1b950ee8a7e540e9c77 SHA512 85e9049f895fbba17cab4ef868336aa992821b3dd4167a2c9e1c8ef748bd9d3ac6a413a125391374552beb02dd2a3a6263bd739da78691361e0500c4e0ed29c8 DIST php-mode-1.27.0.gh.tar.gz 133871 BLAKE2B e326ef5b2fd4a62d815df30312b59470d1576284585db5266c351c18c898f801643ed3529ab5b66972b91f43c61a92da552e9f15b60d4c254e0b936c7bc60d9c SHA512 61ac62168e5ccc1076e6395b549e2401cb2f01309303d7553c84497ef245fb14400c6bf9e961fa3c6a38afc1b1125663d01b659846799d8371c873b6f46c691e diff --git a/app-emacs/php-mode/php-mode-1.26.1.ebuild b/app-emacs/php-mode/php-mode-1.26.1.ebuild deleted file mode 100644 index 5392d536596c..000000000000 --- a/app-emacs/php-mode/php-mode-1.26.1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2024 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/" - -if [[ "${PV}" == *9999* ]] ; then - inherit git-r3 - - EGIT_REPO_URI="https://github.com/emacs-php/${PN}.git" -else - SRC_URI="https://github.com/emacs-php/${PN}/archive/v${PV}.tar.gz - -> ${P}.tar.gz" - - KEYWORDS="amd64 ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux ~ppc-macos" -fi - -S="${WORKDIR}/${P}/lisp" - -LICENSE="GPL-3+" -SLOT="0" - -DOCS=( ../AUTHORS.md ../CHANGELOG.md ../CONTRIBUTING.md ../README{,.ja}.md ../docs ) -SITEFILE="50${PN}-gentoo.el" - -elisp-enable-tests ert "${S}" -L ../tests -l ../tests/php-mode-test.el - -src_test() { - touch ../tests/project/1/.git || die - - elisp_src_test -}