summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2016-10-15 15:48:57 +0200
committerPacho Ramos <pacho@gentoo.org>2016-10-15 15:54:34 +0200
commit40e59308cc5fb544a6d9290ec8929e4affd07026 (patch)
tree3361cdc70c54362726084845e1cc80fb94061fdb /app-cdr/iat
parentapp-cdr/cuecue: Remove references to berlios.de (diff)
downloadgentoo-40e59308cc5fb544a6d9290ec8929e4affd07026.tar.gz
gentoo-40e59308cc5fb544a6d9290ec8929e4affd07026.tar.bz2
gentoo-40e59308cc5fb544a6d9290ec8929e4affd07026.zip
app-cdr/iat: Remove references to berlios.de and fix prefix support (#478068)
Package-Manager: portage-2.3.1
Diffstat (limited to 'app-cdr/iat')
-rw-r--r--app-cdr/iat/iat-0.1.7-r1.ebuild15
1 files changed, 4 insertions, 11 deletions
diff --git a/app-cdr/iat/iat-0.1.7-r1.ebuild b/app-cdr/iat/iat-0.1.7-r1.ebuild
index c5ae511fc9dc..c0459a726e7b 100644
--- a/app-cdr/iat/iat-0.1.7-r1.ebuild
+++ b/app-cdr/iat/iat-0.1.7-r1.ebuild
@@ -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}"
}