yngwin 15/08/02 09:46:31 Modified: csound-6.05.0.ebuild ChangeLog Log: Improve python handling (bug #556342) (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0x4FDF9CFD2FAC514E!)
Revision Changes Path 1.2 media-sound/csound/csound-6.05.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/csound/csound-6.05.0.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/csound/csound-6.05.0.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/csound/csound-6.05.0.ebuild?r1=1.1&r2=1.2 Index: csound-6.05.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-sound/csound/csound-6.05.0.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- csound-6.05.0.ebuild 8 Jul 2015 15:12:42 -0000 1.1 +++ csound-6.05.0.ebuild 2 Aug 2015 09:46:31 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/csound/csound-6.05.0.ebuild,v 1.1 2015/07/08 15:12:42 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/csound/csound-6.05.0.ebuild,v 1.2 2015/08/02 09:46:31 yngwin Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -28,7 +28,6 @@ x11-libs/fltk:1[threads?] dev-cpp/eigen:3 dev-libs/boost - ${PYTHON_DEPS} ) curl? ( net-misc/curl ) dssi? ( @@ -70,6 +69,7 @@ ) " REQUIRED_USE=" + csoundac? ( || ( lua python ) ) java? ( cxx ) linear? ( double-precision ) lua? ( cxx ) @@ -98,8 +98,10 @@ -e '/-O3/d' \ -i CMakeLists.txt || die - sed -e 's#${REPLACE_ME}#'$(python_get_sitedir)'#' \ - -i CMakeLists.txt || die + if use python ; then + sed -e 's#${REPLACE_ME}#'$(python_get_sitedir)'#' \ + -i CMakeLists.txt || die + fi for lang in ${LANGS} ; do if ! use linguas_${lang} ; then 1.39 media-sound/csound/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/csound/ChangeLog?rev=1.39&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/csound/ChangeLog?rev=1.39&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/csound/ChangeLog?r1=1.38&r2=1.39 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-sound/csound/ChangeLog,v retrieving revision 1.38 retrieving revision 1.39 diff -u -r1.38 -r1.39 --- ChangeLog 8 Jul 2015 15:12:42 -0000 1.38 +++ ChangeLog 2 Aug 2015 09:46:31 -0000 1.39 @@ -1,6 +1,9 @@ # ChangeLog for media-sound/csound # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/csound/ChangeLog,v 1.38 2015/07/08 15:12:42 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/csound/ChangeLog,v 1.39 2015/08/02 09:46:31 yngwin Exp $ + + 02 Aug 2015; Ben de Groot <[email protected]> csound-6.05.0.ebuild: + Improve python handling (bug #556342) *csound-6.05.0 (08 Jul 2015)
