Skip to content

Commit

Permalink
app-misc/ddate: update EAPI 7 -> 8
Browse files Browse the repository at this point in the history
Signed-off-by: Conrad Kostecki <[email protected]>
  • Loading branch information
ConiKost committed Feb 9, 2022
1 parent bcb6dfd commit 117442f
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions app-misc/ddate/ddate-0.2.2_p20160627-r1.ebuild
Original file line number Diff line number Diff line change
@@ -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" )

0 comments on commit 117442f

Please sign in to comment.