summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-editors/emact')
-rw-r--r--app-editors/emact/emact-2.58.0-r1.ebuild (renamed from app-editors/emact/emact-2.58.0.ebuild)20
-rw-r--r--app-editors/emact/metadata.xml2
2 files changed, 11 insertions, 11 deletions
diff --git a/app-editors/emact/emact-2.58.0.ebuild b/app-editors/emact/emact-2.58.0-r1.ebuild
index 9b91001721d2..5251356e8902 100644
--- a/app-editors/emact/emact-2.58.0.ebuild
+++ b/app-editors/emact/emact-2.58.0-r1.ebuild
@@ -1,32 +1,32 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
inherit toolchain-funcs
DESCRIPTION="EmACT, a fork of Conroy's MicroEmacs"
HOMEPAGE="http://www.eligis.com/emacs/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz"
LICENSE="GPL-2+ BSD"
SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="X"
+KEYWORDS="amd64 ~riscv x86"
+IUSE="gui"
RDEPEND="sys-libs/ncurses:0=
- X? ( x11-libs/libX11 )"
+ gui? ( x11-libs/libX11 )"
DEPEND="${RDEPEND}
- virtual/pkgconfig
- X? ( x11-base/xorg-proto )"
+ gui? ( x11-base/xorg-proto )"
+BDEPEND="virtual/pkgconfig"
src_configure() {
econf \
- $(use_with X x) \
+ $(use_with gui x) \
LIBS="$("$(tc-getPKG_CONFIG)" --libs ncurses)"
}
src_install() {
- emake INSTALL="${ED%/}"/usr install
+ emake INSTALL="${ED}"/usr install
#dodoc README
}
diff --git a/app-editors/emact/metadata.xml b/app-editors/emact/metadata.xml
index d94e6b286818..e4ee2b00aa68 100644
--- a/app-editors/emact/metadata.xml
+++ b/app-editors/emact/metadata.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>emacs@gentoo.org</email>