summaryrefslogtreecommitdiff
path: root/dev-util/haredo
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
commitf716a9fe6455d39eef01e718aae68dae61c19704 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-util/haredo
parent3f9cf298e89cd5037b982abba06091224ee76daf (diff)
downloadbaldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.gz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.xz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.zip
Adding metadata
Diffstat (limited to 'dev-util/haredo')
-rw-r--r--dev-util/haredo/Manifest1
-rw-r--r--dev-util/haredo/haredo-1.0.2.ebuild34
-rw-r--r--dev-util/haredo/haredo-9999.ebuild34
-rw-r--r--dev-util/haredo/metadata.xml5
4 files changed, 0 insertions, 74 deletions
diff --git a/dev-util/haredo/Manifest b/dev-util/haredo/Manifest
deleted file mode 100644
index 2b1d73ca22ec..000000000000
--- a/dev-util/haredo/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST haredo-1.0.2.tar.gz 374632 BLAKE2B 3e17f3a153d5559e6d8b64d9bc84114bd49fe481cb8528653a4dba3337ae393d060e8c68429b03059d3afcbda2467e9ee5e774aa5994ce3818679315dd2f2f20 SHA512 2bad1ebffa4a6a56916481ada556dcc85c19d90697ff8ee7cad126581099a6efe9f0498d400dc9a15e13e7999cdd375500f2eedbc863d736003fc190f780a0b4
diff --git a/dev-util/haredo/haredo-1.0.2.ebuild b/dev-util/haredo/haredo-1.0.2.ebuild
deleted file mode 100644
index 711700ef0cd4..000000000000
--- a/dev-util/haredo/haredo-1.0.2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-if [[ "${PV}" = "9999" ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://git.sr.ht/~autumnull/haredo"
- SLOT="0"
-else
- SRC_URI="https://git.sr.ht/~autumnull/haredo/archive/${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~arm64 ~riscv"
- SLOT="0/${PV}"
-fi
-
-DESCRIPTION="a simple and unix-idiomatic build automator"
-HOMEPAGE="https://git.sr.ht/~autumnull/haredo"
-LICENSE="WTFPL-2"
-
-DEPEND="dev-lang/hare:="
-BDEPEND="app-text/scdoc"
-
-# binaries are hare-built
-QA_FLAGS_IGNORED="usr/bin/.*"
-
-src_test() {
- PATH="${S}/bin:$PATH" ./bin/haredo test || die
-}
-
-src_install() {
- einstalldocs
- # I wish install(1) would support DESTDIR…
- emake PREFIX="${ED}/usr" install
-}
diff --git a/dev-util/haredo/haredo-9999.ebuild b/dev-util/haredo/haredo-9999.ebuild
deleted file mode 100644
index 711700ef0cd4..000000000000
--- a/dev-util/haredo/haredo-9999.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-if [[ "${PV}" = "9999" ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://git.sr.ht/~autumnull/haredo"
- SLOT="0"
-else
- SRC_URI="https://git.sr.ht/~autumnull/haredo/archive/${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~arm64 ~riscv"
- SLOT="0/${PV}"
-fi
-
-DESCRIPTION="a simple and unix-idiomatic build automator"
-HOMEPAGE="https://git.sr.ht/~autumnull/haredo"
-LICENSE="WTFPL-2"
-
-DEPEND="dev-lang/hare:="
-BDEPEND="app-text/scdoc"
-
-# binaries are hare-built
-QA_FLAGS_IGNORED="usr/bin/.*"
-
-src_test() {
- PATH="${S}/bin:$PATH" ./bin/haredo test || die
-}
-
-src_install() {
- einstalldocs
- # I wish install(1) would support DESTDIR…
- emake PREFIX="${ED}/usr" install
-}
diff --git a/dev-util/haredo/metadata.xml b/dev-util/haredo/metadata.xml
deleted file mode 100644
index 115e9d64a669..000000000000
--- a/dev-util/haredo/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
-</pkgmetadata>