From b1c81de4fadbd00897700a7321f03b390d952b2e Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 26 Aug 2021 00:09:36 +0100 Subject: gentoo resync : 26.08.2021 --- games-puzzle/seatris/seatris-0.0.14-r1.ebuild | 56 --------------------------- 1 file changed, 56 deletions(-) delete mode 100644 games-puzzle/seatris/seatris-0.0.14-r1.ebuild (limited to 'games-puzzle/seatris/seatris-0.0.14-r1.ebuild') diff --git a/games-puzzle/seatris/seatris-0.0.14-r1.ebuild b/games-puzzle/seatris/seatris-0.0.14-r1.ebuild deleted file mode 100644 index 6669683f0a9d..000000000000 --- a/games-puzzle/seatris/seatris-0.0.14-r1.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit toolchain-funcs - -DESCRIPTION="A color ncurses tetris clone" -HOMEPAGE="http://www.earth.li/projectpurple/progs/seatris.html" -SRC_URI="http://www.earth.li/projectpurple/files/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc64 ~x86" - -DEPEND="sys-libs/ncurses:=" -RDEPEND=" - ${DEPEND} - acct-group/gamestat -" -BDEPEND="virtual/pkgconfig" - -PATCHES=( - "${FILESDIR}"/${P}-as-needed.patch -) - -src_prepare() { - default - - sed -i \ - -e "s:/var/lib/games:/var/lib/${PN}:" \ - scoring.h seatris.6 || die -} - -src_configure() { - tc-export CC - econf -} - -src_compile() { - emake LIBS="$( $(tc-getPKG_CONFIG) --libs ncurses )" -} - -src_install() { - dobin seatris - - doman seatris.6 - dodoc ACKNOWLEDGEMENTS HISTORY README TODO example.seatrisrc - - dodir /var/lib/${PN} - touch "${ED}"/var/lib/${PN}/seatris.score || die - fperms 660 /var/lib/${PN}/seatris.score - - fowners -R root:gamestat /var/lib/${PN} - fperms g+s /usr/bin/${PN} -} -- cgit v1.2.3