summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-cdr/haim/haim-0.2.0.ebuild')
-rw-r--r--app-cdr/haim/haim-0.2.0.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/app-cdr/haim/haim-0.2.0.ebuild b/app-cdr/haim/haim-0.2.0.ebuild
deleted file mode 100644
index 02f49dc..0000000
--- a/app-cdr/haim/haim-0.2.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="2"
-
-MY_PN="${PN/h/H}"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Qt4 Open Source Auto ISO Image Mounter"
-HOMEPAGE="http://www.hyperray.net/hyperget/haim-holoox-auto-iso-mounter"
-SRC_URI="http://hyperray.org/Products/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="debug"
-
-DEPEND="x11-libs/qt-gui:4"
-RDEPEND="${RDEPEND}"
-
-S="${WORKDIR}/${MY_PN}"
-
-src_install(){
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc Readme || die "dodoc failed"
-}