commit: 61e70d11953c0915ae62f3317971e32681e533ec Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sun Feb 22 14:04:13 2026 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Mar 8 16:30:29 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61e70d11
dev-lang/pcc: drop 1.1.0-r1 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> dev-lang/pcc/pcc-1.1.0-r1.ebuild | 33 --------------------------------- 1 file changed, 33 deletions(-) diff --git a/dev-lang/pcc/pcc-1.1.0-r1.ebuild b/dev-lang/pcc/pcc-1.1.0-r1.ebuild deleted file mode 100644 index b4e31f8eea76..000000000000 --- a/dev-lang/pcc/pcc-1.1.0-r1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools flag-o-matic - -DESCRIPTION="pcc portable c compiler" -HOMEPAGE="http://pcc.ludd.ltu.se" - -SRC_URI="ftp://pcc.ludd.ltu.se/pub/pcc-releases/${P}.tgz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -DEPEND=">=dev-libs/pcc-libs-${PV}" -RDEPEND="${DEPEND}" - -PATCHES=( "${FILESDIR}"/${P}-multiarch.patch ) - -src_prepare() { - default - sed -i \ - -e 's/AC_CHECK_PROG(strip,strip,yes,no)//' \ - -e 's/AC_SUBST(strip)//' configure.ac || die - eautoreconf -} - -src_configure() { - append-cflags -fcommon - econf --disable-stripping -}
