ChangeLog

# ChangeLog for app-cdr/isomaster
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-cdr/isomaster/ChangeLog,v 1.9 2008/02/14 17:01:41 drac Exp $

*isomaster-1.3.1 (14 Feb 2008)

14 Feb 2008; Samuli Suominen -isomaster-1.0.ebuild,
-isomaster-1.2.ebuild, +isomaster-1.3.1.ebuild:
Version bump wrt #209879, by armin76

*isomaster-1.2 (16 Dec 2007)

16 Dec 2007; Lars Weiler -isomaster-0.8.1.ebuild,
+isomaster-1.2.ebuild:
Version bump; bug #191159. Cleanup. Quotes.

*isomaster-1.0 (20 Jul 2007)

20 Jul 2007; Lars Weiler -isomaster-0.7.ebuild,
-isomaster-0.7-r1.ebuild, isomaster-0.8.1.ebuild, +isomaster-1.0.ebuild:
Version bump, bug #181542; cleanup; desktop-entry fix, bug #179871.

19 May 2007; Peter Weller isomaster-0.8.1.ebuild:
Keyworded ~x86-fbsd

*isomaster-0.8.1 (10 Apr 2007)

10 Apr 2007; Lars Weiler +isomaster-0.8.1.ebuild:
Version bump; bug #171520.

12 Feb 2007; Piotr JaroszyƄski
isomaster-0.7-r1.ebuild:
Add ~amd64 wrt bug #166394.

*isomaster-0.7-r1 (09 Feb 2007)

09 Feb 2007; Lars Weiler -isomaster-0.5.ebuild,
+isomaster-0.7-r1.ebuild:
Added missing PREFIX for the icons directory; bug #157697.

*isomaster-0.7 (04 Feb 2007)

04 Feb 2007; Lars Weiler +isomaster-0.7.ebuild:
Version bump; bug #157697; thanks to Wojciech Myrda for the ebuild.

*isomaster-0.5 (03 Dec 2006)

03 Dec 2006; Lars Weiler +metadata.xml,
+isomaster-0.5.ebuild:
New ebuild from bug #151910.

Manifest

DIST isomaster-1.3.1.tar.bz2 194619 RMD160 ea0887937fb6020f896eb99b6f1632984c3f565f SHA1 44a175fa172a311ac5b7f95762edb681f2ee578e SHA256 592628c0bd006c9ab44c8c9ebca71fbd35eff4ab81ecab2ca348364a4086b5c1
EBUILD isomaster-1.3.1.ebuild 781 RMD160 fd1f0882e9ad3675fe89c51cf06d4780b9bd658b SHA1 41a0d44eb8d21220d2502bd3ce71055020a64c35 SHA256 ccfc32470b0c4cee9847084d45054aa7df10d17ddf7691ca379cc80b03f302db
MISC ChangeLog 1666 RMD160 174bde1f93aa932a899978054a017cb30c2cff43 SHA1 e7a7bb7f74c494a1e18d14f009dbb2f1cb0982d1 SHA256 b2b1c6a4e6c5a1fc8fbd567f6350cb2085eea92729827d4afd451cd446aa0a1c
MISC metadata.xml 166 RMD160 02ca0a5d9279c1b52c3887f5a1f52f3feb002af9 SHA1 b9fccc7c24aa717c30efef068fd544a692f264f6 SHA256 ce62d1e5b04e01d03a732ee6d33b3d500810de8e55af4a527c970e5b475735d8

isomaster-1.3.1.ebuild

# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-cdr/isomaster/isomaster-1.3.1.ebuild,v 1.1 2008/02/14 17:01:41 drac Exp $

inherit toolchain-funcs

DESCRIPTION="Graphical CD image editor for reading, modifying and writing ISO images"
HOMEPAGE="http://littlesvr.ca/isomaster"
SRC_URI="http://littlesvr.ca/${PN}/releases/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~x86-fbsd"
IUSE=""

RDEPEND=">=x11-libs/gtk+-2"
DEPEND="${RDEPEND}
dev-util/pkgconfig"

src_compile() {
tc-export CC
emake PREFIX="/usr" || die "emake failed."
}

src_install() {
emake PREFIX="/usr" DESTDIR="${D}" install || die "emake install failed."
dodoc {CHANGELOG,CREDITS,README,TODO}.TXT
}

metadata.xml




media-optical