app-misc/hodie: new ebuild

A small program to display date differently.

Closes: https://bugs.gentoo.org/188022
Closes: https://github.com/gentoo/gentoo/pull/13648
Signed-off-by: Peter Gantner <gentoo@nephros.org>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
Peter Gantner
2019-11-14 13:05:02 +01:00
committed by Joonas Niilola
parent 38cc525db6
commit fd03bbd59b
3 changed files with 42 additions and 0 deletions

1
app-misc/hodie/Manifest Normal file
View File

@@ -0,0 +1 @@
DIST hodie-1.5.tar.gz 18450 BLAKE2B a3278a2f3ad0153606ce96d6a96981f80e2c4944c8a7baa33b438b7db9136be10f0bdfb0646c4e6f75e5ee2a2e21032d3c453e2fd6b5923f9b458b42e4186d5c SHA512 831e8e78f3353695f408b6f5602a8d8a0b633bd6df5d717b479d30d16989ddbbf426302e4d539d9babdc70c52a3ee3908bc0c8f24de4e437c475c0c2c5629289

View File

@@ -0,0 +1,29 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit autotools
MY_COMMIT="5946cab2fab41c40b237a69e3aca08b1180cbc10"
DESCRIPTION="a Latin date(1)"
HOMEPAGE="http://hodie.sourceforge.net
https://github.com/michiexile/hodie"
SRC_URI="https://github.com/michiexile/${PN}/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
S="${WORKDIR}/${PN}-${MY_COMMIT}"
src_prepare() {
default
eautoreconf
}
src_install() {
default
doman hodie.1
}

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>gentoo@nephros.org</email>
<name>Peter Gantner</name>
</maintainer>
<maintainer type="project">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
</pkgmetadata>