summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-cdr/isomaster/isomaster-0.5.ebuild')
-rw-r--r--app-cdr/isomaster/isomaster-0.5.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/app-cdr/isomaster/isomaster-0.5.ebuild b/app-cdr/isomaster/isomaster-0.5.ebuild
deleted file mode 100644
index 578b0ccaede7..000000000000
--- a/app-cdr/isomaster/isomaster-0.5.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-cdr/isomaster/isomaster-0.5.ebuild,v 1.1 2006/12/03 05:55:55 pylon Exp $
-
-DESCRIPTION="GTK2 (bootable) CD ISO Image editor."
-HOMEPAGE="http://littlesvr.ca/isomaster/"
-SRC_URI="http://littlesvr.ca/isomaster/releases/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-KEYWORDS="~x86"
-
-SLOT="0"
-IUSE=""
-
-DEPEND=">=x11-libs/gtk+-2.0"
-
-src_install() {
- emake PREFIX="/usr" DESTDIR="${D}" install || die "Install failed"
-
- cd ${S}
- dodoc *.TXT bk/TODO.TXT
-}
-