diff options
author | David Seifert <soap@gentoo.org> | 2017-12-20 22:30:17 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-12-21 02:39:25 +0100 |
commit | 441ab0ea12616d403f6c8b32dad8ed192ba30183 (patch) | |
tree | 4c076f382711d9d5aba4a2359354dfc67ea7a0b2 /games-emulation | |
parent | games-board/xskat: Remove old (diff) | |
download | gentoo-441ab0ea12616d403f6c8b32dad8ed192ba30183.tar.gz gentoo-441ab0ea12616d403f6c8b32dad8ed192ba30183.tar.bz2 gentoo-441ab0ea12616d403f6c8b32dad8ed192ba30183.zip |
games-emulation/dboxfe: Remove old
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/dboxfe/dboxfe-0.1.3.ebuild | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/games-emulation/dboxfe/dboxfe-0.1.3.ebuild b/games-emulation/dboxfe/dboxfe-0.1.3.ebuild deleted file mode 100644 index df9826002632..000000000000 --- a/games-emulation/dboxfe/dboxfe-0.1.3.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils qt4-r2 games - -DESCRIPTION="Creates and manages configuration files for DOSBox" -HOMEPAGE="https://sourceforge.net/projects/dboxfe.berlios/" -SRC_URI="mirror://sourceforge/dboxfe.berlios/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="dev-qt/qtgui:4 - dev-qt/qtcore:4" -RDEPEND="${DEPEND} - >=games-emulation/dosbox-0.65" - -src_prepare() { - epatch "${FILESDIR}"/${P}-ldflags.patch -} - -src_configure() { - qt4-r2_src_configure -} - -src_install() { - dogamesbin bin/dboxfe - dodoc TODO ChangeLog - newicon res/default.png ${PN}.png - make_desktop_entry dboxfe "DosBoxFE" - prepgamesdirs -} |