diff options
author | Tim Harder <radhermit@gentoo.org> | 2012-09-15 05:49:58 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2012-09-15 05:49:58 +0000 |
commit | 68eef0205b2fe0252ab4cd4d9a40a4ed6d66f33a (patch) | |
tree | 0925ecb8c4d2c5663a240b7a700a185beb5c0e04 /media-sound/csound | |
parent | Remove old. (diff) | |
download | gentoo-2-68eef0205b2fe0252ab4cd4d9a40a4ed6d66f33a.tar.gz gentoo-2-68eef0205b2fe0252ab4cd4d9a40a4ed6d66f33a.tar.bz2 gentoo-2-68eef0205b2fe0252ab4cd4d9a40a4ed6d66f33a.zip |
Use fixed tarball release (previous one was corrupted).
(Portage version: 2.2.0_alpha128/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/csound')
-rw-r--r-- | media-sound/csound/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/csound/csound-5.18.02.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/media-sound/csound/ChangeLog b/media-sound/csound/ChangeLog index 7af48e54abc8..7a782a8ca883 100644 --- a/media-sound/csound/ChangeLog +++ b/media-sound/csound/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/csound # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/csound/ChangeLog,v 1.22 2012/09/02 03:28:04 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/csound/ChangeLog,v 1.23 2012/09/15 05:49:58 radhermit Exp $ + + 15 Sep 2012; Tim Harder <radhermit@gentoo.org> csound-5.18.02.ebuild: + Use fixed tarball release (previous one was corrupted). *csound-5.18.02 (02 Sep 2012) diff --git a/media-sound/csound/csound-5.18.02.ebuild b/media-sound/csound/csound-5.18.02.ebuild index a2bf2dfc3293..72dc33820269 100644 --- a/media-sound/csound/csound-5.18.02.ebuild +++ b/media-sound/csound/csound-5.18.02.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/csound/csound-5.18.02.ebuild,v 1.1 2012/09/02 03:28:04 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/csound/csound-5.18.02.ebuild,v 1.2 2012/09/15 05:49:58 radhermit Exp $ EAPI="4" PYTHON_DEPEND="python? 2" @@ -12,7 +12,7 @@ MY_P="${MY_PN}${PV}" DESCRIPTION="A sound design and signal processing system providing facilities for composition and performance" HOMEPAGE="http://csounds.com/" -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.zip" +SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" @@ -52,7 +52,6 @@ RDEPEND=">=media-libs/libsndfile-1.0.16 >=dev-lang/tk-8.5 ) utils? ( !media-sound/snd )" DEPEND="${RDEPEND} - app-arch/unzip sys-devel/flex virtual/yacc chua? ( dev-libs/boost ) |