diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2012-03-29 15:50:13 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2012-03-29 15:50:13 +0000 |
commit | 675af0bad74a1aa221845f33713ed2e93b57ac18 (patch) | |
tree | 81759a6f678e6cf4ad295a2921214c94c53b29bd /games-emulation | |
parent | Fix typo in ChangeLog. (diff) | |
download | gentoo-2-675af0bad74a1aa221845f33713ed2e93b57ac18.tar.gz gentoo-2-675af0bad74a1aa221845f33713ed2e93b57ac18.tar.bz2 gentoo-2-675af0bad74a1aa221845f33713ed2e93b57ac18.zip |
move to qt4-r2 eclass
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/dboxfe/ChangeLog | 7 | ||||
-rw-r--r-- | games-emulation/dboxfe/dboxfe-0.1.3.ebuild | 15 |
2 files changed, 15 insertions, 7 deletions
diff --git a/games-emulation/dboxfe/ChangeLog b/games-emulation/dboxfe/ChangeLog index 5c0bffbd3956..983a91ea0431 100644 --- a/games-emulation/dboxfe/ChangeLog +++ b/games-emulation/dboxfe/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-emulation/dboxfe -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/dboxfe/ChangeLog,v 1.13 2010/09/29 22:07:29 tupone Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dboxfe/ChangeLog,v 1.14 2012/03/29 15:50:13 mr_bones_ Exp $ + + 29 Mar 2012; Michael Sterrett <mr_bones_@gentoo.org> dboxfe-0.1.3.ebuild: + move to qt4-r2 eclass 29 Sep 2010; Tupone Alfredo <tupone@gentoo.org> dboxfe-0.1.3.ebuild, +files/dboxfe-0.1.3-ldflags.patch: diff --git a/games-emulation/dboxfe/dboxfe-0.1.3.ebuild b/games-emulation/dboxfe/dboxfe-0.1.3.ebuild index 46a51aa9e640..e102fa248283 100644 --- a/games-emulation/dboxfe/dboxfe-0.1.3.ebuild +++ b/games-emulation/dboxfe/dboxfe-0.1.3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/dboxfe/dboxfe-0.1.3.ebuild,v 1.9 2010/09/29 22:45:35 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dboxfe/dboxfe-0.1.3.ebuild,v 1.10 2012/03/29 15:50:13 mr_bones_ Exp $ EAPI=2 -inherit eutils qt4 games +inherit eutils qt4-r2 games DESCRIPTION="Creates and manages configuration files for DOSBox" HOMEPAGE="http://developer.berlios.de/projects/dboxfe/" @@ -14,14 +14,19 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc x86" IUSE="" -DEPEND="x11-libs/qt-gui:4" +DEPEND="x11-libs/qt-gui:4 + x11-libs/qt-core:4" RDEPEND="${DEPEND} >=games-emulation/dosbox-0.65" PATCHES=( "${FILESDIR}"/${P}-ldflags.patch ) +src_configure() { + qt4-r2_src_configure +} + src_install() { - dogamesbin bin/dboxfe || die "dogamesbin failed" + dogamesbin bin/dboxfe || die dodoc TODO ChangeLog newicon res/default.png ${PN}.png make_desktop_entry dboxfe "DosBoxFE" |