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 4DCB2138DB1 for ; Sat, 15 Oct 2016 13:54:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6A8A2E0BEA; Sat, 15 Oct 2016 13:54:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 54DBAE0BEA for ; Sat, 15 Oct 2016 13:54:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6124B34105A for ; Sat, 15 Oct 2016 13:54:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 974672F3 for ; Sat, 15 Oct 2016 13:54:42 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1476539668.3e1d288d00e0acdb820c9029fc139688afdbafbc.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-cdr/b5i2iso/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-cdr/b5i2iso/b5i2iso-0.2.ebuild X-VCS-Directories: app-cdr/b5i2iso/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 3e1d288d00e0acdb820c9029fc139688afdbafbc X-VCS-Branch: master Date: Sat, 15 Oct 2016 13:54:42 +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: b82410ee-f63a-49a4-af05-65d739fa0f11 X-Archives-Hash: 011396b8f0268482447a002b7a6614ff commit: 3e1d288d00e0acdb820c9029fc139688afdbafbc Author: Pacho Ramos gentoo org> AuthorDate: Sat Oct 15 13:43:13 2016 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sat Oct 15 13:54:28 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e1d288d app-cdr/b5i2iso: Remove references to berlios.de Package-Manager: portage-2.3.1 app-cdr/b5i2iso/b5i2iso-0.2.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app-cdr/b5i2iso/b5i2iso-0.2.ebuild b/app-cdr/b5i2iso/b5i2iso-0.2.ebuild index ccb7283..2990786 100644 --- a/app-cdr/b5i2iso/b5i2iso-0.2.ebuild +++ b/app-cdr/b5i2iso/b5i2iso-0.2.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ +EAPI=6 inherit toolchain-funcs DESCRIPTION="BlindWrite image to ISO image file converter" -HOMEPAGE="http://developer.berlios.de/projects/b5i2iso/" -#SRC_URI="mirror://berlios/${PN}/${PN}.tar.bz2" +HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" SRC_URI="mirror://gentoo/${PN}.tar.bz2" LICENSE="GPL-2" @@ -21,5 +21,5 @@ src_compile() { } src_install() { - dobin ${PN} || die + dobin ${PN} }