summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Weiler <pylon@gentoo.org>2004-12-03 04:46:27 +0000
committerLars Weiler <pylon@gentoo.org>2004-12-03 04:46:27 +0000
commit39722399b378ab82dea0d64c7aee1057e5461891 (patch)
tree8fa690d1b4016f81d30b28550bca1ebf9edcfab8 /app-cdr/mdf2iso
parentold (Manifest recommit) (diff)
downloadgentoo-2-39722399b378ab82dea0d64c7aee1057e5461891.tar.gz
gentoo-2-39722399b378ab82dea0d64c7aee1057e5461891.tar.bz2
gentoo-2-39722399b378ab82dea0d64c7aee1057e5461891.zip
Thanks to Joël <numlock (at) freesurf.ch> for the ebuild in Bug #68527.
Diffstat (limited to 'app-cdr/mdf2iso')
-rw-r--r--app-cdr/mdf2iso/ChangeLog10
-rw-r--r--app-cdr/mdf2iso/Manifest4
-rw-r--r--app-cdr/mdf2iso/files/digest-mdf2iso-0.11
-rw-r--r--app-cdr/mdf2iso/mdf2iso-0.1.ebuild25
-rw-r--r--app-cdr/mdf2iso/metadata.xml10
5 files changed, 50 insertions, 0 deletions
diff --git a/app-cdr/mdf2iso/ChangeLog b/app-cdr/mdf2iso/ChangeLog
new file mode 100644
index 000000000000..3b1e089f5365
--- /dev/null
+++ b/app-cdr/mdf2iso/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for app-cdr/mdf2iso
+# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/mdf2iso/ChangeLog,v 1.1 2004/12/03 04:46:27 pylon Exp $
+
+*mdf2iso-0.1 (03 Dec 2004)
+
+ 03 Dec 2004; Lars Weiler <pylon@gentoo.org> +metadata.xml,
+ +mdf2iso-0.1.ebuild:
+ Thanks to Joël <numlock (at) freesurf.ch> for the ebuild in Bug #68527.
+
diff --git a/app-cdr/mdf2iso/Manifest b/app-cdr/mdf2iso/Manifest
new file mode 100644
index 000000000000..811ca3161148
--- /dev/null
+++ b/app-cdr/mdf2iso/Manifest
@@ -0,0 +1,4 @@
+MD5 54a10aba12f903d191069cf36c6966b3 metadata.xml 381
+MD5 817b18bcb62d51300a0c93e56e3e8fe2 ChangeLog 304
+MD5 4d31580661564c0c27d79553b96c1714 mdf2iso-0.1.ebuild 568
+MD5 bf04137318ca6a4994ca6023ff964863 files/digest-mdf2iso-0.1 54
diff --git a/app-cdr/mdf2iso/files/digest-mdf2iso-0.1 b/app-cdr/mdf2iso/files/digest-mdf2iso-0.1
new file mode 100644
index 000000000000..fcd932d5cc3a
--- /dev/null
+++ b/app-cdr/mdf2iso/files/digest-mdf2iso-0.1
@@ -0,0 +1 @@
+MD5 5b34731a78a93bfb13e84b6380d2ff61 mdf2iso.zip 8633
diff --git a/app-cdr/mdf2iso/mdf2iso-0.1.ebuild b/app-cdr/mdf2iso/mdf2iso-0.1.ebuild
new file mode 100644
index 000000000000..ab6d7a83e5f0
--- /dev/null
+++ b/app-cdr/mdf2iso/mdf2iso-0.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/mdf2iso/mdf2iso-0.1.ebuild,v 1.1 2004/12/03 04:46:27 pylon Exp $
+
+DESCRIPTION="A very simple utility to convert an Alcohol 120% bin image to the standard ISO-9660 format."
+HOMEPAGE="http://mdf2iso.berlios.de/"
+SRC_URI="http://download.berlios.de/mdf2iso/mdf2iso.zip"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~ppc"
+IUSE=""
+
+S=${WORKDIR}/${PN}
+
+src_compile() {
+ # Fix makefile
+ sed -i "s#all: mdf2iso.c#all: src/mdf2iso.c#" Makefile
+ emake
+}
+
+src_install() {
+ cd "${WORKDIR}/${PN}"
+ dodoc CHANGELOG
+ dobin mdf2iso
+}
diff --git a/app-cdr/mdf2iso/metadata.xml b/app-cdr/mdf2iso/metadata.xml
new file mode 100644
index 000000000000..8ddb81e46db0
--- /dev/null
+++ b/app-cdr/mdf2iso/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>media-optical</herd>
+<maintainer>
+ <email>pylon@gentoo.org</email>
+ <name>Lars Weiler</name>
+</maintainer>
+<longdescription>A very simple utility to convert an Alcohol 120% bin image to the standard ISO-9660 format.</longdescription>
+</pkgmetadata>