summaryrefslogtreecommitdiff
path: root/dev-util/bin_replace_string
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-02-29 18:01:47 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-02-29 18:01:47 +0000
commitceeeb463cc1eef97fd62eaee8bf2196ba04bc384 (patch)
tree9f47ee47c31a0f13f9496879cd88a1042550aa81 /dev-util/bin_replace_string
parent53cba99042fa967e2a93da9f8db806fe2d035543 (diff)
gentoo (leap year) resync : 29.02.2020
Diffstat (limited to 'dev-util/bin_replace_string')
-rw-r--r--dev-util/bin_replace_string/Manifest2
-rw-r--r--dev-util/bin_replace_string/bin_replace_string-0.2.ebuild19
2 files changed, 7 insertions, 14 deletions
diff --git a/dev-util/bin_replace_string/Manifest b/dev-util/bin_replace_string/Manifest
index 4650415ff301..94050aa27b1c 100644
--- a/dev-util/bin_replace_string/Manifest
+++ b/dev-util/bin_replace_string/Manifest
@@ -1,3 +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
+EBUILD bin_replace_string-0.2.ebuild 467 BLAKE2B fa4af3890922ee740a7b4e3ff4b3cdba2a7240b0a82f00e992bbbf05408871913610ae89817820d55dbe010d220cb0d5a7bcc930e9f3ea6d42fced064d2a0bb9 SHA512 0de938b733de6e6f9ce59a665255eac5b624808ceb90b335e839584b38d4ceec8d8ecd02cc32bcd8fc311715497d489f2ba887e417107433c84520c4d9448999
MISC metadata.xml 167 BLAKE2B e4dadf27fd344484f2bccb5b904909c89aac568c32e5b3c44bdf139eacefd4b4fae74419f503d2b7da0dccc1b68ba05d777d11292c0f89270d1ac5c9c703e8ca SHA512 7c8decb24ee3a850e38186cf3c7f8933a28017426806870ad6ef9ceb2533be147a2681fc789b535a81cb528af8c29d90d3006e4f250aee23bd7dea4561294e33
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
index d51ab7696095..39ed0c289e8d 100644
--- a/dev-util/bin_replace_string/bin_replace_string-0.2.ebuild
+++ b/dev-util/bin_replace_string/bin_replace_string-0.2.ebuild
@@ -1,27 +1,20 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=4
-
-inherit autotools-utils
+EAPI=7
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"
+LICENSE="AGPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux"
-IUSE="doc"
RDEPEND="virtual/libelf:0"
-DEPEND="doc? ( app-text/txt2man )
- ${RDEPEND}"
+DEPEND="${RDEPEND}"
+BDEPEND="app-text/txt2man"
src_configure() {
- local myeconfargs=(
- $(use_enable doc)
- )
-
- autotools-utils_src_configure
+ econf --enable-doc
}