From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D7439138334 for ; Tue, 19 Nov 2019 13:53:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 10D03E0895; Tue, 19 Nov 2019 13:53:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D7862E0895 for ; Tue, 19 Nov 2019 13:53:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5FA7C34D0F1 for ; Tue, 19 Nov 2019 13:53:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6D7252A5 for ; Tue, 19 Nov 2019 13:53:05 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1574171536.b5e4991db94c8eda96aeff34218edd96d7f5553d.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/elfkickers/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/elfkickers/Manifest dev-util/elfkickers/elfkickers-3.1a.ebuild X-VCS-Directories: dev-util/elfkickers/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: b5e4991db94c8eda96aeff34218edd96d7f5553d X-VCS-Branch: master Date: Tue, 19 Nov 2019 13:53:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 03f1c257-2807-4155-9bb0-95713d5713cb X-Archives-Hash: 8fd36956b5d4b0c793a83ceb242af8cb commit: b5e4991db94c8eda96aeff34218edd96d7f5553d Author: Anthony G. Basile gentoo org> AuthorDate: Tue Nov 19 13:52:16 2019 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Tue Nov 19 13:52:16 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5e4991d dev-util/elfkickers: version bump to 3.1a Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Anthony G. Basile gentoo.org> dev-util/elfkickers/Manifest | 1 + dev-util/elfkickers/elfkickers-3.1a.ebuild | 37 ++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+) diff --git a/dev-util/elfkickers/Manifest b/dev-util/elfkickers/Manifest index 1868e9d3837..fc20901c0db 100644 --- a/dev-util/elfkickers/Manifest +++ b/dev-util/elfkickers/Manifest @@ -1,2 +1,3 @@ DIST ELFkickers-3.0a.tar.gz 100112 BLAKE2B 3fad92a6fd0cb285d8df2d529f95eccd7df8382925520989a3096354170535e02c890f5d5b4f6ae5a520750afe2477625371ee71f1bfc5d6b35d752749c7dc5a SHA512 c90a763e5b60069f9cb67fd5c114da753184ff466c3db1dd9a44e86de9408a4384a3ac00a8c67191ca9a6556fd0db11058542361e987710f9b5bedabaec2717c DIST ELFkickers-3.1.tar.gz 101406 BLAKE2B 8de2c27904909ede753b94cebe87789b27f02f98ce54342031330579a7ae021585117be4b61d8c7895c9c6a2c9b33f398cde9be1070ccbe24e51669db59bba73 SHA512 a0b1ba6cdb23b12f41b81cac1960b15cc2a4418cef48923900b668fa5132ce428bab16b1780698864fdf0c374762d57f471fc124d231f8de143be172c757000b +DIST ELFkickers-3.1a.tar.gz 101709 BLAKE2B f4e32be84bb05d0f5823fb09d60596086d70f726312285ce847b79ed7f08eed936cf72a9eff92123c4fecee9e4748a83363a05075a29d04490bd02701d53bc59 SHA512 a3ec3c1d5062c67e0108a04ea9a7e9d88d1e5090af887544be756f3269a28950d1211908b74da287d82975dada4a6ea30686b5a3cffa203b9ebf835a5c13d408 diff --git a/dev-util/elfkickers/elfkickers-3.1a.ebuild b/dev-util/elfkickers/elfkickers-3.1a.ebuild new file mode 100644 index 00000000000..7faed18f930 --- /dev/null +++ b/dev-util/elfkickers/elfkickers-3.1a.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit toolchain-funcs + +MY_PN=${PN/elf/ELF}-${PV} +S=${WORKDIR}/${MY_PN} + +DESCRIPTION="collection of programs to manipulate ELF files: sstrip, rebind, elfls, elftoc" +HOMEPAGE="http://www.muppetlabs.com/~breadbox/software/elfkickers.html" +SRC_URI="http://www.muppetlabs.com/~breadbox/pub/software/${MY_PN}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~arm ~hppa ~mips ~sparc ~x86" +IUSE="doc" + +DEPEND="app-misc/pax-utils" +RDEPEND="" + +PATCHES=( + "${FILESDIR}"/${PN}-3.1-respect-CFLAGS-LDFLAGS.patch + "${FILESDIR}"/${PN}-3.1-create-destdir-path.patch + "${FILESDIR}"/add-freebsd-elf-defs.patch +) + +src_prepare() { + default + sed -i -e "s:^prefix = /usr/local:prefix = ${D}:" Makefile \ + || die "sed failed" +} + +src_compile() { + emake CC=$(tc-getCC) all +}