summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2022-12-24 17:21:18 +0000
committerJames Le Cuirot <chewi@gentoo.org>2022-12-24 17:21:18 +0000
commit06be5b2db54fe7295a35b00e6db97f438154786c (patch)
tree78c9a71178b715d5c8a3860800e816dec7614a13 /dev-util/patchelf/patchelf-0.15.0.ebuild
parentprofiles: unmask dev-python/python-redmine. (diff)
downloadgentoo-06be5b2db54fe7295a35b00e6db97f438154786c.tar.gz
gentoo-06be5b2db54fe7295a35b00e6db97f438154786c.tar.bz2
gentoo-06be5b2db54fe7295a35b00e6db97f438154786c.zip
dev-util/patchelf: Drop old 0.15.0 and 0.16.1
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'dev-util/patchelf/patchelf-0.15.0.ebuild')
-rw-r--r--dev-util/patchelf/patchelf-0.15.0.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-util/patchelf/patchelf-0.15.0.ebuild b/dev-util/patchelf/patchelf-0.15.0.ebuild
deleted file mode 100644
index 49a53011cbb0..000000000000
--- a/dev-util/patchelf/patchelf-0.15.0.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 arm arm64 ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~riscv-linux ~x86-linux"
-LICENSE="GPL-3"
-
-src_prepare() {
- default
- rm src/elf.h || die
-
- sed -i \
- -e 's:-Werror::g' \
- configure.ac || die
-
- eautoreconf
-}