diff options
author | 2024-05-13 17:00:08 +0200 | |
---|---|---|
committer | 2024-05-13 17:01:18 +0200 | |
commit | df49501649045e1538bbc72dd0fc540dfc2de6ed (patch) | |
tree | 892ed7b4b9e6a8d79e2732c273c2de2aa7166f50 /app-editors/qemacs | |
parent | sys-block/blktrace: drop 1.3.0, EAPI6-- (diff) | |
download | gentoo-df49501649045e1538bbc72dd0fc540dfc2de6ed.tar.gz gentoo-df49501649045e1538bbc72dd0fc540dfc2de6ed.tar.bz2 gentoo-df49501649045e1538bbc72dd0fc540dfc2de6ed.zip |
app-editors/qemacs: Update to EAPI 8
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-editors/qemacs')
-rw-r--r-- | app-editors/qemacs/qemacs-0.4.1_pre20170225-r1.ebuild (renamed from app-editors/qemacs/qemacs-0.4.1_pre20170225.ebuild) | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/app-editors/qemacs/qemacs-0.4.1_pre20170225.ebuild b/app-editors/qemacs/qemacs-0.4.1_pre20170225-r1.ebuild index bebc3f453493..307c9f40c805 100644 --- a/app-editors/qemacs/qemacs-0.4.1_pre20170225.ebuild +++ b/app-editors/qemacs/qemacs-0.4.1_pre20170225-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 inherit toolchain-funcs @@ -9,6 +9,7 @@ DESCRIPTION="QEmacs is a very small but powerful UNIX editor" HOMEPAGE="https://savannah.nongnu.org/projects/qemacs/" # snapshot of http://cvs.savannah.gnu.org/viewvc/?root=qemacs SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz" +S="${WORKDIR}/${PN}" LICENSE="LGPL-2.1+ GPL-2+" SLOT="0" @@ -26,8 +27,6 @@ DEPEND="${RDEPEND} >=app-text/texi2html-5 gui? ( x11-base/xorg-proto )" -S="${WORKDIR}/${PN}" - src_prepare() { eapply "${FILESDIR}/${P}-Makefile.patch" eapply "${FILESDIR}/${P}-nostrip.patch" |