mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-15 17:06:58 +02:00
dev-util/patchutils: Add from gentoo
It's from gentoo commit 38b155fa1bf907617067c98eb4ba3a5d0790eb1a. It's a dependency of dev-util/perf.
This commit is contained in:
parent
143bdb58ce
commit
24d656d344
1
sdk_container/src/third_party/portage-stable/dev-util/patchutils/Manifest
vendored
Normal file
1
sdk_container/src/third_party/portage-stable/dev-util/patchutils/Manifest
vendored
Normal file
@ -0,0 +1 @@
|
||||
DIST patchutils-0.4.2.tar.xz 159504 BLAKE2B 3ffcda8497b010a88e8601005871fb691ea8cac6158276862ba8e4192c333a335965288f9b5451c2fbc0a873ef95eb4a485d265387b43b0cec31b6c18d38f88e SHA512 20970d52fd43c09dc7799297b9a9eb6f60ba29ecc750d49381a2dc52273dfe484a47696cddd541f623394fa3486734cf337297cbeab6b1b244511c7740f46897
|
11
sdk_container/src/third_party/portage-stable/dev-util/patchutils/metadata.xml
vendored
Normal file
11
sdk_container/src/third_party/portage-stable/dev-util/patchutils/metadata.xml
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>shell-tools@gentoo.org</email>
|
||||
<name>Gentoo Shell Tools Project</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">twaugh/patchutils</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
20
sdk_container/src/third_party/portage-stable/dev-util/patchutils/patchutils-0.4.2.ebuild
vendored
Normal file
20
sdk_container/src/third_party/portage-stable/dev-util/patchutils/patchutils-0.4.2.ebuild
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
DESCRIPTION="A collection of tools that operate on patch files"
|
||||
HOMEPAGE="http://cyberelk.net/tim/patchutils/"
|
||||
SRC_URI="http://cyberelk.net/tim/data/patchutils/stable/${P}.tar.xz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
|
||||
IUSE="pcre"
|
||||
|
||||
RDEPEND="pcre? ( dev-libs/libpcre2:= )"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
src_configure() {
|
||||
econf $(use_with pcre pcre2)
|
||||
}
|
Loading…
Reference in New Issue
Block a user