diff options
Diffstat (limited to 'dev-util/bloaty')
-rw-r--r-- | dev-util/bloaty/Manifest | 3 | ||||
-rw-r--r-- | dev-util/bloaty/bloaty-0_p20170420.ebuild | 38 | ||||
-rw-r--r-- | dev-util/bloaty/metadata.xml | 8 |
3 files changed, 0 insertions, 49 deletions
diff --git a/dev-util/bloaty/Manifest b/dev-util/bloaty/Manifest deleted file mode 100644 index edc308ce4c21..000000000000 --- a/dev-util/bloaty/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST bloaty-0_p20170420.tar.gz 3100016 BLAKE2B 74a3b44a5e63f8f06da7b554588be0ced62a0f6792513984fbf7cfab520f6f6173868d588427dd9ca322c6fbc29fd1b8931453ec045c591fd8de58904178bf2c SHA512 93947fd0c49c3223c1ec216c88fe22b24e68654511d4b9d4fb2bcbc816b92bbdaf47344abc1dc8f80ed0b38a8c8b09909f862f916fd9182048235582aa10feb0 -EBUILD bloaty-0_p20170420.ebuild 771 BLAKE2B 4ae64b49ea5409c692772834a7e6cd3b602551535f043caae15edd13ffb0a914189dd3cd2c0f7273e7de2041ad06516a3cdf70dca7868606c81feeed0798f99b SHA512 bb7c2e8461920737f157df3dfeadb8e8bcce290c23c88862e5870b36ebd1f6a568779117302dae9446f9343ba667f264738e120a047ed023cbe81e4ec855cac8 -MISC metadata.xml 245 BLAKE2B bb69925f4ce8806c3ae58c2bff19a846fbde514f04037a61c8c7280d2639eca514c08ad611f4d8c6202c1dcc652d9f7f9662f9ef8cc69a286288cd234d8dd40c SHA512 1e3616356c21ccb0027e00a1cda28ca8a90b05a1f5ef89c11ffb44033365216ab541dafcbff7b728b5ab852a4db539cdf5db54865b69c4d9c250233d43e70702 diff --git a/dev-util/bloaty/bloaty-0_p20170420.ebuild b/dev-util/bloaty/bloaty-0_p20170420.ebuild deleted file mode 100644 index e26da812ab42..000000000000 --- a/dev-util/bloaty/bloaty-0_p20170420.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# 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 -} diff --git a/dev-util/bloaty/metadata.xml b/dev-util/bloaty/metadata.xml deleted file mode 100644 index 146d5f454ee7..000000000000 --- a/dev-util/bloaty/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <upstream> - <remote-id type="github">google/bloaty</remote-id> - </upstream> -</pkgmetadata> |