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 C6CF01382C5 for ; Tue, 17 Apr 2018 20:27:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2A06DE0A99; Tue, 17 Apr 2018 20:27:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 0C726E0A97 for ; Tue, 17 Apr 2018 20:27:55 +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 32F65335C36 for ; Tue, 17 Apr 2018 20:27:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7CDAA294 for ; Tue, 17 Apr 2018 20:27:51 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1523996808.3e8ee7089e5cc0c8251e50baf9ac0abba8f47b56.soap@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.ebuild X-VCS-Directories: app-cdr/xbiso/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 3e8ee7089e5cc0c8251e50baf9ac0abba8f47b56 X-VCS-Branch: master Date: Tue, 17 Apr 2018 20:27:51 +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: bb83cee2-3f87-471b-8ba4-83fe1cc89bd3 X-Archives-Hash: cb03d7e9acd32b01b07aa865baaabb3d commit: 3e8ee7089e5cc0c8251e50baf9ac0abba8f47b56 Author: Harri Nieminen gmail com> AuthorDate: Tue Apr 17 08:42:32 2018 +0000 Commit: David Seifert gentoo org> CommitDate: Tue Apr 17 20:26:48 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e8ee708 app-cdr/xbiso: Clean up old Package-Manager: Portage-2.3.29, Repoman-2.3.9 app-cdr/xbiso/xbiso-0.6.1.ebuild | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/app-cdr/xbiso/xbiso-0.6.1.ebuild b/app-cdr/xbiso/xbiso-0.6.1.ebuild deleted file mode 100644 index 3d2686591aa..00000000000 --- a/app-cdr/xbiso/xbiso-0.6.1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -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="" - -src_compile() { - # for this package, interix behaves the same as BSD - [[ ${CHOST} == *-interix* ]] && append-flags -D_BSD - - econf - emake || die "emake failed" -} - -src_install() { - dobin xbiso || die "dobin failed." - dodoc CHANGELOG README -}