diff options
author | Sam James <sam@gentoo.org> | 2022-12-21 21:49:43 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-12-21 22:25:14 +0000 |
commit | b826ae6e75d5b990dd89ec802b92a499e9fbe282 (patch) | |
tree | 8c1fa511d0d43ce7dac9d17539ef8d0a6495db49 /app-arch/arc | |
parent | dev-util/diffstat: drop 1.64 (diff) | |
download | gentoo-b826ae6e75d5b990dd89ec802b92a499e9fbe282.tar.gz gentoo-b826ae6e75d5b990dd89ec802b92a499e9fbe282.tar.bz2 gentoo-b826ae6e75d5b990dd89ec802b92a499e9fbe282.zip |
app-arch/arc: drop 5.21p
Bug: https://bugs.gentoo.org/886653
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-arch/arc')
-rw-r--r-- | app-arch/arc/arc-5.21p.ebuild | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/app-arch/arc/arc-5.21p.ebuild b/app-arch/arc/arc-5.21p.ebuild deleted file mode 100644 index 535030c9466f..000000000000 --- a/app-arch/arc/arc-5.21p.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit toolchain-funcs - -DESCRIPTION="Create & extract files from DOS .ARC files" -HOMEPAGE="https://arc.sourceforge.net" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm64 ~hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" - -PATCHES=( - "${FILESDIR}"/${PN}-5.21m-darwin.patch - "${FILESDIR}"/${PN}-5.21m-gentoo-fbsd.patch - "${FILESDIR}"/${PN}-5.21o-interix.patch - "${FILESDIR}"/${PN}-5.21p-fno-common.patch -) - -src_prepare() { - default - - sed -i Makefile \ - -e 's/CFLAGS = $(OPT) $(SYSTEM)/CFLAGS += $(SYSTEM)/' \ - || die "sed Makefile" -} - -src_compile() { - emake CC="$(tc-getCC)" OPT="${LDFLAGS}" -} - -src_install() { - dobin arc marc - doman arc.1 - dodoc Arc521.doc Arcinfo Changelog Readme -} |