commit: 648b8c0b0ffc982f9f6dc970f2847d074b4eb3e0
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 31 20:03:18 2022 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Jul 31 20:03:18 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=648b8c0b
app-misc/calendar: update EAPI 6 -> 8
Signed-off-by: David Seifert <soap <AT> gentoo.org>
...endar-0.9.1-r1.ebuild => calendar-0.9.1-r2.ebuild} | 19 +++++++------------
1 file changed, 7 insertions(+), 12 deletions(-)
diff --git a/app-misc/calendar/calendar-0.9.1-r1.ebuild
b/app-misc/calendar/calendar-0.9.1-r2.ebuild
similarity index 66%
rename from app-misc/calendar/calendar-0.9.1-r1.ebuild
rename to app-misc/calendar/calendar-0.9.1-r2.ebuild
index 24ec92d9935d..bf33a89f4bd4 100644
--- a/app-misc/calendar/calendar-0.9.1-r1.ebuild
+++ b/app-misc/calendar/calendar-0.9.1-r2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
inherit toolchain-funcs
@@ -13,21 +13,16 @@ LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha amd64 ~arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86"
-DOCS=( README )
-
-src_compile() {
+src_configure() {
tc-export CC
- emake
}
src_install() {
- dobin "${PN}"
- doman "${PN}.1"
-
- insinto "/usr/share"
- doins -r "${PN}s"
+ dobin calendar
+ doman calendar.1
- mv "${D}/usr/share/${PN}s" "${D}/usr/share/${PN}" || die
+ insinto /usr/share/calendar
+ doins -r calendars/.
einstalldocs
}