diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-08-07 04:11:05 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-08-07 04:11:05 +0000 |
commit | d7ce262232861ae5d138c6cbe902c429c8675a86 (patch) | |
tree | ca88db4603b40f1e67cacfe1cd0182e4c968244b /media-sound/lilypond/lilypond-1.6.6.ebuild | |
parent | fix license/repoman (diff) | |
download | gentoo-2-d7ce262232861ae5d138c6cbe902c429c8675a86.tar.gz gentoo-2-d7ce262232861ae5d138c6cbe902c429c8675a86.tar.bz2 gentoo-2-d7ce262232861ae5d138c6cbe902c429c8675a86.zip |
fix license/repoman
Diffstat (limited to 'media-sound/lilypond/lilypond-1.6.6.ebuild')
-rw-r--r-- | media-sound/lilypond/lilypond-1.6.6.ebuild | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/media-sound/lilypond/lilypond-1.6.6.ebuild b/media-sound/lilypond/lilypond-1.6.6.ebuild index 352464b03aec..6759101b7b4a 100644 --- a/media-sound/lilypond/lilypond-1.6.6.ebuild +++ b/media-sound/lilypond/lilypond-1.6.6.ebuild @@ -1,18 +1,18 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-sound/lilypond/lilypond-1.6.6.ebuild,v 1.6 2003/03/11 21:11:46 seemant Exp $ - -IUSE="doc" +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/lilypond/lilypond-1.6.6.ebuild,v 1.7 2003/08/07 04:06:07 vapier Exp $ inherit gcc MY_PV="v$(echo ${PV} | cut -d. -f1,2)" DESCRIPTION="GNU Music Typesetter" -SRC_URI="http://www.lilypond.org/ftp/${MY_PV}/${P}.tar.gz" HOMEPAGE="http://lilypond.org/" -SLOT="0" +SRC_URI="http://www.lilypond.org/ftp/${MY_PV}/${P}.tar.gz" + LICENSE="GPL-2" +SLOT="0" KEYWORDS="x86 alpha" +IUSE="doc" DEPEND=">=dev-lang/python-2.2.1-r2 >=dev-lang/perl-5.6.1-r6 @@ -24,7 +24,6 @@ DEPEND=">=dev-lang/python-2.2.1-r2 doc? ( >=app-text/mftrace-1.0.8 >=app-text/ghostscript-7.05.5 >=media-libs/netpbm-9.12-r2 )" - RDEPEND=">=dev-util/guile-1.4-r3 >=app-text/ghostscript-7.05.5 >=app-text/tetex-1.0.7-r10 |