commit: d84db66ef4b2366b38edeb3b4bfe6774eb9ab6ee
parent 424ff5aeff7d2d980c0711a74b5014c610488534
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Sat, 3 Jul 2021 16:50:51 +0200
app-editors/2f30-ed: EAPI-8 bump, fix description
Diffstat:
2 files changed, 5 insertions(+), 13 deletions(-)
diff --git a/app-editors/2f30-ed/2f30-ed-9999.ebuild b/app-editors/2f30-ed/2f30-ed-9999.ebuild
@@ -1,26 +1,21 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
inherit git-r3
-DESCRIPTION="simple ed"
+DESCRIPTION="Simple ed(1) implementation from 2f30.org"
HOMEPAGE="https://git.2f30.org/ed"
EGIT_REPO_URI="git://git.2f30.org/ed.git"
LICENSE="MIT"
SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"
src_compile() {
-cc ed.c -o 2f30-ed
+ ${CC:-cc} ed.c -o 2f30-ed || die
}
src_install() {
-dobin 2f30-ed
+ dobin 2f30-ed
}
diff --git a/app-editors/2f30-ed/metadata.xml b/app-editors/2f30-ed/metadata.xml
@@ -5,7 +5,4 @@
<email>contact@hacktivis.me</email>
<name>Haelwenn (lanodan) Monnier</name>
</maintainer>
- <longdescription lang="en">
-simple ed
-</longdescription>
</pkgmetadata>