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 AD9931382C5 for ; Fri, 23 Mar 2018 08:25:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 93782E0877; Fri, 23 Mar 2018 08:25:03 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 569D4E0877 for ; Fri, 23 Mar 2018 08:25:03 +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 54059335CAA for ; Fri, 23 Mar 2018 08:25:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BEE11260 for ; Fri, 23 Mar 2018 08:24:59 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1521793479.efe2f748b658164a3b9ca0dd32ea2c70ee6048c2.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/statifier/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/statifier/Manifest dev-util/statifier/metadata.xml dev-util/statifier/statifier-1.7.4.ebuild X-VCS-Directories: dev-util/statifier/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: efe2f748b658164a3b9ca0dd32ea2c70ee6048c2 X-VCS-Branch: master Date: Fri, 23 Mar 2018 08:24:59 +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-Archives-Salt: 9fe8155b-f4de-461b-abfe-15c968cfa4d5 X-Archives-Hash: f103a3adddf9494b9c65ee4cd35b91ee commit: efe2f748b658164a3b9ca0dd32ea2c70ee6048c2 Author: Conrad Kostecki bl4ckb0x de> AuthorDate: Thu Mar 22 23:43:26 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Mar 23 08:24:39 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efe2f748 dev-util/statifier: added new ebuild Closes: https://bugs.gentoo.org/649522 Closes: https://github.com/gentoo/gentoo/pull/7349 dev-util/statifier/Manifest | 1 + dev-util/statifier/metadata.xml | 12 +++++++++ dev-util/statifier/statifier-1.7.4.ebuild | 44 +++++++++++++++++++++++++++++++ 3 files changed, 57 insertions(+) diff --git a/dev-util/statifier/Manifest b/dev-util/statifier/Manifest new file mode 100644 index 00000000000..b27b88532ec --- /dev/null +++ b/dev-util/statifier/Manifest @@ -0,0 +1 @@ +DIST statifier-1.7.4.tar.gz 73245 BLAKE2B 897b78b31aa4f148b6a6a986251ba9d4f40ebad3209f71896ffffb71e06ab25d337a4a79adc0217592051f917bc71428d3032f6216ec053f62c4632edef474d5 SHA512 22d4873130bafe06144c8f6ce7089aa25e3eb047bbee5709344fee1e8d85b24aac689c88d34537fe4a690e231d768e56a2fa13672b9eccf27d945b3f8bcda756 diff --git a/dev-util/statifier/metadata.xml b/dev-util/statifier/metadata.xml new file mode 100644 index 00000000000..54d5423c406 --- /dev/null +++ b/dev-util/statifier/metadata.xml @@ -0,0 +1,12 @@ + + + + + ck+gentoo@bl4ckb0x.de + Conrad Kostecki + + + proxy-maint@gentoo.org + Proxy Maintainers + + diff --git a/dev-util/statifier/statifier-1.7.4.ebuild b/dev-util/statifier/statifier-1.7.4.ebuild new file mode 100644 index 00000000000..2e2867cd1b9 --- /dev/null +++ b/dev-util/statifier/statifier-1.7.4.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" + +DESCRIPTION="Statifier is a tool for creating portable, self-containing Linux executables" +HOMEPAGE="http://statifier.sourceforge.net" +SRC_URI="https://sourceforge.net/projects/${PN}/files/${PN}/${PV}/${P}.tar.gz" + +KEYWORDS="~amd64 ~x86" +SLOT="0" +LICENSE="GPL-2" +IUSE="" + +RDEPEND="app-shells/bash + sys-apps/coreutils + virtual/awk" + +src_prepare() { + # Respect users CFLAGS and LDFLAGS + sed -i -e 's/-Wall -O2/$(CFLAGS) $(LDFLAGS)/g' src/Makefile || die + + # Apply user patches + eapply_user +} + +src_configure() { + # Fix permissions, as configure is not marked executable + chmod +x configure || die + econf +} + +src_compile() { + # Package complains with MAKEOPTS > -j1 + emake -j1 +} + +src_install() { + # Package complains with MAKEOPTS > -j1 + emake -j1 DESTDIR="${D}" install + + # Install docs + einstalldocs +}