diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
| commit | a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-util/debugedit | |
| parent | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff) | |
| download | baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip | |
Adding metadata
Diffstat (limited to 'dev-util/debugedit')
| -rw-r--r-- | dev-util/debugedit/Manifest | 2 | ||||
| -rw-r--r-- | dev-util/debugedit/debugedit-5.3.ebuild | 76 | ||||
| -rw-r--r-- | dev-util/debugedit/metadata.xml | 8 |
3 files changed, 0 insertions, 86 deletions
diff --git a/dev-util/debugedit/Manifest b/dev-util/debugedit/Manifest deleted file mode 100644 index 81721bfa0d9b..000000000000 --- a/dev-util/debugedit/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST debugedit-5.3.tar.xz 206124 BLAKE2B 0b8c59249eff751e4927c2c94ce656bf112732c518702e2f41ab5c8f50393a3fed627d545dc6f4fc2164e25c58b396ea237f45669c8fb1f5e2e409325406e056 SHA512 a02e04f5b91e0ec5d880207658e5b89b28424ffee6aed7374c495c0c49b2f0180eeb2277bdb758a3d245279a2083d5f7b8b4872b8972b92d5c92ef5f1d27d958 -DIST debugedit-5.3.tar.xz.sig 119 BLAKE2B 94356067afe2185acfc6f94cbb8dec1e6fbf6a12ff66fa137cfbdebdead2f9cca9525bb63b5c8b03ff0015e38f741c7a4c01dd41d7b188dc0abf8da4cabd422e SHA512 51b04d7639b8c2eb619ce08934ea19504a3fc1d3ddf3c46bb0f3c47f1d3b18ccae7590e54b3e2a798078da879eecd50b43c1c350e6cff2564de13df8d1c7cfe7 diff --git a/dev-util/debugedit/debugedit-5.3.ebuild b/dev-util/debugedit/debugedit-5.3.ebuild deleted file mode 100644 index f024c73cb324..000000000000 --- a/dev-util/debugedit/debugedit-5.3.ebuild +++ /dev/null @@ -1,76 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit multiprocessing optfeature verify-sig toolchain-funcs - -DESCRIPTION="Create debuginfo and source file distributions" -HOMEPAGE="https://sourceware.org/debugedit/" -SRC_URI=" - https://sourceware.org/ftp/debugedit/${PV}/${P}.tar.xz - verify-sig? ( https://sourceware.org/ftp/debugedit/${PV}/${P}.tar.xz.sig ) -" - -LICENSE="GPL-3+ GPL-2+ LGPL-2+" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86" -IUSE="test" -RESTRICT="!test? ( test )" - -DEPEND=" - >=dev-libs/elfutils-0.176-r1:= - >=dev-libs/xxhash-0.8:= - elibc_musl? ( >=sys-libs/error-standalone-2.0 ) -" -RDEPEND=" - ${DEPEND} -" -BDEPEND=" - sys-apps/help2man - virtual/pkgconfig - test? ( - app-alternatives/cpio - dev-debug/gdb - sys-devel/dwz - ) - verify-sig? ( - >=sec-keys/openpgp-keys-debugedit-20260311 - ) -" - -VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/debugedit.gpg - -src_configure() { - tc-export PKG_CONFIG - - if use elibc_musl; then - export CFLAGS="${CFLAGS} $(${PKG_CONFIG} --cflags error-standalone)" - export LIBS="${LIBS} $(${PKG_CONFIG} --libs error-standalone)" - fi - - local myconf=( - # avoid bunch of BDEPs, sigh - DWZ=dwz - ac_cv_dwz_j=yes - HAS_CPIO=yes - HAS_EU_STRIP=yes - HAS_XZ=yes - HAS_GDB_ADD_INDEX=yes - HAS_EU_ELFLINT=yes - - # We don't want to effectively bundle xxhash. It fails to - # build with -Og and such too (bug #956627). - --disable-inlined-xxhash - ) - econf "${myconf[@]}" -} - -src_test() { - local -x CCACHE_DISABLE=1 - emake -Onone check TESTSUITEFLAGS="--jobs=$(get_makeopts_jobs)" -} - -pkg_postinst() { - optfeature "dwz support in find-debuginfo" sys-devel/dwz -} diff --git a/dev-util/debugedit/metadata.xml b/dev-util/debugedit/metadata.xml deleted file mode 100644 index 076793e3f54b..000000000000 --- a/dev-util/debugedit/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>mgorny@gentoo.org</email> - <name>Michał Górny</name> - </maintainer> -</pkgmetadata> |
