summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Phillip Brink (binki) <ohnobinki@ohnopublishing.net>2010-12-10 15:44:22 +0000
committerNathan Phillip Brink (binki) <ohnobinki@ohnopublishing.net>2010-12-10 15:44:22 +0000
commit30ef8f32c5017c6f4a6c71a90ddffd40f4d1eb43 (patch)
tree1e69c61f6167c21fefa7ff28870f50a60b06f9c9 /dev-util
parentgnome-extra/nautilus-gloobus-preview: Updated Manifest since a newer version ... (diff)
downloadsunrise-30ef8f32c5017c6f4a6c71a90ddffd40f4d1eb43.tar.gz
sunrise-30ef8f32c5017c6f4a6c71a90ddffd40f4d1eb43.tar.bz2
sunrise-30ef8f32c5017c6f4a6c71a90ddffd40f4d1eb43.zip
dev-util/bin_replace_string: New ebuild bin_replace_string-0.2 for bug 347997.
(Portage version: 2.2.0_alpha2-r1/svn/Linux x86_64) svn path=/sunrise/; revision=11597
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/bin_replace_string/ChangeLog10
-rw-r--r--dev-util/bin_replace_string/Manifest4
-rw-r--r--dev-util/bin_replace_string/bin_replace_string-0.2.ebuild25
-rw-r--r--dev-util/bin_replace_string/metadata.xml8
4 files changed, 47 insertions, 0 deletions
diff --git a/dev-util/bin_replace_string/ChangeLog b/dev-util/bin_replace_string/ChangeLog
new file mode 100644
index 000000000..9dcc707ab
--- /dev/null
+++ b/dev-util/bin_replace_string/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-util/bin_replace_string
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*bin_replace_string-0.2 (10 Dec 2010)
+
+ 10 Dec 2010; Nathan Phillip Brink (binki) <ohnobinki@ohnopublishing.net>
+ +bin_replace_string-0.2.ebuild, +metadata.xml:
+ New ebuild bin_replace_string-0.2 for bug 347997.
+
diff --git a/dev-util/bin_replace_string/Manifest b/dev-util/bin_replace_string/Manifest
new file mode 100644
index 000000000..7d6250af2
--- /dev/null
+++ b/dev-util/bin_replace_string/Manifest
@@ -0,0 +1,4 @@
+DIST bin_replace_string-0.2.tar.bz2 69287 RMD160 2fe842264a0557dc623d2c00d89516174f1f5d59 SHA1 d7b222bef57218a9a93c96132728a0e9c7e3fce7 SHA256 4ab092edc3e30dec85b01747b67cdcabb1b535bdbe74732879d9e9cb7b6bd7be
+EBUILD bin_replace_string-0.2.ebuild 529 RMD160 c3d4fad4fbe0c6ce5a3802d16aaa95e2b22a080a SHA1 80ab99e300aafd012250556672defb50a6c0463b SHA256 fd2f433c6bd27d19720581ec67a69b1b0b185783a0c7551124ddc650626b07eb
+MISC ChangeLog 344 RMD160 9d0ed877d382be4222f0329cc62ea240024c83c5 SHA1 5ea00b665185bb0b5c2fc89bf939dfdf046706c2 SHA256 f866a246b0701b4f7ec45149a2d90ef86785447abae6b12fb08135093986c5c1
+MISC metadata.xml 230 RMD160 af7955a6eb304a0b509633a44ff20c595205c882 SHA1 36fe8f30e4ee6236714a9b202b42ab3559850a9d SHA256 845f27140f2de794efd7c2b2d5baae18d208a8f0c996f3a9191635c4259dc70b
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..4adfe9c65
--- /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://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
new file mode 100644
index 000000000..76a1f2966
--- /dev/null
+++ b/dev-util/bin_replace_string/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>no-herd</herd>
+ <maintainer>
+ <email>binki@ohnopub.net</email>
+ </maintainer>
+</pkgmetadata>