summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2008-06-15 16:07:59 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2008-06-15 16:07:59 +0000
commit90bd196f7176bdf2af4accd124ecafa769d83c8b (patch)
tree664461af34c61e2097ef7da73c1005ae8eab4ea6 /app-cdr/b5i2iso
parentversion bump wrt security #227111 (diff)
downloadhistorical-90bd196f7176bdf2af4accd124ecafa769d83c8b.tar.gz
historical-90bd196f7176bdf2af4accd124ecafa769d83c8b.tar.bz2
historical-90bd196f7176bdf2af4accd124ecafa769d83c8b.zip
old
Package-Manager: portage-2.1.5.5
Diffstat (limited to 'app-cdr/b5i2iso')
-rw-r--r--app-cdr/b5i2iso/b5i2iso-0.1.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/app-cdr/b5i2iso/b5i2iso-0.1.ebuild b/app-cdr/b5i2iso/b5i2iso-0.1.ebuild
deleted file mode 100644
index d06c80f50f5d..000000000000
--- a/app-cdr/b5i2iso/b5i2iso-0.1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-cdr/b5i2iso/b5i2iso-0.1.ebuild,v 1.3 2008/06/06 21:03:24 drac Exp $
-
-inherit toolchain-funcs
-
-DESCRIPTION="BlindWrite image to ISO image file converter"
-HOMEPAGE="http://developer.berlios.de/projects/b5i2iso/"
-SRC_URI="mirror://berlios/${PN}/${PN}.tar.bz2"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~ppc"
-IUSE=""
-DEPEND="virtual/libc"
-
-S=${WORKDIR}/${PN}
-
-src_compile() {
- $(tc-getCC) src/${PN}.c -o ${PN} ${CFLAGS} || die "compile failed"
-}
-
-src_install() {
- dobin ${PN} || die "dobin failed"
-}