summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2016-10-15 15:43:13 +0200
committerPacho Ramos <pacho@gentoo.org>2016-10-15 15:54:28 +0200
commit3e1d288d00e0acdb820c9029fc139688afdbafbc (patch)
tree447b671eaa5bce807ed29be4e64a73da7c957ed9 /app-cdr
parentsys-process/memwatch: version bump. (diff)
downloadgentoo-3e1d288d00e0acdb820c9029fc139688afdbafbc.tar.gz
gentoo-3e1d288d00e0acdb820c9029fc139688afdbafbc.tar.bz2
gentoo-3e1d288d00e0acdb820c9029fc139688afdbafbc.zip
app-cdr/b5i2iso: Remove references to berlios.de
Package-Manager: portage-2.3.1
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}
}