diff options
author | David Seifert <soap@gentoo.org> | 2017-12-20 22:30:16 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-12-21 02:38:37 +0100 |
commit | 65532cabd87241d4ea1ae54369be47db7490ca1c (patch) | |
tree | 91553af67dffb9ee79c7fa59e22e6833090e82c4 /games-board | |
parent | games-board/qcheckers: Remove old (diff) | |
download | gentoo-65532cabd87241d4ea1ae54369be47db7490ca1c.tar.gz gentoo-65532cabd87241d4ea1ae54369be47db7490ca1c.tar.bz2 gentoo-65532cabd87241d4ea1ae54369be47db7490ca1c.zip |
games-board/qgo: Remove old
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/qgo/qgo-1.5.4_p20100322.ebuild | 53 |
1 files changed, 0 insertions, 53 deletions
diff --git a/games-board/qgo/qgo-1.5.4_p20100322.ebuild b/games-board/qgo/qgo-1.5.4_p20100322.ebuild deleted file mode 100644 index d537c62c9bb4..000000000000 --- a/games-board/qgo/qgo-1.5.4_p20100322.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils qt4-r2 games - -DESCRIPTION="An ancient boardgame, very common in Japan, China and Korea" -HOMEPAGE="http://qgo.sourceforge.net/" -SRC_URI="mirror://gentoo/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="media-libs/alsa-lib - dev-qt/qtcore:4 - dev-qt/qtgui:4 - dev-qt/qttest:4" -RDEPEND="${DEPEND}" - -src_prepare() { - sed -i \ - -e "/QGO_INSTALL_PATH/s:/usr/share:${GAMES_DATADIR}:" \ - -e "/QGO_INSTALL_BIN_PATH/s:/usr/bin:${GAMES_BINDIR}:" \ - -e 's:$(QTDIR)/bin/lrelease:lrelease:' \ - src/src.pro || die - - sed -i \ - -e "/TRANSLATIONS_PATH_PREFIX/s:/usr/share:${GAMES_DATADIR}:" \ - src/defines.h || die - - epatch \ - "${FILESDIR}"/${P}-gcc45.patch \ - "${FILESDIR}"/${P}-qt47.patch \ - "${FILESDIR}"/${P}-buffer.patch \ - "${FILESDIR}"/${P}-gcc6.patch -} - -src_configure() { - eqmake4 qgo2.pro -} - -src_install() { - qt4-r2_src_install - - dodoc AUTHORS - - insinto "${GAMES_DATADIR}"/qgo/languages - doins src/translations/*.qm - - prepgamesdirs -} |