app-cdr/b5i2iso: Remove references to berlios.de
authorPacho Ramos <pacho@gentoo.org>
Sat, 15 Oct 2016 13:43:13 +0000 (15:43 +0200)
committerPacho Ramos <pacho@gentoo.org>
Sat, 15 Oct 2016 13:54:28 +0000 (15:54 +0200)
Package-Manager: portage-2.3.1

app-cdr/b5i2iso/b5i2iso-0.2.ebuild

index ccb72836406532414c62c30eee81650f381b57ba..2990786a702d72515de5bfcb89a4d0b9f3cc0783 100644 (file)
@@ -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}
 }