dev-util/bloaty: drop 0_p20170420

Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
Joonas Niilola
2022-05-21 11:20:05 +03:00
parent 10a48926b7
commit 7dfdd553db
2 changed files with 0 additions and 39 deletions

View File

@@ -1,2 +1 @@
DIST bloaty-0_p20170420.tar.gz 3100016 BLAKE2B 74a3b44a5e63f8f06da7b554588be0ced62a0f6792513984fbf7cfab520f6f6173868d588427dd9ca322c6fbc29fd1b8931453ec045c591fd8de58904178bf2c SHA512 93947fd0c49c3223c1ec216c88fe22b24e68654511d4b9d4fb2bcbc816b92bbdaf47344abc1dc8f80ed0b38a8c8b09909f862f916fd9182048235582aa10feb0
DIST bloaty-1.1.tar.bz2 5363836 BLAKE2B a538cf5634ed72844bb128238a521caf375eaab34fd3cce8fdd46002bcbc6c53ba986cc7c1e4b761b1253b2f01cb557c94e1e1585507ff89bec10c891e5f5a88 SHA512 142d0dd58fc0aadce3aee6e9260c6ed792a18cf5fe260c89051d51b9357c7527ba352c3d6c9e23a3494796fba3d88314b6ed8a3a76c6c0d111d4c509cae6b216

View File

@@ -1,38 +0,0 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit vcs-snapshot toolchain-funcs
COMMIT="73594cde8c9a52a102c4341c244c833aa61b9c06"
DESCRIPTION="A size profiler for binaries"
HOMEPAGE="https://github.com/google/bloaty"
SRC_URI="https://github.com/google/bloaty/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
DEPEND=">=dev-libs/re2-0.2017.03.01"
RDEPEND="${DEPEND}"
src_prepare() {
default
sed -i -e "s#\$(RE2_[AH])##"\
-e "s#\tar #\t$(tc-getAR) #"\
-e "s#-lpthread#-lre2 -lpthread#"\
-e "/^CXXFLAGS/ s#-I third_party/re2##"\
Makefile || die
}
src_compile() {
CXX="$(tc-getCXX)" emake
}
src_install() {
dobin ${PN}
dodoc README.md
}