diff options
author | 2022-10-29 14:25:29 +0100 | |
---|---|---|
committer | 2022-10-29 14:32:28 +0100 | |
commit | 42929f6e48e000a5f4eef65ba4457e807e871a3d (patch) | |
tree | f75ed8c64d659adbbb1f88230dab636f55e85236 /dev-util/patchelf | |
parent | dev-util/patchelf: Version bump to 0.16.1 (diff) | |
download | gentoo-42929f6e48e000a5f4eef65ba4457e807e871a3d.tar.gz gentoo-42929f6e48e000a5f4eef65ba4457e807e871a3d.tar.bz2 gentoo-42929f6e48e000a5f4eef65ba4457e807e871a3d.zip |
dev-util/patchelf: Drop old 0.14.5
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'dev-util/patchelf')
-rw-r--r-- | dev-util/patchelf/Manifest | 1 | ||||
-rw-r--r-- | dev-util/patchelf/patchelf-0.14.5.ebuild | 24 |
2 files changed, 0 insertions, 25 deletions
diff --git a/dev-util/patchelf/Manifest b/dev-util/patchelf/Manifest index b8e82e1204a7..62d714d2ceea 100644 --- a/dev-util/patchelf/Manifest +++ b/dev-util/patchelf/Manifest @@ -1,3 +1,2 @@ -DIST patchelf-0.14.5.tar.gz 124767 BLAKE2B f2e02fb468db7c8c0c4270c7f95ea6c8dc6ffab7ddb0a6479bd5d1dd0481cbc55982af21a13f42076504417264a11e74d50a9f15d3d5735e47019001abf33e41 SHA512 1b7eca84f6fe2d6f6d4469ca1ccdf35dc920d2052ba94b7daeba6c8cb41fdaff20b1e5bac7c8a7650ff12bf4156da87f84d32e75b09958636dc992a1b7b1a59d DIST patchelf-0.15.0.tar.gz 125803 BLAKE2B 08fc2cffd7d9e835c01c828c16762fb0b3c3e422990f2d0028a65a3e0ec849d01bdef699b6f68afa6bf307e34f5e76121fc94460793c95c055552e1d8a68d772 SHA512 3b2d3d6458be5b2d43cd2878dfb1a185a95cc13cd4c94abd0ee79979afb36f46e347acc292b8d9c2954a342b7291774e6a1b63930e9f90a1cf4179ec075ab046 DIST patchelf-0.16.1.tar.gz 132450 BLAKE2B 047fe9900eff3a4fef19550b49ea3c53dc8fc77c1d110888af39362dce745c3568e493f91d96cd35d73291da8e0cf4f10121162f4e8a32d43a3c014716477a4c SHA512 62475b942ff07c2eb225760d69eab99af4e9aa14ca51aeb3b7d53a6a1943b02acffc1b2059d985a921f5af7bbaf40a096b8cdf592979260e1e2602db02e7f247 diff --git a/dev-util/patchelf/patchelf-0.14.5.ebuild b/dev-util/patchelf/patchelf-0.14.5.ebuild deleted file mode 100644 index 03f3d1f7fb6e..000000000000 --- a/dev-util/patchelf/patchelf-0.14.5.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools - -DESCRIPTION="Small utility to modify the dynamic linker and RPATH of ELF executables" -HOMEPAGE="https://github.com/NixOS/patchelf" -SRC_URI="https://github.com/NixOS/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" -SLOT="0" -KEYWORDS="amd64 arm64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux" -LICENSE="GPL-3" - -src_prepare() { - default - rm src/elf.h || die - - sed -i \ - -e 's:-Werror::g' \ - configure.ac || die - - eautoreconf -} |