From ce01f45d6cbc194f3088d4e4629d5999cdfcfd49 Mon Sep 17 00:00:00 2001 From: Austin English Date: Wed, 29 Jun 2016 16:50:16 -0500 Subject: games-emulation/dboxfe: removed deprecated games/qt4-r2 eclasses Also update to EAPI 6 Gentoo-Bug: https://bugs.gentoo.org/574082 Package-Manager: portage-2.2.28 --- games-emulation/dboxfe/dboxfe-0.1.3-r1.ebuild | 30 +++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 games-emulation/dboxfe/dboxfe-0.1.3-r1.ebuild (limited to 'games-emulation/dboxfe/dboxfe-0.1.3-r1.ebuild') diff --git a/games-emulation/dboxfe/dboxfe-0.1.3-r1.ebuild b/games-emulation/dboxfe/dboxfe-0.1.3-r1.ebuild new file mode 100644 index 000000000000..b2526f47795a --- /dev/null +++ b/games-emulation/dboxfe/dboxfe-0.1.3-r1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DESCRIPTION="Creates and manages configuration files for DOSBox" +HOMEPAGE="http://sourceforge.net/projects/dboxfe.berlios/" +SRC_URI="mirror://sourceforge/dboxfe.berlios/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" + +DEPEND="dev-qt/qtgui:4 + dev-qt/qtcore:4" +RDEPEND="${DEPEND} + >=games-emulation/dosbox-0.65" + +PATCHES=( + "${FILESDIR}"/${P}-ldflags.patch +) + +src_install() { + default + dobin bin/dboxfe + newicon res/default.png ${PN}.png + make_desktop_entry dboxfe "DosBoxFE" +} -- cgit v1.2.3-65-gdbad