summaryrefslogtreecommitdiff
path: root/dev-ml/patch
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-12 19:09:37 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-12 19:09:37 -0500
commitb590c8d7572b727d565cc0b8ff660d43569845de (patch)
tree06f7a4102ea4e845df8b66660f252920d52952f9 /dev-ml/patch
parent24f9cbfc4c34fdb6a6e03311674414e881ceab47 (diff)
downloadbaldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.gz
baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.xz
baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.zip
Adding metadata
Diffstat (limited to 'dev-ml/patch')
-rw-r--r--dev-ml/patch/Manifest2
-rw-r--r--dev-ml/patch/metadata.xml12
-rw-r--r--dev-ml/patch/patch-3.0.1.ebuild31
-rw-r--r--dev-ml/patch/patch-3.1.0.ebuild23
4 files changed, 68 insertions, 0 deletions
diff --git a/dev-ml/patch/Manifest b/dev-ml/patch/Manifest
new file mode 100644
index 000000000000..7d9e92c696dc
--- /dev/null
+++ b/dev-ml/patch/Manifest
@@ -0,0 +1,2 @@
+DIST patch-3.0.1.tar.gz 28358 BLAKE2B 0fdb7b9ed5b767ae56c438c2fa4decbc88da94ecb3989a0ac0d2938ce4bdb88045da6dec42454a46da6cfc3c547a842b30e28e663620132cc3a7cbdd1695120a SHA512 c8898796df0fbe93e2501c919ecfd3f49f18ad29a29711b5797dc34604261ff275967f81f35fc1d41c4a9a08a6d88ea6a60496f2e40f40268cc6a316a9e4ba7d
+DIST patch-3.1.0.tar.gz 29935 BLAKE2B d9e26bd1004723ec1e8ec3bb7ab09fd12321d88a7ebc33efb6b5a0ecad4e2cd45959f99966b203316ffae60a4b423b04f0e8243826b0e55eaf2e8d5110fb1b05 SHA512 3fdcecb325b0000e1c5cecb49c56c2cf007df76f7de9ce90119ebfc2975c962aed06ee43b249f9f539a85568f57d0ffaa704c721561021612f95ca69fb8ceffd
diff --git a/dev-ml/patch/metadata.xml b/dev-ml/patch/metadata.xml
new file mode 100644
index 000000000000..5776af620fe6
--- /dev/null
+++ b/dev-ml/patch/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>ml@gentoo.org</email>
+ <name>ML</name>
+ </maintainer>
+ <upstream>
+ <bugs-to>https://github.com/hannesm/patch/issues/</bugs-to>
+ </upstream>
+ <origin>baldeagleos-repo</origin>
+</pkgmetadata>
diff --git a/dev-ml/patch/patch-3.0.1.ebuild b/dev-ml/patch/patch-3.0.1.ebuild
new file mode 100644
index 000000000000..5bed8a29661b
--- /dev/null
+++ b/dev-ml/patch/patch-3.0.1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit dune
+
+DESCRIPTION="Patch library purely in OCaml"
+HOMEPAGE="https://github.com/hannesm/patch/"
+
+if [[ "${PV}" == *9999* ]] ; then
+ inherit git-r3
+
+ EGIT_REPO_URI="https://github.com/hannesm/${PN}"
+else
+ SRC_URI="https://github.com/hannesm/${PN}/archive/refs/tags/v${PV}.tar.gz
+ -> ${P}.tar.gz"
+
+ KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="LGPL-2.1"
+SLOT="0/${PV}"
+IUSE="+ocamlopt test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+ test? (
+ dev-ml/alcotest
+ )
+"
diff --git a/dev-ml/patch/patch-3.1.0.ebuild b/dev-ml/patch/patch-3.1.0.ebuild
new file mode 100644
index 000000000000..e0d2e9f401bc
--- /dev/null
+++ b/dev-ml/patch/patch-3.1.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit dune
+
+DESCRIPTION="Patch library purely in OCaml"
+HOMEPAGE="https://github.com/hannesm/patch/"
+
+SRC_URI="https://github.com/hannesm/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+LICENSE="LGPL-2.1"
+SLOT="0/${PV}"
+IUSE="+ocamlopt test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+ test? (
+ dev-ml/alcotest
+ )
+"