summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ml/calendars')
-rw-r--r--dev-ml/calendars/Manifest1
-rw-r--r--dev-ml/calendars/calendars-1.0.0.ebuild20
-rw-r--r--dev-ml/calendars/metadata.xml11
3 files changed, 32 insertions, 0 deletions
diff --git a/dev-ml/calendars/Manifest b/dev-ml/calendars/Manifest
new file mode 100644
index 000000000000..e539c264aaef
--- /dev/null
+++ b/dev-ml/calendars/Manifest
@@ -0,0 +1 @@
+DIST calendars-1.0.0.tar.gz 7374 BLAKE2B 8792bc8b9996ec4f71eec6d34570d5b3d4fa17ea40be3dbc6cb379f0318ae01897b50df20e8cbfe5d91450078231155547bcb2a25b1789efc0e6c9993b3d2c3d SHA512 84bcc9c96eab1a1821699ebd90ab04a14c3afa54d9f112001a5bde8efb3b8fe29baf6da133dde561e9ed290fec5babd673818e490779986725f6c5ab644c2391
diff --git a/dev-ml/calendars/calendars-1.0.0.ebuild b/dev-ml/calendars/calendars-1.0.0.ebuild
new file mode 100644
index 000000000000..28cca2f0c60d
--- /dev/null
+++ b/dev-ml/calendars/calendars-1.0.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 2019-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit dune
+
+DESCRIPTION="Convert dates between gregorian/julian/french/hebrew calendars"
+HOMEPAGE="https://github.com/geneweb/calendars"
+SRC_URI="https://github.com/geneweb/${PN}/archive/v${PV}.tar.gz
+ -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE="+ocamlopt"
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+BDEPEND=""
diff --git a/dev-ml/calendars/metadata.xml b/dev-ml/calendars/metadata.xml
new file mode 100644
index 000000000000..87bb2fa8a01e
--- /dev/null
+++ b/dev-ml/calendars/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>tupone@gentoo.org</email>
+ <name>Alfredo Tupone</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">geneweb/calendars</remote-id>
+ </upstream>
+</pkgmetadata>