diff options
author | Lars Weiler <pylon@gentoo.org> | 2004-12-03 04:46:27 +0000 |
---|---|---|
committer | Lars Weiler <pylon@gentoo.org> | 2004-12-03 04:46:27 +0000 |
commit | 73a24dd8c8b0f6bed7a6f3680434d2286a75d479 (patch) | |
tree | f9747c01d929f00da6ccfab1559a20afa7c1889e /app-cdr/mdf2iso | |
parent | old (diff) | |
download | historical-73a24dd8c8b0f6bed7a6f3680434d2286a75d479.tar.gz historical-73a24dd8c8b0f6bed7a6f3680434d2286a75d479.tar.bz2 historical-73a24dd8c8b0f6bed7a6f3680434d2286a75d479.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/ChangeLog | 10 | ||||
-rw-r--r-- | app-cdr/mdf2iso/Manifest | 4 | ||||
-rw-r--r-- | app-cdr/mdf2iso/files/digest-mdf2iso-0.1 | 1 | ||||
-rw-r--r-- | app-cdr/mdf2iso/mdf2iso-0.1.ebuild | 25 | ||||
-rw-r--r-- | app-cdr/mdf2iso/metadata.xml | 10 |
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..32cc4e9f1659 --- /dev/null +++ b/app-cdr/mdf2iso/Manifest @@ -0,0 +1,4 @@ +MD5 54a10aba12f903d191069cf36c6966b3 metadata.xml 381 +MD5 6974fbd8449e2cf97397074d43be7afa ChangeLog 390 +MD5 daa7451dea44fc3f451856cf77f11a59 mdf2iso-0.1.ebuild 663 +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> |