Gentoo Archives: gentoo-commits

From: Austin English <wizardedit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/dboxfe/, games-emulation/dboxfe/files/
Date: Wed, 29 Jun 2016 21:52:08
Message-Id: 1467237061.ce01f45d6cbc194f3088d4e4629d5999cdfcfd49.wizardedit@gentoo
1 commit: ce01f45d6cbc194f3088d4e4629d5999cdfcfd49
2 Author: Austin English <wizardedit <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 29 21:50:16 2016 +0000
4 Commit: Austin English <wizardedit <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 29 21:51:01 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce01f45d
7
8 games-emulation/dboxfe: removed deprecated games/qt4-r2 eclasses
9
10 Also update to EAPI 6
11
12 Gentoo-Bug: https://bugs.gentoo.org/574082
13
14 Package-Manager: portage-2.2.28
15
16 games-emulation/dboxfe/dboxfe-0.1.3-r1.ebuild | 30 ++++++++++++++++++++++
17 .../dboxfe/files/dboxfe-0.1.3-ldflags.patch | 8 +++---
18 2 files changed, 34 insertions(+), 4 deletions(-)
19
20 diff --git a/games-emulation/dboxfe/dboxfe-0.1.3-r1.ebuild b/games-emulation/dboxfe/dboxfe-0.1.3-r1.ebuild
21 new file mode 100644
22 index 0000000..b2526f4
23 --- /dev/null
24 +++ b/games-emulation/dboxfe/dboxfe-0.1.3-r1.ebuild
25 @@ -0,0 +1,30 @@
26 +# Copyright 1999-2016 Gentoo Foundation
27 +# Distributed under the terms of the GNU General Public License v2
28 +# $Id$
29 +
30 +EAPI=6
31 +
32 +DESCRIPTION="Creates and manages configuration files for DOSBox"
33 +HOMEPAGE="http://sourceforge.net/projects/dboxfe.berlios/"
34 +SRC_URI="mirror://sourceforge/dboxfe.berlios/${P}.tar.bz2"
35 +
36 +LICENSE="GPL-2"
37 +SLOT="0"
38 +KEYWORDS="~amd64 ~ppc ~sparc ~x86"
39 +IUSE=""
40 +
41 +DEPEND="dev-qt/qtgui:4
42 + dev-qt/qtcore:4"
43 +RDEPEND="${DEPEND}
44 + >=games-emulation/dosbox-0.65"
45 +
46 +PATCHES=(
47 + "${FILESDIR}"/${P}-ldflags.patch
48 +)
49 +
50 +src_install() {
51 + default
52 + dobin bin/dboxfe
53 + newicon res/default.png ${PN}.png
54 + make_desktop_entry dboxfe "DosBoxFE"
55 +}
56
57 diff --git a/games-emulation/dboxfe/files/dboxfe-0.1.3-ldflags.patch b/games-emulation/dboxfe/files/dboxfe-0.1.3-ldflags.patch
58 index 6ceb1d2..b592782 100644
59 --- a/games-emulation/dboxfe/files/dboxfe-0.1.3-ldflags.patch
60 +++ b/games-emulation/dboxfe/files/dboxfe-0.1.3-ldflags.patch
61 @@ -1,5 +1,5 @@
62 ---- dboxfe.pro.old 2010-09-29 23:53:38.000000000 +0200
63 -+++ dboxfe.pro 2010-09-29 23:54:11.000000000 +0200
64 +--- a/dboxfe.pro 2010-09-29 23:53:38.000000000 +0200
65 ++++ b/dboxfe.pro 2010-09-29 23:54:11.000000000 +0200
66 @@ -83,6 +83,7 @@
67 # Unix/Linux settings
68 unix{
69 @@ -8,8 +8,8 @@
70 #QMAKE_POST_LINK = strip -s bin/dboxfe
71 RCC_DIR = .unix/rcc
72 MOC_DIR += .unix/moc
73 ---- dboxfetray/dboxfetray.pro.old 2010-09-29 23:55:31.000000000 +0200
74 -+++ dboxfetray/dboxfetray.pro 2010-09-29 23:56:12.000000000 +0200
75 +--- a/dboxfetray/dboxfetray.pro 2010-09-29 23:55:31.000000000 +0200
76 ++++ b/dboxfetray/dboxfetray.pro 2010-09-29 23:56:12.000000000 +0200
77 @@ -56,6 +56,7 @@
78 # Unix/Linux settings
79 unix{