summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-07-22 20:43:36 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-07-22 20:43:36 +0000
commit1e773679b4fb2c61e6e01cf2ce3aba69243e236b (patch)
tree9edbe4777a4c12b17c8aa58a8275d87a22281937 /app-cdr/mkcdtoc/mkcdtoc-1.0.ebuild
parentBump to a newer revision. (diff)
downloadgentoo-2-1e773679b4fb2c61e6e01cf2ce3aba69243e236b.tar.gz
gentoo-2-1e773679b4fb2c61e6e01cf2ce3aba69243e236b.tar.bz2
gentoo-2-1e773679b4fb2c61e6e01cf2ce3aba69243e236b.zip
unused inherit
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'app-cdr/mkcdtoc/mkcdtoc-1.0.ebuild')
-rw-r--r--app-cdr/mkcdtoc/mkcdtoc-1.0.ebuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/app-cdr/mkcdtoc/mkcdtoc-1.0.ebuild b/app-cdr/mkcdtoc/mkcdtoc-1.0.ebuild
index 1901633d0ebb..c76b3e69a5b8 100644
--- a/app-cdr/mkcdtoc/mkcdtoc-1.0.ebuild
+++ b/app-cdr/mkcdtoc/mkcdtoc-1.0.ebuild
@@ -1,8 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-cdr/mkcdtoc/mkcdtoc-1.0.ebuild,v 1.1 2010/07/22 20:31:22 sbriesen Exp $
-
-inherit eutils
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/mkcdtoc/mkcdtoc-1.0.ebuild,v 1.2 2010/07/22 20:43:36 ssuominen Exp $
DESCRIPTION="command-line utility to create toc-files for cdrdao"
HOMEPAGE="http://sourceforge.net/projects/mkcdtoc/"
@@ -20,7 +18,7 @@ src_compile() {
emake PREFIX="/usr" || die "emake failed"
}
-src_install () {
+src_install() {
emake PREFIX="/usr" DESTDIR="${D}" install || die "emake install failed"
dodoc AUTHORS ChangeLog NEWS README
}