diff options
author | Matthew Smith <matthew@gentoo.org> | 2023-03-23 11:51:55 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2023-03-26 18:50:43 +0200 |
commit | 21070120f4f34c3532063e087c90bf415e925ff5 (patch) | |
tree | 3134fe0b341728d01cf6a8157fb9dd924d242bce /app-emacs/org-mode | |
parent | elisp-common.eclass: Update NEED_EMACS to 25.3 (diff) | |
download | gentoo-21070120f4f34c3532063e087c90bf415e925ff5.tar.gz gentoo-21070120f4f34c3532063e087c90bf415e925ff5.tar.bz2 gentoo-21070120f4f34c3532063e087c90bf415e925ff5.zip |
app-emacs/*: drop redundant NEED_EMACS
Not needed after elisp-common.eclass changed the default to
25.3 (the oldest currently in tree).
Signed-off-by: Matthew Smith <matthew@gentoo.org>
[Whitespace: removed double empty lines]
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-emacs/org-mode')
-rw-r--r-- | app-emacs/org-mode/org-mode-9.4.6.ebuild | 3 | ||||
-rw-r--r-- | app-emacs/org-mode/org-mode-9.5.3-r1.ebuild | 3 | ||||
-rw-r--r-- | app-emacs/org-mode/org-mode-9.5.4.ebuild | 3 | ||||
-rw-r--r-- | app-emacs/org-mode/org-mode-9.5.5.ebuild | 4 | ||||
-rw-r--r-- | app-emacs/org-mode/org-mode-9.6.1.ebuild | 2 | ||||
-rw-r--r-- | app-emacs/org-mode/org-mode-9.6.ebuild | 2 | ||||
-rw-r--r-- | app-emacs/org-mode/org-mode-9999.ebuild | 4 |
7 files changed, 5 insertions, 16 deletions
diff --git a/app-emacs/org-mode/org-mode-9.4.6.ebuild b/app-emacs/org-mode/org-mode-9.4.6.ebuild index 9f1dfbc19586..25cfba5ab285 100644 --- a/app-emacs/org-mode/org-mode-9.4.6.ebuild +++ b/app-emacs/org-mode/org-mode-9.4.6.ebuild @@ -1,8 +1,7 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -NEED_EMACS=24 inherit elisp readme.gentoo-r1 diff --git a/app-emacs/org-mode/org-mode-9.5.3-r1.ebuild b/app-emacs/org-mode/org-mode-9.5.3-r1.ebuild index c67b95868b07..2d05e531cc2b 100644 --- a/app-emacs/org-mode/org-mode-9.5.3-r1.ebuild +++ b/app-emacs/org-mode/org-mode-9.5.3-r1.ebuild @@ -1,8 +1,7 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -NEED_EMACS=24 inherit elisp readme.gentoo-r1 diff --git a/app-emacs/org-mode/org-mode-9.5.4.ebuild b/app-emacs/org-mode/org-mode-9.5.4.ebuild index b126054a9163..9d7dcd483fff 100644 --- a/app-emacs/org-mode/org-mode-9.5.4.ebuild +++ b/app-emacs/org-mode/org-mode-9.5.4.ebuild @@ -1,8 +1,7 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -NEED_EMACS=24 inherit elisp readme.gentoo-r1 diff --git a/app-emacs/org-mode/org-mode-9.5.5.ebuild b/app-emacs/org-mode/org-mode-9.5.5.ebuild index ce1d9c2d3df5..9d7dcd483fff 100644 --- a/app-emacs/org-mode/org-mode-9.5.5.ebuild +++ b/app-emacs/org-mode/org-mode-9.5.5.ebuild @@ -1,10 +1,8 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -NEED_EMACS=25.1 - inherit elisp readme.gentoo-r1 MY_P="${PN}-release_${PV}" diff --git a/app-emacs/org-mode/org-mode-9.6.1.ebuild b/app-emacs/org-mode/org-mode-9.6.1.ebuild index 308b4b2096c6..2747f4956985 100644 --- a/app-emacs/org-mode/org-mode-9.6.1.ebuild +++ b/app-emacs/org-mode/org-mode-9.6.1.ebuild @@ -3,8 +3,6 @@ EAPI=8 -NEED_EMACS=25.1 - inherit elisp readme.gentoo-r1 MY_P="${PN}-release_${PV}" diff --git a/app-emacs/org-mode/org-mode-9.6.ebuild b/app-emacs/org-mode/org-mode-9.6.ebuild index 308b4b2096c6..2747f4956985 100644 --- a/app-emacs/org-mode/org-mode-9.6.ebuild +++ b/app-emacs/org-mode/org-mode-9.6.ebuild @@ -3,8 +3,6 @@ EAPI=8 -NEED_EMACS=25.1 - inherit elisp readme.gentoo-r1 MY_P="${PN}-release_${PV}" diff --git a/app-emacs/org-mode/org-mode-9999.ebuild b/app-emacs/org-mode/org-mode-9999.ebuild index 4ec54a056a1c..ac0cf59313b4 100644 --- a/app-emacs/org-mode/org-mode-9999.ebuild +++ b/app-emacs/org-mode/org-mode-9999.ebuild @@ -1,10 +1,8 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -NEED_EMACS=25.1 - inherit elisp readme.gentoo-r1 if [[ ${PV} == 9999 ]]; then |