# HG changeset patch # User Nathan Phillip Brink # Date 2010-12-16 19:18:43 # Node ID 2690ee09fa967bcf7e83b1c7160e24b798809687 # Parent d2e8c7ed87b4488daf7f84130cbcfdc25b090098 dev-util/bin_replace_string: Remove bin_replace_string, in gentoo sunrise overlay. diff --git a/dev-util/bin_replace_string/Manifest b/dev-util/bin_replace_string/Manifest deleted file mode 100644 --- a/dev-util/bin_replace_string/Manifest +++ /dev/null @@ -1,23 +0,0 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA256 - -DIST bin_replace_string-0.2.tar.bz2 69287 RMD160 2fe842264a0557dc623d2c00d89516174f1f5d59 SHA1 d7b222bef57218a9a93c96132728a0e9c7e3fce7 SHA256 4ab092edc3e30dec85b01747b67cdcabb1b535bdbe74732879d9e9cb7b6bd7be -EBUILD bin_replace_string-0.2.ebuild 521 RMD160 d0756d32f85fd72d36bb6f1a172b5be67548836e SHA1 92fe7c463abbf807b19a93d4c4da73d6f5c29ab0 SHA256 3a71705fb7222e8524cef403bb17209eee71d4ce168bf87294fa76fc902cbda6 -MISC metadata.xml 230 RMD160 af7955a6eb304a0b509633a44ff20c595205c882 SHA1 36fe8f30e4ee6236714a9b202b42ab3559850a9d SHA256 845f27140f2de794efd7c2b2d5baae18d208a8f0c996f3a9191635c4259dc70b ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.14 (GNU/Linux) - -iQIcBAEBCAAGBQJM/Z+vAAoJEHQ6UuhrqBBQGtEP/iovgN1zrrr8cI95jjwcXz4c -zCCgWc/xe3pNoRHfrkTlsXLjxLCcvUTicF29120XBBH/nnEnc/LdjuAffSlIdO8t -2mhYUrbSxfOku3MWNMoaOSWR5Fifg5sTJNMQ1d6ZdsPpsyRtbGEsyT7GDB0VcHsE -oDPAt9/tIOs/mpC2D1kiS8rRTC1uE3MihXAP6vw5P2S3gqwFcxzMkGpA+lvm+LI+ -53gpke2LoRk2EfAgnzHARVkqRLRBrm0AA4ygvCoNvbBwhr4+xl7AiZeS69Q5EFPo -9Fm7b4/8VxgHV9RMzJq/fliCtNn1jOUdDbhIW8ai1y3z/aw/w79Xlb6FY5IilX1/ -j6Yi4LulyKVFmqUlW7R2nVvWME+BMR6h9JnA4gTsi14ZVWwxfpl6M85JsZZC4i5o -gkEpaH9qSV3w9l4xemYrEmKrbL16NgUNJLI5E/f2boHjVJv7J3kPp7vR9AWikD3f -pM4/9bn9LRrlou+G+q5zKp1kM8YwZd08aU4QYCCTKn/2OE5aEklYUqwIoGvFUotG -Aia3NV1MoPu/BcNw8Jb/Ns0jM5l0+8ccFnhpEGzcx7TxgY30US8w62B9wcp3y5w7 -iP21dpYHFtGuzkhD/Xz201Czk2HS7wL6hJEgytT/rSw0+FcVlH7GaChkOaw0dokl -dULpSJDJmJLlZsfn5Sy9 -=VjDl ------END PGP SIGNATURE----- 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 deleted file mode 100644 --- a/dev-util/bin_replace_string/bin_replace_string-0.2.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# 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/hg/bin_replace_string" -SRC_URI="ftp://mirror.calvin.edu/~binki/${P}.tar.bz2" -LICENSE="AGPL-3" - -SLOT="0" -KEYWORDS="~amd64" -IUSE="doc" - -RDEPEND="|| ( >=dev-libs/libelf-0.8.13 - dev-libs/elfutils )" -DEPEND="doc? ( app-text/txt2man ) - ${RDEPEND}" - -src_configure() { - econf $(use_enable doc) -} diff --git a/dev-util/bin_replace_string/metadata.xml b/dev-util/bin_replace_string/metadata.xml deleted file mode 100644 --- a/dev-util/bin_replace_string/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - no-herd - - binki@ohnopub.net - -