From 859442e5b139b1ef0cfafe9bce16c729b4ef6609 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Bar=C4=87?= Date: Sat, 27 Dec 2025 20:39:25 +0100 Subject: [PATCH] app-emacs/actionscript-mode: bump EAPI to 8; refactor MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maciej Barć --- ...ctionscript-mode-7.2.2_p20180527-r1.ebuild | 29 +++++++++++++++++++ .../actionscript-mode-7.2.2_p20180527.ebuild | 19 ------------ 2 files changed, 29 insertions(+), 19 deletions(-) create mode 100644 app-emacs/actionscript-mode/actionscript-mode-7.2.2_p20180527-r1.ebuild delete mode 100644 app-emacs/actionscript-mode/actionscript-mode-7.2.2_p20180527.ebuild diff --git a/app-emacs/actionscript-mode/actionscript-mode-7.2.2_p20180527-r1.ebuild b/app-emacs/actionscript-mode/actionscript-mode-7.2.2_p20180527-r1.ebuild new file mode 100644 index 0000000000000..6faa79ea2362f --- /dev/null +++ b/app-emacs/actionscript-mode/actionscript-mode-7.2.2_p20180527-r1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +COMMIT="65abd58e198458a8e46748c5962c41d80d60c4ea" + +inherit elisp + +DESCRIPTION="A major mode for GNU Emacs for editing Actionscript 3 files" +HOMEPAGE="https://github.com/austinhaas/actionscript-mode/" + +if [[ "${PV}" == *9999* ]] ; then + inherit git-r3 + + EGIT_REPO_URI="https://github.com/austinhaas/${PN}" +else + SRC_URI="https://github.com/austinhaas/${PN}/archive/${COMMIT}.tar.gz + -> ${P}.tar.gz" + S="${WORKDIR}/${PN}-${COMMIT}" + + KEYWORDS="~amd64 ~x86" +fi + +LICENSE="GPL-2+" +SLOT="0" + +DOCS=( README.md ) +SITEFILE="50${PN}-gentoo.el" diff --git a/app-emacs/actionscript-mode/actionscript-mode-7.2.2_p20180527.ebuild b/app-emacs/actionscript-mode/actionscript-mode-7.2.2_p20180527.ebuild deleted file mode 100644 index 76ae4442f2220..0000000000000 --- a/app-emacs/actionscript-mode/actionscript-mode-7.2.2_p20180527.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit elisp - -COMMIT="65abd58e198458a8e46748c5962c41d80d60c4ea" -DESCRIPTION="A major mode for GNU Emacs for editing Actionscript 3 files" -HOMEPAGE="https://github.com/austinhaas/actionscript-mode" -SRC_URI="https://github.com/austinhaas/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -S="${WORKDIR}/${PN}-${COMMIT}" -SITEFILE="50${PN}-gentoo.el" -DOCS="README.md"