diff options
author | Jan Brinkmann <luckyduck@gentoo.org> | 2005-03-29 14:04:13 +0000 |
---|---|---|
committer | Jan Brinkmann <luckyduck@gentoo.org> | 2005-03-29 14:04:13 +0000 |
commit | 174ea0d440cc48f10c817e26930046d43a787f84 (patch) | |
tree | 7361546dab0748d4299fbc00b9a8561b60221ef7 /media-sound | |
parent | Revision bump, adding support for gtk2 USE flag. Closes bug #86703. Also adde... (diff) | |
download | historical-174ea0d440cc48f10c817e26930046d43a787f84.tar.gz historical-174ea0d440cc48f10c817e26930046d43a787f84.tar.bz2 historical-174ea0d440cc48f10c817e26930046d43a787f84.zip |
updated sys-apps/texinfo dependency , fixes #86611
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/lilypond/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/lilypond/Manifest | 14 | ||||
-rw-r--r-- | media-sound/lilypond/lilypond-2.5.2.ebuild | 4 |
3 files changed, 18 insertions, 5 deletions
diff --git a/media-sound/lilypond/ChangeLog b/media-sound/lilypond/ChangeLog index 7250d966fc29..2d0385678891 100644 --- a/media-sound/lilypond/ChangeLog +++ b/media-sound/lilypond/ChangeLog @@ -1,6 +1,9 @@ # 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.35 2005/02/21 04:24:45 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/lilypond/ChangeLog,v 1.36 2005/03/29 14:04:13 luckyduck Exp $ + + 29 Mar 2005; Jan Brinkmann <luckyduck@gentoo.org> lilypond-2.5.2.ebuild: + updated sys-apps/texinfo dependency , fixes #86611 20 Feb 2005; Aron Griffis <agriffis@gentoo.org> lilypond-2.5.2.ebuild: Depend on guile-1.6.5 so that lilypond works on ~amd64 #72811 diff --git a/media-sound/lilypond/Manifest b/media-sound/lilypond/Manifest index 437470f49729..f3e1dc8cc471 100644 --- a/media-sound/lilypond/Manifest +++ b/media-sound/lilypond/Manifest @@ -1,8 +1,11 @@ -MD5 d6cba7a8f417043fe89bb60aa3591faf lilypond-2.5.2.ebuild 3190 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 e69b72dc2cb57ef5aab79bc1f53a09b8 lilypond-2.5.2.ebuild 3191 MD5 e56175709d41910021947125161f06ca lilypond-2.0.3.ebuild 2825 MD5 adacedd1390222f66e9fe3b618cb6fb0 lilypond-2.2.4.ebuild 3019 MD5 34c4dc6ccfca3fe894500789f7358960 lilypond-2.2.6.ebuild 3019 -MD5 5cfd896687867e6634bbbb6d87d2e429 ChangeLog 5801 +MD5 32fb9d4eaa870b862af5a62928f7d40f ChangeLog 5931 MD5 43019364cb417a83e797b197dcda4b82 lilypond-2.4.2.ebuild 3183 MD5 50117cfdeb267d9181cf9cacac87d8a6 metadata.xml 256 MD5 d3708d2873d08b1272e434098fd1ad85 files/lilypond-2.0.0-coreutils-compat.patch 5638 @@ -11,3 +14,10 @@ MD5 be315c1b4040c4985ede01deff60d51a files/digest-lilypond-2.2.4 67 MD5 529bea6c58e6c0407e9eab6ab8f5ecbe files/digest-lilypond-2.2.6 67 MD5 f21b6776d2f09f88b6dba504afa8ed29 files/digest-lilypond-2.4.2 67 MD5 16a923371e2af6d883c782b974b6d32f files/digest-lilypond-2.5.2 67 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.0 (GNU/Linux) + +iD8DBQFCSWBv06ebR+OMO78RApnXAJ9B0mc6+stfiVQnc/OCM/CKZI/4PACbBerY +DeykSHEt1BmS0XK3h4RdEAU= +=JX5r +-----END PGP SIGNATURE----- diff --git a/media-sound/lilypond/lilypond-2.5.2.ebuild b/media-sound/lilypond/lilypond-2.5.2.ebuild index db9c47bd0015..3f2b5ffe03ac 100644 --- a/media-sound/lilypond/lilypond-2.5.2.ebuild +++ b/media-sound/lilypond/lilypond-2.5.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 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.3 2005/02/21 04:24:45 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/lilypond/lilypond-2.5.2.ebuild,v 1.4 2005/03/29 14:04:13 luckyduck Exp $ IUSE="doc" @@ -24,7 +24,7 @@ RDEPEND=">=dev-util/guile-1.6.5 DEPEND="${RDEPEND} >=app-text/t1utils-1.32 >=dev-lang/perl-5.8.0-r12 - >=sys-apps/texinfo-4.6 + >=sys-apps/texinfo-4.7 >=sys-devel/flex-2.5.4a-r5 >=sys-devel/gcc-3.1-r8 >=sys-devel/make-3.80 |