mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-16 23:19:31 +00:00
update EAPI 7 -> 8 and clean ebuild Closes: https://bugs.gentoo.org/962902 Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
19 lines
451 B
Bash
19 lines
451 B
Bash
# Copyright 1998-2025 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
inherit gnustep-2
|
|
|
|
DESCRIPTION="A terminal emulator for GNUstep"
|
|
HOMEPAGE="http://www.nongnu.org/gap/terminal/"
|
|
SRC_URI="https://savannah.nongnu.org/download/gap/${P/t/T}.tar.gz"
|
|
S=${WORKDIR}/${P/t/T}
|
|
|
|
LICENSE="GPL-2"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~ppc ~x86"
|
|
|
|
PATCHES=( "${FILESDIR}"/${P}-fno-common.patch
|
|
"${FILESDIR}"/${P}-termio.patch
|
|
)
|