diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-09-12 04:43:12 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-09-12 04:43:12 +0000 |
commit | 3381ead6e0ed49cb4073ac792f82e728d30c6b52 (patch) | |
tree | 6bef1b4f51e0025060258d1dda0013259d0764e8 /games-emulation/dboxfe | |
parent | fix gwebcaches correctly this time (diff) | |
download | historical-3381ead6e0ed49cb4073ac792f82e728d30c6b52.tar.gz historical-3381ead6e0ed49cb4073ac792f82e728d30c6b52.tar.bz2 historical-3381ead6e0ed49cb4073ac792f82e728d30c6b52.zip |
initial commit - ebuild provided by Adrian Fruehwirth via bug #62517
Diffstat (limited to 'games-emulation/dboxfe')
-rw-r--r-- | games-emulation/dboxfe/ChangeLog | 10 | ||||
-rw-r--r-- | games-emulation/dboxfe/Manifest | 4 | ||||
-rw-r--r-- | games-emulation/dboxfe/dboxfe-0.0.3.ebuild | 21 | ||||
-rw-r--r-- | games-emulation/dboxfe/files/digest-dboxfe-0.0.3 | 1 | ||||
-rw-r--r-- | games-emulation/dboxfe/metadata.xml | 5 |
5 files changed, 41 insertions, 0 deletions
diff --git a/games-emulation/dboxfe/ChangeLog b/games-emulation/dboxfe/ChangeLog new file mode 100644 index 000000000000..f576fe5c0659 --- /dev/null +++ b/games-emulation/dboxfe/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for games-emulation/dboxfe +# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dboxfe/ChangeLog,v 1.1 2004/09/12 04:43:12 mr_bones_ Exp $ + +*dboxfe-0.0.3 (11 Sep 2004) + + 11 Sep 2004; Michael Sterrett <mr_bones_@gentoo.org> +metadata.xml, + +dboxfe-0.0.3.ebuild: + initial commit - ebuild provided by Adrian Fruehwirth via bug #62517 + diff --git a/games-emulation/dboxfe/Manifest b/games-emulation/dboxfe/Manifest new file mode 100644 index 000000000000..cad282ed2058 --- /dev/null +++ b/games-emulation/dboxfe/Manifest @@ -0,0 +1,4 @@ +MD5 ab4af7d7478f06fd37f5f9bf88bc8c9a dboxfe-0.0.3.ebuild 542 +MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 +MD5 d90fdd4c8de47e527561e75e7d444b1c ChangeLog 415 +MD5 c375207f1f1d42afc03a258ece5ec70d files/digest-dboxfe-0.0.3 65 diff --git a/games-emulation/dboxfe/dboxfe-0.0.3.ebuild b/games-emulation/dboxfe/dboxfe-0.0.3.ebuild new file mode 100644 index 000000000000..1e431f703d18 --- /dev/null +++ b/games-emulation/dboxfe/dboxfe-0.0.3.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dboxfe/dboxfe-0.0.3.ebuild,v 1.1 2004/09/12 04:43:12 mr_bones_ Exp $ + +inherit kde + +DESCRIPTION="Creates and manages configuration files for DOSBox" +HOMEPAGE="http://dboxfe.berlios.de/" +SRC_URI="http://download.berlios.de/dboxfe/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86" +IUSE="" + +RDEPEND=">=games-emulation/dosbox-0.61" + +need-kde 3.1 +need-qt 3.2 + +S="${WORKDIR}/${P}.0.61" diff --git a/games-emulation/dboxfe/files/digest-dboxfe-0.0.3 b/games-emulation/dboxfe/files/digest-dboxfe-0.0.3 new file mode 100644 index 000000000000..8858103caa12 --- /dev/null +++ b/games-emulation/dboxfe/files/digest-dboxfe-0.0.3 @@ -0,0 +1 @@ +MD5 c862ff60b6cfe7e5e78e6b085ece7087 dboxfe-0.0.3.tar.bz2 574096 diff --git a/games-emulation/dboxfe/metadata.xml b/games-emulation/dboxfe/metadata.xml new file mode 100644 index 000000000000..d3c2cc926f0b --- /dev/null +++ b/games-emulation/dboxfe/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>games</herd> +</pkgmetadata> |