From 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 21:03:06 +0100 Subject: gentoo resync : 14.07.2018 --- dev-util/bin_replace_string/Manifest | 3 +++ .../bin_replace_string-0.2.ebuild | 27 ++++++++++++++++++++++ dev-util/bin_replace_string/metadata.xml | 4 ++++ 3 files changed, 34 insertions(+) create mode 100644 dev-util/bin_replace_string/Manifest create mode 100644 dev-util/bin_replace_string/bin_replace_string-0.2.ebuild create mode 100644 dev-util/bin_replace_string/metadata.xml (limited to 'dev-util/bin_replace_string') diff --git a/dev-util/bin_replace_string/Manifest b/dev-util/bin_replace_string/Manifest new file mode 100644 index 000000000000..4e966bd1e2e6 --- /dev/null +++ b/dev-util/bin_replace_string/Manifest @@ -0,0 +1,3 @@ +DIST bin_replace_string-0.2.tar.bz2 69287 BLAKE2B 214c3a0b36971d22e5a2801334c6e3d6a8f25bb8c9293d78c4b4adcf9bcf5acfc73e39cf6e863bb135d3674eccbc48f69c090cdf5344cff7d84fb2b4123b708c SHA512 1dc369a036df48afb199d90438db34139c58ddb9bff61ccec11b78ff2173130bf8124eac784088b3ec3f376a515a543df22e81f8bbac201abc3e3e5dec8d1a92 +EBUILD bin_replace_string-0.2.ebuild 562 BLAKE2B 9724307f9ac5c2f3efdb5dab83b02f3a1c8193842cd3f6143d11c2d2007b69aeb114be62d1225ed81353c738bfdb2660695b3645755d812de7f5456635a185dd SHA512 5e963ac669d4f94864d078f174a47e697e3a6e2fdc78261da39737d02c9a29f6cbc3595fe0819fc90a26176e6fd14e30e7ebcb4e5c52003b7deb24c0891eb673 +MISC metadata.xml 139 BLAKE2B b4a59c22790dfec3fbcfaea41ef363401766736b68a85bedae00e1944d0a848aa97104c2f34244c0fe7b6363029281f965fc1b3545301d341cda371eaa976274 SHA512 8be912ace7468a4396eb1da00a9785030a8ce35da4357a01591876a1056fd45e44da65de2af3e1eb0506ce6551714962c40c3ae5a3aefa2ad231de35af2519be diff --git a/dev-util/bin_replace_string/bin_replace_string-0.2.ebuild b/dev-util/bin_replace_string/bin_replace_string-0.2.ebuild new file mode 100644 index 000000000000..d51ab7696095 --- /dev/null +++ b/dev-util/bin_replace_string/bin_replace_string-0.2.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=4 + +inherit autotools-utils + +DESCRIPTION="A tool to edit C strings in compiled binaries" +HOMEPAGE="http://ohnopub.net/~ohnobinki/bin_replace_string" +SRC_URI="ftp://mirror.ohnopub.net/mirror/${P}.tar.bz2" +LICENSE="AGPL-3" + +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux" +IUSE="doc" + +RDEPEND="virtual/libelf:0" +DEPEND="doc? ( app-text/txt2man ) + ${RDEPEND}" + +src_configure() { + local myeconfargs=( + $(use_enable doc) + ) + + autotools-utils_src_configure +} diff --git a/dev-util/bin_replace_string/metadata.xml b/dev-util/bin_replace_string/metadata.xml new file mode 100644 index 000000000000..097975e3adc2 --- /dev/null +++ b/dev-util/bin_replace_string/metadata.xml @@ -0,0 +1,4 @@ + + + + -- cgit v1.2.3