commit: 3e1d288d00e0acdb820c9029fc139688afdbafbc Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Sat Oct 15 13:43:13 2016 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> 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} }