1
0
Fork 0

dev-libs/libbacktrace: treeclean

There's an official version at sys-libs/libbacktrace::gentoo now.
This commit is contained in:
Ryan Fox 2023-02-05 15:47:45 -08:00
parent 1a3d876a45
commit ba01ae15f3
Signed by: flewkey
GPG Key ID: 94F56ADFD848851E
3 changed files with 0 additions and 32 deletions

View File

@ -1,2 +0,0 @@
EBUILD libbacktrace-9999.ebuild 416 BLAKE2B 210be6a15c3c8d4d3c69cb83c9645e76e836fc9bfa87d2199d3cf94bfad92ed01623a148436883609f440db4f0f07471d41dad21036eff5d8fbe1bd984b00a6a SHA512 89d654141577d4d056b7643fe5924403e5237ea1405604f11a26268147e902de6fd4019d7aef59a32d464c0e1acaafd76ca3b52016a8b2fd76358f12d9ac4ff6
MISC metadata.xml 236 BLAKE2B fdb34c66e3059efc0efb2328ffedb24c495be95dfeb68b7adcdf5ab1a88eee6788294d07ec032238de7d9127cffd50a1598b42aa8f99d3d11f54a761c79a9482 SHA512 43add4c2db3d06110521dea982cfcbddc98d63bb1e1b89952511654d54f09746e0d76ac1e0f0e70d2832357f44fe11fc4653500b856c7b29d05a55bb70535e80

View File

@ -1,22 +0,0 @@
# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit git-r3
DESCRIPTION="C library for symbolic backtraces"
HOMEPAGE="https://github.com/ianlancetaylor/libbacktrace"
EGIT_REPO_URI="https://github.com/ianlancetaylor/libbacktrace.git"
LICENSE="BSD"
SLOT="0"
KEYWORDS=""
DEPEND=""
RDEPEND="${DEPEND}"
BDEPEND=""
src_compile() {
emake CFLAGS="-fPIC"
}

View File

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>flewkey@2a03.party</email>
<name>Ryan Fox</name>
</maintainer>
</pkgmetadata>