summaryrefslogtreecommitdiff
path: root/games-puzzle/quadra
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2018-05-01 15:59:56 +0200
committerPacho Ramos <pacho@gentoo.org>2018-05-01 21:34:06 +0200
commit5160d0d334d2be25701da367b704a57a51fb991c (patch)
tree0772b3a806f0f60673d8081110a421a9c4dd52ca /games-puzzle/quadra
parentbbe1f12e6544756b3867ed775e8c5f30b2e492bf (diff)
downloadgentoo-5160d0d334d2be25701da367b704a57a51fb991c.tar.gz
gentoo-5160d0d334d2be25701da367b704a57a51fb991c.tar.xz
games-puzzle/quadra: Drop old
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'games-puzzle/quadra')
-rw-r--r--games-puzzle/quadra/quadra-1.2.0.ebuild44
1 files changed, 0 insertions, 44 deletions
diff --git a/games-puzzle/quadra/quadra-1.2.0.ebuild b/games-puzzle/quadra/quadra-1.2.0.ebuild
deleted file mode 100644
index a315a077f55..00000000000
--- a/games-puzzle/quadra/quadra-1.2.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils games
-
-DESCRIPTION="A tetris clone with multiplayer support"
-HOMEPAGE="https://github.com/quadra-game/quadra"
-SRC_URI="https://github.com/${PN}-game/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="x11-libs/libX11
- x11-libs/libXpm
- x11-libs/libXxf86vm
- x11-libs/libXext
- media-libs/libpng:0
- sys-libs/zlib"
-DEPEND="${RDEPEND}
- sys-devel/bc
- x11-proto/xextproto"
-
-src_prepare() {
- sed -i \
- -e "/^libgamesdir:=/s:/games:/${PN}:" \
- -e "/^datagamesdir:=/s:/games:/${PN}:" \
- config/config.mk.in || die
- epatch "${FILESDIR}"/${P}-format.patch
-}
-
-src_install() {
- dogamesbin ${PN}
- insinto "${GAMES_DATADIR}"/${PN}
- doins ${PN}.res
- doicon images/${PN}.xpm
- make_desktop_entry ${PN} Quadra
-
- dodoc ChangeLog NEWS README
- dohtml help/*
- prepgamesdirs
-}