summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2018-05-01 16:23:06 +0200
committerPacho Ramos <pacho@gentoo.org>2018-05-01 21:34:21 +0200
commit1a00fe0daa897a1e2bd50f1c8b445aa763484b63 (patch)
tree4d3848b640267119ab5ace8a0c6b07f628340d64 /games-puzzle
parentgames-puzzle/tetrinet: Stop using games.eclass (diff)
downloadgentoo-1a00fe0daa897a1e2bd50f1c8b445aa763484b63.tar.gz
gentoo-1a00fe0daa897a1e2bd50f1c8b445aa763484b63.tar.bz2
gentoo-1a00fe0daa897a1e2bd50f1c8b445aa763484b63.zip
games-puzzle/tetrinet: Drop old
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'games-puzzle')
-rw-r--r--games-puzzle/tetrinet/tetrinet-0.11.ebuild33
1 files changed, 0 insertions, 33 deletions
diff --git a/games-puzzle/tetrinet/tetrinet-0.11.ebuild b/games-puzzle/tetrinet/tetrinet-0.11.ebuild
deleted file mode 100644
index 684b07a7833d..000000000000
--- a/games-puzzle/tetrinet/tetrinet-0.11.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils flag-o-matic toolchain-funcs games
-
-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() {
- epatch \
- "${FILESDIR}"/${P}-no-ipv6.patch \
- "${FILESDIR}"/${P}-build.patch
-
- use ipv6 && append-cflags -DHAVE_IPV6
- tc-export PKG_CONFIG
-}
-
-src_install() {
- dogamesbin tetrinet tetrinet-server
- dodoc README TODO tetrinet.txt
- prepgamesdirs
-}