diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2015-02-18 08:42:52 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2015-02-18 08:42:52 +0000 |
commit | e2e7e1f5c114725214bcf6906a8db7ce51952ede (patch) | |
tree | 8df7e2ba0d6414788bd03476c1058f1e834ee75f /games-emulation/dboxfe | |
parent | Stable for alpha, wrt bug #536790 (diff) | |
download | gentoo-2-e2e7e1f5c114725214bcf6906a8db7ce51952ede.tar.gz gentoo-2-e2e7e1f5c114725214bcf6906a8db7ce51952ede.tar.bz2 gentoo-2-e2e7e1f5c114725214bcf6906a8db7ce51952ede.zip |
update meta info; use epatch
(Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-emulation/dboxfe')
-rw-r--r-- | games-emulation/dboxfe/ChangeLog | 5 | ||||
-rw-r--r-- | games-emulation/dboxfe/dboxfe-0.1.3.ebuild | 10 |
2 files changed, 10 insertions, 5 deletions
diff --git a/games-emulation/dboxfe/ChangeLog b/games-emulation/dboxfe/ChangeLog index 2c305e64c28c..13719785492a 100644 --- a/games-emulation/dboxfe/ChangeLog +++ b/games-emulation/dboxfe/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-emulation/dboxfe # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/dboxfe/ChangeLog,v 1.16 2015/01/17 14:12:00 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dboxfe/ChangeLog,v 1.17 2015/02/18 08:42:52 mr_bones_ Exp $ + + 18 Feb 2015; Michael Sterrett <mr_bones_@gentoo.org> dboxfe-0.1.3.ebuild: + update meta info; use epatch 17 Jan 2015; Tupone Alfredo <tupone@gentoo.org> dboxfe-0.1.3.ebuild: EAPI 5 diff --git a/games-emulation/dboxfe/dboxfe-0.1.3.ebuild b/games-emulation/dboxfe/dboxfe-0.1.3.ebuild index 96aadb98afb4..7b87aaef2dba 100644 --- a/games-emulation/dboxfe/dboxfe-0.1.3.ebuild +++ b/games-emulation/dboxfe/dboxfe-0.1.3.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2015 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.12 2015/01/17 14:12:00 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dboxfe/dboxfe-0.1.3.ebuild,v 1.13 2015/02/18 08:42:52 mr_bones_ Exp $ EAPI=5 inherit eutils qt4-r2 games DESCRIPTION="Creates and manages configuration files for DOSBox" -HOMEPAGE="http://developer.berlios.de/projects/dboxfe/" -SRC_URI="mirror://berlios/dboxfe/${P}.tar.bz2" +HOMEPAGE="http://sourceforge.net/projects/dboxfe.berlios/" +SRC_URI="mirror://sourceforge/dboxfe.berlios/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" @@ -19,7 +19,9 @@ DEPEND="dev-qt/qtgui:4 RDEPEND="${DEPEND} >=games-emulation/dosbox-0.65" -PATCHES=( "${FILESDIR}"/${P}-ldflags.patch ) +src_prepare() { + epatch "${FILESDIR}"/${P}-ldflags.patch +} src_configure() { qt4-r2_src_configure |