* [gentoo-commits] repo/gentoo:master commit in: dev-ml/xdg/
@ 2024-07-13 11:36 Alfredo Tupone
0 siblings, 0 replies; only message in thread
From: Alfredo Tupone @ 2024-07-13 11:36 UTC (permalink / raw
To: gentoo-commits
commit: 699ec31cf68b9e96d79a05343f5bd91d2174e83d
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 13 11:34:58 2024 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sat Jul 13 11:35:45 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=699ec31c
dev-ml/xdg: new package, add 3.16.0
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-ml/xdg/Manifest | 1 +
dev-ml/xdg/metadata.xml | 11 +++++++++++
dev-ml/xdg/xdg-3.16.0.ebuild | 29 +++++++++++++++++++++++++++++
3 files changed, 41 insertions(+)
diff --git a/dev-ml/xdg/Manifest b/dev-ml/xdg/Manifest
new file mode 100644
index 000000000000..62c6631a29ee
--- /dev/null
+++ b/dev-ml/xdg/Manifest
@@ -0,0 +1 @@
+DIST dune-3.16.0.tar.gz 2999701 BLAKE2B 5e371fa1003cec31273aeeb1a830036f48d3734588bd7a980b57aaae30d4984a34dec6f9be0ee9985c72dee08c2c6d456a789eab83cfce42c142a3abc6951b2e SHA512 3b1d041907128b6598e0f6150fe300a4a69098822f823ceead63b46e1005a21485738c6fa92641dd940c9f9cde48ae141ea51959a9b250bee3cbeb06ba788e23
diff --git a/dev-ml/xdg/metadata.xml b/dev-ml/xdg/metadata.xml
new file mode 100644
index 000000000000..86dc156e664c
--- /dev/null
+++ b/dev-ml/xdg/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>ml@gentoo.org</email>
+ <name>ML</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">ocaml/dune</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-ml/xdg/xdg-3.16.0.ebuild b/dev-ml/xdg/xdg-3.16.0.ebuild
new file mode 100644
index 000000000000..9f13561e8a0f
--- /dev/null
+++ b/dev-ml/xdg/xdg-3.16.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 2022-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit dune
+
+DESCRIPTION="XDG Base Directory Specification"
+HOMEPAGE="https://github.com/ocaml/dune"
+SRC_URI="https://github.com/ocaml/dune/archive/${PV}.tar.gz
+ -> dune-${PV}.tar.gz"
+S="${WORKDIR}/dune-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+IUSE="+ocamlopt"
+RESTRICT="test"
+
+BDEPEND=">=dev-ml/dune-3.12"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+ :
+}
+
+src_compile() {
+ dune-compile ${PN}
+}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2024-07-13 11:36 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-13 11:36 [gentoo-commits] repo/gentoo:master commit in: dev-ml/xdg/ Alfredo Tupone
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox