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 | 809930a6c90eee631b6d4f3caf6c0e7cd939bfc5 (patch) | |
tree | b56544b8712880c92c0f7bf579bdfb353c1eed93 /media-sound/lilypond | |
parent | Manual Manifest commit. (diff) | |
download | gentoo-2-809930a6c90eee631b6d4f3caf6c0e7cd939bfc5.tar.gz gentoo-2-809930a6c90eee631b6d4f3caf6c0e7cd939bfc5.tar.bz2 gentoo-2-809930a6c90eee631b6d4f3caf6c0e7cd939bfc5.zip |
Remove global scope cut calls, bug #123958.
(Portage version: 2.1_pre5-r1)
Diffstat (limited to 'media-sound/lilypond')
-rw-r--r-- | media-sound/lilypond/ChangeLog | 9 | ||||
-rw-r--r-- | media-sound/lilypond/lilypond-2.0.3.ebuild | 9 | ||||
-rw-r--r-- | media-sound/lilypond/lilypond-2.2.4.ebuild | 8 | ||||
-rw-r--r-- | media-sound/lilypond/lilypond-2.2.6.ebuild | 8 | ||||
-rw-r--r-- | media-sound/lilypond/lilypond-2.4.2.ebuild | 8 | ||||
-rw-r--r-- | media-sound/lilypond/lilypond-2.5.2.ebuild | 8 |
6 files changed, 32 insertions, 18 deletions
diff --git a/media-sound/lilypond/ChangeLog b/media-sound/lilypond/ChangeLog index 2d0385678891..52a7d5fa2e09 100644 --- a/media-sound/lilypond/ChangeLog +++ b/media-sound/lilypond/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-sound/lilypond -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/lilypond/ChangeLog,v 1.36 2005/03/29 14:04:13 luckyduck Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/lilypond/ChangeLog,v 1.37 2006/02/27 20:30:24 ciaranm Exp $ + + 27 Feb 2006; Ciaran McCreesh <ciaranm@gentoo.org> lilypond-2.0.3.ebuild, + lilypond-2.2.4.ebuild, lilypond-2.2.6.ebuild, lilypond-2.4.2.ebuild, + lilypond-2.5.2.ebuild: + Remove global scope cut calls, bug #123958. 29 Mar 2005; Jan Brinkmann <luckyduck@gentoo.org> lilypond-2.5.2.ebuild: updated sys-apps/texinfo dependency , fixes #86611 diff --git a/media-sound/lilypond/lilypond-2.0.3.ebuild b/media-sound/lilypond/lilypond-2.0.3.ebuild index f32f723093a8..9b76ee2019f0 100644 --- a/media-sound/lilypond/lilypond-2.0.3.ebuild +++ b/media-sound/lilypond/lilypond-2.0.3.ebuild @@ -1,12 +1,13 @@ -# 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.0.3.ebuild,v 1.7 2005/02/21 04:24:45 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/lilypond/lilypond-2.0.3.ebuild,v 1.8 2006/02/27 20:30:24 ciaranm Exp $ -inherit eutils +inherit eutils 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" HOMEPAGE="http://lilypond.org/" diff --git a/media-sound/lilypond/lilypond-2.2.4.ebuild b/media-sound/lilypond/lilypond-2.2.4.ebuild index c38118e07e25..6c8387694e8e 100644 --- a/media-sound/lilypond/lilypond-2.2.4.ebuild +++ b/media-sound/lilypond/lilypond-2.2.4.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.2.4.ebuild,v 1.4 2005/02/21 04:24:45 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/lilypond/lilypond-2.2.4.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" diff --git a/media-sound/lilypond/lilypond-2.2.6.ebuild b/media-sound/lilypond/lilypond-2.2.6.ebuild index 13c28cb66f66..d3b5c1588fab 100644 --- a/media-sound/lilypond/lilypond-2.2.6.ebuild +++ b/media-sound/lilypond/lilypond-2.2.6.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.2.6.ebuild,v 1.2 2005/02/21 04:24:45 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/lilypond/lilypond-2.2.6.ebuild,v 1.3 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" diff --git a/media-sound/lilypond/lilypond-2.4.2.ebuild b/media-sound/lilypond/lilypond-2.4.2.ebuild index e796ce2c68f1..42a59e900cd4 100644 --- a/media-sound/lilypond/lilypond-2.4.2.ebuild +++ b/media-sound/lilypond/lilypond-2.4.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.4.2.ebuild,v 1.2 2005/02/21 04:24:45 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/lilypond/lilypond-2.4.2.ebuild,v 1.3 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" 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" |