Gentoo Archives: gentoo-commits

From: Jonas Stein <jstein@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-cdr/xbiso/
Date: Fri, 06 Apr 2018 23:52:43
Message-Id: 1523058588.b0eeb0aaaef40cd869651c6df27e0cf3d4df6345.jstein@gentoo
1 commit: b0eeb0aaaef40cd869651c6df27e0cf3d4df6345
2 Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
3 AuthorDate: Fri Apr 6 11:15:28 2018 +0000
4 Commit: Jonas Stein <jstein <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 6 23:49:48 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0eeb0aa
7
8 app-cdr/xbiso: Clean up old
9
10 Package-Manager: Portage-2.3.28, Repoman-2.3.9
11
12 app-cdr/xbiso/xbiso-0.6.1-r1.ebuild | 33 ---------------------------------
13 1 file changed, 33 deletions(-)
14
15 diff --git a/app-cdr/xbiso/xbiso-0.6.1-r1.ebuild b/app-cdr/xbiso/xbiso-0.6.1-r1.ebuild
16 deleted file mode 100644
17 index e46473adbcb..00000000000
18 --- a/app-cdr/xbiso/xbiso-0.6.1-r1.ebuild
19 +++ /dev/null
20 @@ -1,33 +0,0 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=4
25 -inherit flag-o-matic
26 -
27 -DESCRIPTION="Xbox xdvdfs ISO extraction utility"
28 -HOMEPAGE="https://sourceforge.net/projects/xbiso/"
29 -SRC_URI="mirror://sourceforge/xbiso/${P}.tar.gz"
30 -
31 -LICENSE="GPL-2"
32 -SLOT="0"
33 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
34 -IUSE=""
35 -
36 -RDEPEND="net-libs/ftplib"
37 -DEPEND="${RDEPEND}"
38 -
39 -src_prepare() {
40 - sed -i -e 's:C) $(CFLAGS):C) $(LDFLAGS) $(CFLAGS):' Makefile.in || die #337769
41 -}
42 -
43 -src_configure() {
44 - # for this package, interix behaves the same as BSD
45 - [[ ${CHOST} == *-interix* ]] && append-flags -D_BSD
46 -
47 - default
48 -}
49 -
50 -src_install() {
51 - dobin xbiso
52 - dodoc CHANGELOG README
53 -}