diff options
author | Ciaran McCreesh <ciaranm@gentoo.org> | 2006-02-27 20:30:24 +0000 |
---|---|---|
committer | Ciaran McCreesh <ciaranm@gentoo.org> | 2006-02-27 20:30:24 +0000 |
commit | 438b2f5a0234d67c73ca474d9c91a17c2642d7c5 (patch) | |
tree | 31255d00ef737a51b182c5b991498cd9042953e9 /media-sound/lilypond/lilypond-2.5.2.ebuild | |
parent | fix invalid atoms (diff) | |
download | historical-438b2f5a0234d67c73ca474d9c91a17c2642d7c5.tar.gz historical-438b2f5a0234d67c73ca474d9c91a17c2642d7c5.tar.bz2 historical-438b2f5a0234d67c73ca474d9c91a17c2642d7c5.zip |
Remove global scope cut calls, bug #123958.
Package-Manager: portage-2.1_pre5-r1
Diffstat (limited to 'media-sound/lilypond/lilypond-2.5.2.ebuild')
-rw-r--r-- | media-sound/lilypond/lilypond-2.5.2.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/media-sound/lilypond/lilypond-2.5.2.ebuild b/media-sound/lilypond/lilypond-2.5.2.ebuild index 3f2b5ffe03ac..a6bad6e7ccfa 100644 --- a/media-sound/lilypond/lilypond-2.5.2.ebuild +++ b/media-sound/lilypond/lilypond-2.5.2.ebuild @@ -1,10 +1,12 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/lilypond/lilypond-2.5.2.ebuild,v 1.4 2005/03/29 14:04:13 luckyduck Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/lilypond/lilypond-2.5.2.ebuild,v 1.5 2006/02/27 20:30:24 ciaranm Exp $ + +inherit versionator IUSE="doc" -MY_PV="v$(echo ${PV} | cut -d. -f1,2)" +MY_PV="v$(get_version_component_range 1-2 )" DESCRIPTION="GNU Music Typesetter" SRC_URI="http://www.lilypond.org/ftp/${MY_PV}/${P}.tar.gz" |