summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2003-09-12 16:48:30 +0000
committerAron Griffis <agriffis@gentoo.org>2003-09-12 16:48:30 +0000
commitba453a8d6bccdb2db67ee2a75f7170e2d12e6b08 (patch)
treeed3f861a522aa059d8d91bb86e04ab2047a8ecfd /media-sound/lilypond/lilypond-1.6.9.ebuild
parentfix part of bug 21305 by disallowing ccache during build (diff)
downloadhistorical-ba453a8d6bccdb2db67ee2a75f7170e2d12e6b08.tar.gz
historical-ba453a8d6bccdb2db67ee2a75f7170e2d12e6b08.tar.bz2
historical-ba453a8d6bccdb2db67ee2a75f7170e2d12e6b08.zip
disable web-doc build to finish bug 21305
Diffstat (limited to 'media-sound/lilypond/lilypond-1.6.9.ebuild')
-rw-r--r--media-sound/lilypond/lilypond-1.6.9.ebuild14
1 files changed, 1 insertions, 13 deletions
diff --git a/media-sound/lilypond/lilypond-1.6.9.ebuild b/media-sound/lilypond/lilypond-1.6.9.ebuild
index 4d8cce814157..c8c25dbbe392 100644
--- a/media-sound/lilypond/lilypond-1.6.9.ebuild
+++ b/media-sound/lilypond/lilypond-1.6.9.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/lilypond/lilypond-1.6.9.ebuild,v 1.4 2003/09/12 16:44:48 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/lilypond/lilypond-1.6.9.ebuild,v 1.5 2003/09/12 16:48:26 agriffis Exp $
inherit gcc
@@ -12,7 +12,6 @@ SRC_URI="http://www.lilypond.org/ftp/${MY_PV}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
-IUSE="doc"
DEPEND=">=dev-lang/python-2.2.1-r2
>=dev-lang/perl-5.6.1-r6
@@ -53,16 +52,6 @@ src_compile() {
eerror "Unsupported GCC version, 2.95 and 3.2 are supported"
die
fi
-
- if use doc; then
- make web-doc \
- prefix=${D}/usr \
- datadir=${D}/usr/share \
- lilypond_data=${D}/usr/share/lilypond \
- local_lilypond_datadir=${D}/usr/share/lilypond/${PV} \
- topdir=${D}/usr \
- || die "make web-doc failed"
- fi
}
src_install () {
@@ -80,7 +69,6 @@ src_install () {
doins buildscripts/out/lilypond-profile \
buildscripts/out/lilypond-login \
buildscripts/out/clean-fonts
- use doc && dohtml -A ly,pdf,gz -r Documentation *.html *.png
}
pkg_postinst () {