ChangeLog

# ChangeLog for app-cdr/bin2iso
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-cdr/bin2iso/ChangeLog,v 1.21 2008/01/25 21:07:36 grobian Exp $

25 Jan 2008; Fabian Groffen bin2iso-19b-r2.ebuild:
Dropped ppc-macos keyword, see you in prefix

21 Feb 2007; Piotr JaroszyƄski ChangeLog:
Transition to Manifest2.

12 Sep 2005; Fabian Groffen bin2iso-19b-r2.ebuild:
Marking ~ppc-macos (Bug #105620)

*bin2iso-19b-r2 (02 May 2005)

02 May 2005; Mike Frysinger
+files/bin2iso-19b-sanity-checks.patch, -bin2iso-19b-r1.ebuild,
+bin2iso-19b-r2.ebuild:
Fix segfaults due to lack of error checking #90540 by Tiago Freire.

03 Apr 2004; Daniel Ahlberg bin2iso-19b-r1.ebuild:
Adding amd64 keyword, closing #46530.

23 Jan 2004; Michael Sterrett bin2iso-19b-r1.ebuild:
more error checking/messages; tidy

23 Jan 2004; bin2iso-19b-r1.ebuild:
stable on sparc

24 Jan 2004; Mike Frysinger :
Move those text files into a tarball #39227.

03 Oct 2003; Aron Griffis bin2iso-19b-r1.ebuild:
Stable on alpha

06 Dec 2002; Rodney Rees : changed sparc ~sparc keywords

*bin2iso-19b-r1 (21 Oct 2002)

25 Apr 2003; Tavis Ormandy bin2iso-19b-r1.ebuild:
Marking ~alpha

28 Mar 2003; Pieter Van den Abeele :

Updated ~ppc to ppc keyword

21 Oct 2002; Arcady Genkin :

Installing into /usr/bin instead of /usr/sbin.

*bin2iso-19b (10 june 2002)

21 Sep 2002; Mike Frysinger :

Updated LICENSE variable (UNKNOWN is wrong, the package is public-domain)

14 Aug 2002; Pieter Van den Abeele :

Added ppc keyword

10 Jun 2002 Danny bin2iso-19b.ebuild:

Initial package.

Manifest

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

AUX bin2iso-19b-sanity-checks.patch 877 RMD160 27c57e9d669219cad2f220072c12dbb3b371958f SHA1 1760a503ce1649449df94b980d66728707718cfa SHA256 6ec27c9cebb7988110816c0c21e6d25afaf79f31e5fe5f58a7dea6201049e772
DIST bin2iso-19b.tar.bz2 9805 RMD160 7e77177efaff9d1c6b89ccb95f0d48ded24eda7a SHA1 7c4de93fa5850455afdc4f223040a73c563df55a SHA256 450abbd1216f499d156172c4cdbd05722abd1d2150ef73d999e1caf19b433abf
EBUILD bin2iso-19b-r2.ebuild 805 RMD160 c6c0373fff21ae685b7a0be9175e82dd64ed0f77 SHA1 0dbbe02276fb036ce81899b84c784718e5d240fd SHA256 d89194ba51fcf8b325e60a4ec87d7a6ef1af7b8b3e819680230f62127d66305f
MISC ChangeLog 1992 RMD160 4bb7b6554261071486a53cc0bf3a583abfa93d9f SHA1 cf2f16afe0b509c0290950c06be04d5f9074f955 SHA256 9d4c24cb09b907c39ca3557bd07a2b15c7653b366668b7a6318eb4e4ff61387d
MISC metadata.xml 294 RMD160 8fb650807d57ef57a840bd7d71dcd6e0ec58145d SHA1 ec7a215ec8f0a20295c48efb2efd7d98c876cb82 SHA256 c363f69cc37f338dafef195f25a0b2b828f94c2826d4133d1a46577bf194bd5d
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.7 (GNU/Linux)

iD8DBQFIQNTzj9hvisErhMIRAoL/AJ0S+bOGqLhSHD9lwzggxqqxuINo5gCeIAUy
f52b7jA5ccFP7Ew/P718Vvw=
=G9Jt
-----END PGP SIGNATURE-----

bin2iso-19b-r2.ebuild

# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-cdr/bin2iso/bin2iso-19b-r2.ebuild,v 1.3 2008/01/25 21:07:36 grobian Exp $

inherit eutils toolchain-funcs

DESCRIPTION="converts RAW format (.bin/.cue) files to ISO/WAV format"
HOMEPAGE="http://users.andara.com/~doiron/bin2iso/"
SRC_URI="mirror://gentoo/${P}.tar.bz2"

LICENSE="public-domain"
SLOT="0"
KEYWORDS="alpha amd64 ppc sparc x86"
IUSE=""

DEPEND=""

S=${WORKDIR}/${PN}

src_unpack() {
unpack ${A}
cd "${S}"
edos2unix *.c
epatch "${FILESDIR}"/${P}-sanity-checks.patch
}

src_compile() {
$(tc-getCC) bin2iso19b_linux.c -o ${PN} ${CFLAGS} ${LDFLAGS} || die "compile failed"
}

src_install() {
dobin ${PN} || die "dobin failed"
dodoc readme.txt
}

files

metadata.xml




media-optical

Converts RAW format (.bin) files to ISO/WAV format and recovers .cue
files from .bin ones