diff options
author | 2008-06-06 21:08:37 +0000 | |
---|---|---|
committer | 2008-06-06 21:08:37 +0000 | |
commit | 950663f5f8ccf3753e44b7072ba248014bcee176 (patch) | |
tree | 383de36820b2f8eb8af412831908cf551fda7a6a /app-cdr/mdf2iso | |
parent | Use mirrors:// for berlios. (diff) | |
download | gentoo-2-950663f5f8ccf3753e44b7072ba248014bcee176.tar.gz gentoo-2-950663f5f8ccf3753e44b7072ba248014bcee176.tar.bz2 gentoo-2-950663f5f8ccf3753e44b7072ba248014bcee176.zip |
Use mirrors:// for berlios.
(Portage version: 2.1.5.3)
Diffstat (limited to 'app-cdr/mdf2iso')
-rw-r--r-- | app-cdr/mdf2iso/ChangeLog | 8 | ||||
-rw-r--r-- | app-cdr/mdf2iso/mdf2iso-0.2.1.ebuild | 25 | ||||
-rw-r--r-- | app-cdr/mdf2iso/mdf2iso-0.3.0-r1.ebuild | 17 | ||||
-rw-r--r-- | app-cdr/mdf2iso/mdf2iso-0.3.0.ebuild | 21 |
4 files changed, 14 insertions, 57 deletions
diff --git a/app-cdr/mdf2iso/ChangeLog b/app-cdr/mdf2iso/ChangeLog index d6f59a7be1fe..a270905252da 100644 --- a/app-cdr/mdf2iso/ChangeLog +++ b/app-cdr/mdf2iso/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-cdr/mdf2iso -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/mdf2iso/ChangeLog,v 1.10 2007/02/21 20:17:35 peper Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-cdr/mdf2iso/ChangeLog,v 1.11 2008/06/06 21:08:37 drac Exp $ + + 06 Jun 2008; Samuli Suominen <drac@gentoo.org> -mdf2iso-0.2.1.ebuild, + -mdf2iso-0.3.0.ebuild, mdf2iso-0.3.0-r1.ebuild: + Use mirrors:// for berlios. 21 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: Transition to Manifest2. diff --git a/app-cdr/mdf2iso/mdf2iso-0.2.1.ebuild b/app-cdr/mdf2iso/mdf2iso-0.2.1.ebuild deleted file mode 100644 index 4c457ae22998..000000000000 --- a/app-cdr/mdf2iso/mdf2iso-0.2.1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/mdf2iso/mdf2iso-0.2.1.ebuild,v 1.3 2005/05/30 18:44:44 pylon Exp $ - -inherit toolchain-funcs - -DESCRIPTION="Alcohol 120% bin image to ISO image file converter" -HOMEPAGE="http://mdf2iso.berlios.de/" -SRC_URI="http://download.berlios.de/${PN}/${P}-src.tar.bz2" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86 ~ppc ~amd64" -IUSE="" -DEPEND="virtual/libc" - -S=${WORKDIR}/${P}-src - -src_compile() { - $(tc-getCC) src/${PN}.c -o ${PN} ${CFLAGS} || die "compile failed" -} - -src_install() { - dodoc CHANGELOG - dobin ${PN} || die "dobin failed" -} diff --git a/app-cdr/mdf2iso/mdf2iso-0.3.0-r1.ebuild b/app-cdr/mdf2iso/mdf2iso-0.3.0-r1.ebuild index 55a03bdbc51b..3b74784b046c 100644 --- a/app-cdr/mdf2iso/mdf2iso-0.3.0-r1.ebuild +++ b/app-cdr/mdf2iso/mdf2iso-0.3.0-r1.ebuild @@ -1,28 +1,27 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/mdf2iso/mdf2iso-0.3.0-r1.ebuild,v 1.3 2006/12/20 02:56:03 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/mdf2iso/mdf2iso-0.3.0-r1.ebuild,v 1.4 2008/06/06 21:08:37 drac Exp $ -inherit eutils toolchain-funcs +inherit eutils DESCRIPTION="Alcohol 120% bin image to ISO image file converter" HOMEPAGE="http://mdf2iso.berlios.de/" -SRC_URI="http://download.berlios.de/${PN}/${P}-src.tar.bz2" +SRC_URI="mirror://berlios/${PN}/${P}-src.tar.bz2" + LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ~ppc ~x86" IUSE="" -DEPEND="virtual/libc" S=${WORKDIR}/${PN} src_unpack() { unpack ${A} - cd ${S} - - epatch ${FILESDIR}/${P}-bigfiles.patch + cd "${S}" + epatch "${FILESDIR}"/${P}-bigfiles.patch } src_install() { dodoc ChangeLog - dobin src/${PN} || die "dobin failed" + dobin src/${PN} || die "dobin failed." } diff --git a/app-cdr/mdf2iso/mdf2iso-0.3.0.ebuild b/app-cdr/mdf2iso/mdf2iso-0.3.0.ebuild deleted file mode 100644 index 62bbf1a5af02..000000000000 --- a/app-cdr/mdf2iso/mdf2iso-0.3.0.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/mdf2iso/mdf2iso-0.3.0.ebuild,v 1.2 2006/12/20 02:56:03 pylon Exp $ - -inherit toolchain-funcs - -DESCRIPTION="Alcohol 120% bin image to ISO image file converter" -HOMEPAGE="http://mdf2iso.berlios.de/" -SRC_URI="http://download.berlios.de/${PN}/${P}-src.tar.bz2" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86 ~ppc ~amd64" -IUSE="" -DEPEND="virtual/libc" - -S=${WORKDIR}/${PN} - -src_install() { - dodoc ChangeLog - dobin src/${PN} || die "dobin failed" -} |