summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-cdr')
-rw-r--r--app-cdr/b5i2iso/b5i2iso-0.2.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/app-cdr/b5i2iso/b5i2iso-0.2.ebuild b/app-cdr/b5i2iso/b5i2iso-0.2.ebuild
index ccb728364065..2990786a702d 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}
}