Gentoo Archives: gentoo-commits

From: "Nathan Phillip Brink (binki)" <binki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/bin_replace_string: metadata.xml bin_replace_string-0.2.ebuild ChangeLog Manifest
Date: Mon, 06 Feb 2012 23:20:19
Message-Id: 20120206232005.B9E5F2004B@flycatcher.gentoo.org
1 binki 12/02/06 23:20:05
2
3 Added: metadata.xml bin_replace_string-0.2.ebuild
4 ChangeLog Manifest
5 Log:
6 Add new ebuild bin_replace_string-0.2, a program which helps do minor ugly things with precompiled binaries (bug #347997).
7
8 (Portage version: 2.2.0_alpha84-r1/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.1 dev-util/bin_replace_string/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/bin_replace_string/metadata.xml?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/bin_replace_string/metadata.xml?rev=1.1&content-type=text/plain
15
16 Index: metadata.xml
17 ===================================================================
18 <?xml version="1.0" encoding="UTF-8"?>
19 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
20 <pkgmetadata>
21 <maintainer>
22 <email>binki@g.o</email>
23 <name>Nathan Phillip Brink</name>
24 </maintainer>
25 </pkgmetadata>
26
27
28
29 1.1 dev-util/bin_replace_string/bin_replace_string-0.2.ebuild
30
31 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/bin_replace_string/bin_replace_string-0.2.ebuild?rev=1.1&view=markup
32 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/bin_replace_string/bin_replace_string-0.2.ebuild?rev=1.1&content-type=text/plain
33
34 Index: bin_replace_string-0.2.ebuild
35 ===================================================================
36 # Copyright 1999-2012 Gentoo Foundation
37 # Distributed under the terms of the GNU General Public License v2
38 # $Header: /var/cvsroot/gentoo-x86/dev-util/bin_replace_string/bin_replace_string-0.2.ebuild,v 1.1 2012/02/06 23:20:05 binki Exp $
39
40 EAPI=4
41
42 inherit autotools-utils
43
44 DESCRIPTION="A tool to edit C strings in compiled binaries"
45 HOMEPAGE="http://ohnopub.net/~ohnobinki/bin_replace_string"
46 SRC_URI="ftp://mirror.ohnopub.net/mirror/${P}.tar.bz2"
47 LICENSE="AGPL-3"
48
49 SLOT="0"
50 KEYWORDS="~amd64 ~x86 ~amd64-linux"
51 IUSE="doc"
52
53 RDEPEND="|| ( >=dev-libs/libelf-0.8.13
54 dev-libs/elfutils )"
55 DEPEND="doc? ( app-text/txt2man )
56 ${RDEPEND}"
57
58 src_configure() {
59 local myeconfargs=(
60 $(use_enable doc)
61 )
62
63 autotools-utils_src_configure
64 }
65
66
67
68 1.1 dev-util/bin_replace_string/ChangeLog
69
70 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/bin_replace_string/ChangeLog?rev=1.1&view=markup
71 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/bin_replace_string/ChangeLog?rev=1.1&content-type=text/plain
72
73 Index: ChangeLog
74 ===================================================================
75 # ChangeLog for dev-util/bin_replace_string
76 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
77 # $Header: /var/cvsroot/gentoo-x86/dev-util/bin_replace_string/ChangeLog,v 1.1 2012/02/06 23:20:05 binki Exp $
78
79 *bin_replace_string-0.2 (06 Feb 2012)
80
81 06 Feb 2012; Nathan Phillip Brink <binki@g.o>
82 +bin_replace_string-0.2.ebuild, +metadata.xml:
83 Add new ebuild bin_replace_string-0.2, a program which helps do minor ugly
84 things with precompiled binaries (bug #347997).
85
86
87
88
89 1.1 dev-util/bin_replace_string/Manifest
90
91 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/bin_replace_string/Manifest?rev=1.1&view=markup
92 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/bin_replace_string/Manifest?rev=1.1&content-type=text/plain
93
94 Index: Manifest
95 ===================================================================
96 DIST bin_replace_string-0.2.tar.bz2 69287 RMD160 2fe842264a0557dc623d2c00d89516174f1f5d59 SHA1 d7b222bef57218a9a93c96132728a0e9c7e3fce7 SHA256 4ab092edc3e30dec85b01747b67cdcabb1b535bdbe74732879d9e9cb7b6bd7be
97 EBUILD bin_replace_string-0.2.ebuild 610 RMD160 2d42d91213fa63cb16a8d0717fc5ac9c291a7049 SHA1 c349de9e166d35ae0d28b9e06c47e938d0f2a38d SHA256 8a1a21db6459a7aa9432b5221bcbc8c82432f213b67785b48bdb9088eaee7b71
98 MISC ChangeLog 399 RMD160 9e86508da88e11b98c2ff828824355b15822de58 SHA1 f0a1eca883abd601ff1087f17a82f59453bee342 SHA256 fe5377cccda13e0c672c6d0eaa68990a26826fbd7856c89d692f0f37bf05f5aa
99 MISC metadata.xml 244 RMD160 763839a53ccf1e2a58d249cfa2d94feeaa69e29c SHA1 fe85b5f10031620b8d1da84d695ec3080df29d82 SHA256 f5bde347c36c74889cbb32d29f06766c08eb3df6e0c468f00295681382c48457