summaryrefslogtreecommitdiff
path: root/sys-libs/error-standalone
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-12 11:50:53 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-12 11:50:53 -0500
commit290aebdea65a02557706eaeda477fef0437b6a48 (patch)
treef87a939169a508a2e943570501b64cc16b411cda /sys-libs/error-standalone
parent6783ddcd4b73d9ce586a71770caed352bec93b16 (diff)
downloadbaldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.gz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.xz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.zip
Adding metadata
Diffstat (limited to 'sys-libs/error-standalone')
-rw-r--r--sys-libs/error-standalone/Manifest2
-rw-r--r--sys-libs/error-standalone/error-standalone-1.0.ebuild14
-rw-r--r--sys-libs/error-standalone/error-standalone-2.0-r1.ebuild35
-rw-r--r--sys-libs/error-standalone/metadata.xml13
4 files changed, 0 insertions, 64 deletions
diff --git a/sys-libs/error-standalone/Manifest b/sys-libs/error-standalone/Manifest
deleted file mode 100644
index 2354d840bfe2..000000000000
--- a/sys-libs/error-standalone/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST error-standalone-1.0.tar.gz 1947 BLAKE2B a6cc182caab990b841c708fd78e3539e2a0488355f7eb3e7cbe2bcf3d796c2b7c5046dd99defd005e155581363f858a4b52ac586d729a6e0d543c0d11cf1006f SHA512 4561f17896d411932fb02e8dc435b23e22c3874ccde668dcb5bc2c843383c4d774c45d295ce50607fcc32df0356f826792d7fbd14ecc768ad64b9021549135e3
-DIST error-standalone-2.0.tar.gz 2329 BLAKE2B 2f2291056b46adbaeb655b39e57acd159b597add0a79ef8cbcd3a75b3de325975253338235e993f68973490aebe5eb5e1d3f88262770cb319e3b5aa9f1365a6b SHA512 bb5cf17dd58bc022b6f18b8044460ec1f32bbdda3ac9c9ccc71d4bdf0115cc1869ae8de85b3e66726ebbfb891d7b5f85b5eec8018d53643eeb81bcbc751fcf58
diff --git a/sys-libs/error-standalone/error-standalone-1.0.ebuild b/sys-libs/error-standalone/error-standalone-1.0.ebuild
deleted file mode 100644
index c9d61a2c6ecb..000000000000
--- a/sys-libs/error-standalone/error-standalone-1.0.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="standalone <error.h> implementation intended for musl"
-HOMEPAGE="https://hacktivis.me/git/error-standalone/"
-SRC_URI="https://hacktivis.me/releases/error-standalone/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~riscv x86"
-
-RDEPEND="!sys-libs/glibc"
diff --git a/sys-libs/error-standalone/error-standalone-2.0-r1.ebuild b/sys-libs/error-standalone/error-standalone-2.0-r1.ebuild
deleted file mode 100644
index 5268a3ae0c77..000000000000
--- a/sys-libs/error-standalone/error-standalone-2.0-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 2024-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit flag-o-matic toolchain-funcs
-
-DESCRIPTION="standalone <error.h> implementation intended for musl"
-HOMEPAGE="https://hacktivis.me/git/error-standalone/"
-SRC_URI="https://hacktivis.me/releases/error-standalone/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~m68k ~mips ppc ppc64 ~riscv x86"
-
-RDEPEND="!sys-libs/glibc"
-
-IUSE="static-libs"
-
-src_compile() {
- append-flags -fPIC
-
- emake CC="$(tc-getCC)" AR="$(tc-getAR)" liberror.so $(usex static-libs liberror.a '')
-}
-
-src_install() {
- einstalldocs
-
- emake \
- PREFIX="${EPREFIX}/usr" \
- LIBDIR='${PREFIX}'/"$(get_libdir)" \
- DESTDIR="${D}" \
- install-shared \
- $(usex static-libs install-static '')
-}
diff --git a/sys-libs/error-standalone/metadata.xml b/sys-libs/error-standalone/metadata.xml
deleted file mode 100644
index 1c44d249d208..000000000000
--- a/sys-libs/error-standalone/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person" proxied="yes">
- <email>contact@hacktivis.me</email>
- <name>Haelwenn (lanodan) Monnier</name>
- </maintainer>
- <maintainer type="project" proxied="proxy">
- <email>proxy-maint@gentoo.org</email>
- <name>Proxy Maintainers</name>
- </maintainer>
- <origin>baldeagleos-repo</origin>
-</pkgmetadata>