diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-10-12 00:03:40 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-10-12 00:03:40 +0000 |
commit | 17e9533de6ba4c43336d540856dffc42fc79be24 (patch) | |
tree | d15bcfc32b65ec385fdec31c657f63d73a28bff4 /games-emulation/dboxfe | |
parent | bump to 2.20 (diff) | |
download | gentoo-2-17e9533de6ba4c43336d540856dffc42fc79be24.tar.gz gentoo-2-17e9533de6ba4c43336d540856dffc42fc79be24.tar.bz2 gentoo-2-17e9533de6ba4c43336d540856dffc42fc79be24.zip |
version bump (bug #195275)
(Portage version: 2.1.3.9)
Diffstat (limited to 'games-emulation/dboxfe')
-rw-r--r-- | games-emulation/dboxfe/ChangeLog | 7 | ||||
-rw-r--r-- | games-emulation/dboxfe/dboxfe-0.1.3.ebuild | 26 | ||||
-rw-r--r-- | games-emulation/dboxfe/files/digest-dboxfe-0.1.3 | 3 |
3 files changed, 35 insertions, 1 deletions
diff --git a/games-emulation/dboxfe/ChangeLog b/games-emulation/dboxfe/ChangeLog index a03e6fbfdf27..affea058ca6e 100644 --- a/games-emulation/dboxfe/ChangeLog +++ b/games-emulation/dboxfe/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-emulation/dboxfe # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/dboxfe/ChangeLog,v 1.7 2007/02/07 13:47:54 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dboxfe/ChangeLog,v 1.8 2007/10/12 00:03:39 mr_bones_ Exp $ + +*dboxfe-0.1.3 (12 Oct 2007) + + 12 Oct 2007; Michael Sterrett <mr_bones_@gentoo.org> +dboxfe-0.1.3.ebuild: + version bump (bug #195275) 07 Feb 2007; Tristan Heaven <nyhm@gentoo.org> dboxfe-0.0.5.ebuild: Use mirror://berlios diff --git a/games-emulation/dboxfe/dboxfe-0.1.3.ebuild b/games-emulation/dboxfe/dboxfe-0.1.3.ebuild new file mode 100644 index 000000000000..5637a8b7ca1f --- /dev/null +++ b/games-emulation/dboxfe/dboxfe-0.1.3.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2007 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.1 2007/10/12 00:03:39 mr_bones_ Exp $ + +inherit qt4 games + +DESCRIPTION="Creates and manages configuration files for DOSBox" +HOMEPAGE="http://chmaster.freeforge.net/dboxfe-project.htm" +SRC_URI="mirror://berlios/dboxfe/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" + +DEPEND="$(qt4_min_version 4.3)" +RDEPEND=">=games-emulation/dosbox-0.65 + ${DEPEND}" + +src_install() { + dogamesbin bin/dboxfe || die "dogamesbin failed" + dodoc TODO ChangeLog + newicon res/default.png ${PN}.png + make_desktop_entry dboxfe "DosBoxFE" + prepgamesdirs +} diff --git a/games-emulation/dboxfe/files/digest-dboxfe-0.1.3 b/games-emulation/dboxfe/files/digest-dboxfe-0.1.3 new file mode 100644 index 000000000000..a0f7330e5d55 --- /dev/null +++ b/games-emulation/dboxfe/files/digest-dboxfe-0.1.3 @@ -0,0 +1,3 @@ +MD5 1f6224c0eae16502349504e1b722d4aa dboxfe-0.1.3.tar.bz2 260934 +RMD160 9835824ce6f6251475187f113f32fe9bc1075b70 dboxfe-0.1.3.tar.bz2 260934 +SHA256 a1e8e2fa1b3221f3e7dc14c065e93eede3b9d744d94047118cc730207eb52c5c dboxfe-0.1.3.tar.bz2 260934 |