diff options
author | 2007-07-20 13:09:21 +0000 | |
---|---|---|
committer | 2007-07-20 13:09:21 +0000 | |
commit | f0779e98f273a384739f2002a94a7e0831043fcd (patch) | |
tree | 3b3dfbd9fbfabe372de1c2d6a0a6cd91144ab6e7 /app-cdr/isomaster/isomaster-0.7-r1.ebuild | |
parent | Added missing dep on media-sound/lame (diff) | |
download | gentoo-2-f0779e98f273a384739f2002a94a7e0831043fcd.tar.gz gentoo-2-f0779e98f273a384739f2002a94a7e0831043fcd.tar.bz2 gentoo-2-f0779e98f273a384739f2002a94a7e0831043fcd.zip |
Version bump, bug #181542; cleanup; desktop-entry fix, bug #179871.
(Portage version: 2.1.3_rc8)
Diffstat (limited to 'app-cdr/isomaster/isomaster-0.7-r1.ebuild')
-rw-r--r-- | app-cdr/isomaster/isomaster-0.7-r1.ebuild | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/app-cdr/isomaster/isomaster-0.7-r1.ebuild b/app-cdr/isomaster/isomaster-0.7-r1.ebuild deleted file mode 100644 index 5a448fe0528d..000000000000 --- a/app-cdr/isomaster/isomaster-0.7-r1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/isomaster/isomaster-0.7-r1.ebuild,v 1.3 2007/07/13 05:40:32 mr_bones_ Exp $ - -inherit eutils - -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="~amd64 ~x86" -SLOT="0" -IUSE="" - -RDEPEND=">=x11-libs/gtk+-2.0" -DEPEND="${RDEPEND}" - -src_compile() { - # make flags useful - sed -i -e "s:-Wall:${CFLAGS}:" Makefile || die "sed failed" - sed -i -e "s:-Wall:${CFLAGS}:" */Makefile || die "sed failed" - - emake PREFIX="/usr" -j1 || die "emake failed" -} - -src_install() { - emake PREFIX="/usr" DESTDIR="${D}" install || die "Install failed" - dodoc *.TXT bk/TODO.TXT - - doicon icons/${PN}.png - make_desktop_entry ${PN} "Isomaster" ${PN}.png "Application;AudioVideo;" -} |