app-cdr/iat: Remove references to berlios.de and fix prefix support (#478068)
authorPacho Ramos <pacho@gentoo.org>
Sat, 15 Oct 2016 13:48:57 +0000 (15:48 +0200)
committerPacho Ramos <pacho@gentoo.org>
Sat, 15 Oct 2016 13:54:34 +0000 (15:54 +0200)
Package-Manager: portage-2.3.1

app-cdr/iat/iat-0.1.7-r1.ebuild

index c5ae511fc9dc7f1ecc142f31e9cb423287b80b79..c0459a726e7b4246f904b8c37f04042ad45b15ca 100644 (file)
@@ -1,12 +1,11 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI="2"
+EAPI=6
 
 DESCRIPTION="BIN, MDF, PDI, CDI, NRG, and B5I converters"
-HOMEPAGE="http://iat.berlios.de"
-#SRC_URI="mirror://berlios/${PN}/${P}.tar.bz2"
+HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
 SRC_URI="mirror://gentoo/${P}.tar.bz2"
 
 LICENSE="GPL-2"
@@ -16,11 +15,5 @@ IUSE=""
 
 src_configure() {
        econf  \
-               --disable-dependency-tracking \
-               --includedir=/usr/include/${PN}
-}
-
-src_install() {
-       emake DESTDIR="${D}" install || die "emake install failed."
-       dodoc AUTHORS NEWS README || die "dodoc failed"
+               --includedir="${EPREFIX}/usr/include/${PN}"
 }