diff options
author | Alexey Sokolov <sokolov@google.com> | 2020-09-12 22:22:50 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2020-09-20 23:34:41 +0200 |
commit | f5695290269b7d0c0bfff27022fe0a6013a1d65d (patch) | |
tree | a6dde4e2c18224118ee1a73850f511e4b16f6174 /games-puzzle | |
parent | games-puzzle/tetrinet: fix build with gcc 10 (diff) | |
download | gentoo-f5695290269b7d0c0bfff27022fe0a6013a1d65d.tar.gz gentoo-f5695290269b7d0c0bfff27022fe0a6013a1d65d.tar.bz2 gentoo-f5695290269b7d0c0bfff27022fe0a6013a1d65d.zip |
games-puzzle/tetrinet: drop old
Closes: https://github.com/gentoo/gentoo/pull/17513
Package-Manager: Portage-3.0.4, Repoman-2.3.23
Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'games-puzzle')
-rw-r--r-- | games-puzzle/tetrinet/tetrinet-0.11-r1.ebuild | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/games-puzzle/tetrinet/tetrinet-0.11-r1.ebuild b/games-puzzle/tetrinet/tetrinet-0.11-r1.ebuild deleted file mode 100644 index 013dcef24a21..000000000000 --- a/games-puzzle/tetrinet/tetrinet-0.11-r1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit flag-o-matic toolchain-funcs - -DESCRIPTION="Console based tetrinet inc. standalone server" -HOMEPAGE="http://tetrinet.or.cz/" -SRC_URI="http://tetrinet.or.cz/download/${P}.tar.bz2" - -LICENSE="public-domain" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="ipv6" - -RDEPEND=">=sys-libs/ncurses-5:0=" -DEPEND="${RDEPEND} - virtual/pkgconfig -" - -src_prepare() { - default - eapply \ - "${FILESDIR}"/${P}-no-ipv6.patch \ - "${FILESDIR}"/${P}-build.patch - - use ipv6 && append-cflags -DHAVE_IPV6 - tc-export PKG_CONFIG -} - -src_install() { - dobin tetrinet tetrinet-server - dodoc README TODO tetrinet.txt -} |