Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-cdr/b5i2iso/
Date: Sun, 07 Jan 2018 05:50:25
Message-Id: 1515304212.014bac24a04a5e5242156bf13e04c325653e152b.kensington@gentoo
1 commit: 014bac24a04a5e5242156bf13e04c325653e152b
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 7 05:49:58 2018 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 7 05:50:12 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=014bac24
7
8 app-cdr/b5i2iso: remove 0.2-r0
9
10 Package-Manager: Portage-2.3.14, Repoman-2.3.6
11
12 app-cdr/b5i2iso/b5i2iso-0.2.ebuild | 24 ------------------------
13 1 file changed, 24 deletions(-)
14
15 diff --git a/app-cdr/b5i2iso/b5i2iso-0.2.ebuild b/app-cdr/b5i2iso/b5i2iso-0.2.ebuild
16 deleted file mode 100644
17 index 7790eb38d22..00000000000
18 --- a/app-cdr/b5i2iso/b5i2iso-0.2.ebuild
19 +++ /dev/null
20 @@ -1,24 +0,0 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=6
25 -inherit toolchain-funcs
26 -
27 -DESCRIPTION="BlindWrite image to ISO image file converter"
28 -HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
29 -SRC_URI="mirror://gentoo/${PN}.tar.bz2"
30 -
31 -LICENSE="GPL-2"
32 -SLOT="0"
33 -KEYWORDS="amd64 x86"
34 -IUSE=""
35 -
36 -S=${WORKDIR}/${PN}
37 -
38 -src_compile() {
39 - $(tc-getCC) ${LDFLAGS} ${CFLAGS} src/${PN}.c -o ${PN} || die
40 -}
41 -
42 -src_install() {
43 - dobin ${PN}
44 -}