From fa322f4bd8bb9e572bbfcc22d4a1e14fda0f07bc Mon Sep 17 00:00:00 2001 From: Sam James Date: Thu, 28 Dec 2023 04:37:43 +0000 Subject: sys-apps/fix-gnustack: drop 0.1 Signed-off-by: Sam James --- sys-apps/fix-gnustack/fix-gnustack-0.1.ebuild | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 sys-apps/fix-gnustack/fix-gnustack-0.1.ebuild (limited to 'sys-apps/fix-gnustack') diff --git a/sys-apps/fix-gnustack/fix-gnustack-0.1.ebuild b/sys-apps/fix-gnustack/fix-gnustack-0.1.ebuild deleted file mode 100644 index 8964f4883c79..000000000000 --- a/sys-apps/fix-gnustack/fix-gnustack-0.1.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Utility to report and remove the executable flag from an ELF object's GNU_STACK" -HOMEPAGE="https://dev.gentoo.org/~blueness/fix-gnustack" -SRC_URI="https://dev.gentoo.org/~blueness/${PN}/${P}.tar.bz2" -S="${WORKDIR}/${PN}" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 ~x86" - -DEPEND="dev-libs/elfutils" -RDEPEND="${DEPEND}" -- cgit v1.2.3-65-gdbad