diff options
author | Conrad Kostecki <conrad@kostecki.com> | 2018-10-05 17:12:03 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-10-05 23:39:28 +0200 |
commit | e7c5b111a56a7bf4350f3c4f6bb102f1e865031c (patch) | |
tree | 0206448438d7342ea39c59ddca0521d2209a43d9 /app-misc/ddate/ddate-0.2.2.ebuild | |
parent | app-benchmarks/stress-ng: bump to version 0.09.42 (diff) | |
download | gentoo-e7c5b111a56a7bf4350f3c4f6bb102f1e865031c.tar.gz gentoo-e7c5b111a56a7bf4350f3c4f6bb102f1e865031c.tar.bz2 gentoo-e7c5b111a56a7bf4350f3c4f6bb102f1e865031c.zip |
app-misc/ddate: bump to version 0.2.2
Closes: https://bugs.gentoo.org/667822
Signed-off-by: Conrad Kostecki <conrad@kostecki.com>
Package-Manager: Portage-2.3.50, Repoman-2.3.11
Closes: https://github.com/gentoo/gentoo/pull/10078
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-misc/ddate/ddate-0.2.2.ebuild')
-rw-r--r-- | app-misc/ddate/ddate-0.2.2.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/app-misc/ddate/ddate-0.2.2.ebuild b/app-misc/ddate/ddate-0.2.2.ebuild new file mode 100644 index 000000000000..ed2ea3d74539 --- /dev/null +++ b/app-misc/ddate/ddate-0.2.2.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" + +inherit cmake-utils + +DESCRIPTION="Perpetual date converter from gregorian to poee calendar" +HOMEPAGE="https://github.com/bo0ts/ddate" +SRC_URI="https://github.com/bo0ts/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +KEYWORDS="~amd64 ~arm ~arm64 ~x86" +LICENSE="public-domain" +SLOT="0" + +RDEPEND="!sys-apps/util-linux[ddate]" + +DOCS=( "README.org" ) + +PATCHES=( "${FILESDIR}/${P}-dont-compress-manpage.patch" ) |