games-emulation/dboxfe: Remove old
authorDavid Seifert <soap@gentoo.org>
Wed, 20 Dec 2017 21:30:17 +0000 (22:30 +0100)
committerDavid Seifert <soap@gentoo.org>
Thu, 21 Dec 2017 01:39:25 +0000 (02:39 +0100)
Package-Manager: Portage-2.3.16, Repoman-2.3.6

games-emulation/dboxfe/dboxfe-0.1.3.ebuild [deleted file]

diff --git a/games-emulation/dboxfe/dboxfe-0.1.3.ebuild b/games-emulation/dboxfe/dboxfe-0.1.3.ebuild
deleted file mode 100644 (file)
index df98260..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils qt4-r2 games
-
-DESCRIPTION="Creates and manages configuration files for DOSBox"
-HOMEPAGE="https://sourceforge.net/projects/dboxfe.berlios/"
-SRC_URI="mirror://sourceforge/dboxfe.berlios/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-qt/qtgui:4
-       dev-qt/qtcore:4"
-RDEPEND="${DEPEND}
-       >=games-emulation/dosbox-0.65"
-
-src_prepare() {
-       epatch "${FILESDIR}"/${P}-ldflags.patch
-}
-
-src_configure() {
-       qt4-r2_src_configure
-}
-
-src_install() {
-       dogamesbin bin/dboxfe
-       dodoc TODO ChangeLog
-       newicon res/default.png ${PN}.png
-       make_desktop_entry dboxfe "DosBoxFE"
-       prepgamesdirs
-}