diff --git a/dev-util/bin_replace_string/Manifest b/dev-util/bin_replace_string/Manifest new file mode 100644 index 000000000..85a4ace74 --- /dev/null +++ b/dev-util/bin_replace_string/Manifest @@ -0,0 +1,2 @@ +DIST bin_replace_string-0.2.tar.bz2 69287 RMD160 2fe842264a0557dc623d2c00d89516174f1f5d59 SHA1 d7b222bef57218a9a93c96132728a0e9c7e3fce7 SHA256 4ab092edc3e30dec85b01747b67cdcabb1b535bdbe74732879d9e9cb7b6bd7be +EBUILD bin_replace_string-0.2.ebuild 544 RMD160 5783a699c111ae9120a4dfcb5d8d2352e55dec3f SHA1 c76ff133c3a112dbf0f98b7d501a145aefccc3e3 SHA256 c279bf93220ec618b558be83dcf1ebdcd94dea149bde349738e57b61b435b9e3 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 000000000..f6932c79e --- /dev/null +++ b/dev-util/bin_replace_string/bin_replace_string-0.2.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=2 + +inherit base + +DESCRIPTION="A tool to edit C strings in compiled binaries" +HOMEPAGE="http://ohnopub.net/~ohnobinki/bin_replace_string" +SRC_URI="ftp://ohnopub.net/mirror/bin_replace_string-0.2.tar.bz2" +LICENSE="AGPL-3" + +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="doc" + +RDEPEND="|| ( >=dev-libs/libelf-0.8.13 + dev-libs/elfutils )" +DEPEND="doc? ( app-text/txt2man ) + ${RDEPEND}" + +src_configure() { + econf $(use_enable doc) +}