diff options
author | Aron Griffis <agriffis@gentoo.org> | 2003-09-12 16:48:30 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2003-09-12 16:48:30 +0000 |
commit | 93f67029ec3da0da240e835416aaad49d6557ff0 (patch) | |
tree | 9399c6af0e96aa31bc80912a4c58c201e532d8ad /media-sound/lilypond | |
parent | fix part of bug 21305 by disallowing ccache during build (diff) | |
download | gentoo-2-93f67029ec3da0da240e835416aaad49d6557ff0.tar.gz gentoo-2-93f67029ec3da0da240e835416aaad49d6557ff0.tar.bz2 gentoo-2-93f67029ec3da0da240e835416aaad49d6557ff0.zip |
disable web-doc build to finish bug 21305
Diffstat (limited to 'media-sound/lilypond')
-rw-r--r-- | media-sound/lilypond/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/lilypond/Manifest | 4 | ||||
-rw-r--r-- | media-sound/lilypond/lilypond-1.6.9.ebuild | 14 |
3 files changed, 8 insertions, 16 deletions
diff --git a/media-sound/lilypond/ChangeLog b/media-sound/lilypond/ChangeLog index 73d715e9a803..0b6512d3e1db 100644 --- a/media-sound/lilypond/ChangeLog +++ b/media-sound/lilypond/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/lilypond # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/lilypond/ChangeLog,v 1.10 2003/09/12 16:44:48 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/lilypond/ChangeLog,v 1.11 2003/09/12 16:48:26 agriffis Exp $ + + 12 Sep 2003; Aron Griffis <agriffis@gentoo.org> lilypond-1.6.9.ebuild: + Remove web-doc building since it's broken in this ebuild and the 1.8.0 ebuild + will have it fixed. This finishes bug 21305 12 Sep 2003; Aron Griffis <agriffis@gentoo.org> lilypond-1.6.9.ebuild: Fix (part of) bug 21305 by disabling ccache. diff --git a/media-sound/lilypond/Manifest b/media-sound/lilypond/Manifest index a1bc4c45f011..6370d9054622 100644 --- a/media-sound/lilypond/Manifest +++ b/media-sound/lilypond/Manifest @@ -1,7 +1,7 @@ MD5 191399a858d12633982583c1dd0ca4e5 lilypond-1.5.15.ebuild 758 -MD5 3ee1ffa989f5cb7d3b18fafc7edd1ffa lilypond-1.6.9.ebuild 3054 +MD5 12b0ac2a4e70332a97a2087b81812aae lilypond-1.6.9.ebuild 2737 MD5 64ce9864da4f354f00f77c57640f8cae lilypond-1.6.6.ebuild 3050 -MD5 506c542e542be3822f83f0a54bd3f176 ChangeLog 1970 +MD5 53599bf8e5ff87ca76ff312be642af1c ChangeLog 2170 MD5 42dc732527fc9a940a950f3a498a8b48 files/digest-lilypond-1.6.6 67 MD5 be5450deeb374c228e7584c880fd8c08 files/digest-lilypond-1.6.9 67 MD5 598b545eba349fc6f14f888818c1a8f7 files/digest-lilypond-1.5.15 68 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 () { |