From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7BEF61382C5 for ; Fri, 6 Apr 2018 23:52:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B40ECE07D7; Fri, 6 Apr 2018 23:52:42 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8A12EE07D7 for ; Fri, 6 Apr 2018 23:52:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4186A335C2E for ; Fri, 6 Apr 2018 23:52:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 96C6526A for ; Fri, 6 Apr 2018 23:52:39 +0000 (UTC) From: "Jonas Stein" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jonas Stein" Message-ID: <1523058588.b0eeb0aaaef40cd869651c6df27e0cf3d4df6345.jstein@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-cdr/xbiso/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-cdr/xbiso/xbiso-0.6.1-r1.ebuild X-VCS-Directories: app-cdr/xbiso/ X-VCS-Committer: jstein X-VCS-Committer-Name: Jonas Stein X-VCS-Revision: b0eeb0aaaef40cd869651c6df27e0cf3d4df6345 X-VCS-Branch: master Date: Fri, 6 Apr 2018 23:52:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2f464e51-1b38-4333-81d6-bced937e50fe X-Archives-Hash: 55c8d8dc17d225f5af814618ca4a207d commit: b0eeb0aaaef40cd869651c6df27e0cf3d4df6345 Author: Harri Nieminen gmail com> AuthorDate: Fri Apr 6 11:15:28 2018 +0000 Commit: Jonas Stein gentoo org> CommitDate: Fri Apr 6 23:49:48 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0eeb0aa app-cdr/xbiso: Clean up old Package-Manager: Portage-2.3.28, Repoman-2.3.9 app-cdr/xbiso/xbiso-0.6.1-r1.ebuild | 33 --------------------------------- 1 file changed, 33 deletions(-) diff --git a/app-cdr/xbiso/xbiso-0.6.1-r1.ebuild b/app-cdr/xbiso/xbiso-0.6.1-r1.ebuild deleted file mode 100644 index e46473adbcb..00000000000 --- a/app-cdr/xbiso/xbiso-0.6.1-r1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 -inherit flag-o-matic - -DESCRIPTION="Xbox xdvdfs ISO extraction utility" -HOMEPAGE="https://sourceforge.net/projects/xbiso/" -SRC_URI="mirror://sourceforge/xbiso/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" -IUSE="" - -RDEPEND="net-libs/ftplib" -DEPEND="${RDEPEND}" - -src_prepare() { - sed -i -e 's:C) $(CFLAGS):C) $(LDFLAGS) $(CFLAGS):' Makefile.in || die #337769 -} - -src_configure() { - # for this package, interix behaves the same as BSD - [[ ${CHOST} == *-interix* ]] && append-flags -D_BSD - - default -} - -src_install() { - dobin xbiso - dodoc CHANGELOG README -}