public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Manuel Rüger" <mrueg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/bloaty/
Date: Tue, 28 Mar 2017 23:45:36 +0000 (UTC)	[thread overview]
Message-ID: <1490744661.87c053bc11ad0b97c987bd2541d1106f6bc2acf5.mrueg@gentoo> (raw)

commit:     87c053bc11ad0b97c987bd2541d1106f6bc2acf5
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 28 23:43:19 2017 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Tue Mar 28 23:44:21 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87c053bc

dev-util/bloaty: Initial version

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-util/bloaty/Manifest                  |  1 +
 dev-util/bloaty/bloaty-0_p20170321.ebuild | 38 +++++++++++++++++++++++++++++++
 dev-util/bloaty/metadata.xml              | 13 +++++++++++
 3 files changed, 52 insertions(+)

diff --git a/dev-util/bloaty/Manifest b/dev-util/bloaty/Manifest
new file mode 100644
index 00000000000..ea161db0752
--- /dev/null
+++ b/dev-util/bloaty/Manifest
@@ -0,0 +1 @@
+DIST bloaty-0_p20170321.tar.gz 3100291 SHA256 0873e2abe0cf3dbb1fd47c97dfa9d0b47bf4b2627647b60325240a08f2ff0acc SHA512 9c784524e60e646b7af81fb48eb1d2b2cb9c7239a22d970c93dd9f28f932f66c16974dc18e4aa9edd96adbc26c17d0fd2160d469bacf8e82539e1b5c5a63077e WHIRLPOOL a15aa28d8d49d1e67d961a2db01d691f91474bee1703462eddeb41e2cb87a49c4a184c318a1b94d765b54bb5b3e92281f3eed23a44a2378ada19eceeadd36cb2

diff --git a/dev-util/bloaty/bloaty-0_p20170321.ebuild b/dev-util/bloaty/bloaty-0_p20170321.ebuild
new file mode 100644
index 00000000000..d444e0b7d78
--- /dev/null
+++ b/dev-util/bloaty/bloaty-0_p20170321.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit vcs-snapshot toolchain-funcs
+
+COMMIT="8e2298492eb9c0c9c358f4e5173bbc147e8e0436"
+
+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
new file mode 100644
index 00000000000..945ab4f537a
--- /dev/null
+++ b/dev-util/bloaty/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<longdescription>
+	</longdescription>
+	<maintainer type="person">
+		<email>mrueg@gentoo.org</email>
+		<name>Manuel Rüger</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">google/bloaty</remote-id>
+	</upstream>
+</pkgmetadata>


             reply	other threads:[~2017-03-28 23:45 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-28 23:45 Manuel Rüger [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-06-06 22:09 [gentoo-commits] repo/gentoo:master commit in: dev-util/bloaty/ Manuel Rüger
2017-06-06 22:09 Manuel Rüger
2017-07-23 12:16 Manuel Rüger
2020-07-05  8:24 Joonas Niilola
2020-07-05  8:24 Joonas Niilola
2020-07-05  8:24 Joonas Niilola
2022-03-20  0:38 Sam James
2022-05-21  8:20 Joonas Niilola
2022-05-21  8:20 Joonas Niilola
2022-06-05 11:53 Matthew Smith
2023-04-25 20:58 Sam James
2023-08-21 18:51 Sam James
2023-09-05  6:10 Joonas Niilola
2023-09-05  6:10 Joonas Niilola
2025-03-07  6:55 WANG Xuerui
2025-03-07  6:55 WANG Xuerui

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1490744661.87c053bc11ad0b97c987bd2541d1106f6bc2acf5.mrueg@gentoo \
    --to=mrueg@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox