summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Gantner <gentoo@nephros.org>2019-11-14 13:05:02 +0100
committerJoonas Niilola <juippis@gentoo.org>2020-01-04 19:41:12 +0200
commitfd03bbd59bde96554286d52902bd6cd2209ca528 (patch)
tree8c5c9a23789d655834234b35db68eb06147beb4f /app-misc/hodie
parentapp-arch/brotli: Switch back to cmake-utils.eclass (diff)
downloadgentoo-fd03bbd59bde96554286d52902bd6cd2209ca528.tar.gz
gentoo-fd03bbd59bde96554286d52902bd6cd2209ca528.tar.bz2
gentoo-fd03bbd59bde96554286d52902bd6cd2209ca528.zip
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>
Diffstat (limited to 'app-misc/hodie')
-rw-r--r--app-misc/hodie/Manifest1
-rw-r--r--app-misc/hodie/hodie-1.5.ebuild29
-rw-r--r--app-misc/hodie/metadata.xml12
3 files changed, 42 insertions, 0 deletions
diff --git a/app-misc/hodie/Manifest b/app-misc/hodie/Manifest
new file mode 100644
index 000000000000..888bbab7a911
--- /dev/null
+++ b/app-misc/hodie/Manifest
@@ -0,0 +1 @@
+DIST hodie-1.5.tar.gz 18450 BLAKE2B a3278a2f3ad0153606ce96d6a96981f80e2c4944c8a7baa33b438b7db9136be10f0bdfb0646c4e6f75e5ee2a2e21032d3c453e2fd6b5923f9b458b42e4186d5c SHA512 831e8e78f3353695f408b6f5602a8d8a0b633bd6df5d717b479d30d16989ddbbf426302e4d539d9babdc70c52a3ee3908bc0c8f24de4e437c475c0c2c5629289
diff --git a/app-misc/hodie/hodie-1.5.ebuild b/app-misc/hodie/hodie-1.5.ebuild
new file mode 100644
index 000000000000..93f8f86f99a4
--- /dev/null
+++ b/app-misc/hodie/hodie-1.5.ebuild
@@ -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
+}
diff --git a/app-misc/hodie/metadata.xml b/app-misc/hodie/metadata.xml
new file mode 100644
index 000000000000..8b8eb1b6e5cc
--- /dev/null
+++ b/app-misc/hodie/metadata.xml
@@ -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>