summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2018-01-07 16:49:58 +1100
committerMichael Palimaka <kensington@gentoo.org>2018-01-07 16:50:12 +1100
commit014bac24a04a5e5242156bf13e04c325653e152b (patch)
tree493c99cfb9e76cbfa48d89629ade6407a0ed15e7
parentapp-cdr/b5i2iso: stabilise 0.2-r1 for amd64/x86 (diff)
downloadgentoo-014bac24a04a5e5242156bf13e04c325653e152b.tar.gz
gentoo-014bac24a04a5e5242156bf13e04c325653e152b.tar.bz2
gentoo-014bac24a04a5e5242156bf13e04c325653e152b.zip
app-cdr/b5i2iso: remove 0.2-r0
Package-Manager: Portage-2.3.14, Repoman-2.3.6
-rw-r--r--app-cdr/b5i2iso/b5i2iso-0.2.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/app-cdr/b5i2iso/b5i2iso-0.2.ebuild b/app-cdr/b5i2iso/b5i2iso-0.2.ebuild
deleted file mode 100644
index 7790eb38d225..000000000000
--- a/app-cdr/b5i2iso/b5i2iso-0.2.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit toolchain-funcs
-
-DESCRIPTION="BlindWrite image to ISO image file converter"
-HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
-SRC_URI="mirror://gentoo/${PN}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-S=${WORKDIR}/${PN}
-
-src_compile() {
- $(tc-getCC) ${LDFLAGS} ${CFLAGS} src/${PN}.c -o ${PN} || die
-}
-
-src_install() {
- dobin ${PN}
-}