summaryrefslogtreecommitdiff
path: root/dev-ml/patch
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-ml/patch
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'dev-ml/patch')
-rw-r--r--dev-ml/patch/Manifest2
-rw-r--r--dev-ml/patch/metadata.xml13
-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, 0 insertions, 69 deletions
diff --git a/dev-ml/patch/Manifest b/dev-ml/patch/Manifest
deleted file mode 100644
index 7d9e92c696dc..000000000000
--- a/dev-ml/patch/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-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
deleted file mode 100644
index 87d78ae90c6d..000000000000
--- a/dev-ml/patch/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?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>
- <bugs-to>https://github.com/hannesm/patch/issues/</bugs-to>
- <remote-id type="github">hannesm/patch</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-ml/patch/patch-3.0.1.ebuild b/dev-ml/patch/patch-3.0.1.ebuild
deleted file mode 100644
index 5bed8a29661b..000000000000
--- a/dev-ml/patch/patch-3.0.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# 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
deleted file mode 100644
index e0d2e9f401bc..000000000000
--- a/dev-ml/patch/patch-3.1.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# 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
- )
-"