diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2022-02-09 20:30:31 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2022-02-09 23:55:03 +0100 |
commit | 117442fdcae431f10a3f7e47c2577c7e1c121ef4 (patch) | |
tree | e3aca1f3f5359f58dbaf534f8317a1088449a0a3 /app-misc | |
parent | app-emulation/pcem: drop 17 (diff) | |
download | gentoo-117442fdcae431f10a3f7e47c2577c7e1c121ef4.tar.gz gentoo-117442fdcae431f10a3f7e47c2577c7e1c121ef4.tar.bz2 gentoo-117442fdcae431f10a3f7e47c2577c7e1c121ef4.zip |
app-misc/ddate: update EAPI 7 -> 8
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/ddate/ddate-0.2.2_p20160627-r1.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/app-misc/ddate/ddate-0.2.2_p20160627-r1.ebuild b/app-misc/ddate/ddate-0.2.2_p20160627-r1.ebuild new file mode 100644 index 000000000000..7dca2ac5e01c --- /dev/null +++ b/app-misc/ddate/ddate-0.2.2_p20160627-r1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +EGIT_COMMIT="899ca665a0cb725990c33415dc3c0261dac7fe46" + +inherit cmake + +DESCRIPTION="Perpetual date converter from gregorian to poee calendar" +HOMEPAGE="https://github.com/bo0ts/ddate" +SRC_URI="https://github.com/bo0ts/${PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${PN}-${EGIT_COMMIT}" + +KEYWORDS="amd64 arm arm64 ~riscv x86" +LICENSE="public-domain" +SLOT="0" + +PATCHES=( "${FILESDIR}/${PN}-0.2.2-dont-compress-manpage.patch" ) |