commit: 8551bd0b872c667dcfdb1c9e024379214a107819
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 27 20:08:35 2025 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sat Dec 27 21:01:52 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8551bd0b
app-emacs/httpd: bump EAPI to 8
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/httpd/{httpd-1.1.ebuild => httpd-1.1-r1.ebuild} | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/app-emacs/httpd/httpd-1.1.ebuild
b/app-emacs/httpd/httpd-1.1-r1.ebuild
similarity index 88%
rename from app-emacs/httpd/httpd-1.1.ebuild
rename to app-emacs/httpd/httpd-1.1-r1.ebuild
index 29fde1226766..ad187aab4abc 100644
--- a/app-emacs/httpd/httpd-1.1.ebuild
+++ b/app-emacs/httpd/httpd-1.1-r1.ebuild
@@ -1,12 +1,13 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
inherit elisp
DESCRIPTION="A HTTP server embedded in the Emacs"
HOMEPAGE="http://www.chez.com/emarsden/downloads/"
+
# taken from contrib/httpd.el in app-emacs/muse
SRC_URI="mirror://gentoo/${P}.tar.gz"